
/* ***************** ***************** ***************** */
/* ***************** bereits angepasst ***************** */
/* ***************** ***************** ***************** */


body{
	background: #EFEFEF;
	color: #000000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}

a{
	color: #000000;
	/*text-decoration: underline;*/
}


/* ***** Container ***** */
#begrenzer{
	width: 1000px; /* 850 */
	margin: 10px;
	/*
	border: 1px solid #660000; 
	background: #FFFFFF;
	*/
}

#page{
	border: 1px solid #660000; 
	background: #FFFFFF;
	float: left;
	width: 790px;
}

#header{
	width: 100%;
	background: #FFFFFF;
}

#content{
	margin: 20px;
	min-height: 450px; 
	/** height: 450px; /* IE Hack, der min-height nicht kennt */
	background: url(../grafiken/inhalt_bg.jpg) no-repeat 50% top;
}


* html #content{
	height: 450px; 
}


#contentsmall{
	margin: 0 20px 20px 200px;
	min-height: 450px; 
	/* height: 450px; /* IE Hack, der min-height nicht kennt */
	background: url(../grafiken/inhalt_bg.jpg) no-repeat 50% top;
}

* html #contentsmall{
	height: 450px; 
}

#leftcol{
	float: left;
	width: 190px;
}

#footer{
	clear: both;
	height: 20px;
	border-top: #CCCCCC 1px solid;
	color: #999999;
	font-weight: bold;
	font-size: 0.85em;
	padding-top: 5px;
	margin: 0 20px;
}

#werbung{
	float: right;
	width: 190px;
	border: 1px solid Black;
	padding: 4px;
	background: white;
}

.linkfooter{
	color: #666666;
	text-decoration: none;
}


/* ***** Navigation ***** */
#mainmenu{
	text-align: left;
	padding: 3px 0 2px 0;
	margin-bottom: 20px;
	background: #9A2F2F url(../grafiken/navi_leiste.gif) repeat-x top;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

.mainmenuitem{
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	font-size: 0.85em;
	color: #FFFFFF;	
}

.mainmenuitem:hover, .mainmenuitem.sel{
	background: url(../grafiken/navi_leiste_hover.gif) repeat-x;
	color: #660000;
}

#submenu{
	background: #EFEFEF;
	height: 100%;
	border: 1px solid #660000;
	margin-left: 5px;
}


.submnuitem{
	background: url(../grafiken/navi_arrow.gif) left no-repeat;
	display: block;
	color: #660000;
	padding: 3px 5px 3px 12px;
	text-decoration: none;
	font-size: 0.85em;
	margin-left: 2px;
}

.submnuitem.sel{
	font-weight: bold;
}


.submnuitem:hover{
	text-decoration: underline;
}


/* ***** Interaktionen ***** */
.InputField{
	border: 1px solid #660000;
}

.Button{
	border: 1px solid #660000;
	background: #EFEFEF;
}


/* ***** Auflistung ***** */
li{
	list-style-image: url(../grafiken/list_point.gif);
}


/* ***** Bildergalerie ***** */
.galImage{
	padding: 2px;
	border: 1px solid #D8AFAF;
}

.galImage:hover{
	border: 1px solid #660000;
}


/* ***** Text ***** */
.text{
	font-size: 0.9em;
	margin: 0 0 10px 8px;
	line-height: 1.5em;
}

.ueberschrift{
	color: #660000;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 8px;
}

.ueberschrift2{
	color: #660000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}

.ueberschrift2 a{
	color: #660000;
}

.ueberschrift3{
	color: #660000;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
}


/* ***** Tabellen ***** */
.trnormal{
	font-size: 1em;
	padding: 2px;
}

.trsmall{
	font-size: 0.9em;
	padding: 2px;
}

.tblheader{
	font-size: 0.9em;
	font-weight: bold;
}

.tblrowdunkel{
	background: #DFDFDF;
}



/* ***** Diverses ***** */
.infoleiste{
	background: #EFEFEF;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}



/* ***************** *************** ***************** */
/* ***************** noch anzupassen ***************** */
/* ***************** *************** ***************** */




.rightImageFloat{
	float: right;
	margin-left: 5px;
}


