@charset "utf-8";

/* Globale Angaben */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #FFFFFF;
}
table {
	font-size: 11px;
}

/* Top area */
div#top {
	position: relative;
	width: 85%;
	min-width: 999px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-top: 50px;
}
div#top div#logo {	
	margin-left: 100px;
}
div#top div#corner {
	position: absolute;
	top: 15px;
	right: 0px;
	color: #808080;
}
div#top div#corner a {
	color: #808080;
	text-decoration: none;
}
div#top div#corner a:hover {
	color: #4891dc;
	text-decoration: none;
}

/* Navigation */
div#navi {
	position: relative;
	background-color: #4891dc;
	width: 100%;
	min-width: 999px;
}

/* Inhaltselemente */
div#content {
	position: relative;
	width: 85%;
	min-width: 999px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-bottom: 100px;
}
td#content-col1 {
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 10px;
	vertical-align: top;
	color: #333333;
}
td#content-col1 h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #4891dc;
}
td#content-col1 h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #808080;
}
td#content-col1 div.csc-header h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
td#content-col1 p {
	margin-top: 0px;
	margin-bottom: 10px;
}
td#content-col1 a {
	color: #333;
	text-decoration: underline;
}
td#content-col1 a:hover {
	color: #4891dc;
	text-decoration: none;
}
td#content-col2 {
	background-color: #E6E6E6;
	background-image: url(images/col2_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 281px;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}
td#content-col2 div.csc-header h1 {
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 14px;
}
td#content-col2 div.csc-header h2 {
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
}
td#content-col2 p {	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
td#content-col2 a {
	color: #4891dc;
	text-decoration: underline;
	/*background-image: url(images/arrow_blue.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 6px;*/
}
td#content-col2 a:hover {
	text-decoration: none;
	/*background-image: url(images/arrow_orange.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 6px;*/
}
td#content-col2 div.csc-textpic img {
	border-top-color: #FFF;
	border-top-style: solid;
	border-top-width: 1px;

	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	margin: 0px;
}
td#content-col3 {
	background-color: #D8D8D8;
	background-image: url(images/col3_footer.png);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 281px;
	border-left-color: #FFF;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}
td#content-col3 div.csc-header h1 {
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 14px;
}
td#content-col3 div.csc-header h2 {
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: 11px;
	font-weight: bold;
}
td#content-col3 p {	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
td#content-col3 a {
	color: #4891dc; /*#FFA31A;*/
	text-decoration: none;
	/*background-image: url(images/arrow_blue.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 6px;*/
}
td#content-col3 a:hover {
	/*color: #FFA31A;*/
	text-decoration: underline;
	/*background-image: url(images/arrow_orange.png);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	padding-left: 6px;*/
}
td#content-col3 .csc-textpic-imagewrap {
	border-top-color: #FFF;
	border-top-style: solid;
	border-top-width: 1px;

	border-bottom-color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	margin-bottom: 10px;
}
td#content-col3 div.tx-felogin-pi1 {
	padding-left: 10px;
	padding-right: 10px;
}

/* Fußbereich */
div#footer {
	color: #4891dc;
	padding-left: 100px;
	padding-bottom: 10px;
	position: relative;
}
div#footer a {
	color: #808080;
	text-decoration: none;
}
div#footer a:hover {
	color: #4891dc;
	text-decoration: none;
}