/* 
________________________________________________

www.ibt-gmbh.de wc-css for welcome and error-site

author..: Marcel Boehnert (www.boehnert.com)
version.: june 2008
________________________________________________ */

/* _________________ general ___________________ */

html, body {
	width:  99.9%;
	height: 99.9%;
	margin:  0;
	padding: 0;	
}
body {
	font-family: Verdana, "Sans-Serif";
	font-size: 78%;
	font-style: normal;
	text-align: center;
	color: #111;
	overflow: auto;
}
body.b_c2 { 
	background-color: #fff;
}
/* for IE 5 Mac */
#horizon {
	position: absolute;
	top:  20px; 
	left: 20px;
/*	background: #fff url(../img/bgrd_footer.gif) repeat-x 0 40px;
*/
}
/* hack for IE 5 \*/ 
#horizon {
	top:  50%; 
	left: 4.5%;
	width: 90.9%;
	min-width: 950px;
	margin-top: -248px;
} /* end Hide from IE-mac */

#horizon #ho2 {
	background: transparent;
}
.container {
	width: 950px;
	padding: 0; /* *** -left: 3px; */
	margin: 0 auto;
	text-align: left;
	background: transparent; 
}

/* _________ content structure _________ */

.content, #c2 {
	float: left;
	width: 950px;
}
.content {
	min-height: 440px;
	border: none;
/*	_height: 440px;  only WinIE can see it but it's no valid w3c-css */
}
/* hack for WinIE: Hide From IE5/Mac \*/
* html .content {
	height: 440px;
} /* End Hide From IE5/Mac */
#c2 {
	height: 1%;
	margin: 2px 0;
}
#headcol {
	float: left;
	width: 950px;
	height: 140px;
}
#maincol {
	float: left;
	width: 950px;
}
#xcol {
	float: left;
	width: 950px;
}
#wrapper1, #headcol, #maincol, #xcol { 
	margin:  0;
	padding: 0;
}
/* Stupid 3px margin bug in IE/Win floats, which fixes a lot of things, including 
  disapearing company nav, randomly appearing text and wrappers pushed too wide. */
* html #wrapper1, * html #headcol, * html #maincol, * html #xcol {
    	margin-right:-3px;
}
#hc2, #mc2, #mc3, #xc2 {
	padding: 0;
	margin:  0;
}
#hc2 {
	text-align: center;
	width: 99.9%;
	padding: 20px 0 0 0;
}
/* ______ content-structure welcome _______ */

#c1_wc #maincol {
	height: 1%;
}
#c1_wc #mc2 {
	background: transparent url(../img/_img_home.jpg) no-repeat;
	border: 1px solid #BAC3CB;
	border-width: 0 0 3px;
	height: 288px;
}
#c1_wc #mc3 {
	margin-top: 3px;
}
#c1_wc h1 {
	margin: 0;
	padding-bottom: 2px;
	line-height: 57px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	letter-spacing:0;
	color: #FFF;
}
/* ______ content-structure error _______ */

#c1_er #maincol {
	width: 948px;
	min-height: 206px;
	border: 1px solid #ddd;
	background-color: #eee;
}

/* hack for WinIE: Hide From IE5/Mac \*/
* html #maincol {
	height: 206px;
} /* End Hide From IE5/Mac */

#c1_er #mc2 {
	width: 536px;
	min-height: 184px;
	border-bottom: 1px solid #ddd;
	background-color: #F9F9F9;
}
/* hack for WinIE: Hide From IE5/Mac \*/
* html #mc2 {
	height: 184px;
} /* End Hide From IE5/Mac */

#c1_er #mc3 {
	padding: 30px 0 0 40px;
}
#c1_er h1#exclam {
	font-size: 1.2em;
	font-weight: 600;
	text-indent: 27px;
	color: #15329F;
	background: transparent url(../img/ico_err.gif) no-repeat 0 1px;
}
#c1_er p {
	font-size: 1.1em;
	line-height: 1.4em;
}
#c1_er a#back {
	margin-left: 40px;
	text-decoration: none;
	vertical-align: middle;
	color: #666;
}
#c1_er a:hover {
	color: #FF6600;
}
/* ________________ main navibar ____________________ */

#nav_main {
	width: 950px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:center;
	
	background-color: transparent;
}
#nav_main ul {
	margin: 0;
	padding: 0;
	height: 21px;
	list-style: none;
}
#nav_main li { 
	display: inline;
}
#nav_main a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	font-weight: 600;
	text-align:center;
	padding: 4px 20px 2px;
	text-decoration: none;
	color: #15329F;
}
#nav_main a.hover, #nav_main a:hover, #nav_main a:focus {
	color: #FF6600;
}
/* ___________ setLang _____________ */

#setLang div {
 	float: right;
}
#setLang input {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0 0 0 3px;
	border: none;
	font-size: 0.95em;
	color: #aaa;
	background-color: transparent;
}
#setLang input.hover {
	cursor: pointer;
	border-color: #aaa;
	color: #FF6600;
}
#setLang img {
	float: left;
	width: 18px;
	height: 11px;
	margin: 7px 0 0 8px;
}
* html #setLang input { /*IE6 only*/
	padding: 3px 0 0;
	font-size: 0.92em;
}
*+html .linkbox_02, *+html .linkbox_03 { /*IE7 only*/
	padding: 0;
}
/* _________________ Miscellany ________________ */

img { 
	border: none;
}
hr { 
	display: none;
	clear: both;
}
/* 	.clearfix-hack by Tony Aslett for any box that has to contain a sizable float
	http://www.positioniseverything.net/easyclearing.html# 
*/
.clearfix:after {
	content: '.';
	display: block; 
	clear: both; 
	height: 1px;
	visibility: hidden;
}
/* Mark Hadley's fix for IE Mac (check out in IE Mac for this isn't valid w3c-CSS)  */
/*
.clearfix {
	display: inline-block;
} 
*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end Hide from IE-mac */

p#noscript {
	position:absolute;
	top:0; left:0;
	z-index: 100;
	width:  100.1%;
	padding:5px 0;
	margin: 0;
	text-align: center;
	line-height: 1.1em;
	font-size: 1em; 
	color: #0000CC;
	background-color: #F5F5F5;
}