﻿/* Author: Jonas Hellwig */
/* Company: Euroweb Internet GmbH */
/* Copyright: 2008 - Jonas Hellwig & Euroweb Internet GmbH */

/* ------------------------------------------ */
/* --------------- Global Tags -------------- */
/* ------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

body {	
	background:white url(../images/body_bg.jpg) top center repeat-x;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	line-height:1.4em;
}

hr {
	display:none;
}

a:focus {
	outline:0; /* disable dotted active-link borders */
}

ul, ol {
	list-style:none;	
}

/* ------------------------------------------ */
/* ------------- Global Classes ------------- */
/* ------------------------------------------ */

.clear {
	float:none;
	clear:both;
}

.hr {
	height:1px;
	background:#666;
	margin:0 0 15px 0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.tab10 {
	float:left;
	width:10px;
}

.tab20 {
	float:left;
	width:20px;
}

.tab30 {
	float:left;
	width:30px;
}

.tab40 {
	float:left;
	width:40px;
}

.tab50 {
	float:left;
	width:50px;
}

.tab60 {
	float:left;
	width:60px;
}

.tab70 {
	float:left;
	width:70px;
}

.tab80 {
	float:left;
	width:80px;
}

.tab90 {
	float:left;
	width:90px;
}

.tab100 {
	float:left;
	width:100px;
}

.tab120 {
	float:left;
	width:120px;
}

.tab140 {
	float:left;
	width:150px;
}

.highlight-green {
	color:#2d8c41;
	font-size:1.2em;
}

/* ------------------------------------------ */
/* ------------------ Wrapper --------------- */
/* ------------------------------------------ */

div#wrapper {
	width:980px;
	margin:0 auto;
	border:none;
	position:relative;
}

/* ------------------------------------------ */
/* ---------------| Breadcrumb |------------- */
/* ------------------------------------------ */

div#breadcrumb {
	font-size:0.7em;
	color:white;
	position:absolute;
	top:450px;
	left:368px;
	z-index:5;
}

	* html div#breadcrumb { /* ie6 hack */
		left:408px;
	}

div#breadcrumb a:link, 
div#breadcrumb a:visited {
	color:white;
	text-decoration:underline;
}

div#breadcrumb a:hover, 
div#breadcrumb a:active {
	color:#b4b4b4;
	text-decoration:none;
}

/* ------------------------------------------ */
/* ------------- Accessibility -------------- */
/* ------------------------------------------ */

.accessibility {
	display:none;
	height:1px;
	width:1px;
}

/* ------------------------------------------ */
/* --------------- Branding-Area ------------ */
/* ------------------------------------------ */

div#branding-area {	
	float:left;
	height:173px;
	width:980px;
	background:transparent;
}

/* ------------------------------------------ */
/* -------------| Brand / Claim |------------ */
/* ------------------------------------------ */

h1.logo a {
   	float:left;
	display: block;
	padding:0;
	margin:47px 0 0 40px;
    font-size:0.01em;
    text-indent:-5000px;
	width:220px;
	height:89px;
	background:url(../images/vic-verkehrs-ingenieurbau-consult-gmbh_logo.gif) 0 0 no-repeat;
}

h1.logo a:hover {
	background:url(../images/vic-verkehrs-ingenieurbau-consult-gmbh_logo.gif) 0 -89px no-repeat;
    cursor:pointer;
}

blockquote.claim {
	float:left;
	height:89px;
	width:300px;
	background:url(../images/claim_bg_en.gif) 0 0 no-repeat;
	margin:47px 0 0 100px;
	text-indent:-9999px;
	font-size:0.01em;
}

	blockquote.claim cite {
		display:none;
	}

/* ------------------------------------------ */
/* -------------| Language Area |------------ */
/* ------------------------------------------ */

