@CHARSET "UTF-8";

body {
	background-color:#FFFFFF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
}

#maincontainer{
	width:600px;
	height:100%;
	margin-top:20px;
}

#top{
	height:50px;
	width:650px;
	text-align:center;
}

.menue{
	line-height:100%;
}

#nav{
	width:120px;
	float:left;
	text-align:left;
	padding-right:10px;
	line-height:100%;
}
#maincontent{
	width:438px;
	float:right;
	text-align:left;
	border-left:1px solid #eeeeee;
	padding-left:30px;
	height:100%
}

h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:25px;
	color:#626477;
}

h2 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:200%;
	color:#626477;
	border-bottom:1px solid #eeeeee;
	padding-bottom:12px;
	margin:0px;
}

h3 {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:160%;
	color:#626477;
	border-bottom:1px solid #eeeeee;
}

h4 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:130%;
	color:#626477;
	margin:0px;
}

h5 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:100%;
	color:#626477;
	margin:0px;
}

p{
	color:#333333;
}

.subheading{
	font-variant:small-caps;
	letter-spacing:2px;
	color:#626477;
	font-size:12px;
}

.small {
	font-size:80%;
}

.highlight{
	background-color:#eeeeee;
}