@import url('reset.css');
@import url('webfonts.css');
@import url('print.css') print;

/***

***/

/**********************************************************************/

body {
	background: url(../img/layout/bg_main.jpg) repeat-x #fff 0% 0%;
	font-family: Arial, Helvetica, sans-serif, sans;
	color: #4b4b4b;
	font-size: 100.01%;
	margin-bottom: 60px;
	}

p {
	margin-bottom: 15px;
	}

a {
	text-decoration: none;
	color: #4b4b4b;
	}
a:hover {
	text-decoration: underline;
	color: #649ad4;
	}
a:focus {
	outline: 1px #8a1214 dotted;
	}

b, strong {
	font-weight: bold;
	}
i, em {
	font-style: italic;
	}
tr, td {
	vertical-align: top;
	}

/**********************************************************************/

#container {
	width: 960px;
	margin: 0 auto;
	}

/**********************************************************************/

#contentbereich {
	background: url(../img/layout/bg_contentbereich.jpg) repeat-x #f1f1f3;
	border: 1px #d9d9d9 solid;
	border-top: 0px;
	padding: 155px 30px 20px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;	
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;		
	}

/**********************************************************************/

#content {
	overflow: hidden;
	}

#content h1 {
	color: #66a8f2;
	font-size: 130%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 21px;
	}

#content h2 {
	color: #707070;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 27px;
	}

#content h3 {
	color: #66a8f2;
	font-size: 190%;
	text-align: left;
	margin-bottom: 21px;
	}

#content h4 {
	color: #707070;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
	}

#content h5 {
	color: #1e569b;
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 9px;
	}

#content p, #content ul {
	font-size: 80%;
	line-height: 2em;
	margin-bottom: 27px;
	}

#content ul {
	list-style-type: square;
	padding-left: 15px;
	}

.tel1 {
	background:url(../img/layout/bg_tel1.gif) no-repeat 0 12px;
	padding-left: 27px;
	font-size: 130% !important;
	font-weight: bold;
	margin-bottom: 0 !important;
	position: relative; top: -18px;
	}
.tel1hinweis {
	font-size: 60% !important;
	font-style: italic;
	color: #888;
	position: relative; top: -18px;
	}


.button1 {
	background:url(../img/layout/bg_button1.jpg) repeat-x #5f91d0;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	display: inline;
	padding: 6px 18px;
	text-transform: uppercase;
	font-size: 110% !important;
	font-family: 'TeXGyreHerosBold';
	letter-spacing: -0.025em;
	}
.button1:hover {
	background-image:url(../img/layout/bg_button1_hover.jpg);
	}
.button1 a {
	background:url(../img/layout/bg_button1_a.gif) no-repeat 0 6px;
	color: #fff;
	padding-left: 18px;
	}
.button1 a {
	text-decoration: none;
	}

/**********************************************************************/

.contentText {
	float: left;
	width: 500px;
	text-align:justify;
	}

.contentFeature {
	float: right;
	width: 321px;
	}

/**********************************************************************/

#footer {
	margin-top: 21px;
	text-align: center;
	color: #1e569b;
	font-size: 70%;
	line-height: 2em;
/*	text-transform:uppercase; */
	}
	
#footer a {
	color: #1e569b;
	padding: 0 3px;
	}


/**********************************************************************/

#logo, #topnavi, #navigation {
	position: absolute;
	left: 50%;
	}

#logo {
	width: 480px;
	top: 12px;
	margin-left: -460px;
	}
#logo a:focus {
	outline: 0;
	}

#topnavi {
	width: 480px;
	top: 42px;
	margin-left: -35px;
	text-align: right;
	font-size: 70%;
	}

#topnavi a {
	padding: 0 2px;
	}

#navigation {
	width: 910px; height: 44px;
	top: 90px;
	margin-left: -455px;
	}
	
#navigation li {
	float: left;
	font-size: 80%;
	text-transform:uppercase;
	height: 44px;
	}
	
#navigation li a {
	background: #6a9dd5;
	color: #fff;
	padding: 16px 17px;
	display: block;
	background-image:url(../img/layout/bg_navitem.gif);
	background-repeat: repeat-y;
	background-position: right;

	}

#navigation li a:hover, #navigation li a.aktiv {
	text-decoration: none;
	background-color: #518ec9;
	}

#navigation li.letzte a {
	background-image: none;
	 }	

#navigation li.erste a {
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	border-top-left-radius: 5px;		
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
	}
#navigation li.letzte a {
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	border-top-right-radius: 5px;		
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;		
	}


/**********************************************************************/

#kontaktformular {
	background: #cbdef2;
	padding: 15px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

#kontaktformular input, #kontaktformular textarea {
	font-family: Arial, Helvetica, sans-serif, sans;
	font-size: 12px;
	width: 250px;
	border: 1px #4e639d solid;
	padding: 3px;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#kontaktformular input:focus, #kontaktformular textarea:focus {
	background: #6a9dd5 ;
	color: #fff;
	}

#kontaktformular input[type=submit] {
	padding: 6px;
	width: 256px;
	background: #6a9dd5 ;
	color: #fff;
	font-weight: bold;
	}
	
#kontaktformular input[type=submit]:focus {
	background: maroon;
	}

/**********************************************************************/

.rechner1rahmen {
	background-color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 18px 12px;
	}

/**********************************************************************/

.block {
	overflow: hidden;
	border-bottom: 1px #8d8d8d dotted;
	padding: 20px 0;
	}
.block.letzte, .block:last-child {
	border-bottom: 0px;
	}
.floatbreaker {
	clear: both;
	}

.infobox1 {
	background: #fff;
	padding: 18px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;	
	border-radius: 9px;
	}

.rahmen {
	border: 1px #595959 solid;
	}

.rechts {
	float: right; margin: 3px 0 15px 15px;
	}

.links {
	float: left; margin: 3px 15px 15px 0;
	}

a.rArr {
	background: url(../img/layout/rArr.gif) no-repeat 0px 3px;
	padding-left: 12px;
	}
a.rArr.external {
	background: url(../img/addi/icon_ext.gif) no-repeat 0 2px;
	padding-left: 15px;
	}
a.rArr.mailto {
	background: url(../img/addi/icon_email.gif) no-repeat 0 5px;
	padding-left: 15px;
	}
a.rArr.mailto img {
	vertical-align: middle;
	}
a.pdf {
	background: url(../img/addi/icon_pdf.gif) no-repeat 0 2px;
	padding-left: 18px;
	}

/**********************************************************************/
