#pageContainer {
	width: 800px;
	margin: 0px auto;
	margin-top: 55px;
	margin-bottom: 20px;
	position: relative;
	text-align:left;
}

#mainNavigation {
	width: 800px;
	height: 190px;
	background-image: url(../media/template/top.gif);
	position: relative;
	background-repeat: no-repeat;
}

/* Main-Cols */

#heading {
	width: 800px;
}

#heading .leftCol {
	width: 393px;
	padding-top: 6px;
	padding-bottom: 5px;
	float: left;
	background-image: url(../media/template/redDotsLine.gif);
	background-repeat: repeat-x;	
}

#heading .rightCol {
	width: 378px;
	float: right;
	text-align: right;
	background-image: url(../media/template/redDotsLine.gif);
	background-repeat: repeat-x;	
}

#contents {
	width: 800px;
}

#contents .leftCol {
	width: 393px;
	padding-top: 20px;
	float: left;
	background-image: url(../media/template/redDotsLine.gif);
	background-repeat: repeat-x;	
}

#contents .rightCol {
	width: 378px;
	padding-top: 20px;
	float: right;
	background-image: url(../media/template/redDotsLine.gif);
	background-repeat: repeat-x;	
}

#contents .leftCol .footer, #contents .rightCol .footer {
	margin-top: 10px;
	margin-bottom: 35px;
	background-image: url(../media/template/redDotsLine.gif);
	background-repeat: repeat-x;
}

/* Jumpmenue */

#heading .rightCol form {
	padding-right: 14px;
}

#heading .rightCol form select {
	min-width: 185px;
	max-width: 250px;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 1px;
	border: 1px solid #ddd;
  	vertical-align: middle;
}

/* font settings */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #330000;
}

p {
	line-height: 14px;
	padding-bottom: 14px;
}

a {
	color: #330000;
	text-decoration: underline;
}

ul {
	padding-bottom: 14px;
}

a:hover {
	color: #FFFFFF;
}

#contents p, #contents h1, #contents h2, #contents h3, #contents h4, #contents h5, form {
	padding-left: 10px;
	padding-right: 12px;
}

#contents .rightCol p, #contents .rightCol h1, #contents .rightCol h2, #contents .rightCol h3, #contents .rightCol h4, #contents .rightCol h5 {
	padding-left: 7px;
}

#contents h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	text-transform: uppercase;
}

#contents h3 {
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #EC5900;
}

#contents h4 {
	font-weight: bold;
	font-size: 12px;
}


#heading .leftCol h2 {
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 12px;
}
