@charset "utf-8";

* {
	border:0;
	margin:0;
	padding:0;
}



/* -------------------------------------------------------
	|							site structure								|
    ------------------------------------------------------- */
body {
	background:#fff;
	border-top:12px solid #616161;
	color:#565656;
	font:82%/1.5em Arial, Helvetica, sans-serif;
}

body#index {
	background:url(../images/index/bg-body.png) top center repeat-x;
	border:none;
}


div#container {
	background:url(../images/bg-container.jpg) no-repeat;
	margin:0 auto;
	min-height:790px;
	width:960px;
}

div#containerEN {
	background:url(../images/bg-container-en.jpg) no-repeat;
	margin:0 auto;
	min-height:790px;
	width:960px;
}

#index div#container {
	background:none;
	min-height:0;
	padding:80px 0 0 0;
}


div#sidebar {
	float:left;
	padding:220px 0 0 18px;
	width:309px;
}




/* -------------------------------------------------------
	|							 	header									|
    ------------------------------------------------------- */
div#header a {
	color:#fff;
}

div#header h2 {
	position:absolute;
	visibility:hidden;
}

#index div#header {
	color:#fff;
	margin:0 auto;
	width:648px;
}



/* index page only */
div.headercol, div.footercolumn {
	float:left;
	margin:0 20px 0 0;
	padding:15px 0;
	width:202px;
}

div.footercolumn {
	padding:15px 0 5px 0;
	width:197px;
}

div.headercol p {
	margin:0 0 15px 0;
}
/* index page only */



h1#branding {
	width:562px;
}

#index h1#branding {
	background:url(../images/index/bg-branding.jpg) no-repeat;
	height:98px;
	overflow:hidden;
	text-indent:-9999px;
	width:100%;
}

h1#branding a {
	background:url(../images/bg-branding.png) no-repeat;
	display:block;
	height:107px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}

h1#branding a:hover {
	background-position:0 -107px;
}




/* ----------- hyperlinks ---------- */

a:link {
	color:#333;
	text-decoration:underline;
}

a:visited {
	color:#444;
}

a:hover {
	color:#AE2119;
}

a:active {
	color:#c00;
}
/* -------------------------------------------------------
	|							 	navigation								|
    ------------------------------------------------------- */
ul#navi {
	list-style:none;
	padding:10px 0 50px 0;
	position:relative;
	width:277px;
}

ul#navi a {
	background:url(../images/bg-navi.png) right 1.45em no-repeat;
	color:#565656;
	display:block;
	font:bold 1.1em/1.5em "Arial Narrow",Arial,Helvetica,sans-serif;
	margin:0 0 2px 0;
	padding:5px 18px;
	text-decoration:none;
	text-transform:uppercase;
}

ul#navi li#lagerliste {
	bottom:-2.8em;
	left:0;
	position:relative;
}
ul#navi li#lagerliste a {
	background:#616161 url(../images/bg-lagerliste.png) 240px center no-repeat;
	color:#fff;
}

ul#navi a:hover {
	background:#a92019 !important;
	color:#fff;
}

ul#navi li.current a {
	background:#656565;
	color:#fff;
}



/* ---------- Footer navigation ---------- */
ul#navi-add {
	background:#ae2119;
	float:right;
	list-style:none;
	padding:0 20px 0 0;
	width:613px;
}

ul#navi-add li {
	float:right;
	margin:0 0 0 5px;
}

ul#navi-add a {
	color:#fff;
	display:block;
	font-weight:bold;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
}

ul#navi-add a:hover, ul#navi-add li.current a {
	background:#444;
}





/* ---------- Language (index page) ---------- */
div#content-container ul#navi-lang {
	background:url(../images/index/bg-navi-lang.png) 0 -25px no-repeat;
	height:25px;
	list-style:none;
	margin:0 auto 10px auto;
	width:309px;
}

div#content-container ul#navi-lang li {
	float:left;
	width:42px;
}

div#content-container ul#navi-lang a {
	background:url(../images/index/bg-navi-lang.png);
	display:block;
	height:25px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:42px;
}

div#content-container ul#navi-lang a:hover {
	background:none;
}

li#german {
	margin:0 9px 0 0;
}

li#english {
	margin:0 9px 0 0;
}

li#russian {
	margin:0 9px 0 0;
}

li#netherlands {
	margin:0 9px 0 0;
}


li#turkish {
	margin:0 8px 0 0;
}

li#polish {
	margin:0 9px 0 0;
	
}

div#content-container li#english a {
	background-position:-51px 0;
}

div#content-container li#russian a {
	background-position:-102px 0;
}

div#content-container li#netherlands a {
	background-position:-153px 0;
}
div#content-container li#turkish  a {
	background-position:-204px 0;
}

div#content-container li#polish  a {
	background-position:-254px 0;
	width:42px;
}

p#language-choice {
	text-transform:uppercase;
}

/* ---------- Language (aboutus page) ---------- */

	
div.flags {
	position:absolute;
	left:537px;
	margin-top:17px;
	}
	
a.german {
	background:url(../images/flag-germany.jpg) top left no-repeat;
	width:33px;
	height:18px;
	display:block;
	margin:0 10px 0 0;
	float:left;
	text-indent:-9999px;
	}

