
* {
	margin:0;
	padding:0;
	border:0;
	z-index:0;
}

body {
         font-family:Verdana, Geneva,sans-serif;
        background: url(images/bg.gif) repeat-x;
        background-color:#B1B9CA;
}


#main {
	position:relative;
     width:980px;
	 margin:20px auto 10px auto;
        background-color:#F5F5F5;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        box-shadow:0px 1px 2px #333333;
        -webkit-box-shadow:0px 1px 2px #333333;
        -moz-box-shadow:0px 1px 2px #333333;
        min-height:875px; 
}

/* ------------- linke Seite ------- */

#left {
	width:320px;
	position:absolute;
	margin-left:1%;
}

 

#kontaktbox {
   background-color:#355FA1;
   padding:5%;
   margin-left:3%;
   margin-top:5px;
}

#kontaktbox p {
        font-size:0.75em;
        line-height:1.5em;
        color:#fff;
        margin-bottom:25px;
}


#googlemap {
	margin-bottom:25px;
	text-align: center;
}


/* -------------- Inhaltsbereich ---------- */

#content {
	width:620px;
	margin-left:360px;
}

#content img {
 	position:absolute;
	right:10px;
}

#main #text {
         padding-top:210px;
         z-index:999;
         margin-right:50px;}

#text h1 {
        font-size:1.25em;
        line-height:1.5em;
        color:#355FA1;
        font-weight:bold;
        margin-bottom:25px;
}

#text h2 {
        font-size:0.75em;
        line-height:1.5em;
        color:#355FA1;
        font-weight:bold;
        margin-bottom:5px;
}

#text h3,
#text h4 {
        font-size:0.75em;
        line-height:1.5em;
        font-weight:bold;
        margin-bottom:5px;
}


#text p {
        font-size:0.75em;
        line-height:1.5em;
        color:#5F6571;
        font-weight:normal;
        margin-bottom:25px;
}

/* ----------------- Liste ------------------- */

#text ul {
        margin-left:15px;
        margin-bottom:15px;
}

#text li {
        font-size:0.75em;
        line-height:1.5em;
        color:#5F6571;
        font-weight:normal;
        list-style-image: url(images/bullet.gif);
        background-position:left center;
        margin-bottom:5px;
}


/* ------------------ Links ----------------- */

#text a:link,
#text a:visited {
        color:#5F6571;
        text-decoration:underline;
}

#text a:hover,
#text a:focus,
#text a:active {
        text-decoration:none;
}




/* ------------------- Fußzeile --------------------- */

#footer {
        width:100%;
        max-width:980px;
        margin:0px auto;
}

#footer p {
        font-size:0.75em;
        line-height:1.5em;
        color:#5F6571;
        font-weight:normal;
        text-align:right;
        margin-right:15px;
}

#footer a:link,
#footer a:visited {
        color:#5F6571;
        font-weight:normal;
        text-decoration:underline;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
        text-decoration:none;
}
