/* 
###################### 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
#content beinhaltet den eigentlichen Fließtext

*/

body {
	font-family: "Trebuchet MS", "Arial Unicode MS", Arial;
	font-size: 78%;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/media/hg.jpg);
	background-repeat: repeat-x;
	
}

#kopf {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 735px;
	margin-left: -380px;
	left: 50%;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#main {
	width: 760px;
	position: absolute;
	text-align: left;
	padding: 0px;
	float: none;
	z-index: 0;
	margin-left: -380px;
	left: 50%;
	top:160px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}


a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}


	
/* content_links kann als Platzhalter verwendet werden bei einem 3-spaltigen Design mit vertikalem Menü  */
	#content_links 
	{
	float: left;
	width: 138px;
	height: 400px;
	background-color: #66CC66;
	}


/* Menüplatzierung */
#menubox {
	position: absolute;
	margin-left: -380px;
	left: 50%;
	top: 143px;
	z-index: 2;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-left: 77px;
	width: 800px;
}
#menubox a {
	padding-right: 30px;
}
/*---------------------------------*/



/* Menüpunkt aktiv ------------------------- */
.menu_aktiv {
	color: #FFFFFF;
		font-weight: bold;
	
}
.menu_aktiv a {
	color: #FFFFFF;
	
	font-weight: bold;
	
}
.menu_aktiv a:link {
	color: #FFFFFF;
		font-weight: bold;
	
}
.menu_aktiv a:visited{
	color: #ffffff;
    
}
.menu_aktiv a:hover {
	color: #FFFFFF;
	font-weight: bold;

}

/* Menu normal -------------------------   */
.menu_normal{
	color: #ffffff;

}
.menu_normal a:visited{
	color: #ffffff;
    text-decoration: none;
}
.menu_normal a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu_normal a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.menu_normal a:link {
	color: #ffffff;
	text-decoration: none;
}


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

.menu_headline{
	color: #990000;

	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;
	padding-top: 40px;
	padding-left: 77px;
	color: #666666;
	line-height: 1.4em;
	padding-right: 20px;
	background-color: #FFFFFF;
	width: 650px;
	font-size: 0.9em;
}
#content h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #F89C1C;
}

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



/*Definition der Marginalie */
#marginalie {
	float: left;
	width: 170px;
	padding-left: 10px;
	font-size: 0.8em;
	color: #333333;
	border: 1px solid #333333;
	margin-top: 170px;
	background-color: #eeeeee;
	padding-right: 5px;
}
#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;
	display: list-item;
	text-indent: 0px;
	list-style-position: outside;
}


/* Bilder */

.bildlinks {
	margin-right: 3px;
	margin-bottom: 0px;
}
.bildrechts {
	margin-bottom: 0px;
	margin-left: 2px;
}



/* Fußzeile */

#footer {
	width: 740px;
	float: left;
	height: 30px;
	font-size: 0.8em;
	
}
#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: 350px;
}

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

/* Ende der Formulardefinition */


/* Effekte */
.reflect {}
#kopf a {
	color: #666666;
	font-size: 0.76em;
}
.behmenburg {
	color: #FF9900;
}
.gross {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	padding: 3px;
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: block;
}
