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

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

img {
	border:0;
}

body {
	background-image:url(http://www.cecom-germany.org/images/bg.png);
	background-position: top;
	background-repeat:no-repeat;
	background-color:#800000;
	margin-left:0px;
	margin-top:0px;
	margin-right:1px;
	margin-bottom:0px;
}

#main {
	background-image:url(http://www.cecom-germany.org/images/bg_table.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e9d2d2;
}

#navlistbar{
	float:left;
	width:240px;
	margin-right: 25px;
}

.navbar {
	background-color: #9b3535;
	background-image:url(http://www.cecom-germany.org/images/bg_nav.png);
	background-repeat:repeat-x;
	background-position: bottom;
}
.navhead {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	text-decoration:none;
}
.navhead a {	
	text-decoration:none;
	color:#FFF;
	padding:0px;
	font-size:14px;
}
.navhead a:hover, .navlist a:hover {
	border-bottom-style:dotted;
	border-bottom-color:#FC6;
	border-bottom-width:thin;
	color:#FC6;
}
.navlist a {
	color:#FFF;
	margin-top: 50px;
	line-height: 20px;
	font-size:12px;
	text-decoration:none;
}



#header {
	color:#333;
	font-size:36px;
	font-style:italic;
	font-weight:bold;
	padding-left:150px;
}
#logo {
	padding-left:20px;
}
#youarehere, #youarehere a {
	color: #888;
	font-size:10px;
	font-style:italic;
}
#youarehere a:hover {
	color:#800000;}
#bottom {
	background-color:#333;
	color:#CCC;
	padding: 10px;
	text-align:center;
}
#bottom a {
	color:#FC0;
	text-decoration:none;
	border-bottom-style:dotted;
	border-bottom-color:#FC0;
	border-bottom-width:thin;
}
#bottom a:hover {
	color:#F60;
	text-decoration:none;
	border-bottom-style: dotted;
	border-bottom-color:#F60;
	border-bottom-width: 2px;
}

#checker{
	display:none;
}

#content{
	margin-left:25px;
}



h1, #content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24pt;
	text-decoration:none;
	color:#800000;
}
h2, #content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	text-decoration:none;
	color:#800000;
}
h3, #content h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	text-decoration:none;
	color:#800000;
}
h4, #content h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	text-decoration:none;
	color:#800000;
}
h5, #content h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-decoration:none;
	color:#800000;
}
p, #content h6 {	
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#800000;
}
a {	
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#800000;
}