
/*Cascading Style-Sheets, Homeseite*/

body {
	margin: 0px;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: black;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/*Header*/

#header {
	height: 80px;
	width:120px;
	padding: 1px;
	margin: 0px 0px 0px 0px;
}

#header_logo {
	position: absolute;
	left:0px;
	top:0px;
	width:84px;
	height:63px;
}

#header h1 {
	visibility: hidden;

/*	padding: 0px 0px 0px 260px;*/
	margin: 20px 0px 0px 200px;
/*	left: 0px;*/
	position: absolute;
/*	border: solid #666 1px;*/
	font-size:2px;

}


/*Hauptteil der Seite*/

#main {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	text-align: left;
	background-color: #ffffff;
margin-top:00px;
/*	position: relative;*/
}

#main #path {
	font-size: .9em;
	margin: 0px;
	font-style: italic;
	position:absolute;
	left:84px; top:0px;
	
}

#main #path a {
	color: #B4001B;
}

/*Menu*/
#menu_main {
	visibility: hidden;
	width:0px;
	height:0px;
	margin:0px;
}

#news {
	visibility: hidden;
	width:0px;
	height:0px;
	margin:0px;
}


/*Arbeitsgruppen Menu*/
#menu_ag {
visibility:hidden;
width:0px;
height:0px;
margin:0px;
}


/* zweites arbeitsgruppenmenu fuer statische seiten */

#main ul#ag_menu_stat{
	visibility: hidden;
	width:0px;
	height:0px;
	margin:0px;
}


/*main content*/
#main #content {
	padding: 0px;	
	line-height:120%;	
	margin:0px;
}




/*

#main #content img {
	float: right;
}*/

.greenbox {
/*	visibility: hidden;
	width:0px;
	height:0px;
   	margin:0px;*/
}

/*Footer*/
#footer {

	width: 100%;
	height: 50px;
	margin : 60px 0px 0px 0px;
	text-align: left;
/*	vertical-align: bottom;*/
	clear: both;
	position: relative;	   
}

#footer img {
}

#footer span a {
	color: #cccccc;
	text-decoration: none;
	font-weight: 500;
}

#footer span {
	padding-top:8px;

	text-align: right;
	position: absolute;
	right: 0px;
}

dt {
	font-weight: bold;
}
