/* Aufbau: 
	-	Allgemeine Elemente 
	-	Grundelemente des Layouts
	-	Spezielle Elemente für bestimmte Seiten (zB Kontaktformular)
	-	Elemente, die auf allen Seiten platziert werden können
*/

/* Allgemeine Elemente */

html, body {
	margin: 0;
	padding: 0;
}

body {
	line-height: 140%;
	background: #fff;
	margin: 0;
	text-align: center;
}

h1 {
	color: #103184;
}

h2 {
	color: #103184;
}

h3 {
	color: #103184;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #103184;
}

a:hover, a:focus {
	color: #103184;
	text-decoration: none;
}

textarea, input {
	padding: 0.2em;
}

ul {
	margin-left: 0;
	padding-left: 2em;
}

/* Formular-Kram für Zend */

form dd, dt, dl {
   margin: 0;
   padding: 0;
}

form dd {
   margin: 0 0 1em 0;
}

form label {
   font-weight: normal;
}


/* Grundelemente des Layouts */

#wrapper {
	margin: 50px auto;
	width: 890px;
	text-align: left;
}

#header {
	background: #ccc;
}

#logo {
	background: #f00 url();
	display: block;
	text-indent: -5000em;
	height: 100px;
	width: 200px;
}

#navigation, #navigation * {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation .active {
	font-weight: bold;
}

#navigation .active ul {
	font-weight: normal;
	padding: 0 0 0 20px;
}

#navigation {
	
}

#sidebar {
	
}

#content {
	
}

#footer {
	
}

.grey {
	color: #555;
	padding-left: 0;
}

.grey li {
	list-style: none;
	margin-bottom: 10px;
}

.fl_right {
	width: 340px;
}

.portrait {
	width: 140px;
	height: 210px;
}

ul {
	padding-left: 15px;
}

.dbv, .axa {
	padding: 1px 15px;
	width: 500px;
	margin: 0 0 20px 0;
}

.dbv {
	background: #f5a035;
}

.dbv h2 {
	color: #000;
}

.small {
	font-size: 8pt !important;
}

.axa {
	background: #cae2ec;
}