@charset "utf-8";
/* CSS Document */

body {
	font: normal 0.7512em/1.5em Arial,Verdana,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #666666;
} 
html>body {
	font-size: 12px;
} 
/**********************************************/
/*      Typografie                            */
/**********************************************/
p {
	margin: 1.5em  0;
	font-size: 1em;
	line-height: 1.5em;
}
h1 {
	margin: 0.75em 0;
	font-size: 2em;
	line-height: 0.75em;
	font-family: 'Metrophobic', sans-serif;
}
#right h1{
	padding: 0px 0px 0px 45px;
	background: url(../images/h1.gif) no-repeat;
	line-height: 25px;
	height: 27px;
}
#main h1{
	padding: 0px 0px 2px 45px;
	background: url(../images/h1.gif) no-repeat;
	line-height: 25px;
	height: 27px;
	color: #4682b4;
	border-bottom: 1px solid #e2e2e2;
}
h2 {
	margin: 0.8182em 0;
	font-size: 1.8333em;
	line-height: 0.8182em;
	font-family: 'Metrophobic', sans-serif;
}
h3 {
	margin: 0.9em 0;
	font-size: 1.6667em;
	line-height: 0.9em;
	font-family: 'Metrophobic', sans-serif;
}
h4 {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1em;
	text-align: left;
	font-family: 'Metrophobic', sans-serif;
}
h5 {
	margin: 1.125em 0;
	font-size: 1.3333em;
	line-height: 1.125em;
	font-family: 'Metrophobic', sans-serif;
}
h6 {
	margin: 1.2857em 0;
	font-size: 1.1667em;
	line-height: 1.2857em;
	font-family: 'Metrophobic', sans-serif;
}

/**********************************************/
/*      Links defult                          */
/**********************************************/

a:link,a:visited{
	color: #1362B7;
	text-decoration: underline;
}
a:hover{
	color: #4682B4;
	text-decoration: none;
}

/**********************************************/
/*      Float, Clear                         */
/**********************************************/

#clear, .clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}

/**********************************************/
/*Layout Global                               */
/**********************************************/

#wrapper{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-repeat: repeat;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 948px;
	background:#FFF;
	border: 1px solid #b7b7b7;
	-moz-box-shadow:0 0 6px #b7b7b7;
	-webkit-box-shadow:0 0 6px #b7b7b7;
	box-shadow:0 0 6px #b7b7b7;
	text-align: left;
}

#header {
   background: url(../images/header-bg.gif);
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#header .inside{
	background: url(../images/header-bg-inside.png);
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#main{
	float: left;
	width: 720px;
	margin: 0px;
	padding: 0px;
}

#main .inside{
   padding: 20px 10px 20px 20px;
}

#right{
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

#right .inside{
	padding: 20px 20px 20px 10px;
}

#footer{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
}
#footer .inside{
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 25px 0px;
	width: 960px;
}

/**********************************************/
/*Logo, Werbung                               */
/**********************************************/

#header #logo h1{
	margin: 0px;
	padding: 0px;
}

#header #logo {
	background: url(../images/logo.gif) no-repeat left top;
	width: 300px;
	height: 95px;
	text-indent: -3333px;
	border: 0px;
	margin: 2px 0px;
	padding: 0px;
	float: left;
}

#header #logo a {
    display: block;
    width: 300px;
    height: 95px;
    text-decoration: none;
    border: 0px;
	 padding: 0px;
	 margin: 0px;
}

/*Werbebanner im Header*/

#banner{
	width: 468px;
	height: 80px;
	padding: 2px;
	margin: 5px 0px 0px 0px;
	float: right;
}
#banner a:link, #banner a, #banner a:hover, #banner a:visited{
	text-decoration: none;
	border: none;
}

/**********************************************/
/*Horizontale Navi                            */
/**********************************************/


#nav{
	width: 960px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	height: 35px;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li{
	float: left;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #1e90ff;
}
#nav li a, #nav li a:visited{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	margin: 0px;
}
#nav li a:hover{
	background: #1e90ff;
}

#nav li.active a{
	background: #1e90ff;
}

/**********************************************/
/*Verticale Navi                              */
/**********************************************/
#nav-vertical{
	width: 220px;
	margin: 10px 0px;
	padding: 0px;
}

#nav-vertical ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

#nav-vertical li{
	list-style: none;
	margin: 2px 0px;
	padding: 0px 17px 0px 0px;
	line-height: 37px;
	height: 37px;
}

#nav-vertical li a, #nav-vertical li a:visited{
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	background: url(../images/list-nav.gif) no-repeat left;
	color: #4682b4;
	text-decoration: none;
	display: block;
}

