body {
	margin: 0px;
	padding: 0px;
	background-color: #081F30;
	background-image: url(../images/siteelements/back.jpg);
	background-repeat: repeat-x;
	font-family: tahoma, arial, geneva, sans-serif;
	font-size: 11px;
	color: #CED4D7;
	line-height: 18px;
}

img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 9px;
}

.italic {
	font-style:italic;
}

/* DIV */

#schatten {
	width: 25px;
	height: 800px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(../images/siteelements/back_links.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 830px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-image: url(../images/siteelements/content_back.jpg);
	background-repeat: no-repeat;
}

#header {

}

#headersub {
	float:left; 
	width:749px; 
	height:260px;
}

#left {
	float: left;
	width: 274px;
	padding-top: 10px;
	border-right: 1px solid #244251;
	border-spacing:inherit;
}

#content {
	width:464px;
	padding-left: 10px;
	margin-left: 274px;
	margin:0px;
	float:left;
}

#right {
	padding:0px;
	margin: 0px;
	margin-left: 749px;
	width: 81px;			
	height:400px;
	background-color: #081F30;
}

#footer {
	clear: both;
}

#template_link {
	border-bottom: 1px solid #244251;
	padding-top: 10px;
	padding-bottom: 10px;
	height:130px;
	float:left;
	width: 464px;
}

#template_link_img {
	border: 1px solid #66ccff;
	width: 258px;
	float:left;
}

#template_link_text {
	float: left; 
	margin-left:16px; 
	width: 180px;
	float:left;	
}

#template_content {
	border-bottom: 1px solid #244251;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;	
	width: 464px;
}

#template_content_text {
	border-right: 1px solid #244251;
	width: 248px;
	float:left;	
	padding-right: 10px;
}

/* DIV Ende*/
	
/* DIV boxen im Linken Container*/

#box_links {
	padding-left: 22px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
}

/* DIV boxen im Linken Container ENDE*/

/* Texte*/

a:link {
	font-family: tahoma, arial, geneva, sans-serif;
	font-size:11; 
	text-decoration: none; 
	color: #66ccff;
}

a:visited {
	font-family: tahoma, arial, geneva, sans-serif; 
	font-size:11; 
	text-decoration: none; 
	color: #66ccff;
}

a:hover {
	font-family: tahoma, arial, geneva, sans-serif; 
	font-size:11; 
	text-decoration: underline; 
	color: #66ccff;
}

a:active {
	font-family: tahoma, arial, geneva, sans-serif; 
	font-size:11; 
	text-decoration: none; 
	color: #66ccff;
}

/* Texte Ende*/

/* Formulare*/



/* Formulare Ende*/

