*{ 
	font-family: Arial, sans-serif;
	margin:0px; 
	padding:0px;
}
html {
	height: 100%; 
	margin-bottom: 1px;
}
body{ 
	background-color:#f9ebd0;
}
h1,h2,h3,p,div,ul,ol,li,input,textarea{
	font-size:12px; 
	color:#666666; 
}

h1{
	font-size: 20px;
	color:#777777; 
	margin-top: 40px;
	margin-bottom: 16px;
	font-weight:normal;
}

h2{
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 2px;
	font-weight:bold;
}

p{
	line-height:15px;
	margin-top:2px;
	margin-bottom:8px;
}

th,td{
	padding:4px;
	vertical-align: top;
}
th{
	background-color:#f0f0f0;
}
hr{
	margin:6px 0;
}
ul, ol{
}
li{
/*	padding-left: 20px; */
	margin-left: 16px;
	margin-bottom: 2px;
}
img{
	border:none;
	vertical-align:middle;
}

a{
	color: #a42b3b;
	font-style: italic;
	text-decoration:none; 
}
a:link{
}
a:visited{
}
a:hover{
	color:#888888;
}
a:active{
	color:#888888;
}

a.normal{
	font-style:normal;
	color:#666666;
}


/***** Layout *****/

#wrapper {
	position:relative;
	width: 798px;
	margin: 0 auto 0 auto;
	background-color:#ffffff;
	border-top: 2px solid #f9ebd0;
}

#head{
	background-color:#f9ebd0;
}

#content{
}

#links{
	float:left;
	width:524px;
	margin:30px 0 30px 30px;

/*	background-color:#ffcccc; */
}
* html #links{
	width:521px;
	margin-left:15px;
}

#rechts{
	float:right;
	width:214px;
	margin:0 0 30px 0;

/*	background-color:#ccccff; */
}

#foot{
}


/***** wrapper *****/
#ecke1{
	position:absolute;
	z-index:91;
	left:0;
	top:0;
}
#ecke2{
	position:absolute;
	z-index:92;
	right:0;
	top:0;
}
#ecke3{
	position:absolute;
	z-index:93;
	left:0;
	bottom:0;
}
#ecke4{
	position:absolute;
	z-index:94;
	right:0;
	bottom:0;
}


/***** head *****/
#head img{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#head img.links{
	border-left:none;
	border-right:1px solid #ffffff;
}
#head img.rechts{
	border-left:1px solid #ffffff;
	border-right:none;
}

/***** content *****/
#navi{
	height:30px;
	background-image:url(../bilder/layout/navi_bg.gif);
	background-repeat:repeat-x;
}
#navi a{
	color: #888888;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
}
#navi a:link{
}
#navi a:visited{
}
#navi a:hover{
	color:#a42b3b;
}
#navi a:active{
	color:#a42b3b;
}
#navi a.aktiv{
	color:#a42b3b;
}

#inhalt{
}
#inhalt h1 .klein{
	font-size:12px;
}
#inhalt .trenner{
	width:200px;
	height:4px;
	margin:16px 0 16px 0;
	background-image:url(../bilder/layout/trenner_bg.gif);
	background-repeat:repeat-x;
}
#inhalt .grossbild{
	position:relative;
	left:-30px;
}

.zitat{
/*
	font-weight:bold;
*/
}
.zitat_autor{
	font-size: 9px;
}
.partner{
	font-style: italic;
}

#termine{

}
#termine .mehr{
	float:right;
	margin-left:10px;
}


#rechts{
}

#logo{
}

#rechts div.text{
	margin-right:30px;
}
#rechts div.trenner{
	height:4px;
	margin:16px 30px 16px 0;
	background-image:url(../bilder/layout/trenner_bg.gif);
	background-repeat:repeat-x;
}
#rechts div.trenner0{
	height:4px;
	margin:0 30px 16px 0;
	background-image:url(../bilder/layout/trenner_bg.gif);
	background-repeat:repeat-x;
}

#rechts div.mehr{
	float:right;
	margin-left:10px;
}

/***** foot *****/
#foot{
	position:relative;
}
#foot img{
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#foot img.links{
	border-left:none;
	border-right:1px solid #ffffff;
}
#foot img.rechts{
	border-left:1px solid #ffffff;
	border-right:none;
}
#foot_img0{
	position:absolute;
	top:-20px;
	left:300px;
	border:none !important;
}

#foot div{
	padding:10px 30px 10px 30px;
	color:#a42b3b;
	font-size:12px;
}
#foot a{
	font-style:normal;
}
#foot a:hover{
}

#impressum{
}
#impressum a{
}
#impressum a:hover{
}


/***** individuelle Formate *****/
.puf{
	color:#a42b3b;
	white-space:nowrap;
}
.magenta{
	color:#a42b3b;
}
.gross{
	font-size:14px;
	font-weight:bold;
}

.clear{ 
	clear:both; 
	display:block; 
	height:0; 
	line-height:0; 
	overflow:hidden; 
	visibility:hidden;
}
.clear_left{ 
	clear:left;
	display:block; 
	height:0; 
	line-height:0; 
	overflow:hidden; 
	visibility:hidden; 
}
.clear_right{ 
	clear:right; 
	display:block; 
	height:0; 
	line-height:0; 
	overflow:hidden; 
	visibility:hidden;
}