@charset "utf-8";
/* CSS Document */

/*design */
body {
		background-color:#a6b1bd;
		color:#222;
		}

#content {
		background-color:#fff;
		}
.bottom {
		clear:both;
			}
	
	
/* Grafiken */
	#gesamte_site {
		background-image:    url(../images/p_back.gif);
		background-repeat:repeat-y;		
		} 
		
	#menu {
		background-image:    url(../images/s_head.gif);
		background-repeat:no-repeat;
		}
		
	#containerfoot {
		background-image:    url(../images/p_foot.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}
		
	#pagehead h2 {
		background-image:    url(../images/p_head.gif);
		background-repeat:repeat-x;
		}
	#menu .alt {
	background-image:    url(../images/s_alt.gif);
	background-repeat:repeat-y;
		}
	



/*LAYOUT */

body {
		margin:0;
		padding:0;
		text-align:center;
		}

#gesamte_site {
	width:770px;
	margin:0 auto;
	padding:0;
	text-align:left;
		}
		
#kopf {
	height:20px;
	margin:0 10px;
	padding:0;
	background-color: #000000;
		}	

#kopf_logo {
	margin:0;
	padding:0;
	margin:0 11px;
	padding:0;
	height:120px;
	background-image: url(../images/logo_head.gif);
		}
		
#breadcrumb {
	height:25px;
	margin:0 10px;
	padding:0;
	background-color: #000000;
	text-indent: 20px;
	color: #FFFFFF;	
		}	

#content {
	float:left;
	width:502px;
	padding:0;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 0;
	margin-left: 25px;
	background-color:#fff;
	margin:0 1px 0 11px;
	padding:0 15px;
		}

#menu {
	float:right;
	width:220px;
	color:#223;
	text-indent: 5px;
	text-align: left;
	padding-top: 10px;
	}
	
#containerfoot {
	padding:10px;
	margin-top: 10px;
		}
		
#containerfootcontent a:link, #containerfootcontent a:visited {
		color:#069;
		}
#containerfootcontent a:hover, #containerfootcontent a:active {
		background-color:#def;
		color:#069;
		}
	
#containerfootcontent {
	font-size:75%;
	line-height:140%;
	text-align:left;
	text-indent: 25px;
		}
#containerfootcontent a:link, #containerfootcontent a:visited {
		font-weight:bold;
		text-decoration:none;
		}
	#containerfootcontent a:hover, #containerfootcontent a:active {
		font-weight:bold;
		text-decoration:underline;
		}