/* Standard Stylesheet
Martin-Luther-Haus
www.projektname.de
Start: 26.03.06
Letzte Aenderung: 11.07.06
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
 }

/* Allgemeines */
body {
	margin:0px; padding:0px; 
	text-align:center;
	font-size: 90%;
	line-height: 2em;
	color: #918B94;
	font-family: arial,geneva,verdana,sans-serif;
	background:url(images/bg_line.gif) top right repeat-y;	
}

a:link {
	color: #A278B7;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #918B94;
	background-color: #fff;	
	text-decoration: none;
 }

a:hover {
	font-weight:bold;
	text-decoration: none;
}
hr{
	height:1px;
	border:1px solid #eee;
	margin:25px 0;
	}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
		padding: 10px;
	border: 1px solid #FBC101;

}
.keine-anzeige {
	display: none;
}
ul{
	padding-left:20px;
	margin-bottom:20px;
	}
li{
	list-style-type:none;
	line-height:1.2em;
	margin:5px 0;
	}
/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0.5em 0;
	/*clear: both;*/
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}
.fett{
	font-weight:bold;
	line-height:1.3em;
	padding-left:10px;
	}

.zitat{
	font-size: 0.9em;
	font-style:italic;
	text-align:right;
	padding:20px 0;
	}
.uppercase{
	text-transform:uppercase;
	}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}
.zentriert{
	text-align:center;
	}
.clearboth { clear: both; }

h1, h2, h3, h4{
	padding:5px 0 10px 0;
	}
h1 {
font-size:1.6em;

}
h1.angebote{
	padding:12px 0 12px 100px;
background:url("images/pfeil.gif") 0 0 no-repeat;
margin:10px 0;
	}

h2, h3 {
font-size:1.2em;
padding:10px 0 0px 0;

line-height:1.2em;
}
h3 {
border-top:1px dashed #666;
}

h4 {
font-size:1em;
}

.startseite li{
	background:url(images/list-pfeil.gif) 0 .3em no-repeat;
	padding-left:25px;
	}
/* Layout */
#wrapper {
	text-align:left;
	}

#head {
	width:inherit;
	height:304px;
	background:url(images/bg_head.gif) top right no-repeat;	
	}

#navcontainer {
	margin-right:110px;
	}
 #navcontainer ul{
	text-align: right;
	line-height: 18px;
	list-style-type:none;
	padding: 5px 0;
	margin: 0;
	width: 100%;
	}
#navcontainer ul li{
	display: inline;
	padding:5px 0;
	}
#navcontainer ul li a{
	padding:5px 10px;
	text-decoration: none;
	border-right: 1px solid #A278B7;
	}
#content, #kurse{
	margin:10px 100px 0 200px;
	padding:10px 20px 0 10px;
	background:url(images/bg_content.gif) bottom right no-repeat;
	}
#kurse{
	content:url("kurse.htm");
	}
#galerie{
margin:10px 110px 0 200px;
padding:10px 20px 0 10px;
background-image:none;
background-color:transparent;
	}

#news{
margin:10px 0px 10px 0px;
padding:10px;
border:2px solid #A278B7;
color:#A278B7;
text-align:justify;
z-index:99; }

#news hr{
height:2px;
margin:0 10px;
color:#fff;
}

#footer{
width:100%;
height:80px;
margin:0;
padding:0;
bottom:0;
background: url(images/bg_foot.gif) bottom right no-repeat scroll;
z-index:11;
}
/*Seite Fotogalerie/Freitzeitaktivitäten)*/

#fotos{
	float: left;
	width: 134px;
	margin: 0 0 8px 10px;
	background-color:#fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

*html div.fotos{
	width: 150px;
}
#fotos img{
	padding:0;
	border-top: 2px solid #555;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 2px solid #555;
}

#sidebar{
padding: 10px;
   margin: 10px;
   width: 150px;
   position: absolute;
   text-align:left;
   top: 0px;
   left: 0;}
