/*** HTML  **************************************/
body, html {
	margin: 0 0 0 0;
	padding: 0px;
	height: 99%;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
input, textarea {
	color: #000;
	font-size: 11px;
	padding-left: 2px;
	border: 1px solid #888;
	background-color: #fff;
}
select {
	color: #000;
	font-size: 11px;
	border: 1px solid #888;
	background-color: #fff;
}
fieldset {
	border: none;
}
/*** LAYOUT  ***********************************/
#main {
	position: relative;
	margin: 1em auto;
	width: 930px;
	margin-top: 50px;
	padding: 0px;
	color: #000;
}
#header {
	height: 50px;
	padding: 182px 0px 0px 0px;
	background-image: url(../images/header.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#headerImg img {
	border: none;
}
#topMenu{
	color: #fff;
	padding: 0px 20px;
}
#contentHolder {
	margin: 0px;
	padding: 0px 30px 0px 30px;
	background-image: url(../images/bg_main.png);
	background-position: 0% 100%;
	background-repeat: no-repeat;
}
#language {
	text-align: right;
	padding: 0px 10px;
}

/** footer  ******************/
#footer {
	clear: both;
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #000;
	height: 55px;
}
.footerInfo {
	float: left;
	font-size: 10px;
	width: 500px;
	padding: 5px 20px 0px 0px;
}
.metaMenu {
	border: 1px solid #fff;
	margin: 0px;
	padding: 0px 10px;
}
.copyright {
	color: #000;
	widht: 150px;
	float: left;
	padding-top: 20px;
}
.copyright a{
	color: #000;
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}

.logo {
	float: right;
}
.logo img{
	border: none;
}

.clearer {
	clear: both;
}

/** Spalten **********************************/

.colLeft {
	float: left;
	width: 550px;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fde3b3;
}
.colRight {
	float: left;
	width: 250px;
	margin-left: 25px;
	margin-bottom: 15px;
	padding: 10px;
}
.colMiddle {
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fde3b3;
}


/** ContentBox Global ****************/
.cElement {
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}

.cElement h1{
	font-size: 16px;
	text-transform: normal;
	color: #000;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #660000;
}
.cElement h2{
	font-size:12px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px;

}
.cElement h3{
	font-size:12px;
	color: #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cElement h4{
	font-size:11px;
	color: #000;
	margin: 0px
	margin-bottom: 5px;
}
.cElement td{
	font-size: 11px;
	color: #000;
	margin: 0px;
}
.cElement a {
	color:#000;
	text-decoration: underline;
}
.cElement a:hover{
	color: #000;
	text-decoration: none;
}
.cElement img a {
	background-image: none;
}
.cImg img{
	margin: 0px 5px 5px 0px;
}
.cImg a {
	background-image: none;
	padding: 0px;
}

