/* 
	------------------------------------------------------------
	Reset und Hilfsklassen
	------------------------------------------------------------
*/

/* 	
	Globales aufheben der default AbstÃ¤nde aller Elemente basierend auf 
	Eric Meyers "reset reloaded" 
	http://aktuell.de.selfhtml.org/weblog/browserstyles-zuruecksetzen-reset-css
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;	
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	vertical-align:baseline;
}

:focus {
	outline:0;
}

ol, ul, dl {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}


/* 
	Aufheben von Floats ohne zusÃ¤tzliches Markup
	http://www.jassesnee.de/easyclear/
*/    
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/* 
	Behelfsklassen: clearer, kein Hintergrundbild, keine AbstÃ¤nde
*/
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}




/* 
	------------------------------------------------------------
	Generelles Layout
	------------------------------------------------------------
*/

html {
	height: 100.1%;
}


body {
	background:url(../images/designelemente/kachel.gif);
	color:#575c62;
	font:11px "Tahoma","Verdana","Segoe UI","Arial","Trebuchet MS","Helvetica",sans-serif;
	line-height:18px;
	text-align:left;
	position:relative;	/* behebt Resize-Bug in IE6/IE7 (bei resize des fensters werden elemente nicht neu positioniert) */
	height:100.1%;		/* verhindert ein "springen" in FF - Scrollbars werden immer angezeigt */
}

img {
	border:0;
}

p, address {
	margin-bottom:18px;
}
	/* font-size: 13px; */

h1, h2, h3, h4, h5, h6 {
	font-size:11px;
	margin-bottom:1px;
}
/* h1, h2 {
	font-size:17px;
	margin-bottom: 5px;
}
h3 {
	font-size:14px;
	margin-bottom: 5px;
} */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote, q, cite {
	font-style:italic;
}

blockquote, q {
	margin-bottom:18px;
}
.editor_comment {
	background: #ff3300 !important;
	color: #fff !important;
	padding: 10px !important;
	font-weight: bold !important;
	}

/* 
	------------------------------------------------------------
	
	------------------------------------------------------------
*/

div#container {
	background:#ffffff;
	width:950px;
	overflow:hidden;
	margin:20px auto 20px auto;
}

div#header {
	height:120px;
	overflow:hidden;
}

div#body {
	background:url(../images/designelemente/verticalborder.gif) 189px 0 repeat-y;
	overflow:hidden;
}

div#navigation {
	border-top: 10px solid #f5cf46;
	background:url(../images/designelemente/verlauf_navi.png) 0 bottom repeat-x;
	border-right:1px solid #cbcdef;
	float:left;
	min-height: 460px;
	width: 189px;
}
* html div#navigation {
	height: 460px;
	}
* html div#navigation * {
	zoom: 1;
	}

div#navigation ul ul {
	margin-top:0px;
	margin-bottom: -1px;
}

div#navigation li {
	width:189px;
	line-height: 15px;
}
* html div#navigation li {
	margin-bottom: -1px;
	}
*+html div#navigation li {
	margin-bottom: -1px;
	}
div#navigation li a {
	padding: 5px 0 5px 0;
	display:block;
	cursor: pointer;
}
div#navigation li li  {
	border-bottom: 1px solid #fff;
}
* html div#navigation li li {
	margin-bottom: 0;
	}
*+html div#navigation li li {
	margin-bottom: 0;
	}

/*	Sub-Navi, not selected	*/
div#navigation li li em {
	background:#f6cf47;
	color:#5a5f64;
	display:block;
	font-style:normal;
	font-weight:normal;
	padding: 5px 0 5px 30px;
}

/*	Sub-Navi, currently selected (no link)	*/
div#navigation li li a {
	background:#c6c8ca;
	color:#fff !important;
	display:block;
	padding: 5px 5px 5px 30px;
	text-decoration:none;
}
/* font-size: 12px; */

div#navigation li li a:hover {
	background:#fcedbb;
	color:#575c62 !important;
}

div#navigation a#primnav_1 {
	background:url(../images/navigation/nav_button_1.gif) 0 0 no-repeat;
}
div#navigation a#primnav_2 {
	background:url(../images/navigation/nav_button_2.gif) 0 0 no-repeat;
}
div#navigation a#primnav_3 {
	background:url(../images/navigation/nav_button_3.gif) 0 0 no-repeat;
}
div#navigation a#primnav_4 {
	background:url(../images/navigation/nav_button_4.gif) 0 0 no-repeat;
}
div#navigation a#primnav_5 {
	background:url(../images/navigation/nav_button_5.gif) 0 0 no-repeat;
}
div#navigation a#primnav_6 {
	background:url(../images/navigation/nav_button_6.gif) 0 0 no-repeat;
}

