/* CSS-Formatierungen fuer www.menlosystems.de
* ------------------------------------------------------------------------------ */

/* Reset - Browser Default Styles deaktivieren
-------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

address, cite, code, dfn, e, var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
}

fieldset,img {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

.clearfix:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}


a {
	text-decoration: none;
	outline: none;
	color: #000;
}

a.more {
	background: transparent url(/media/images/icons/pfeil_schwarz.gif) left 4px no-repeat;
	padding: 0px 0px 0px 7px;

}
a:hover {
	text-decoration: underline;
	outline: none;
}



p.noscript {
	color: #8DAE00;
	font-weight: bold;
}


/* Accessability
-------------------------------------------------------------------------------- */
/*.jumpToContent {
	display: none;
}

form input[type="text"]:focus {
	background-color: #ffc;
}*/


/* Typo - Schrift- und Absatzformatierungen (Basis fuer Font und Color)
-------------------------------------------------------------------------------- */
body {
	font: 62.5% Arial, sans-serif; /* Schriftgroesse auf 10px setzen - besser zum Rechnen */
	line-height: 1.4em;
	color: #000;
	background-color: #f0f0f0;
}

#pageWrapper {
	margin: 0px auto;
	width: 960px;
	background-color: #FFF;
}


#headerTop {
	background: transparent url(/media/images/linie_blau.png) left 57px  repeat-x;
	height: 100%;
}

#headerBottom p.noscript {
	color: #fff;
	padding: 277px 0 0 220px;
}

#logo {
	float: left;
	margin: 23px 20px 0px 21px;
	width: 216px;
}


#logo a {
	display: block;
	width: 216px;
	height: 39px;
	background: transparent url(/media/images/logo.gif) top left no-repeat;
	text-indent: -9999px;
}

#precision {
	float: left;
	/*margin-top: 26px;*/
	margin-top: 39px;
}

#precision h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #b1d232;
}

#precision p,
#precision a {
	color: #0262AB;
	margin: 0;
}

#precision a {
	background: transparent url(/media/images/icons/pfeil_blau.gif) left center no-repeat;
	padding: 0px 0px 0px 7px;
}




#contentWrapper {
	padding: 0 25px;
	clear: both;
	height: 100%;
}


#footer {
	padding: 30px 25px 30px 25px;
	color: #005da8;
	clear: both;
}


.right {
	float: right;
}

.left {
	float: left;
}


input, select, textarea {
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;

}

table {
	
}

tr,
td,
th {
	border-bottom: 1px solid #fff;
}
th,
td {
	font-size: 1.2em;	
	padding: 5px;
}

th a {
	font-weight: normal;
}

th {
	background-color: #cce27a;
}

td {
	background-color: #f7faea;
}


hr {
	height: 1px;
	border: none;
	color: #a3ce3a;
	background-color: #a3ce3a;
	margin: 10px 0px;
}

p {
	margin-bottom: 1em;
	font-size: 1.1em;
}