div#language {
	float:left;
	width:180px;
	height:47px;
	background:url(../images/language_bg.jpg) 0 0 no-repeat;
	margin:0 0 0 80px;
	text-indent:-9999px;
	font-size:0.01em;
	position:relative;
}
	
	ul.language li a {
		float:left;
		display:block;
		height:13px;
		width:18px;
	}
	
		ul.language li.german a {
			background:url(../images/language_de.gif) 0 0 no-repeat;
			position:absolute;
			top:9px;
			left:105px;
		}
		
		ul.language li.german a:hover {
			background:url(../images/language_de.gif) 0 -13px no-repeat;
		}
		
		ul.language li.english a {
			background:url(../images/language_en.gif) 0 0 no-repeat;
			position:absolute;
			top:9px;
			left:130px;
		}
		
		ul.language li.english a:hover {
			background:url(../images/language_en.gif) 0 -13px no-repeat;
		}
		
		* html ul.language li.german a { /* ie6 hack */
			background:url(../images/language_de.gif) 0 -13px no-repeat;
		}
		
		* html ul.language li.english a { /* ie6 hack */
			background:url(../images/language_en.gif) 0 -13px no-repeat;
		}	

/* ------------------------------------------ */
/* ------------------- Header --------------- */
/* ------------------------------------------ */

div#header {
	height:300px;
	width:880px;
	margin:0 0 0 20px;
	background:url(../images/header_bg.jpg) no-repeat;
	position:relative;
	z-index:1;
}

	* html div#header { /* ie6 hack */
		margin:0 0 0 60px;
	}

div#header h2 { /* Content-Topics */
	position:relative;
	left:0;
	top:228pt;
	padding:9px 9px 6px 0;
	color:#2d8c41;
	display:inline;
	font-size:20px;
	font-weight:normal;
	z-index:5;
}

div#header h2 a:link, 
div#header h2 a:visited {
	color:#2d8c41;
	text-decoration:none;
}

div#header h2 a:hover, 
div#header h2 a:active {
	color:#535a5f;
	text-decoration:none;
}

div#header h3 { /* Standorte */
	position:relative;
	font-size:16px;
	display:inline;
	color:#fff;
	top:-25px;
	z-index:2;
	padding-left:15px;

}

/* ------------------------------------------ */
/* ---------------- Header-Image ------------ */
/* ------------------------------------------ */

div#header-image {
	position:absolute;
	top:28px;
	left:340px;
	margin:-23px 0pt 0pt;
	height:245px;
	width:540px;
	background:url(../images/header-image_demo.gif) 0 0 no-repeat;
}

/* ------------------------------------------ */
/* ---------------- Location-Map ------------ */
/* ------------------------------------------ */

ol#location-map{
	text-indent:-9999px;
	font-size:0.01em;
}

ol#location-map li {
	position:absolute;
	height:10px;
	width:10px;
	background:url(../images/location-map_gray.gif) 0 0 no-repeat;
}

ol#location-map li a {
	display:block;
	z-index:7 !important;
	height:10px;
	width:10px;
}

ol#location-map li.green {
	background:url(../images/location-map_green.gif) 0 0 no-repeat;
}

.highlight-black {
	color:#000;
	font-size:1.2em;
	}

/* Position on map */

li.berlin {top:111px; left:170px;}
li.dresden {top:166px; left:182px;}
li.halle {top:156px; left:137px;}
li.lindow {top:92px; left:157px;}
li.magdeburg {top:128px; left:125px;}
li.potsdam {top:118px; left:157px;}
li.stahnsdorf {top:123px; left:168px;}
li.weimar {top:177px; left:116px;}
li.zwickau {top:188px; left:147px;}

/* ------------------------------------------ */
/* ------------------ Content --------------- */
/* ------------------------------------------ */

div#content {
	position:relative;
	float:left;
	width:920px;
	margin:0 auto;
	padding:0 0 50px 0;
	background:url(../images/content_bg.gif) 0 0 repeat-y;
	z-index:1;
}

	* html div#content { /* ie6 hack */
		margin:0 0 0 20px;
	}

