@charset "utf-8";
/**
 **************************************************
 * Vandemoortele Landing page
 * main.css
 *
 * @author: HDNET GmbH & Co. KG
 * @version: 1.0
 * @updated: 2009-08-27 (BN)
 **************************************************
**/



/**
 **************************************************
 * CSS RESET
 *
 * @description: general reset for all browsers
 **************************************************
**/
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-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

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

h1,h2,h3,h4,h5,h6,strong,b,th,dt {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th { 
	text-align:left; 
}

img,abbr,acronym {
	border:0; 
}

em,i,dfn,cite,var,address {
	font-style:normal;
}

pre,code {
	font-family:'courier new',courier,mono;
	font-size:1.0em;
}

q:before,q:after { 
	content:''; 
}

:focus {
	outline:0;
}



/**
 **************************************************
 HELPER CLASSES 
 *
 * @description: helper classes for common problems or quick fixes
 **************************************************
**/
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

.none {
	display:none !important;
}

.hidden {
	visibility:hidden !important;
}

.error {
	color:red;
	font-weight:bold;
}

.sprite,
.sprite a {
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/.clearfix{ display:block; }/* End hide from IE Mac */




/**
 **************************************************
 GENERAL DEFINITIONS
 *
 * @description: define the basic appearance of the site
 **************************************************
**/
html {
	height:100%;
	/*Defaults to ~16px across browsers*/
	/*font-size:100.01%;*/
	/*Defaults to ~12px across browsers*/
	font-size:75.01%;
}

body {
	height:100%;
	font-family:arial,tahoma,verdana,sans-serif;
	font-size:1.0em;
	/*line-height calculates to 18px (~12px * 1.5 = ~18px)*/
	line-height:1.25em;
	color:#111;
	/*Testing the text-rythm at ~18px*/
	background:#fff url(../img/body-bg.png) repeat-y;
}

h1 {
	font-size:2.0em;
	font-weight:bold;
	line-height:1.1em;
	color:#003772;
	margin-bottom:0.5em;
}

h2 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:0.5em;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display:none;
}

p,ol,ul,dl {
	font-size:0.9em;
	margin-bottom:1.5em;
}

ul {
	padding-left:13px;
	list-style:disc outside;
}

ol {
	padding-left:26px;
	list-style:decimal-leading-zero outside; 
}

dt {
	font-weight:bold;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {

}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:normal;
	font-weight:bold;
	color:#003772;
}

hr {
	clear:both;
	/*Only chance to get the standard visuals away*/
	border-width:0;
	border-bottom:1px dotted #c4c4c4;
}

table {
	border:1px solid #d1d1d1;
	margin-bottom:1.5em;
	background:#f5f5f5;
}

table caption {
	font-size:1.10em;
	font-weight:bold;
	padding:0 0 3px 3px;
}

table tr {

}

table th,
table td {
	padding:1px 4px 1px 4px;
	border:1px solid #d1d1d1;
	vertical-align:top;
}

table th {
	color:#fff;
	font-weight:bold;
	background:#cecece;
}

table p {
	margin-bottom:0;
}

form {
	
}

form legend {
	display:none;
}

form label {
	clear:left;
	float:left;
	width:135px;
}

form label em {
	font-style:normal;
	color:red;
}

form input.text,
form input.checkbox,
form input.radio,
form select,
form textarea {
	float:left;
	width:194px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:1px solid #cacaca;
	margin:0 0 5px 0;
	font:inherit;
	color:#666;
}

form textarea {
	height:64px;
}

form input.w1 {
	width:44px;
}

form input.w2 {
	width:94px;
}

form input.w3 {
	width:144px;
}

form input.checkbox,
form input.radio {
	width:auto;
	height:auto;
	border:0 none;
	margin:3px 0 5px 1px;
}

form select {
	/* Selects have wrong box model. Add all paddings/margins/borders from above */
	width:200px;
	height:21px;
	padding:0;
}

/* Selects with a defined size (listboxes) */
form select.listbox {
	height:auto;
}

form select option {

}

form input.submit,
form input.reset,
form input.button {
	float:left;
	padding:1px 2px 0 18px;
	border:1px solid #cacaca;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#888;
	/*background:#f3f3f3 url(../img/ico-submit.png) 2px 2px no-repeat;*/
	background:#f3f3f3 url(../img/ico-tick.png) 2px 2px no-repeat;
}

form p {
	clear:left;
	margin-bottom:0;
}



/**
 **************************************************
 LAYOUT
 *
 * @description: building the design
 **************************************************
**/
#page {
	position:relative;
	width:872px;
	height:538px;
	padding:30px;
	margin:auto;
	background:url(../img/page-bg.png) no-repeat;
}

