/*
	Author: George Parks Davie <KillerG@gmx.net>

*/

/* ***** Basic CSS Framework Elements ****************************************************************** */

#mainContainer {
	width: 820px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	
	padding-bottom: 35px;
}


#topContainer {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;

	width: 820px;
	height: 250px;
}


#middleContainer {
	background: url(images/content.jpg) repeat-y;
	text-align: left;
	
	width: 820px;
	overflow: hidden;
}


#menuContainer {
	width: 145px;
	text-align: left;
	float: left; 

	margin-left: 12px;

	padding-bottom: 20px;
	overflow: hidden;
}


#contentContainer {
	background: url(images/contentBG.jpg) top right no-repeat;
	width: 620px;
	text-align: left;
	
	float: right;
	 
	margin-right: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	
	min-height: 450px;
	height: auto !important;
}



#bottomContainer {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 85px;
}


h1 {
	background: url(images/strahlrohr.jpg) top left no-repeat;
	border-bottom: 1px solid #DFDFDF;
	height: 35px;
	width: 90%;
	
	font-weight: bold;
	font-size: 13px;
	padding: 9px 0px 0px 53px;
	
	margin-bottom: 12px;
}


h2 {
	font-weight: bold;
	font-size: 13px;
}


.menuLink, .menuLinkAct {
	background: url(images/helm_w.jpg) no-repeat;
	
	height: 30px;
	
	font-weight: bold;
	font-size: 12px;
	
	padding-left: 40px;
	padding-top: 8px;
	
	margin-bottom: 0px;
	display: block;
}


.menuLinkAct, .menuLink:hover {
	background: url(images/helm_r.jpg) no-repeat;
	color: #DD0000 !important;
}

.menuSubLink {
	background-image: none !important;
	padding-left: 25px;
	padding-top: 0px;
	height: 25px;
}

#menuContainer ul{
	margin-left: 0px;
	padding-left: 0px;
}


#menuContainer ul li{
	list-style: none;
}

#menuContainer a {
	color: #000000;
}

/* *********************************  HTML STYLES ******************************** */
body {

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;

	text-align: center;
	 
	background-image: url(images/background.jpg);
	margin-top: 0px;
	padding-top: 0px;
}


td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;
}


img { border: 1px solid #000000; }


a { text-decoration: none; }
a:link, a:visited { color: #0000DD; }
a:active, a:hover { color: #DD0000; }


.errorMessage {
	color: #DD0000;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
}


.center {
	width: 100%;
	text-align: center;
}