/* Definition nur für eteleon */

body {
	font-size: 11px;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
 	text-align:center;
	margin: 0px;
	padding: 0px;
 	background: #fff;
}

div, li, ul, p, a, td, tr, table, textarea, input {
	font-size:1em; 
}

h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.5em;
	border-bottom:1px solid #BBD0E1;
	margin-top:.5em;
}

h2 {
	font-size: 1.3em;
	margin-bottom:.5em;
	border-bottom:1px solid #BBD0E1;
}

h3, h3 a {
	font-size: 1.1em;
	line-height:1.1em;
}

h4, h4 a {
	font-size: 1.0em;
	line-height:1.0em;
}

a, h3 a, a:hover, h3 a:hover, a, h4 a, a:hover, h4 a:hover {
	color:#239;
}

a:visited, h3 a:visited {
	color: #444455;
}

/* ------------------- page parts ------------------------------- */
#header, #main, #footer {
	margin: auto;
	background: #fff;
}

/* ------------------- header ------------------------------- */
#header {
	margin-bottom:7px;
}

/* logo, reiter */
#header_main
{
	width:740px;
	margin: auto;
	height:74px;
}

/* farbleiste */
#header_balken {
	height:15px;
}

#header_logo {
	float:left;
	padding-top:8px;
	padding-left:8px;
}

#header_reiter {
	padding-top:44px;
	padding-left:30px;
	float:left;
}

/* ------------------- main ------------------------------- */

/* topmenu */

#topmenu {
	position: relative;
	top: -11px;
	width:100%;
	height:42px;
	z-index:1;
	margin-bottom:-11px;
}

#topmenu > table {
	height:41px;
	width: 100%;
}

#topmenu td {
	line-height: 11px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

#topmenu td input {
	vertical-align:middle;
}

#topmenu a {
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	display:block;
}

#topmenu a, #topmenu form {
	padding:0 5px 0 5px;
}

#topmenu .divider {
	width:1px;
	background: #fff;
}

#topmenuround {
	background-image: url(/layout/gfx/round_m.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	z-index:100;
	width:9px;
	height:9px;
	position:relative;
	top:-10px;
	left:1px;
}

/* ------------------- content ------------------------------- */
#content {
	width: 540px;
}
#content {
	position: relative;
	top:-6px;
}

/* ------------------- footer ------------------------------- */
#footer {
	width:750px;
	margin:auto;
	border-top: 1px solid #CDD0D8;
	padding-top: 2px;
	margin-top: 8px;
	margin-bottom: 8px;
	height:15px;
}

#footer .links {
	width:100%;
}

#footer .links td, #footer .links a {
	font-size:10px;
}

#footer .links a:hover {
	color:#4F636C;
	text-decoration:underline;
}

/* --------- end of page parts ------------------- */

.printonly {
	display: none;
}

.log {
	background:#fff;
	color:#000;
	padding:2px;
	margin-bottom:10px;
}

.log {
	background:#fff;
	color:#000;
	padding:2px;
	margin-bottom:10px;
}

/* -------------- Layoutelemente ----------------- */

/* Tabs */
.tabs {
	border-bottom-color:#8EACC5;
}

.tabs a, .tabs a:visited {
	background: #F0F2F4;
	border-color: #CCD;
}
.tabs a.active, .tabs a:hover {
	background: #8EACC5;
	border-color: #8EACC5;
	color:#fff;
}
