@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

img, a {
border: 0;}


body { 
background-color: #DEDEDE; 
font-size: 12px;
font-family: Arial, Helvetica, Verdana, san-serif;
}


h1 {
	font-size: 1.5em;
	color: #c3004a;
	margin-bottom: 0.8em;
	font-weight:normal;}

h2 {
	font-size: 1.2em;
	color: #999;
	margin-bottom: 1em;}

h3 {
	font-size: 1em;
	color: #c3004a;
	margin-bottom: 0.3em;}

h4 {
	font-size: 1em;
	color: #FFF;
	margin-bottom: 0.9em;
	padding: 5px;
	background-color:#c3004a;
}


#wrapper {
width: 840px;
margin: 20px auto;
}

#sprache {
	font-size: 11px;
	text-align:right;
	color: #777;
	padding: 0 10px 5px 0;
	}

#header {
	width: 820px;
	height: 115px;
	float: left;
	background-color: #c3004a;
	border: 10px solid #FFF;
	color: #FFF;
	background-image:url(../bilder/se-header-bg.gif);
	background-repeat:no-repeat;
}

#nav {
	width: 820px;
	height: 30px;
	float: left;
	background-color: #DEDEDE;
	color: #666;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	line-height: 30px;
	}
	
#nav ul, #nav li {list-style:none;display:inline;}
#nav ul {padding: 0 10px;}
#nav a:link, #nav a:visited {color: #666; text-decoration:none;}
#nav a:hover {color: #c3004a; text-decoration:none;}
#nav a:active {color: #c3004a; text-decoration:none;}

#content {
	float: left;
	width: 820px;
	background-color: #FFF;
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
	padding-top: 10px;

}

#content p {
	color: #888;
	line-height: 1.5em;
	padding-right: 20px;
	padding-bottom: 0.9em;
	}

#content td {
	color: #959595;
	line-height: 1.5em;
	}
	
#content ul {list-style:none; color: #959595; padding-left: 10px; padding-bottom: 10px;}
#content li {line-height: 1.7em; padding-left: 10px; background-image:url(../bilder/nav-pfeil-rot.gif); background-repeat:no-repeat; background-position: 0 0.6em;}
	
#content a:link, #content a:visited {color: #c3004a; text-decoration: none;}
#content a:hover, #content a:active,
{color: #c3004a; text-decoration: underline;}

#content h4 a:link, #content h4 a:visited {color: #FFF;}

#content h4 a:hover, #content h4 a:active {color: #FFF; text-decoration:underline;}

#content-left {
	float: left;
	width: 330px;
	margin-bottom: 10px;

	}

#content-right {
	float: left;
	width: 490px;
	}

#footer {
	width: 820px;
	float: left;
	background-color: #FFF;
	font-size: 10px;
	border: 10px solid #FFF;
	color: #777;
	}

#footer table{
	border-top: 1px solid #c3004a;
	padding: 5px 0 0 0;
	}
	
#footer a:link, #footer a:visited,
#sprache a:link, #sprache a:visited {color: #777; text-decoration: underline;}

#footer a:hover, #footer a:active,
#sprache a:hover, #sprache a:active {color: #c3004a; text-decoration: underline;}
	
	
.nav-abstand {padding: 0 10px;}

#home a#navhome,
#site01 a#nav01,
#site02 a#nav02,
#site03 a#nav03,
#site04 a#nav04,
#site05 a#nav05,
#site06 a#nav06 {color: #c3004a;}