a.english {
	background:url(../images/flag-england.jpg) top left no-repeat;
	width:33px;
	height:18px;
	display:block;
	float:left;
	text-indent:-9999px;
	}


/* -------------------------------------------------------
	|							 	content									|
    ------------------------------------------------------- */
div#content-container {
	float:left;
	position:relative;
	width:633px;
}

#index div#content-container {
	float:none;
	width:100%;
}


div#content-container h2 {
	background:#646464 url(../images/bg-h2.png) repeat-y;
	color:#fff;
	font:bold 1.9em "Arial Narrow",Arial,Helvetica,sans-serif;
	margin:0 0 25px 0;
	padding:10px 15px;
	text-transform:uppercase;
}

div#content-container h3 {
	color:#333;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	margin:0 0 5px 0;
}


div#content-container p {
	margin:0 0 1.2em 0;
}

div#content {
	border-bottom:1px solid #bebebe;
	padding:0 0 10px 0;
}

#index div#content {
	border:none;
}

div#content-large {
	clear:both;
	margin:0 0 0 18px;
	width:940px;
}


.column {
	float:left;
	margin:0 31px 0 0;
	text-align:justify;
	width:301px;
}


iframe#iframe {
	width:980px;
	}


/* ---------- Slideshow ---------- */
div#slideshow {
	height:315px;
	margin:20px 0 0 70px;
	overflow:hidden;
	width:527px;
}

.nav {
	height:272px;
	left:48px;
	position:absolute;
	top:20px;
	width:571px;
}

.nav a {
	display:block;
	height:272px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:22px;
}

#prev {
	float:left;
}
#prev:hover {
	background:url(../images/bg-slideshow-navi.png) no-repeat;
}

#next {
	float:right;
}
#next:hover {
	background:url(../images/bg-slideshow-navi.png) -22px 0 no-repeat;
}





/* ---------- index page only ---------- */
#index div#content-container {
	clear:both;
	margin:0 auto;
	text-align:center;
	width:930px;
	margin:0 0 0 -6px;
	}

#index div#content {
	background:url(../images/index/bg-content.png) no-repeat;
	padding:60px 40px 0 40px;
	display:block;
	height:390px;
}




/* ---------- Tables ---------- */
table {
	border-collapse:collapse;
	margin:10px 0 1.5em 0;
	width:100%;
}

th {
	background:#eee;
	text-align:left;
}

th, td {
	border:1px solid #ccc;
	padding:5px;
	vertical-align:top;
}





/* ---------- Unordered list ---------- */
div#content-container ul {
	list-style-type:square;
	margin:0 0 1.5em 0;
}




/* ---------- Definition list ---------- */
div#content-container dl {
	margin:0 0 1.5em 0;
}

div#content-container dt {
	float:left;
	margin:0 5% 0 0;
	width:42%;
}

div#content-container dd {
	float:left;
	width:53%;
}






/* -------------------------------------------------------
	|							 	footer									|
    ------------------------------------------------------- */
div#content-footer {
	background:url(../images/bg-footer.png) bottom left no-repeat;
	clear:both;
	margin:0 0 5px 327px;
	width:633px;
}

div#content-footer p {
	margin:0 0 10px 0;
	padding:0 !important;
}

div#content-footer .extra {
	text-transform:uppercase;
}

div#content-footer .extra strong {
	color:#b9140a;
}


div#footer {
	clear:both;
	margin:0 0 60px 0;
}

div#footer p {
	float:left;
	padding:5px 0 5px 45px;
	width:250px;
}

#index div#footer {
	height:30px;
	margin:0 auto;
	width:815px;
	text-align:right;
	font-size:11px;
}

img.fb-logo {
	vertical-align:text-bottom;
	margin:0 5px 0 0;
}

.kontaktsidebar {
	margin-top:-50px;
}




/* -------------------------------------------------------
	|							  misc. styles								|
    ------------------------------------------------------- */
.image {
	background:#fff;
	border:1px solid #bfbfbf;
	padding:2px;
}

img {
	vertical-align:bottom;
}

.clear {
	clear:both;
}

.extra, #language-choice {
	font-size:1.4em;
	font-weight:bold;
}



.last {
	margin-right:0 !important;
}

#vcard {
	background:#717070;
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:12px 15px;
	text-decoration:none;
	text-transform:uppercase;
}

#vcard:hover {
	background:#A7251F;
	color:#fff;
}



div#euroweb {
	clear:both;
	width:100% !important;
}

div#euroweb a {
	float:left;
	width:170px;
}

div.headercol a.color {
	color:#fff;
	}



/* ---------- index page world time ---------- */
dl#worldtime {
	clear:both;
	margin:0 auto 20px auto;
	width:94%;
}

dl#worldtime dt {
	float:left;
	font-weight:bold;
	margin:0 5px 0 0;
	text-transform:uppercase;
}

dl#worldtime dd {
	float:left;
	margin:0 10px 0 0;
}


.hilden {
	color:#d01a05;
}





/* ---------- float clearing ---------- */
div#content-container:after, dl#worldtime:after, div#content:after, div#content-footer:after, ul#navi-add:after, div#footer:after, div#content-container dl:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