/* ------------------------------------------ */
/* --------------- Content-Main ------------- */
/* ------------------------------------------ */

div#content-main {
	position:relative;
	float:right;
	width:540px;
	margin:27px 0 0 0;
	padding:20px 20px 0 0;
	font-size:0.8em;
	background:transparent;
}

div#content-main h3 {
	margin:0 0 5px 0;
	padding:0;
	border-bottom:1px solid #e8e8e8;
	color:#3f4549;
}

div#content-main p {
	margin:0 0 15px 0;
}

div#content-main .pdf {
	background:url(../images/pdf_icon.gif) 0 0 no-repeat;
	padding:10px 0 10px 35px;
}

/* Links */

div#content-main a:link, 
div#content-main a:visited {
	color:#2d8c41; 
	text-decoration:none;
}

div#content-main a:hover, 
div#content-main a:active {
	color:#2d8c41; 
	text-decoration:underline;
}

div#content-main a.externmain {
	background:url(../images/external-link.gif) 2px 3px no-repeat;
	padding:0 0 0 17px;
}

/* Definition List */ 

div#content-main dl dt { /* definition term */
	margin:0;
	font-weight:bold;
	color:#2d8c41;
}

div#content-main dl dd { /* definition definition */
	margin:0 0 15px 0;
}

div#content-main dl dd ul{
	margin:0 0 15px 0;
}

/* Checklist */

div#content-main ul.checklist {
	margin:0 0 15px 10px;
}

div#content-main ul.checklist li {
	background:url(../images/li_checklist.gif) 0 4px no-repeat;
	padding:0 0 0 18px;
}

/* Fat Arrowlist */ 

div#content-main ul.fatarrowlist {
	margin:0 0 15px 0;
}

div#content-main ul.fatarrowlist li {
	background:url(../images/li_fatarrow.gif) 0px -26px  no-repeat;
	padding:3px 0 0 35px;
	margin:0 0 8px 0;
	height:23px;
	font-weight:bold;
}

div#content-main ul.fatarrowlist li:hover {
	background:url(../images/li_fatarrow.gif) 0 -0  no-repeat;
	padding:3px 0 0 35px;
	height:23px;
}

div#content-main ul.fatarrowlist li a:hover,
div#content-main ul.fatarrowlist li a:active {
	color:#333;
	text-decoration:none;
}

/* Images */

div#content-main .img_left {
	border:1px solid #c8c8c8;
	float:left;
	margin:5px 15px 10px 0;
}

div#content-main .img_left:hover {
	border:1px solid #9a9a9a;
}

div#content-main .img_left_noborder {
	float:left;
	margin:5px 15px 10px 0;
}

div#content-main .img_right_noborder {
	float:right;
	margin:5px 0 10px 15px;
}

div#content-main .img_right {
	border:1px solid #c8c8c8;
	float:right;
	margin:5px 0 10px 15px;
}

div#content-main .img_right:hover {
	border:1px solid #9a9a9a;
}

/* CMS Images */

div#content-main .cmsimg_left {
	border:1px solid #c8c8c8;
	padding:4px;
	background:#dcdcdc;
	float:left;
	margin:5px 10px 10px 0;
}

div#content-main .cmsimg_left:hover {
	border:1px solid #9a9a9a;
	padding:4px;
	background:#dcdcdc;
}


/* ------------------------------------------ */
/* ---------------- Content-Sub ------------- */
/* ------------------------------------------ */

div#content-sub {
	float:left;
	width:260px;
	background:transparent;
	padding:0 0 0 0;
}

div#content-sub p {
	font-size:0.8em;
	margin:0 0 10px 0;
}

div#content-sub a:link, 
div#content-sub a:visited {
	color:#297f3a;
	text-decoration:none;
}

div#content-sub a:hover, 
div#content-sub a:active {
	color:#333;
	text-decoration:none;
}

