/**
 * Designstylesheet
 *
 * Typographie und Layout Stylesheet
 *
 * @project Name
 * @author 
 */

@media screen, projection {

/**
 * @section Layoutstyling
 */

/**
 * @section Textstyling
 */

/**
 * @section Allgemeine Klassen
 */
/* clearfix */

.clearfix:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
}

.clearfix {
        display: inline-block;
}

html[xmlns] .clearfix {
        display: block;
}

* html .clearfix {
        height: 1%;
}
.clear { display:block ; width:100% ; clear:both ; }
.left {
	float:left;
	padding-right: 10px;
	padding-left: 0px;
}
.right {
	float: right;
	padding-right: 0px;
	padding-left: 10px;
}

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #CCC;
	background-attachment: fixed;
}

.master {
	background-color: #FFF;
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
	z-index: 1;
}

.header {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 960px;
}

.slider {
	background-color: #0CF;
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 960px;
	z-index: 2;
}
.logo {
	height: 112px;
	width: 246px;
	z-index: 3;
	position: absolute;
	clear: both;
	float: left;
}

.headline {
	width: 706px;
	height: 38px;
	z-index: 1;
	position: absolute;
	float: left;
	margin-left: 254px;
}


.content {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 940px;
	background-color: #FFF;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #C06;
	text-decoration: none;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
}

.navi {
	background-color: #0963A8;
	width: 706px;
	height: 30px;
	z-index: 1;
	float: left;
	position: absolute;
	margin-top: 39px;
	margin-left: 254px;
	font-size: 12px;
	font-variant: normal;
}
/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	height: 30px;
}
ul.dropdown li                      {
	font-weight: normal;
	float: left;
	zoom: 1;
	background-color: #0963A8;
}
ul.dropdown a:hover		            {
	color: #333;
	background-color: #FFF;
}
ul.dropdown li a                    {
	display: block;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 99px;
	margin: 0px;
	text-align: left;
	text-indent: 10px;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li:hover
,ul.dropdown li:hover                {
	color: #000;
	position: relative;
	background-color: #FFF;
}
ul.dropdown li:hover              a{ color: #000; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 160px;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #FFFFFF;
	float: none;
	background-color: #0963A8;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 160px;
	display: inline-block;
	color: #FFF;
} 
ul.dropdown ul li a:hover {
	color: #000;
}


/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
	left: 0px;
	top: 0;
}
ul.dropdown li:hover > ul 			{
	visibility: visible;
	width: 160px;
}



h1 {
	font-size: 28px;
	color: #065EA5;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 30px;
}
h2 {
	font-size: 24px;
	color: #FFF;
	background-color: #A3101F;
	line-height: 38px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	color: #FFF;
	background-color: #0963A8;
	line-height: 38px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 16px;
	color: #666;
}
h5 {
	font-size: 14px;
	color: #333;
}
h6 {
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 12px;
}
.stil7 {
	color: #FFF;
	background-color: #0963A8;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 5em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}

.pics {
	height:  450px;
	width:   960px;
	padding: 0;
	margin:  0;
}

.pics img {
	padding: 0px;
	border:  1px solid #ccc;
	background-color: #eee;
	width:  960px;
	height: 450px;
	top:  0;
	left: 0
}

.content1 {
	margin: 0px;
	height: auto;
	width: 940px;
	background-color: #FFF;
	background-image: url(img/wolke1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #565D59;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.leftbox {
	float: left;
	width: 450px;
	padding: 5px;
	border: 1px solid #A3101F;
	background-color: #FFF;
}

.rightbox {
	float: right;
	width: 450px;
	padding: 5px;
	border: 1px solid #A3101F;
	background-color: #FFF;
}

.fullbox {
	float: left;
	width: 930px;
	padding: 5px;
	background-color: #565D59;
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 5px;
}

.box {
	float: left;
	width: 928px;
	padding: 5px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #A3101F;
	font-size: 14px;
}



.stil1 {
	font-size: 10px;
	font-weight: bold;
}
.stil2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.text a {
	font-weight: bold;
}
.text a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#linie {
	background-color: #A3101F;
	height: 4px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#linie2 {
	background-color: #CCC;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.stil3 {
	color: #0963A8;
}
.box a {
	font-weight: bold;
}
.box a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#liste  {
	background-image: url(img/listenpunkt.png);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 1.5em;

}
#liste2 {
	background-image: url(img/listenpunkt.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-indent: 1.5em;
}


.logoleiste {
	background-color: #E6E6E6;
	padding-top: 20px;
	padding-bottom: 10px;
}
#rechts {
	text-align: right;
}
.anfahrt a {
	color: #FFF;
	background-color: #0963A8;
	font-weight: bold;
	font-size: 14px;
	width: 9em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}
.anfahrt a:hover {
	color: #000;
	background-color: #D9EEFD;
}
input {
	border: 1px solid #666;
}
#kontakt td {
	padding-bottom: 5px;
}

