@import url(/fileadmin/menu_main_grunenberg.css);
@import url(/fileadmin/menu_neben_grunenberg.css);


body, html {
	scrollbar-face-color		: #E8EAEA;
	scrollbar-3dlight-color		: #E8EAEA;
	scrollbar-shadow-color		: #E8EAEA;
	scrollbar-track-color		: #dee1e1;
	scrollbar-highlight-color	: #E8EAEA;
	scrollbar-arrow-color		: #333366;
	scrollbar-darkshadow-color	: #333366;
	
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/* background: #E7ECF4 url(/fileadmin/images/bg_general.gif) repeat-y; */
	background: #ffffff;
	font: normal 100.01% arial, Helvetica, sans-serif;
	
	/* Zentrierung im Internet Explorer */
	position: relative;
	text-align: center;
	}


#outer-wrapper { /* fuer Firefox durchgehende bg-Farbe im Contentbereich */
	text-align: left;
	margin: 0 auto 0 auto;      /* standardkonforme horizontale Zentrierung */
	position: relative;
	width: 780px;
	background: #ffffff;
	}
	

/************ LAYER ************/
#logo {
	position: absolute;
	top: 38px;
	left: 67px;
	}
	
#Menu_main {
	position: absolute;
	top: 393px;
	width: 780px;
	text-align: center;
}
	
#Menu_neben {
	position: absolute;
	top: 428px;
	left: 500px;
	width: 270px;
	text-align: right;
	padding: 0 0px 0 0;
}
	
#title {
	position: absolute;
	top: 464px;
	left: 12px;
	width: 755px;
	background: url(/fileadmin/images/dottedline.gif) 0px bottom repeat-x;
}

#druckicon {
	position: absolute;
	top: 476px;
	left: 590px;
	width: 270px;
}
	
	
/************ HEADER ************/
#header {
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 780px;
	height: 398px;
	padding: 0;
	background: #C2C2C2;	/* Hintergrundbild nutzt nix */
}
#header_2 {
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 780px;
	height: 24px;
	padding: 0;
	background: #617085;
	border: 1px solid #617085;
/*
	border-top: 1px solid #434953;
	border-right: 1px solid #47576c;
	border-bottom: 1px solid #475569;
	border-left: 1px solid #535c69;
*/
	border-right-color: #8d97a6;
	border-left-color: #8d97a6;
	
	}
	html>body #header_2 { /* Fuer Firefox und Opera  */
	width: 778px;
	height: 22px;
	}
#header_3 {
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 780px;
	height: 22px;
	padding: 0;
	background: #c2c2c2;
	border-top: 1px solid #757582;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #b9b9b9;
	border-left: 1px solid #c6c6c6;
	border-left-color: #8d97a6;
	border-right-color: #8d97a6;
	}
	html>body #header_3 { /* Fuer Firefox und Opera  */
	width: 778px;
	height: 20px;
	}

/************ MIDDLE ************/
#middle {
	margin: 0px 0 0px 0;
	width: 780px;
	padding: 0px 0 13px 0;
	background: #ffffff url(/fileadmin/images/bg_middle.gif) repeat-y;
	border-bottom: 1px solid #8d97a6;
	}
	html>body #middle { /* Fuer Firefox und Opera  */	
	}
  * html #middle {
  	}
	
/* MIDDLE RIGHT */
#middle_right {
	float: right;
	width: 155px;
	margin: 0px;
	padding: 28px 0 0 0;
	}
  * html #middle_right {
  	margin-bottom: 0;
  	}


/* CONTENT */
#content {
	/* width: 791px; */
	margin: 0px;
	padding: 0px 0 0 0;
	}
  * html #content {
  	margin-bottom: 0;
  	}

/* LISTENFORMATIERUNG allgemein */
#content ol {
	font-size: 0.7em;
	padding: 2px 0 2px 21;
	margin: 0px 0px 1.7em 0px !important;
	margin-top: 0px;
	/* border-top: 1px dashed #f3eedd; */
	}
	
#content ul {
	font-size: 0.7em;
	padding: 0px 0 0 0;
	margin: 0px 0px 1.7em 0px !important;
	margin-top: 0px;
	list-style:none;
	/* border-top: 1px dashed #f3eedd; */
	}
