/*** GENERAL SETTINGS *********************************************************************/
*{
	margin:0;
	padding:0;
	line-height:12px;
}
body{
    color: #5C5C5C;
	background-color:#d2d2d2;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
	margin:0;
	height: 100%;
	background:url(../_images/images/header_bg_left.jpg);
	background-repeat:repeat-x;
}
body,html {
	background-color:#d2d2d2;
	margin:0;
	padding:0;
	height:100%;
}
h1{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
	color: #8f3002;
}
p{
	margin-top: 10px;
	margin-bottom: 20px;
}

p img{
	margin: 0;
	margin-right:5px;
	margin-bottom:5px;
}

a{
	color: #8f3002;
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	text-decoration:none;
}

.navLink{
	text-decoration:none;
}

ul{
	margin-left:20px;
}

/*** CONTAINERS **************************************************************************/
#containerStage{
	margin-left:auto;
	margin-right:auto;
	width:795px;
	height:700px;
}
#containerHeader{
	height:100px;
}
#containerLogo{
	float:right; 
	height:100px; 
	width:154px; 
	background:url(../_images/images/logo.jpg);
}
#containerNavi{
	clear:both; 
	height:30px;
	width:795px;
}
#containerContent{
	clear:both; 
	min-height:570px;
	background-color:#A6553A;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
#containerContentLeft{
	float:left;
	min-height:570px;
	height:570px;
	width:165px;
	background-color:#8f3002;
	background:url(../_images/images/bildLinks1.jpg);
	background-repeat:no-repeat;
}
#containerContentRight{
	float:left;
	min-height:570px;
	background-color:#FFFFFF;
	width:629px;
}

/*** NAVIGATION **************************************************************************/
#imgPreloader{
	height:0;
	width:0;
	visibility:hidden;
}

#nav{
	margin:0;
}

#nav li{
	float:left;
	list-style:none;
	height:30px;
	overflow:hidden;
}
#nav li a{
	display:block;
	height:30px;
	text-indent:-9999px;
}
#btnNews{
	width:72px;
	background:url(../_images/images/btnNews.jpg);
}
#btnNews:hover{
	background:url(../_images/images/btnNews2.jpg);
}
#btnLogin{
	width:93px;
	background:url(../_images/images/btnLogin.jpg);
}
#btnLogin:hover{
	background:url(../_images/images/btnLogin2.jpg);
}
#btnDienstleistungen{
	width:145px;
	background:url(../_images/images/btnDienstleistungen.jpg);
}
#btnDienstleistungen:hover{
	background:url(../_images/images/btnDienstleistungen2.jpg);
}
#btnProdukte{
	width:110px;
	background:url(../_images/images/btnProdukte.jpg);
}
#btnProdukte:hover{
	background:url(../_images/images/btnProdukte2.jpg);
}
#btnUeberUns{
	width:100px;
	background:url(../_images/images/btnUeberUns.jpg);
}
#btnUeberUns:hover{
	background:url(../_images/images/btnUeberUns2.jpg);
}
#btnDownloads{
	width:120px;
	background:url(../_images/images/btnDownloads.jpg);
}
#btnDownloads:hover{
	background:url(../_images/images/btnDownloads2.jpg);
}
#btnKontakt{
	width:155px;
	background:url(../_images/images/btnKontakt.jpg);
}
#btnKontakt:hover{
	background:url(../_images/images/btnKontakt2.jpg);
}

/******** SUBNAVI ***************************************/
#subNaviList{
	margin:0;
	margin-top:15px;
	font-size:10px;
	color: #8f3002;
	font-weight:bold;
}

#subNaviList{
	margin:0;
	margin-top:15px;
	font-size:10px;
}

#subNaviList li{
	background:url(../_images/images/subNavBtn.jpg); 
	line-height:23px; 
	display:block; 
	height:25px; 
	width:165px; 
	text-indent:15px; 
	font-weight:bold; 
	color:##8f3002;
	font-weight:bold;
}

#subNaviList li:Hover{
	background:url(../_images/images/subNavBtn2.jpg); 
}

#subNaviList li a{
	text-decoration:none;
	line-height:23px;
	display:block;
	height:25px;
	width:165px;
	text-indent:15px;
	background:url(../_images/images/subNavBtn.jpg);
}
#subNaviList li a:hover{
	background:url(../_images/images/subNavBtn2.jpg);
	text-decoration:underline;
	height:25px;
	margin:0;
	padding:0;
}

/***** PAGINATE *******************************************/
#paginate{
	width:100%; 
	height:20px;
}
#paginateLeft{
	width:5%; 
	float:left; 
	text-align:left;
}
#paginateMiddle{
	width:90%; 
	float:left; 
	text-align:center;
	color:#8f3002;
}
#paginateRight{
	width:5%; 
	float:right; 
	text-align:right;
}

/*** FORMULAR ************************************/
label{
	display:block;
	float:left;
	width:70px;
	height:20px;
	line-height:20px;
}
input, select, textarea{
	width:220px;
	border:1px solid #999999;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	background-color:#FFFFFF;
}
select{
	width:110px;
	padding:0;
	height:20px;
}
textarea{
	height:100px;
}

#errorMsg{
	color:#FF0000;
	text-align:center;
	margin:10px;
}