@import url(menu_main_rmwerbefotografie.css);
@import url(menu_neben_standard.css);
@import url(content.css);
@import url(news.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: #2D2D2D;
	font: normal 100.01% verdana, 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: 50px auto 0 auto;      /* standardkonforme horizontale Zentrierung */
	position: relative;
	width: 933px;
	
	}
	

/************ LAYER ************/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#content_rand {
	position: absolute;
	top: 0px;
	left: 181px;
	width: 752px;
}

/************ HEADER ************/
#header {
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 933px;
	height: 10px;
	padding: 0;
	background: url(images/bg_top.gif) 0 0 no-repeat;
}

/************ MIDDLE ************/
#middle {
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 933px;
	padding: 0;
	background: #dfdfdf url(images/bg_general.gif) repeat-y;
	}
	
/* MIDDLE LEFT */
#middle_left {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px 0 0 0;
	min-height: 400px;
	}
#Menu_main {
	margin: 0px;
	padding: 107px 0 0 0;
	}

#content_left {

}

/* CONTENT */
#content {
	/* width: 791px; */
	margin: 0px;
	padding: 360px 0 0 0;
	}  	

.content_normal { /* Fuer IE */
	padding: 15px 160px 20px 28px;
	margin: 0;
	/* width: 570px;  /* fuer Firefox nicht 100% angeben */
	height: 200px; /* fuer Firefox nicht 100% angeben */
	/* border-bottom: 1px dashed #f3eedd; */
	}
	
/* 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(images/icons/bullet.gif) 0px 5px no-repeat;
	}
	html>body #content ul li { /* Fuer Firefox und Opera  */
	padding-top: 4px;
	background: url(images/icons/bullet.gif) 0px 5px no-repeat;
	}
/* keine Angaben f�r "#content a" machen, da sonst Angaben in .external-link-new-window hinf�llig */ 
	


/************ FOOTER ************/
#footer {
	clear: both;
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 933px;
	padding: 0;
	background: #dfdfdf url(images/bg_general.gif) repeat-y;
}

#druckempfehlen {
	float: left;
	width: 155px;
	margin: 0px;
	padding: 27px 0 0 23px;
	background: #dfdfdf;
	}

#Menu_neben {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 24px 0 0 0px;
}

#footer-text {
	margin: 0px 0 0 0px;
	padding: 0px 0 0 206px;
	font-size: 10px;
	font-weight: normal;
	/* line-height: 1.06em;*/
	color: #5D6D7D;
	}
	#footer-text a {
	color: #5D6D7D;
	text-decoration: none;
	}
	#footer-text a:hover, #footer-text a:focus,  #footer-text a.act {
	color: #fc8e00;
	text-decoration: none;
	}


/************ FOOTER ************/
#footer_bottom {
	clear: both;
	/* margin: 0 auto;  =>  auto=> Zentrierung im Firefox und Opera */
	margin: 0px 0 0px 0px;
	width: 933px;
	height: 10px;
	padding: 0;
	background: url(images/bg_bottom.gif) 0 0 no-repeat;
}






	
/************ 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;
}


	
/************** CSS styled content **************/

.external-link, a.external-link, a:link.external-link, a:visited.external-link, a:active.external-link {
	color: #fc8e00;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.external-link, a:focus.external-link {
	color: #000000;
	/* 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: #fc8e00;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.external-link-new-window, a:focus.external-link-new-window {
	color: #000000;
	/* text-decoration: underline; */
}

.internal-link, a.internal-link, a:link.internal-link, a:visited.internal-link, a:active.internal-link {
	color: #fc8e00;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.internal-link, a:focus.internal-link {
	color: #000000;
	/* 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: #fc8e00;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.internal-link-new-window, a:focus.internal-link-new-window {
	color: #000000;
	/* text-decoration: underline; */
}

.mail, a.mail, a:link.mail, a:visited.mail, a:active.mail {
	color: #fc8e00;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.mail, a:focus.mail {
	color: #000000;
	/* text-decoration: underline; */
}

.download, a.download, a:link.download, a:visited.download, a:active.download {
	color: #fc8e00;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.download, a:focus.download {
	color: #000000;
	/* text-decoration: underline; */
}


/*************** Linie ***************/
hr{
	color: #008edd;
	background-color: #ffffff;
	height: 1px;
	/* Beispiel Ausrichtung rechts
	width: 300px;
	margin-right: 0;
	text-align:right;
	*/
	border:1px dashed #008edd;
	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;
}
