/* ESSENTIALS */

body {
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(../images/background/topback.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:20px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:	0.8em;
	color:#333333;
}

a {
	color:#333333;
	text-decoration:underline;
	}
	
a:HOVER {
	color:#333333;
	text-decoration:none;
	}

/* FORMATS */





/* HEADER */

#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/c4c_header.jpg);
	height:220px;
	border: 1px solid #999999;
	}
	
	



/* HEADERINFO */
	
#headerinfo, #footerinfo {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:25px;
	padding-right:10px;
	}
	
#headerinfo a, #footerinfo a {
	color:#999999;
	text-decoration:underline;
	}
	
#headerinfo a:HOVER, #footerinfo a:HOVER {
	color:#999999;
	text-decoration:none;
	}
	
#headerinfo p, #footerinfo p {
	color:#999999;
	text-align:right;
	font-size:0.9em;
	line-height:25px;
	}






/* CONTAINER */

#container {
	margin-top: 5px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	background-color:#efefef;
	padding-top:5px;
	padding-bottom:25px;
	background-image: url(../images/background/contentback.png);
	background-repeat: repeat-y;
}






/* NAVIGATION */

#navi {
	margin-top:55px;
	float: left;
	width: 200px;
	-padding-left: 10px;
	}

#navi-innen {
	margin-left:20px;
	padding: 0 25px 10px 15px;
	text-align:right;
	}
	
#navi-innen h1{
	font-size:1.0em;
	}
	
#navi-innen ul{
	list-style-type: none;
	font-size: 0.9em;
	padding-left:5px;
	margin-left:5px;
	padding-bottom:15px;
	}
	
#navi-innen li{
	padding-bottom:15px;
	}
	



/* CONTENT */

#content {
	margin-left: 200px;
	margin-right: 25px;
	margin-top: 25px;
	/* border-left: 1px dashed #999999; */
	}
	
#content p, #content h3, #content br {
	margin-left: 40px;
	}
	
#content form {
	display:inline;
	margin-left: 40px;
	}
	
#content h1 {
	font-size:1.8em;
	margin-left: 15px;
	}
	



/* CONTENTFOOTER */

#contentfooter {
	margin-left: 40px;
	margin-right: 250px;
	/* border-left: 1px dashed #999999; */
	}
