@CHARSET "ISO-8859-1";

body,html {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	width:100%;
}

#head {
	background-image: url(/img/head_back.png);
	height: 254px;
	text-align: center;
}

#head a {
	text-decoration: none;
	border: 0;
}

#head2 {
	background-image: url(/img/head_back_2.png);
	height: 68px;
}

#head2 a {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#referenzen_box {
	border: 3px solid #FFFFFF;
	height: auto;
	width: 340px;
	text-align: center;
	background-color: #EEEEEE;
	-moz-border-radius: 10px;
}

#navbar {
width:100%;
text-align:center;
background-color:#737373;
height:40px;
border-bottom:2px solid #BCBCBC;
}

#navbar_after {
background-color:#2D2D2D;
width:100%;
font-size:0px;
height:28px;
border-bottom:2px solid #FFFFFF;
}

#content {
width:1024px;
border-collapse:collapse;
}

#seitenkrams, #content_container {
background-color:#FFFFFF;
background-image:url(/img/content_back.png);
background-repeat:repeat-x;
}

#seitenkrams {
border-left:1px solid #CCCCCC;
width:285px;
height:250px;
}

.außen {
width:41px;
background-color:#DDDDDD;
}

#footer {
width:938px;
background-color:#2D2D2D;
padding:6px 4px;
}

#footer td{
background-color:#1F1F1F;
color:#606060;
font-size:16px;
padding:10px;
}


