div.content-sub-green { /* Themenverwandte Links */
	background:#D8EADC none repeat scroll 0%;
	margin:0pt 0pt 0pt 20px;
	padding:27px 20px 15px 20px;
	width:220px;
}

div.content-sub-green h4 {
	color:#1c1e1f;
	font-size:0.9em;
	font-weight:bold;
}

/* Arrowlist */ 

div.content-sub-green ul {
	margin:0 0 0 2px;
	padding:0 0 15px 0;
	font-size:0.8em;
}

div.content-sub-green ul.arrowlist li {
	background:url(../images/li_arrowlist.gif) 0 7px  no-repeat;
	padding:0 0 0 16px;
}

div.content-sub-green ul.arrowlist li:hover {
	background:url(../images/li_arrowlist2.gif) 2px  7px no-repeat;
	padding:0 0 0 16px;
}

div.content-sub-green ul.arrowlist li ul li {
	background:none;
	padding:0;
	margin:0 0 0 -2px;
	line-height:145%;
}

div.content-sub-green ul.arrowlist li ul li:hover {
	background:none;
	padding:0;
	line-height:145%;
}

div.content-sub-green ul.arrowlist li a.externsub {
	background:url(../images/li_arrowlist_external-link.gif) 1px 3px no-repeat;
	padding:0 0 0 17px;
}

div.content-sub-green ul.arrowlist li a.externsub:hover {
	background:url(../images/li_arrowlist_external-link.gif) 1px -19px no-repeat;
	padding:0 0 0 17px;
}

/* Home */

div.content-sub-green ul li.home {
	background:url(../images/li_home.gif) 1px 6px no-repeat;
	padding:0 0 0 16px;
}

div.content-sub-green ul li.home:hover {
	background:url(../images/li_home.gif) 1px -14px no-repeat;
	padding:0 0 0 16px;
}

/* Imprint */

div.content-sub-green ul li.imprint {
	background:url(../images/li_imprint.gif) 1px 6px no-repeat;
	padding:0 0 0 16px;
}

div.content-sub-green ul li.imprint:hover {
	background:url(../images/li_imprint.gif) 1px -14px no-repeat;
	padding:0 0 0 16px;
}

div.content-sub-gray { /* Themenverwandte Links */
	background:transparent;
	margin:25px 0pt 0pt 20px;
	padding:27px 20px 15px 20px;
	width:220px;
	border-top:28px solid #dcdcdc;
}

div.content-sub-gray h4 {
	color:#1c1e1f;
	font-size:0.9em;
	font-weight:bold;
}

div.content-sub-gray p {
	font-size:0.8em;
	margin:0 0 10px 0;
	line-height:150%;
}

/* 2nd class for TAB50 */

.phone {
	padding:0 0 0 21px;
	background:url(../images/phone_icon.gif) 0 0 no-repeat;
}

.fax {
	padding:0 0 0 21px;
	background:url(../images/fax_icon.gif) 0 1px no-repeat;
}

.email {
	padding:0 0 0 21px;
	background:url(../images/email_icon.gif) 0 2px no-repeat;
}



/* ------------------------------------------ */
/* ------------------ Footer ---------------- */
/* ------------------------------------------ */

div#footer-container {
	width:100%;
	background:url(../images/footer-container_bg.jpg) top center repeat-x;
	height:125px;
	position:relative;
}

div#footer-container div#footer {
	margin:0 auto;
	padding:0;
	position:relative;
	height:125px;
	width:980px;
	background:url(../images/footer_bg.jpg) 0px 0 no-repeat;	
}

	* html div#footer-container div#footer { /* ie6 hack */
		background:url(../images/footer_bg.jpg) 40px 0 no-repeat;	
	}

div#footer-container div#footer ul {
	position:absolute;
	top:6px;
	left:619px;
	font-size:0.7em;
}

	* html div#footer-container div#footer ul {  /* ie6 hack */
		left:653px;
	}

