html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
	background: #fff;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}

a img {
	border: none;
}

div#page_wrapper {
	background: url(../images/page_bg.gif) repeat-y;
	width: 896px;
	margin: 0 auto;	
	padding: 0 8px;
}

div#page {
	background: url(../images/logo_bg.jpg) 0 0 no-repeat;
	padding: 40px 60px;
}

div#page a.logo {
	display: block;
	float: right;
	width: 180px;
	height: 38px;
	cursor: pointer;
	background: url(../images/logo.gif) no-repeat;
}

div#mainmenu_wrapper {
	position: relative;
}

ul#mainmenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	top: 18px;
	left: 0px;
}

	ul#mainmenu li {
		display: block;
		float: left;
		font-size: 90%;
	}
	
		ul#mainmenu li a {
			display: block;
			padding: 8px 20px 0 20px;
			height: 21px;
			border: 1px solid #999;
			border-bottom: none;
			margin: 7px 3px 0 0;
			background: #fff;
			color: #005BA6;
			text-decoration: none;
		}
		
		ul#mainmenu li a:hover,
		ul#mainmenu li a.aktiv {
			color: #fff;
			padding: 25px 20px 0 20px;
			border: 1px solid #999;
			margin: 0 3px 0 0;
			background: #005BA6;
		}
		

div#page div#profil_wrapper {
	padding: 30px 0 0 30px;
	display: block;
	margin: 55px 0 0 0;
	height: 325px;
	width: 749px;
	background: url(../images/profil_01.jpg) no-repeat;
}

div#profil_wrapper div.profil {
	width: 430px;
	font-size: 90%;
	padding: 25px 0 0 25px;
	line-height: 140%;
	color: #999;
}

div#profil_wrapper div.profil h1 {
		color: #999;
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 20px 0;
		margin: 0;
	}
	
	div#profil_wrapper div.profil  a {
		color: #999;
		text-decoration: underline;
	}
	
	div#profil_wrapper div.profil a:hover {
		color: #fff;
	}

div#page ul.crossfader {
	list-style: none;
	padding: 0;
	display: block;
	margin: 55px 0 0 0;
	height: 355px;
	width: 779px;
	position: relative;
}

	div#page ul.crossfader li {
		position: absolute;
		top:0;
		left: 0;
		z-index: 10;
		height: 355px;
		width: 779px;
		cursor: pointer;
	}

	div#page ul.crossfader li.e1 { z-index: 50; }	
	div#page ul.crossfader li.e2 { z-index: 49;	}	
	div#page ul.crossfader li.e3 { z-index: 48;	}	
	div#page ul.crossfader li.e4 { z-index: 47; }	
	div#page ul.crossfader li.e5 { z-index: 46;	}
	div#page ul.crossfader li.e6 { z-index: 45;	}
	div#page ul.crossfader li.e7 { z-index: 44; }	
	div#page ul.crossfader li.e8 { z-index: 43;	}	
	div#page ul.crossfader li.e9 { z-index: 42;	}	
	div#page ul.crossfader li.e10 { z-index: 41; }	
	div#page ul.crossfader li.e11 { z-index: 40; }
	div#page ul.crossfader li.e12 { z-index: 39; }
	
	
div#page div.content {
	padding: 50px 0;
	color: #666;
	line-height: 140%;
}

	div#page div.content h2 {
		color: #999;
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 10px 0;
		margin: 0;
	}
	
	div#page h2 a {
		color: #999;
		text-decoration: none;
	}
	
	div#page h2 a:hover {
		color: #444;
	}
	
	div#page div.content h3 {
		color: #999;
		font-size: 14px;
		font-weight: normal;
		padding: 0 0 10px 0;
		margin: 0;
	}

div.content div.column_A {
	display: block;
	float: left;
	width: 310px;	
}

div.content div.borderedColumn {
	width: 290px;
	padding-right: 20px;
	border-right: 1px solid #e3e3e3;
}

div.content p {
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 90%;
}

div.content ul {
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 90%;
}
div.content ul li {
	padding: 0 0 5px 0;
}

div.content img.radar {
	float: left;
	margin: 0 30px 0 0;
}
	div.content p.bordered {
		border-right: 1px solid #e3e3e3;
		padding-right: 20px;
	}

	div.content p.greylink a {
		color: #666;
	}
	
	
	div.content div.column_B {
		display: block;
		float: left;
		width: 440px;	
		padding: 0 0 0 20px;
	}

		div.content p a.more {
			display: block;
			padding: 5px 0 0 0;
			color: #999;
			text-decoration: none;
			height: 20px;
		}
		
	div.content a,
	div.content a:hover,
	div.content p a.more:hover {
		color: #444;
	}

div#footer {
	padding: 3px 6px;
	background: #005CA7;
	color: #fff;
	font-size: 90%;
}
	
	div#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	
	div#footer span.copyright {
		font-size: 100%;
		float: right;
	}
	
div#page_footer {
	background: url(../images/page_footer_bg.png) top left no-repeat;
	width: 912px;
	margin: 0 auto 20px auto;
	height: 12px;
	display: block;	
}

table.kontakt {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
}

	table.kontakt td {
		padding: 3px 0 0 0;
	}

		table.kontakt td.first {
			border-right: 1px solid #E3E3E3;
			width: 100px;
		}
		
		table.kontakt td.noline {
			border-right: none;
		}

		table.kontakt td.last {
			padding-left: 15px;
			width: 140px;
		}

table.impressum {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 90%;
}

	table.impressum a {
		color: #666;
	}

	table.impressum td {
		width: 120px;
		padding: 3px 0 3px 15px;
		border-right: 1px solid #E3E3E3;
	}

		table.impressum td.first {
			padding-left: 0;
		}

		table.impressum td.wider {
			width: 205px;
		}


		table.impressum td.last {	
			border-right: none;
		}



/* -------------- Formmailer -------------- */


table#formmailer {
        border:0;
        margin: 0 0 0 0;
        border-spacing:0;
        border-collapse:collapse;
}
        table#formmailer tr.last {
                display: none;
        }

        table#formmailer th {
                width: 140px;
                color: #3a3a3a;
                text-align:left;
                font-weight:normal;
                padding: 0 0 10px 0;
                vertical-align:top;
        }

        table#formmailer td {
                text-align:left;
                padding: 0 0 10px 0;
                vertical-align:top;
        }

        table#formmailer .text {
                padding: 3px;
				font-family: "Helvetica", Arial, Verdana;
                width: 290px;
                font-size:100%;
                background:#fff;
                border: 1px solid #ccc;
                outline:none;
        }
		

        table#formmailer .textarea {
                height: 75px;
        }
        
        table#formmailer .error {
                border: 1px solid #cc0000;
        }
		
        table#formmailer .errormsg {
                color: #cc0000;
				font-weight: bold;
        }
        
        table#formmailer div.checkbox {
        	background: url(/includes/images/checkbox.gif) 0px 4px no-repeat;
        	display: block;
        	cursor: pointer;
        	padding: 3px 0 3px 20px;
        }
        
        table#formmailer div.checked {
        	background: url(/includes/images/checkbox.gif) 0px -26px no-repeat;
        }
		
table.radar {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}	

table.radar th {
	width: 250px;
	vertical-align: bottom;
}

table.radar td {
	width: 250px;
	vertical-align: bottom;
}