
/*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 {
		/*width: 85%;*/
	height: 80px;
	width:120px;
	padding: 1px;
	margin: 15px 0px 0px 0px;
/*	border: solid #000 1px;*/
/*right:0px;*/
	/*	position:absolute;
				right:0px;
		top:0px;
*/
/*position: relative;
float:left;*/
}
#header_logo {
position: absolute;
left:0px;
top:0px;

}


/*Hauptteil der Seite*/

#main {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	text-align: left;
	background-color: #ffffff;
/*	position: relative;*/
}

#main #path {
	font-size: .9em;
	padding: 7px;
	padding-bottom: 7px;
	margin: 0px;
	background-color: #ecf6f5;
	font-style: italic;
	position:absolute;
	left:150px; top:0px;
	
}

#main #path a {
	color: green;
	font-weight: 500;
}

/*Menu*/
#menu_main {
	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: 15px;	
	line-height:120%;	
	margin-left: 0;
	margin-top:0px;
}




/*

#main #content img {
	float: right;
}*/

.greenbox {
/*	visibility: hidden;
	width:0px;
	height:0px;
   	margin:0px;*/
}

/*Footer*/
#footer {

	width: 100%;
	height: 3em;
	padding-top: 15px;
	margin : 0px auto;
	text-align: left;
	vertical-align: bottom;
	clear: both;
	position: relative;	   
}

#footer img {
	padding-left: 10px;
}

#footer span a {
	color: #cccccc;
	text-decoration: none;
	font-weight: 500;
}

#footer span {
	text-align: right;
	position: absolute;
	right: 0px;
}
