/*
Theme Name: deKontrast1
Theme URI: http://deKontrast.dk/
Description: Theme for Psykolog-og-coach.dk, created by <a href="http://deKontrast.dk/">deKontrast</a>.
Version: 1.0
Author: Niels Astrup
Author URI: http://deKontrast.dk/
Tags: calm, custom header, fixed width, two columns

	deKontrast1 v1.0
	 http://deKontrast.dk/

	This theme was designed and built by Niels Astrup,
	whose blog you will find at http://deKontrast.dk/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: repeat-x url('images/bg.gif');
	color: #010100;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#page {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 975px;
	}

#header {
	background: url('images/header-bg.gif') no-repeat center;
	margin: 0px;
	padding: 0px;
	height: 207px;
	width: 975px;
	}

#headerimg 	{
	padding: 32px 0px 0px 32px;
	margin:0px;
	}
#content {
	background: url('images/content-bg.gif') repeat-y center;
	margin: 0px;
	padding: 0px;
	}
#footer {
	background: url('images/footer-bg.gif') no-repeat center;
	height:32px;
	padding: 0px 0px 0px 45px;
	}
#FrontpageTxt {	
	padding: 20px 0px 22px 47px;
	margin: 0px;
	width: 600px;
	font-size: 110%; /* Resets 1em to 10px */
	}

#menu li {
	list-style : none;
	display : inline;
	border-right:1px solid #000000;
	padding: 0px 6px 0px 6px;
}
#menu li a {
	text-decoration : none;
	color : #000000;
}
#menu li a:hover {
	text-decoration : underline;
	color : #000000;
}
#menu li a.current {
	text-decoration : underline;
	color : #000000;
}
a:link, a:visited {
    color: #66081a;
}
a:hover {
    color: #66081a;
	text-decoration:none;
}
h1
{
	font-size:14px;
	font-weight:bold;
	color: #66081a;
}


