*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #e4e4e4;
	font-family: Arial, Helvetica, sans-serif;

}
p, #content ul, #content ol, #content table, address, h1, h2, h3, h4, h5, h6{margin-bottom: 16px;}


address{
	margin-bottom: 16px;
	font-style: normal;
}


.captcha { padding: 0 10px; }
.ds { padding: 10px; }

a,
a:visited{
	outline: none;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
}

img{
	border: none;
}

/**********************************************

	   ////////// Nicht löschen ///////////

***********************************************/
#ie6{
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

* html #ie6{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f00;
	width: 100%;
	display: block !important;
	padding-bottom: 5px;
	border-bottom: 2px solid #fff;
}

* html #ie6 p{
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 800px;
}

.clear{
	clear: both;
	float: none;
}


.nopadding{
	padding: 0 !important;
}
.nomargin{
	margin: 0 !important;
}

/**********************************************

	   ////////// Seitenformatierung ///////////

***********************************************/

/*---------------container-------------------*/

#container {
	width: 980px;
	height: auto;
	margin: 0 auto;
	background-color: white;
	overflow: hidden;
}

/*---------------header-------------------*/

#header {
	position: relative;
	height: 551px;
	padding: 10px 0 10px 84px;
	background: url(../images/header.jpg) 0 0 no-repeat;
}

#header h1 img {
	position: absolute;
	display: block;
	top: 30px;
	left: 60px;
}

#header h1 {
	position: relative;
	z-index: 100;
}

#header h1 a {
	display: block;
	height: 100px;
	width: 325px;
	padding: 30px 20px 0 55px;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	color: #3b68bb;
	font-size: 23px;
	line-height: 19px;
	letter-spacing: 1px;
}

#header h1 a strong {
	color: #3b68bb;
	font-size: 35px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0;
}

#header h1 a em {
	font-size: 45px;
	font-style: normal;
	letter-spacing: 0;
}

#header h1 a span {
	color: #a1a1a1;
	font-size: 14px;
	float: right;
	margin-right: 45px;
	letter-spacing: 0;
}

#header #phone {
	padding-left: 60px;
	font-size: 16px;
	color: #b6b6b6;
	float: right;
	margin: 10px 114px 0 0;
	background: url(../images/phone.png) 0 0 no-repeat;
}

#header #phone strong {
	font-size: 25px;
	letter-spacing: 1px;
}

#header h2 {
	position: relative;
	display: block;
	color: white;
	font-size: 41px;
	text-shadow: 0px 4px 1px #222;
	margin: 210px 0 0 400px;
	z-index: 10;
}

#header ul {
	margin: 145px 0 0 7px;
	float: right;
}

#header ul li {
	display: inline;
}

#header ul li a,
#header ul li a:visited {
	text-decoration: none;
	color: black;
	font-size: 13px;
	padding: 0 23px;
}

#header ul li.active a,
#header ul li a:hover,
#header ul li a:focus,
#header ul li a:active {
	text-decoration: underline;
}

/*---------------navigation-------------------*/

#navigation {
	clear: both;
	width: 230px;
	padding: 5px 5px 5px 32px;
	float: left;
}

#navigation ul li.empty,
#navigation ul li {
	list-style-type: none;
	padding-left: 28px;
	background: url(../images/navi_point.png) 0 center no-repeat;
}

#navigation ul li.empty span,
#navigation ul li a,
#navigation ul li a:visited {
	text-decoration: none;
	color: black;
	font-size: 16px;
	line-height: 20px;
	display: block;
	width: 170px;
	padding: 10px 0;
	border-bottom: 1px dotted #b0cd63;
}

#navigation ul li.active a,
#navigation ul li a:hover,
#navigation ul li a:focus,
#navigation ul li a:active {
	border-bottom: 1px dotted #3b68bb;
}

#navigation ul li.empty span {
	cursor: help;
	color: #b8b9bb;
}


#info {
	margin-top: 36px;
	color: #3b68bb;
	font-size: 16px;
	line-height: 20px;
}
#info a,
#info a:visited {
	text-decoration: none;
	color: #3b68bb;
}

#info a:hover,
#info a:focus,
#info a:active {
	text-decoration: underline;
}

#navigation ul li.kontakt a {
	border: none;
}

/*---------------contentcontainer-------------------*/

#contentcontainer {
	height: auto;
	width: 700px;
	padding: 5px;
	float: right;	
}

/*---------------content-------------------*/

#content {
	width: 480px;
	float: left;
	font-size: 17px;
	line-height: 20px;
}

#content h2,
#content h3 {
	color: #3b68bb;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}

#content h2 span {
	display: block;
	color: #777;
	font-size: 20px;
}

#content h3 {font-size:22px;}

#content p {
	color: black;
}

#content strong {
	font-weight: normal;
	color: #3b68bb;
}

#content #content_top,
#content #teaser {
	padding: 5px 3px 20px;
}

#content #teaser {
	background-color: #f0f0f0;
	border-bottom: 1px dotted #b0cd63;
	border-top: 1px dotted #b0cd63;
	padding: 10px 20px;
}

#content a,
#content a:visited {
	text-decoration: none;
	color: #3b68bb;
}

#content a:hover,
#content a:focus,
#content a:active {
	text-decoration: underline;
}

/*---------------sidebar-------------------*/

#sidebar {
	width: 175px;
	padding: 45px 27px 10px 0;
	float: right;
	min-height: 700px;
}

#sidebar #box1,
#sidebar #box2,
#sidebar #box3 {
	color: black;
	font-size: 12px;
	margin-bottom: 12px;
	height: auto;
	border-bottom: 1px dotted #b0cd63;
	background-color: #f0f0f0;
}

#sidebar #box1 p,
#sidebar #box2 p,
#sidebar #box3 p {
	padding: 10px 5px 5px 5px;
}

#sidebar h4 {
	font-size: 16px;
	padding: 5px 5px 4px;
	color: white;
	font-weight: bold;
	margin: 0;
}

#sidebar #box1 h4 {
	background: url(../images/sidebar_bg1.jpg) 0 0 no-repeat;
}

#sidebar #box2 h4{
	background: url(../images/sidebar_bg2.jpg) 0 0 no-repeat;
}

#sidebar #box3 h4 {
	background: url(../images/sidebar_bg3.jpg) 0 0 no-repeat;
}


#sidebar h4.no_pict {
	border-bottom: 1px dotted #b0cd63;
}
/*---------------footer-------------------*/

#footer {
	position: relative;
	clear: both;
	height: 58px;
	padding: 100px 32px 0;
	background: url(../images/footer_bg.jpg) 0 bottom no-repeat;
	color: white;
	font-size: 12px;
}

#footer ul {
	margin-top: 23px;
	width: 830px;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	vertical-align: middle;
	height: 40px;
	padding: 10px 0;
}

#footer ul li#copy {
	font-size: 12px;
	padding: 0 37px 0 0;
}

#footer ul li.seperator {
	padding: 0 3px 0 11px;
	background: url(../images/seperator.png) 0 center no-repeat;
}

#footer #social {
	position: relative;
	float: right;
	width: 70px;
	top: -23px;
	height: 30px;
}

#footer a,
#footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: white;
	text-decoration: underline;
}

iframe.gmaps{
	display: block;
	width: 100%;
	height: 400px;
	margin-bottom: 1em;
	border: none;
}