body {
	margin:0px;
	background-color:#E6E6E6;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;

}

h1 {
	font-size:20px;
	color:#0100CC;
	font-weight:bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#0100CC;
}

a:link {
	color: #0100CC;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0100CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color:#00CBCF;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #0100CC;
	font-weight: bold;
	text-decoration: none;

}

/*--------Container-----------*/

#header {
	width:850px;
	height:133px;
}

#navlist li {
	display:block;
	list-style-type:none;
	border:0.1em;
	border-bottom-color:#E9EAE5;
	border-bottom-style:solid;
	padding: 5px 0px 5px 0px;

}

#navlist a:link, #navlist a:visited {
	color:#0100CC;
	font-size:14px;
	text-decoration: none;
}

#navlist a:hover
{
	padding-left:10px;
}
#navlist li:hover
{
	background-color:#E9EAE5;

}

/*--------Klassen-----------*/

.cpthead
{
	color:white;
	font-size:14px;
	font-weight:bold;
	background-color:#0100CC;
}
.cptsub
{	
	color:white;
	font-weight:bold;
	background-color:#00CBCF;
}
