/* 

########################################################################################################
########################################################################################################

Einteilung des CSS-Aufbaus (Standart - Weite CSS für bestimmte Themenbereiche beachten!!!)

0. Import CSS
1. Standards
2. Layout
3. Navigation
4. Content
5. Links 

########################################################################################################
######################################################################################################*/

/* 0. Import CSS */

	@import url("lightbox.css");
	@import url("kontaktstyle.css");

/* ########################################################################################################
######################################################################################################*/   

/* 1. Standards */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, span, a, table, td, form, img, li, form, object, textarea {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color: #666;
	font-size:12px;
}

body {
	background: #fff url(../images/bg.jpg) repeat-x;
}

h1{
	font-size: 36px;
	color: #8a0a07;
	font-weight:normal;
	letter-spacing: 3px;
}

h2 {
	font-size: 18px;
	color: #8a0a07;
	font-weight:lighter;
}

h3 {
	font-size: 18px;
	color: #ff3e10;
	font-weight:lighter;
}

p {
	margin: 0 0 20px 0px; line-height: 18px;}
	
.floatende {clear: both;}
hr {margin: 0 0 10px 0;}
.unsichtbar  {display: none;}
.noborder { border: none;}

/*######################################################################################################
######################################################################################################*/

/* 2. Layout */


#wrapper {
	width: 924px;
	position:relative;
	margin: 0 auto;
}

#content {
	width: 924px;
	height: 400px;
	background:url(../images/bg_content.jpg) no-repeat top right;
}

#navi {
	float:left;
	width: 220px;
	height: 350px;
}

#inhalt1, #inhalt2{
	float:left;
	width: 305px;
	padding: 10px 10px 0 30px;
}

#gb{
	float:left;
	padding: 10px 10px 0 30px;
}

#head {
	height: 205px;
	width: 924px;
	background: url(../images/bg_head.jpg) no-repeat;
}

#logo{
	float:left;
	width: 162px;
	height: 129px;
}

#subnavi{
	height: 129px;
	width: 760px;
	float:left;
}

#headline {
	float:none;
	clear:both;
	padding: 0 0 0 250px;
}
	#content-big {
	padding:0 0 0 250px;
width:645px;
}
	#content-big .margin{

margin: 10px 0 0 0;

}
#footer{
	height: 79px;
	width: 924px;
	background:url(../images/bg_footer.jpg) no-repeat;
	clear:both;
}

#footerbudda{
	position:absolute;
	width: 223px;
	height: 154px;
	background:url(../images/bg_budda.jpg) no-repeat;
	margin-top: -154px;
}

/*######################################################################################################
######################################################################################################*/


/* 3. Navigation 


---------------------------------------------------------- Hauptnavi  ----------------------------------------------------------------*/

#navi ul{
	padding: 0 0 0 10px;
}

#navi li{
	padding: 5px 0 5px 0;
	background:url(../images/bg_navi.jpg) no-repeat left bottom; 
}

#navi  ul li a{
	font-weight: bold;
	padding: 0 0 0 20px;
	text-decoration: none;
	display:block;
	color: #B61600;
}

#navi a:hover{
	color: #FE7E00;
}

#subnavi ul{
padding: 0 0 0 400px;
	text-align:right;
}

#subnavi li{
float:left;
padding: 40px 5px 0 5px;
}

#subnavi a{
	color: #fff;
	text-decoration:none;
}

#subnavi a:hover{
	color: #FE7E00;
	text-decoration:none;
}
	
/*######################################################################################################
######################################################################################################*/

/* 4. Content */


.bildborder {
	border: 1px solid #ccc;
	padding: 2px;
	background:#FFF;
	margin: 5px 5px 0 0;
}

.bildborder:hover{
	border: 2px solid #ccc;
	padding: 1px;
}

.floatleft{
	float: left;
}

.floatright {
	float: right;
	width:120px;
}

#wrapper #content #inhalt1 li {
	padding: 3px 0 3px 5px;
	border-bottom: dashed 1px #FE7E00;
}

#wrapper #content #inhalt1 ul {
	padding: 10px 0 20px 0px;
}

#wrapper #content #inhalt1 h2, #wrapper #content #inhalt2 h2 {
	background:url(../images/bg_h2.jpg) no-repeat left 50%;
	padding: 0 0 5px 30px;
}

#wrapper #content #inhalt1 h1, #wrapper #content #inhalt2 h1 {
	margin: 0 0 20px 0px; 
	line-height: 18px;
	color: #666;
	font-size:12px;
	letter-spacing: normal;
}

em {
	font-size: 11px;
	color:#999;
	text-align:center;
	display:block;
}

span.kursiv {
	font-style:italic;
}

span.unterstreichen {
	text-decoration:underline;
}

span.gesperrt {
	letter-spacing:3px;
}

.marginright{
	margin: 0 10px 0 0;
}

/*######################################################################################################
######################################################################################################*/


/* 5. Links */

a, .escape span{
	text-decoration: none;
	color:#FE7E00;
}


a:hover, a:hover span{
	text-decoration:underline;
	color: #FE7E00;
}

.text{
	font-size:10px;
}

/*######################################################################################################
######################################################################################################*/