#nav-vertical li a:hover{
	background: url(../images/navi-hori.gif) no-repeat left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	border: none;
}

#nav-vertical li.active a{
	background: url(../images/navi-hori.gif) no-repeat left;
	color: #ffffff;
	text-decoration: none;
	font-weight: bolder;
	border: none;
}



/**********************************************/
/*             Slider/Map                 */
/**********************************************/

#slider {
	width: 670px;
	margin: 0 auto 40px auto;
}
#map{
	width: 690px;
	margin: 0 auto 40px auto;
	background: #fff;
	border: 4px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	zoom: 1;
}

/**********************************************/
/*             Footer Bar                     */
/**********************************************/

#footer .left{
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#footer .right{
	float: right;
	text-align: right;
	line-height: 50px;
	background: url(../images/logo-copyright.jpg) no-repeat right;
	padding: 0px 170px 0px 0px;
	margin: 0px;
}

#footer, #footer .right a, #footer .right a:visited{
	text-decoration: none;
	font-size: 11px;
	color: #999;
}

#footer .right a:hover{
	color: #4682b4;
}

/**********************************************/
/*      Stuff and more                        */
/**********************************************/
blockquote {
 font-size: 12px;
 font-style: italic;
 padding: 0px 10px;
 margin: 0px 10px 0px 10px;
 border-left: 5px solid #CCCCCC;
}

.contact{
	line-height: 32px;
	height: 32px;
	background: url(../images/person.png) no-repeat left;
	padding: 0px 0px 0px 32px;
	font-size: 12px;
}
.telefon{
	line-height: 32px;
	height: 32px;
	background: url(../images/mobil.png) no-repeat left;
	padding: 0px 0px 0px 32px;
	font-size: 12px;
}
.fax{
	line-height: 32px;
	height: 32px;
	background: url(../images/fax.png) no-repeat left;
	padding: 0px 0px 0px 32px;
	font-size: 12px;
}
.mail{
	line-height: 32px;
	height: 32px;
	background: url(../images/mail.png) no-repeat left;
	padding: 0px 0px 0px 32px;
	font-size: 12px;
}

#main .default ul{
	margin: 10px 30px;
	padding: 0px;
}

#main .default li{
	line-height: 16px;
	padding: 0px 0px 0px 20px;
	margin: 4px;
	background: url(../images/list.png) no-repeat left;
	list-style: none;
}

#main .star ul{
	margin: 10px 30px;
	padding: 0px;
}

#main .star li{
	line-height: 16px;
	padding: 0px 0px 0px 20px;
	margin: 4px;
	background: url(../images/list-1.png) no-repeat left;
	list-style: none;
}

.bild-rechts{
	float: right;
	margin: 0px 0px 10px 20px;
}

.bild-links{
	float: left;
	margin: 0px 20px 10px 0px;
}

#main img{
	padding: 4px;
	border: 1px solid #cccccc;
		-moz-box-shadow:0 0 6px #b7b7b7;
	-webkit-box-shadow:0 0 6px #b7b7b7;
	box-shadow:0 0 6px #b7b7b7;
}

#main p{
	text-align: justify;
}

#main ol li{
	list-style: none;
	background: none;
	clear: both;
}

#gallery{
	padding: 0px;
	margin: 0px auto;
}

#gallery img{
	margin: 10px;
	padding: 5px;
}

/**********************************************/
/*      tips, error, message                  */
/**********************************************/

p.error{
	background: url(../images/icon-error.gif) no-repeat left top;
	padding: 2px 0px 2px 30px;
	margin: 20px 0px;
}

p.message{
	padding: 2px 0px 2px 30px;
	margin: 20px 0px;
	color: #2C79B3;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips{
	padding: 2px 0px 2px 30px;
	margin: 20px 0px;
	color: #E58C00;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

/**********************************************/
/*      Gridsystem                            */
/**********************************************/

/*
700px grid system ~ Core CSS.
4 Columns ~ Margin left: 0px ~ Margin right: 20px

Based on the 1kb grid system - http://www.1kbgrid.com/
by Tyler Tate

Created by the Grid System Generator - v1.01
Learn more ~ http://www.gridsystemgenerator.com/
*/

.grid_1 {width: 155px;}
.grid_2 {width: 330px;}
.grid_3 {width: 505px;}
.grid_4 {width: 680px;}
.column {margin: 0 20px 0 0px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 700px;
         margin: 0 auto;
         overflow: hidden;}
.row .row {margin: 0 -20px 0 -0px;
         width: auto;
         display: inline-block;}