#left,#right {
	position:absolute;
	height:538px;
}

#left {
	width:208px;
	background:url(../img/left-bg.jpg) no-repeat;
}

#right {
	width:211px;
	top:30px;
	right:30px;
	background:url(../img/right-bg.jpg) no-repeat;	
}

#left a,#right a {
	display:block;
	padding:390px 20px 0 20px;
}

#content {
	position:absolute;
	left:238px;
	width:403px;
	height:468px;
	padding:35px 25px 35px 25px;
}

.imprint #content, .contact #content {
	padding-top:15px;
}

#content p {
	font-size:1.1em;
}

#content a {
	color:#003772;
}

.index #content a {
	font-weight:bold;
}

h1#logo {
	text-align:center;
}

.imprint #logo {
	text-align:right;
}

.contact #logo {
	position:absolute;
	right:25px;
	text-align:right;
	z-index:10;
}

ul#navMisc {
	position:absolute;
	bottom:40px;
	left:515px;
	list-style-type:none;
}

ul#navMisc li {
	display:inline;
	padding-left:7px;
	margin-left:7px;
	border-left:1px solid #777;
	font-size:1.1em;
}

ul#navMisc li.first {
	border-left:0 none;
}

ul#navMisc a {
	color:#777;
}

ul#navMisc a:hover,
ul#navMisc a:active {
	color:#003772;
}

/* BEN: Contact specials */
#map {
	position:relative;
	width:100%;
	height:100%;
	background:url(../img/map.png) 0 20px no-repeat;
}

#map ul.legend {
	position:absolute;
	top:0;
	left:0;
	padding:8px 0 0 0;
	list-style-type:none;
	/*font-size:1.1em;*/
	font-weight:bold;
	line-height:1.3em;
	color:#003772;
}

#map ul.legend li {
	padding-left:17px;
	background:url(../img/quad.png) 1px 3px no-repeat;	
}

#map ul.legend li.last {
	background:url(../img/triangle.png) 0px 3px no-repeat;	
}

#map a {
	display:block;
	position:absolute;
	height:18px;
}

#map a#hamburg {
	top:120px;
	left:145px;
	padding-left:18px;
	background:url(../img/triquad.png) 0px 1px no-repeat;
}

#map p#hamburgDesc {
	left:225px;
	top:90px;
}

#map a#herford {
	top:185px;
	left:110px;
	padding-left:14px;
	background:url(../img/quad.png) 0px 3px no-repeat;
}

#map p#herfordDesc {
	left:15px;
	top:205px;
}

#map a#dommitzsch {
	top:215px;
	left:235px;
	padding-left:14px;
	background:url(../img/triangle.png) 0px 3px no-repeat;
}

#map p#dommitzschDesc {
	left:65px;
	top:235px;
}

#map a#dresden {
	top:235px;
	left:265px;
	padding-left:14px;
	background:url(../img/triangle.png) 0px 3px no-repeat;
}

#map p#dresdenDesc {
	left:140px;
	top:255px;
}

#map a#pongau {
	top:410px;
	left:250px;
	padding-left:14px;
	background:url(../img/quad.png) 0px 3px no-repeat;
}

#map p#pongauDesc {
	left:140px;
	top:315px;
}

#map p {
	position:absolute;
	display:none;
	padding:6px 10px;
	border:1px solid #e9e9e9;
	/*border-top-color:#fefefe;
	border-left-color:#fefefe;*/
	font-size:0.9em;
	color:#666;
	background:#fefefe;
}

.contact p.directContact {
	position:absolute;
	bottom:40px;
	left:265px;
	font-size:1.0em;
}