/*	Mouseover States -- added nh 080218 */
div#navigation a#primnav_1:hover {
	background:url(../images/navigation/nav_button_1_mouseover.gif) 0 0 no-repeat;
}
div#navigation a#primnav_2:hover {
	background:url(../images/navigation/nav_button_2_mouseover.gif) 0 0 no-repeat;
}
div#navigation a#primnav_3:hover {
	background:url(../images/navigation/nav_button_3_mouseover.gif) 0 0 no-repeat;
}
div#navigation a#primnav_4:hover {
	background:url(../images/navigation/nav_button_4_mouseover.gif) 0 0 no-repeat;
}
div#navigation a#primnav_5:hover {
	background:url(../images/navigation/nav_button_5_mouseover.gif) 0 0 no-repeat;
}
div#navigation a#primnav_6:hover {
	background:url(../images/navigation/nav_button_6_mouseover.gif) 0 0 no-repeat;
}

div#navigation a#primnav_1_open {
	background:url(../images/navigation/nav_button_1_open.gif) 0 0 no-repeat;
}
div#navigation a#primnav_2_open {
	background:url(../images/navigation/nav_button_2_open.gif) 0 0 no-repeat;
}
div#navigation a#primnav_3_open {
	background:url(../images/navigation/nav_button_3_open.gif) 0 0 no-repeat;
}
div#navigation a#primnav_4_open {
	background:url(../images/navigation/nav_button_4_open.gif) 0 0 no-repeat;
}
div#navigation a#primnav_5_open {
	background:url(../images/navigation/nav_button_5_open.gif) 0 0 no-repeat;
}
div#navigation a#primnav_6_open {
	background:url(../images/navigation/nav_button_6_open.gif) 0 0 no-repeat;
}

a#primnav_1,
a#primnav_1_open,
a#primnav_2,
a#primnav_2_open,
a#primnav_3,
a#primnav_3_open,
a#primnav_4,
a#primnav_4_open,
a#primnav_5,
a#primnav_5_open,
a#primnav_6,
a#primnav_6_open {
	height: 20px;
	}
* html a#primnav_1,
* html a#primnav_1_open,
* html a#primnav_2,
* html a#primnav_2_open,
* html a#primnav_3,
* html a#primnav_3_open,
* html a#primnav_4,
* html a#primnav_4_open,
* html a#primnav_5,
* html a#primnav_5_open,
* html a#primnav_6,
* html a#primnav_6_open {
	height: 29px;
}

div#navigation li span {
	display:block;
	height:1px;
	width:1px;
	position: absolute;
	line-height: 1px;
	font-size: 1px;
	left: -999em;
}

div#content_home_middle {
	border-right:1px solid #cbcdcf;
	float:left;
	overflow:hidden;
	width:379px;
}

.border_bottom {
	border-bottom:1px solid #cbcdcf;
}

.border_top {
	border-top:1px solid #cbcdcf;
}

div#content_std_middle {
	border-right:1px solid #cbcdcf;
	float:left;
	overflow:hidden;
	width:570px;
	display: inline;
}

div#content_network_top_left {
	border-right:1px solid #cbcdcf;
	float:left;
	overflow:hidden;
	width:570px;
}

div#content_network_top_right {
	float:left;
	height:160px;
	overflow:hidden;
	width:189px;
}

div#content_network_bottom {
	float:left;
	overflow:hidden;
	width:760px;
}

div.partner_module_left {
	border-top:1px solid #cbcdcf;
	float:left;
	height:159px;
	overflow:hidden;
	width:379px;
}

div.partner_module_right {
	border-top:1px solid #cbcdcf;
	border-left:1px solid #cbcdcf;
	float:left;
	height:159px;
	overflow:hidden;
}

div.partner_logo {
	height:70px;
	overflow:hidden;
}

div.partner_info {
	margin:0 22px 15px 20px;
	overflow:hidden;
}

div.partner_info a {
	color:#575c62;
	text-decoration:underline;
}

div.content_box {
	height:140px;
	overflow:hidden;
	width:380px;
}

div.content_box_free {
	overflow:hidden;
	width:380px;
}

div.content_box_border_bottom {
	border-bottom:1px solid #cbcdcf;
	height:159px;
	overflow:hidden;
	width:380px;
}

div.content_box_border_left {
	border-left:1px solid #cbcdcf;
	float:left;
	height:160px;
	overflow:hidden;
	width:379px;
}

div.content_box_half {
	height:140px;
	float:left;
	overflow:hidden;
	width:190px;
}

div.content_inner {
	margin:15px 22px 15px 20px;
}

div.more_box_content {
	height:115px;
	overflow:hidden;
}

div.more_box_more a {
	background:url(../images/designelemente/button_mehr.gif) 0 0 no-repeat;
	display:block;
	height:9px;
	padding-left:44px;
	overflow:hidden;
	width:44px;
}

div.more_box_more span {
	display:none;
}

div#content_home_right {
	float:left;
	overflow:hidden;
	width:380px;
}

