body {
	font-size: 11px;
	font-family: 'Tahoma';
	
	color: #000;
	background-image: url(img/body.gif);
}

a {
	color: #AEB83A;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.container { 
	width: 900px;
	margin: auto;
	padding: 10px 0 10px 0;
	border: 0px solid #FFF;
	top: 200px;
	background: #FFF;
}

.post { 
	background: #fff;
	width: 650px;
	margin: 5px;
	padding: 8px;
	border: 1px solid #ccc;

}

.post p {
	text-align: justify;
	font-size: 12px;
}

.post img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}

h1 {
	text-transform: uppercase;
	color:#AEB83A;
	margin:00;
	padding:0;
	font: 12px/160% "Arial", Arial, "Bitstream Vera Sans", sans-serif;
	font-size:22px;
	letter-spacing:-1px;
}

h2 {
	color:#0084D4;
	margin:00;
	padding:0;
	font-size:14px;
}
		h2 a {
			color:#0084D4;
			text-decoration:none;
		}
		a:hover {			
			color:#0084D4;
			text-decoration:underline;
		}

h3 {
	color:#0084D4;
	margin:00;
	padding:0;
	font: 12px/160% "Arial", Arial, "Bitstream Vera Sans", sans-serif;
	font-size:28px;
	letter-spacing:-1px;
}

h5 {
	color:#0084D4;
	margin:00;
	padding:0;
	font: 12px/160% "Arial", Arial, "Bitstream Vera Sans", sans-serif;
	font-size:20px;
	letter-spacing:-1px;
}

.rahmenblau {
	font-size:3px;
	margin:0;
	padding:1px;
	font-weight:normal;
	background-color:#F1F1F1;
	color:#318796;
	border-top:2px solid #621628;
}

.sidebar { 
	background: #fff;
	width: 185px;
	margin: 0 5px 0 700px;
	*margin: 5px;
	top: 225px;
	*top: 0px;
	padding: 8px;
	border: 1px solid #CCC;
	float: right;
	position: relative;
}

.header {
	width: 900px;
	text-align: left;
	border: 0px solid #CCC;
	margin: auto;
	height: 50px;
	*height: 70px;

}

.navi {
	width: 900px;
	height: 50px;
	margin: auto;
	border: 0px solid #FFF;
}

#clearheader {
	height:180px;
 	overflow:hidden;
	*overflow:hidden;
}

.footer {
	width: 900px;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
.header-navibg {
	float: left; 
	width: 900px; 
	height: 57px; 
	left: 0px;
	border-right: 0px solid #FFFFFF; 
	background-image:url(img/bg-navi-top.gif); 
	*display: block;
	top: 30px;
	
	
}

#header-navi a:link, #header-navi  a:visited {
		color:#000000 !important; 
	font-weight: normal;
	font-size: 13px; 
	text-decoration: none;
	float: left; 
	margin: 20px 0px 0px 17px; 
	padding: 0px 15px 0px 0px; 
	border-right: 1px dotted #000000;
}

#header-navi a:link.active, #header-navi  a:visited.active	{
	color:#3099F2 !important; 
	font-weight: normal;
	font-size:15px; 
	text-decoration: none;
}


#header-navi a:hover{
	font-size: 13px; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: underline;
}

.header-navi a#last {
	border: 0;
}

.referenzen {
	height:215px;
	border: 1px solid #AEB83A;
	padding:5px;
	margin: 0 0 10px 0;
}


/****************************************************/
/******************** LINKS   ***********************/
/****************************************************/

/* LINKBBLAU 15PX */

a.lpost:link {
	color:#49B020 !important; 
	font-weight: bold;
	font-size:12px; 
	text-decoration: none;
}

a.lpost:visited {
	color:#49B020 !important; 
	font-weight:bold;
	font-size:12px; 
	text-decoration: none;
}

a.lpost:active {
	color:#49B020 !important; 
	font-weight:bold;
	font-size:12px; 
	text-decoration: none;
}

a.lpost:hover {
	color:#49B020 !important; 
	font-weight:bold;
	font-size:12px; 
	text-decoration: none;
	border-bottom: 1px dotted #49B020;
}
