/* 
###################### CSS-Help ##################################
.menu_aktiv		: definiert den Aktivstatus der Links im Menü
.menu_normal	: definiert den Normalzustand der Links im Menü
.menu_headline  : definiert wie Überschriften im Menü aussehen
##################################################################
#main  
Die ID Main nimmt die kompletten Inhalte auf. 
Mit Hilfe von Main kann die Seite z.B. zentriert werden. 
main definiert auch die maximale Breite einer Präsenz. 
#menubox nimmt das Menu auf 
#kopf definiert den Kopfbereich der Seite

*/

body {
	background-image: url(/media/higru.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.box {
	background-color: #FFF;
	display: block;
	padding: 10px;
	clear: both;
	border: 1px solid #645340;
}

#kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#main {
	width: 760px;
	position: absolute;
	text-align: left;
	padding: 0px;
	float: none;
	z-index: 0;
	margin-left: -380px;
	left: 50%;
	top:0px;
	background-image:  url(/media/content.gif);
	margin-top: 0px;
	background-repeat: repeat-y;
}
	
/* Das Platzhalter-Div wird in einigen Designs benötigt um andere DIVs zu verdrängen */
	#platzhalter 
	{
	float: left;
	width: 125px;
	height: 400px;
	}


/* Menüplatzierung */
#menubox {
	position: absolute;
	width: 100px;
	left: 0px;
	top: 130px;
	z-index: 2;
	padding-right: 30px;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
}
/*---------------------------------*/



/* Menüpunkt aktiv ------------------------- */
.menu_aktiv {
	color: #AEA078;
	text-decoration: none;
	display: block;	
}
.menu_aktiv a {
	color: #AEA078;
	text-decoration: none;
}
.menu_aktiv a:link {
	color: #AEA078;
	text-decoration: none;
}
.menu_aktiv a:hover {
	color: #000000;
	text-decoration: none;
}

/* Menu normal -------------------------   */
.menu_normal{
	color: #5B543F;
	display: block;	
}

.menu_normal a:visited {
	color: #5B543F;
	text-decoration: none;
}

.menu_normal a:hover {
	color: #000000;
	text-decoration: none;
}
.menu_normal a:link {
	color: #5B543F;
	text-decoration: none;
}


/*Menu Headline ---------------------------- */

.menu_headline{
	color: #990000;
	display: block;	
	text-decoration: bold;
}


/* Content -------------------------   */


#content a {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content a:link {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content a:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content {
	float: left;
	width: 409px;
	padding-top: 115px;
	padding-left: 30px;
	color: #000000;
	line-height: 1.4em;
	padding-right: 10px;
}
#content h1 {
	font-size: 1.3em;
	line-height: 1.4em;

	color: #333333;
}
#content h2 {
	font-size: 1.2em;
	color: #666666;
}
#content img {
	margin-right: 8px;
	margin-left: 0px;
	margin-bottom: 4px;
	margin-top: 0px;
	border: 1px solid #003366;
}



/*Definition der Marginalie */
#marginalie {
	float: left;
	width: 150px;
	padding-left: 35px;
	padding-top: 120px;
	font-size: 0.8em;
	color: #333333;
}
#marginalie a {
	color: #333333;
	text-decoration: none;
}
#marginalie a:hover {
	color: #666666;
	text-decoration: underline;
}
#marginalie a:link {
	color: #333333;
	text-decoration: underline;
}
#marginalie a:visited {
	text-decoration: underline;
}

#marginalie a img {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #446D8B;
}
#marginalie img {
	border: 1px solid #003366;
	margin: 5px 0px;
}

/* Wie sehen Listen aus */ 
li {
	font-size: 1em;
	list-style-type: square;
}


/* Bilder */

.bildlinks {
	margin-right: 3px;
	margin-bottom: 50px;
	float: left;
}
.bildrechts {
	margin-bottom: 0px;
	margin-left: 5px;
	float: right;
}



/* Fußzeile */

#footer {
	width: 575px;
	float: left;
	height: 30px;
	font-size: 0.8em;
	background-color: #F0E5BB;
}
#footer a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footer a:link {

	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {

	font-weight: normal;
	text-decoration: none;
	
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Formular Definition */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
    cursor                    :    pointer;
	
}


label {
	font-family: Arial, Helvetica, sans-serif;
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	padding: 0px;
}

form
{
	line-height                :    120%;
	width: 360px;
}

form br
{
    clear                    :    both;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	border: thin none #000066;
}
fieldset {
	border: 1px solid #5D81A3;
	padding: 10px;
	width: 350px;
}

/* Ende der Formulardefinition */
.untertitel {
	font-size: 0.8em;
	line-height: 1em;
}
.hinterlegung {
	background-color: #FFF;
	display: block;
}
.advert {
	border: 2px solid #900;
	background-color: #FFF;
	padding: 4px;
}