div#footer-container div#footer ul li a:link, 
div#footer-container div#footer ul li a:visited {
	color:white;
	text-decoration:none;
}

div#footer-container div#footer ul li a:hover, 
div#footer-container div#footer ul li a:active {
	color:#c8e4ce;
}

div#footer-container div#footer ul li {
	float:left;
}

div#footer-container div#footer ul li.back {
	background:url(../images/back_icon.gif) 72px 3px no-repeat;
	padding:0 50px 0 0;
}

div#footer-container div#footer ul li.top {
	background:url(../images/top_icon.gif) 58px 2px no-repeat;
	padding:0 50px 0 0;
}

div#footer-container div#footer ul li.print {
	background:url(../images/print_icon.gif) 24px 2px no-repeat;
	padding:0 50px 0 0;
}


/* ------------------------------------------ */
/* ------------------ Route  ---------------- */
/* ------------------------------------------ */

form#link2map24 {
	width: 400px;
}
form#link2map24 label, form#link2map24 input {
	width:200px;
	margin:10px 5px 0 0;
	padding:1px;
	display:block;
	float: left;
	color:#000;
}
form#link2map24 input {
	border:1px solid #999;
	background:#ffffff url(../images/form-hg.png) repeat-x;
	color:#696969
}
form#link2map24 input:focus {
	border:1px solid #999;	
}

form#link2map24 label {							/* Feldbeschriftungen */
	text-align:left;				
	width:90px;						
	padding:0 15px 0 0;						
}
form#link2map24 fieldset {
	margin: 0px;
	padding: 0px;						/* Formularabschnitte */
	border:none;
}
form#link2map24 input[type=hidden] {
	margin: 0px;
	padding: 0px;						/* Formularabschnitte */
	border:none;
}
form#link2map24 input#submitRoute {				/* Gestaltung des Submit-Buttons */
	width:204px;
	margin:10px 0px 20px 110px;
	padding:5px;
	background:#2d8c41;
	color:#fff;
	font-size:1em;
	font-weight:bold;
	clear: both;
	float:none;
	cursor:pointer;
	border:none;
}


form#link2map24 br {
	clear: both;
}

#berechnen {
font-size:12px;
}

/* news popup */

#newsPopup {
	position: fixed;
	bottom: 0px;
	z-index: 1000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	border-top: 1px solid #37984B;
	border-right: 1px solid #37984B;
	background: #fff;
	padding: 7px;
	font-size: 12px;
	width: auto;
	text-align: center;
}

	#newsPopup a {
		color: #37984B;
	}

* html #newsPopup {
right: auto; top: 0;
/*left: expression( ( 0 - menu.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );*/
bottom: expression( ( 0 - menu.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); 


}
* html #newsPopup {


width: auto;
padding: 7px;
margin:0px;

position: absolute !important; 
left: 0px; 
bottom: 0px;
overflow: hidden;


}

* html div > #newsPopup { 
position: fixed; 
}

#newsContent .news-headline {
	font-size: 16px;
	color: #38994c;
}

#content-sub #newsContent h3 {
	font-size: 13px;
	font-weight: normal;
}

#content-main #newsContent {
	margin-top: 20px;
}

	#content-main #newsContent h4 {
		font-weight: normal;
		font-size: 24px;
		color: #38994c;
		line-height: 160%;
	}
	
	#content-main #newsContent img {
		border: 1px solid #38994c;
		padding: 3px;
		background: #eee;
	}

#content-sub #newsContent img {
	display: none;
	visibility: hidden;
}


.news-navi {
	width:45px; 
	height:20px; 
	font-weight:bold; 
	margin:3px 0 0 278px; 
	position:absolute;
}

.news-link {
	 text-decoration:none;  
	 color:#2f9344;
}

.news-datum {
	float: left;
	width:85px;
}

.news-text {
	float: left;
	width:540px;
}

.news-bild {
	float: right;
	margin:0 0 10px 15px;
}

.margin-left {
	margin-left: 20px;
}
