/* CSS Document */

@import url("navi.css");
@import url("content.css");
@import url("forms.css");


body {
	color: #6B6B6C; 
	background-color: #A1A1A1;
	font-size: 100.01%;
	font-family: Geneva, Verdana, Helvetica,Arial,sans-serif;
	margin:0; padding:0;
	text-align: center;  /* Zentrierung im Internet Explorer */
}
a {
	text-decoration:none;
	color: #6B6B6C; 
}
a.standard:hover {
	text-decoration:none;
	color:#C93F40;
}
div#mybody {
	width:100%;
	background: #A1A1A1 url(../img/bg_main.gif) repeat-x;
	margin: 0; padding: 1em 0;
}

div.clearfix {
	clear:both;
	height:1px;
	font-size:0.1em;
}

div#page {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 762px;
	padding: 0.1em;
	/*border: 1px solid #608BAE;*/
	font-size:0.85em;
	/*background: #ffffff url(../img/bg_middle.gif) repeat-y;*/
	background-color:#ffffff;
}	

div#head {
	margin:0 0 0.3em 0;
	padding:0;
}

div#head img {
	border:1px solid #F0A8A9;
}

div#navi {
	float: left; width: 18em;
	margin: 0; padding: 0;
	border-right: 1px solid #B9B9B9;
	font-size: 1.0em;
}

div#content {
	margin-left: 18em;
	padding: 0 1.1em;
}

div#content div#rightCol {
	margin-left: 302px;
	padding: 0;
	font-size:1em;
}

div#content div#leftCol {
	float: left; width: 280px;
	margin: 0; padding: 0;
	font-size:1em;
}

div#footer {
	height:2em;
	line-height:2em;
	font-size:0.7em;
	background-color:#C93F40;
	color:#E6E6E6;
	padding:0;
	margin: 2em 0 0 0;
	text-align:center;
}

div#footer a {
	color:#E6E6E6;
}
div#footer a:hover {
	color:#ffffff;
}

a.linkMore, a.linkFunction {
	color: #6B6B6C;
	text-decoration: none;
	background-image: url(../img/arrow_light.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
	margin:0;
	margin-top:14px;
	margin-bottom:4px;
}
a.linkMore:hover, a.linkFunction:hover {
	color: #C93F40;
	text-decoration: none;
	background-image: url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
}
a.linkBack {
	color: #6B6B6C;
	text-decoration: none;
	background-image: url(../img/arrow_left_light.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
}
a.linkBack:hover {
	color: #C93F40;
	text-decoration: none;
	background-image: url(../img/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:17px;
}
a.linkNext {
	color: #6B6B6C;
	text-decoration: none;
	background-image: url(../img/arrow_light.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:17px;
}
a.linkNext:hover {
	color: #C93F40;
	text-decoration: none;
	background-image: url(../img/arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:17px;
}