#content ul li {
	padding: 0px 0px 0px 10px;
	margin: 0;
	/* border-bottom: 1px dashed #f3eedd; */
	background: url(/fileadmin/images/bullet.gif) 0px 5px no-repeat;
	}
	html>body #content ul li { /* Fuer Firefox und Opera  */
	padding-top: 4px;
	background: url(/fileadmin/images/bullet.gif) 0px 5px no-repeat;
	}
/* keine Angaben für "#content a" machen, da sonst Angaben in .external-link-new-window hinfällig */ 
	
.content_normal { /* Fuer IE */
	padding: 62px 20px 0px 46px;
	margin: 0;
	/* width: 570px;  /* fuer Firefox nicht 100% angeben */
	height: 320px; /* fuer Firefox nicht 100% angeben */
	/* border-bottom: 1px dashed #f3eedd; */
	}
	html>body .content_normal { /* Fuer Firefox und Opera  */
	}
  * html .content_normal {
  	}

	
#druckempfehlen {
	margin: 0;
	padding: 25px 0px 0px 46px;
	}
	#druckempfehlen a {
	}
	#druckempfehlen a:hover, #druckempfehlen a:focus, #druckempfehlen a.act {
	}
	

/************ FOOTER ************/
#footer {
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0 0 0 0px;
	width: 780px;
	padding: 0;
}

#footer-text {
	margin: 0;
	padding: 6px 0px 6px 45px;
	font-size: 10px;
	font-weight: normal;
	/* line-height: 1.06em;*/
	color: #5D6D7D;
	}
	html>body #footer-text { /* Fuer Firefox und Opera  */
	}
  * html #footer-text {
  	margin-bottom: 0;
  	}
	#footer-text a {
	color: #5D6D7D;
	text-decoration: none;
	}
	#footer-text a:hover, #footer-text a:focus,  #footer-text a.act {
	color: #008edd;
	text-decoration: none;
	}
	
/************ DIVERSES, LINKS etc. ************/
.tback, a.tback, a:link.tback, a:visited.tback, a:active.tback {
	clear: both;
	font-size: 0.7em;
	font-weight: bold;
	color:#000066;
	text-decoration: none;
	}
a:hover.tback, a:focus.tback {
	color:#e60106;
}

.tred, a.tred, a:link.tred, a:visited.tred, a:active.tred {
	color: #cf1017;
	text-decoration: none;
	}
a:hover.tred, a:focus.tred {
	text-decoration: underline;
}

.tgreen, a.tgreen, a:link.tgreen, a:visited.tgreen, a:active.tgreen {
	color: #6AB426;
	text-decoration: none;
	}
a:hover.tgreen, a:focus.tgreen {
	text-decoration: underline;
}

	
/************** CSS styled content **************/

.external-link, a.external-link, a:link.external-link, a:visited.external-link, a:active.external-link {
	color: #008edd;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.external-link, a:focus.external-link {
	color: #6a6969;
	/* text-decoration: underline; */
}

.external-link-new-window, a.external-link-new-window, a:link.external-link-new-window, a:visited.external-link-new-window, a:active.external-link-new-window {
	color: #008edd;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.external-link-new-window, a:focus.external-link-new-window {
	color: #5B5C5E;
	/* text-decoration: underline; */
}

.internal-link, a.internal-link, a:link.internal-link, a:visited.internal-link, a:active.internal-link {
	color: #008edd;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.internal-link, a:focus.internal-link {
	color: #5B5C5E;
	/* text-decoration: underline; */
}

.internal-link-new-window, a.internal-link-new-window, a:link.internal-link-new-window, a:visited.internal-link-new-window, a:active.internal-link-new-window {
	color: #008edd;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.internal-link-new-window, a:focus.internal-link-new-window {
	color: #5B5C5E;
	/* text-decoration: underline; */
}

.mail, a.mail, a:link.mail, a:visited.mail, a:active.mail {
	color: #008edd;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.mail, a:focus.mail {
	color: #5B5C5E;
	/* text-decoration: underline; */
}

.download, a.download, a:link.download, a:visited.download, a:active.download {
	color: #008edd;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.download, a:focus.download {
	color: #5B5C5E;
	/* text-decoration: underline; */
}


/*************** Linie ***************/
hr{
	color: #CDCCCC;
	background-color: #ffffff;
	height: 1px;
	/* Beispiel Ausrichtung rechts
	width: 300px;
	margin-right: 0;
	text-align:right;
	*/
	border:1px dashed #CDCCCC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}





/**** wichtig, damit keine Border bei verlinkten Bildern wie external-link-gif etc. ***/
img {
border: 0px;
}

