/* 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: 0.9em;
	line-height: 1.6em;
	color: #666;
	background: #fff;
	background-image:url(jpg/bg_site.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color: #333;

	text-decoration: underline;
}

a:visited {
	color: #666;

	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
#sidebar a {
	color: #333;
	text-decoration: none;
	font-variant: small-caps;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;
	display: block;
	width: 150px;
	font-size: 90%;
}

#sidebar a:link {
	color: #333;
	text-decoration: none;
}

#sidebar a:visited {
	color: #666;

	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	background-color: #efefef;
}
#sidebar ul li {
	list-style: none;
	text-align: right;
}
#navtop a:link {

	color: #000;
	text-decoration: none;
	margin-left:10px;
}

#navtop a:visited {

	color: #000;
	text-decoration: none;
	margin-left:10px;
}

#navtop a:hover {

	text-decoration: underline;
	color:#999999;
}
#nav_horiz {
	margin-top: 30px;
	margin-right: 20px;
}
#footer a:link {

	color: #333;
	text-decoration: none;
	margin-left:10px;
	text-decoration: underline;
}

#footer a:visited {

	color: #333;
	text-decoration: none;
	margin-left:10px;
}

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

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

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

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

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* 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 {
	margin-bottom: 25px;
	margin-top: 50px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 5px;

}

h2 {

}

h3 {

}

h4 {

}

/* Layout */
#wrapper { 
	width: 880px;
	margin: 0 auto;
}

#header {
}

#navtop {
	width: 240px; 
	float:right; 
	margin-top: 30px; 
	font-size: 0.7em;
}

#content {
	width: 500px;
	float: left;
	margin-top: 120px;
	margin-left: 45px;

}

#text {
	width: 420px;


}

.text_img { 
	border: 1px solid #CCCCCC; 
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
}
	
#text ul{
	margin-top: 25px;
	color: #333;
	font-size: 0.9em;

}	

#text li{
	margin-left: 25px;
	list-style: inside;
	line-height: 1.7em;


}	


#sidebar {
	width: 260px;
	float: left;
	margin-top: 80px;
}

#footer {
	margin-top: 100px;
	height: 100px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 50px;
	font-size: 0.8em;
}
