/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 70%;
	line-height: 1.6em;
	color: #333;
	background: #fff;
	background-image: url(bg_site.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #333;

	text-decoration: underline;
}

a:visited {
	color: #333;

	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#000099;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}
.textgrau {
color: #00689a;

}
/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;

}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {	
font-size: 16px;
font-weight: 100;
margin-bottom: 20px;

}

h2 {
font-size: 14px;
font-weight: 100;
margin-bottom: 10px;
color: #000000;
border-bottom: 1px solid #efefef;
padding-bottom: 3px;

}

h3 {

}

h4 {

}

/* Layout */
#wrapper {
	margin: 0 auto;
	width: 830px;
	background-image: url(bg_wrapper.jpg);
	background-repeat: no-repeat;
}

.logo {
	margin-top: 102px;
	margin-left: 44px;
}

#navi {
}

#content {
	margin-top: 70px;
	padding-left: 17px;
}
.text {	
width: 31%;
float: left;
margin-left: 15px;

}
#kontakt {
	
	margin-top: 80px;
	line-height: 1.3em;
	color: #666666;
	

}
#sidebar {
}

#footer {
padding-left: 17px;
color: #666666;
border-bottom: 1px solid #efefef;
margin-bottom: 15px;

}