div#content_std_right {
	float:left;
	overflow:hidden;
	width:189px;
	display: inline;
}
div#content_std_right img.gallery {
	padding: 10px;
	border: 1px dotted #ccc;
	margin: 20px 0 0 30px;
	cursor: pointer;
}


#references {
	background: url(../images/imageflow/grey.gif) 760px 0  repeat-y;
	padding-bottom: 20px;
	}
#references #content_std_middle {
	border: none;
	}
	
	
div#footer {
	padding-top: 5px;
	background:url(../images/designelemente/footer_background.gif) 0 0 repeat-x;
	overflow:hidden;
}

div#imprint {
	float:left;
	height:21px;
	margin-left:20px;
	overflow:hidden;
}

div#imprint a, div#copyright a {
	color:#575c62;
}

div.content_inner a {
	color:#575c62;
	text-decoration:underline;
}

div#copyright {
	float:right;
	height:21px;
	margin-right:20px;
	overflow:hidden;
}

div#map {
	border:1px solid #cbcdcf;
	width:530px;
	height:300px;
}

form div {
	clear:both;
}

form div label {
	display:block;
	float:left;
	margin-bottom:15px;
	width:100px;
}

form div input, form div textarea {
	border:1px solid #cbcdcf;
	display:block;
	float:left;
	height:20px;
	width:300px;
}

form div textarea {
	height:150px;
	margin-bottom:15px;
	width:302px;
}

form div input.input_street {
	margin-right:10px;
	width:246px;
}
form div input.input_number {
	width:40px;
}
form div input.input_zip {
	margin-right:10px;
	width:40px;
}
form div input.input_place {
	width:246px;
}

form div input.input_submit {
	margin-bottom:15px;
	background:#f6cf47;
	color:#575c62;
	width:100px;
}

em.required, form label em {
	color:red;
}

.client_description ul, .project_detail ul { 
	color: #F6CF47;
	list-style-type: square;
	margin: 0 20px 20px 20px;
	}
	.client_description li, .project_detail li { 
		color: #575C62;
		}
em.client_branch {
	font-style: italic;
	font-weight: normal;
	}
.projectlist h3 {
	margin-bottom: 5px;
	}		
.projectlist ul {
	margin: 0 20px 20px 10px;
	}
	.projectlist li {
		background: url(../images/designelemente/pfeil.gif) no-repeat 0 7px;
		padding-bottom: 5px;
		}	
		.projectlist a {
			padding-left: 15px;
			text-decoration: none !important;
			}	
			.projectlist a:hover {
				text-decoration: underline !important;
				}	
				
/* home - newsticker */
.tickercontainer { /* the outer div with the black border */
	border-top: 1px solid #CBCDCF;
	background: #fff; 
	width: 380px; 
	height: 17px; 
	margin: 0; 
	padding: 0;
	}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 2px;
	width: 360px;
	overflow: hidden;
	}
	ul.newsticker { /* that's your list */
		position: relative;
		left: 350px;
		font: normal 11px Verdana;
		list-style-type: none;
		white-space: nowrap;
		margin: 0;
		padding: 0;
		}
		ul.newsticker li {
			float: left;
			padding: 0;
			background: #fff;
			}
		ul.newsticker li span {
			padding: 0 20px 0 0;
			}	
		ul.newsticker a {
			color:#575c62;
			white-space: nowrap;
			padding: 0;
			font-weight: bold;
			margin: 0 50px 0 0;
			} 
		ul.newsticker a:hover {
			font-weight: bold;
			} 	
/* Projektliste */
.clientlist {
	border-top: 1px solid #CBCDCF;
	background: url(../images/imageflow/grey.gif) 190px 0  repeat-y;
	}
	.client {
		border-bottom: 1px solid #CBCDCF;
		overflow: auto;
		}
		.client img {
			float: left;
			margin: 0 25px 0 25px;
			}	
		.client_content	{
			min-height: 160px;
			width: 330px;
			margin: 15px 22px 15px 20px;
			float: left;
			}
			.client_content ul {
				margin: 5px 20px 0 10px;
				}			
				.client_content li {
					background: url(../images/designelemente/pfeil.gif) no-repeat 0 7px;
					padding-bottom: 5px;
					}	
					.client_content a {
						color:#575c62;
						padding-left: 15px;
						text-decoration: none !important;
						}	
						.client_content a:hover {
							text-decoration: underline !important;
							}	
		.backlink {
			display: block;
			margin-bottom: 10px;
			padding-left: 15px;
			background: url(../images/designelemente/pfeil_back.gif) no-repeat 0 7px;
			text-decoration: none !important;
			}			
			.backlink:hover {
				text-decoration: underline !important;
				}

#hint {
	position: absolute;
	top: 325px;
	left: 200px;
	z-index: 999;
	color: #fff !important;
	font-weight: bold;
	font-size: 11px;
	}				
