/* *********************** Grundinformationen *********************** */
body {
	text-align: left;
	min-width: 760px;
	font-family: "Trebuchet MS ", "sans serif""";
	color: #000000;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-image: url('../images/hg.jpg');
}
h1 {
	width: 100%;
	color: #000000;
	margin: 0;
	margin-bottom: 15px;
	font-weight: normal;
	xtext-transform: uppercase;
	text-transform: none;
	font-size: 16px;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}
h1 a {
	color: #D3001A;
	text-transform: none;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000000;
}
h3 {
	font-size: 12px;
}
img {
	border: 0px;
}
/* Formulare */
form {
	display: inline;
}
fieldset {
	padding: 5px;
	border: 0px;
}
input {
	border: 1px solid #e77528;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
}
select {
	border: 1px solid #e77528;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
}
fieldset.content input.radio, input.radio {
	border: 0px;
	background-color: #ffffff;
	width: 17px;
	margin: 0;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0;
}
/* *********************** Ende Grundinformationen *********************** */
/* *********************** Link Definitionen *********************** */
a {
	text-decoration: none;
	color: #d3001a;
}
/* *********************** Grunddesign, Header, Footer, Content *********************** */
/* Kompletter Rahmen aussen */
div.wrapper {
	width: 980px;
	background-color: #ffffff;
	position: relative;
	left: 50%;
	margin-left: -480px;
	padding-left:5px;
	padding-right:5px;

}
div.branding {
	position: relative;
	width: 980px;
	height: 120px;
	margin-bottom: 3px;
	/* background-image: url(../../../../../templates/standard/design/evolis/images/head_back.gif);
	background-repeat: repeat-x;
	background-position: bottom; */
}
/* Hauptnavigation */
div.mainNav {
	width: 200px;
	background-color: #ffffff;
	position: relative;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	float: left;
}
/* 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.content {
	width: 980px;
	left: 5px;
	position: relative;
	float: right;
	background-color: #ffffff;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
div.mainContent {
	margin-top: 18px;
	width: 565px;
	min-height: 10px;
	padding-left:5px;
	padding-right:5px;
	float: left;
}
div.secondaryContent {
	width: 180px;
	float: right;
	padding-left:5px;
	padding-right:5px;
}
/* Ende 2. Spalte mit optional 2 Spalten fuer Content und 2. Navigation */
div.footer {
	width: 980px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	clear: both;
	height: 40px;
	color: #d3001a;
	top: 5px;
	padding-left:5px;
	padding-right:5px;

	background-color: #ffffff;
	}
div.footer div {
	display: block;
	background-color: #ffffff;
	height: 40px;
	padding-left:5px;
	padding-right:5px;
}
div.footer div p {
	position: absolute;
	top: 20px;
	left: 270px;
	width: 700px;
	text-align: right;
	display: block;
	z-index: 5;
	text-align: right;
	padding-right:5px;
	margin: 0;
	padding: 0;
}
div.footer div p a {
	text-align: right;
	font-size: 11px;
	padding-right:5px;
}
/**** CMS *****/
div.cmsContent {
	margin-top: 18px;
	color: #ffffff;
	width: 760px;
	float: right;
}
div.cmsFooter {
	margin-left: -490px;
	color: #ffffff;
}
