@import url(menu_neben_standard.css);
@import url(menu_main_haasgrotesk.css);
@import url(menu_sub_referenzen_haasgrotesk.css);
@import url(content.css);
@import url(news_haasgrotesk.css);

/************************/


body, html {
	scrollbar-face-color		: #CFCFD0;
	scrollbar-3dlight-color		: #EEEDE5;
	scrollbar-shadow-color		: #F6F5F0;
	scrollbar-track-color		: #DADADC;
	scrollbar-highlight-color	: #E2E1E4;
	scrollbar-arrow-color		: #4D6185;
	scrollbar-darkshadow-color	: #C3C4C6;
		
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	/* height: 100%; */
	/* background: #E7ECF4 url(/fileadmin/images/bg_general.gif) repeat-y; */
	background: #E7E2cf;
	font: normal 100.01% verdana, Helvetica, sans-serif;
	
	/* Zentrierung im Internet Explorer */
	position: relative;
	text-align: center;
	}

body {padding-top: 90px;}

#outer-wrapper { /* fuer Firefox durchgehende bg-Farbe im Contentbereich */
	text-align: left;
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	position: relative;
	width: 960px;
	}
#outer-wrapper-innerwhite { /* fuer Firefox durchgehende bg-Farbe im Contentbereich */
	background: #ffffff; /* damit bg-Farbe bei Macs durchgehend ist */
	}	

/************ LAYER ************/
#logo {
	position: absolute;
	top: 30px;
	left: 688px;
	}
	
#line {
	position: absolute;
	top: 85px;
	left: 20px;
	}

#stempel {
	position: absolute;
	top: 17px;
	left: 35px;
	}

	
/************ MIDDLE ************/
#middle {
	margin: 0;
	width: 960px;
	padding: 120px 0 0 0;
	background: #ffffff;
	/* background: #E7ECF4 url(/fileadmin/images/bg_general.gif) repeat-y; /* damit der linke Balken bis runter l�uft */
	}
	
/* MIDDLE LEFT */
#middle_left {
	float: left;
	width: 180px;
	/* height: px; keine H�he angeben wegen Firefox */
	margin: 0px;
	padding: 0;
	/* background: #E7ECF4 url(/fileadmin/images/bg_general.gif) repeat-y; /* damit der linke Balken bis runter l�uft */
	}

#Menu_main {
	margin: 32px 20px 0px 20px;
	}

/* MIDDLE - RIGHT */
#middle_right {
	float: right;
	width: 380px;
	margin: 0px;
	padding: 0px 0px 0 0px;
	}
#content_rechts {
	padding: 94px 20px 0 0px;
}

/* CONTENT */
#content {
	margin: 0px;
	padding: 0px 0 0 0;
	}

/* LISTENFORMATIERUNG allgemein */
#content ol {
	color: #000000;
	font-size: 0.7em;
	padding: 2px 0 2px 16px;
	margin: 0px 0px 1.7em 0px !important;
	margin-top: 0px;
	/* border-top: 1px dashed #f3eedd; */
	line-height: 1.4em;
	}	
#content ul {
	color: #000000;
	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: 4px 0px 0px 16px;
	margin: 0;
	/* border-bottom: 1px dashed #f3eedd; */
	background: url(images/icons/bullet.gif) 0px 0.9em no-repeat;
	line-height: 1.4em;
	}

	
.content_normal { /* Fuer IE */
	padding: 0px 40px 0px 0px;
	margin: 0;
	/* width: 440px;  /* fuer Firefox nicht 100% angeben */
	height: 301px; /* fuer Firefox nicht 100% angeben */
	/* border-bottom: 1px dashed #f3eedd; */
	}
	
#menu_sub_referenzen {
	margin: 0px;
	}
	
#druckempfehlen {
	margin: 30px 0px 0px 0;
	padding: 0px;
	}
	

/************ FOOTER ************/
#footer {
	clear: both;
	margin: 0;
	width: 960px;
	padding: 0px;
	background: #ffffff;
}	
#footer-text {
	margin: 0;
	padding: 20px 0 15px 180px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.06em;
	color: #1a1b1f;
	}
	#footer-text a {
	color: #000000;
	text-decoration: none;
	}
	#footer-text a:hover, #footer-text a:focus,  #footer-text a.act {
	color: #8f1f71;
	text-decoration: none;
	}
	
/************ FOOTER BOTTOM ************/
#footer_bottom {
	clear: both;
	margin: 0;
	width: 960px;
	padding: 0px;
}	
#footer-bottom-text {
	float: left;
	margin: 0;
	padding: 20px 0 15px 0px;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.06em;
	color: #8D887D;
	}
	#footer-bottom-text a {
	font-weight: bold;
	color: #8D887D;
	text-decoration: none;
	}
	#footer-bottom-text a:hover, #footer-text a:focus,  #footer-text a.act {
	color: #c91018;
	text-decoration: none;
	}
	
#Menu_neben {
	float: right;
	margin: 0;
	padding: 19px 0 15px 0px;
	}
	
/************ DIVERSES, LINKS etc. ************/
.tback, a.tback, a:link.tback, a:visited.tback, a:active.tback {
	clear: both;
	font-size: 0.7em;
	font-weight: normal;
	color:#7b740c;
	text-decoration: none;
	}
a:hover.tback, a:focus.tback {
	text-decoration: underline;
}

.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: #7b740c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.external-link, a:focus.external-link {
	color: #c91018;
	/* 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: #7b740c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.external-link-new-window, a:focus.external-link-new-window {
	color: #c91018;
	/* text-decoration: underline; */
}

.internal-link, a.internal-link, a:link.internal-link, a:visited.internal-link, a:active.internal-link {
	color: #7b740c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.internal-link, a:focus.internal-link {
	color: #c91018;
	/* 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: #7b740c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.internal-link-new-window, a:focus.internal-link-new-window {
	color: #c91018;
	/* text-decoration: underline; */
}

.mail, a.mail, a:link.mail, a:visited.mail, a:active.mail {
	color: #7b740c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.mail, a:focus.mail {
	color: #c91018;
	/* text-decoration: underline; */
}

.download, a.download, a:link.download, a:visited.download, a:active.download {
	color: #7b740c;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}
a:hover.download, a:focus.download {
	color: #c91018;
	/* 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;
}


/* default styles for extension "tx_cssstyledcontent" */
	/* Bug fehlender Space unter img im IE */
	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; margin-bottom: 10px; }
