/* @group AdminPanel CSS-Dateien */
@import url("db/news/news.css");
@import url("db/speisekarte/speisekarte.css");
@import url("db/galerie/galerie.css");
@import url("db/downloadarea/download.css");
@import url("db/links/links.css");
@import url("db/newsletter/newsletter.css");
@import url("db/veranstaltungen/veranstaltungen.css");
@import url("db/mannschaften/mannschaften.css");
@import url("db/vorstand/vorstand.css");
@import url("db/news_ticker/news_ticker.css");
/* @end */

@import url("scripts/formmail/formmail.css");
@import url("style_navigation.css");

body {
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
	color: #333333;
	background: #fff url(images/bg.png) repeat left top;
}

a {
	color: #f39200;
	text-decoration: none;	
	outline: none;
}

a:hover {
	text-decoration: underline;
}


.boxleft {
	float: left;
	width: 488px;
	margin: 0 50px 0 0;
}

.boxright {
	float: left;
	width: 312px;
}

h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: 700;
	font-size: 25px;
	color: #2E79C6;
	text-shadow: 1px 1px 1px #fff;
	font-family: 'Poiret One', cursive;
}

h2 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: 700;
	font-size: 13px;
	color: #575656;
	/*text-transform: lowercase;*/
}

h1:first-child {
	margin: 0 0 10px 0;
}


p + h2 {
	margin: 15px 0 10px;
}


p {
	margin: 0;
	padding: 10px 0;
}

p.kontakt {
	float: left;
	padding: 0;
	width: 60px;
}

p.quelle {
	margin-top: 20px;
	font-size: 11px;
}

h1 + p {
	padding-top: 0;
}

h2 + p, h2 + img + p {
	padding-top: 0;
}

ol {
	margin: 15px 0 10px 15px;
	padding-left: 15px;
}

ul {
	margin: 15px 0 20px 18px;
	padding: 0;
	list-style-type: circle;
}

li {
	padding: 0 0 10px 0;
}

img {
	border: 0;
}


iframe {	
	float: left;
	margin: 0 20px 0 0;

}

/* Hauptelemene */

/* @group Version 1 (Farbe im Hintergrund)*/
#wrap {
	width: 100%;
	height: 351px;
	margin: 0;
}

#head_behind {
	height: 300px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #2E79C6;
	
	
}

#head {
	position: relative;
	width: 950px;
	height: 300px;
	margin: 0px auto 0;
	box-shadow: 0px 0px 90px #333333;
}
/* @end */

/* @group Version 2  (Bild im Hintergrund) */
/*
#wrap {
	width: 100%;
	height: 351px;
	background: transparent url(images/head_kachel.png) repeat-x left 49px;
	margin: 0;
}

#head_behind {

}


#head {
	position: relative;
	width: 950px;
	height: 300px;
	margin: 1px auto 0;
	box-shadow: 0px 0px 90px #333333;
}
*/
/* @end */



#head #logo {
	position: absolute;
	top: 0;
	left: 20px;
	width: 233px;
	height: 300px;
    background: rgba(255, 255, 255, 0.8);     
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff0,endColorstr=#ffffff00); 
    zoom: 1;
}

#head #logo img {
	display: block;
	margin: 100px auto 0;
}

#head #circle {
	position: absolute;
	top: 260px;
	left: 750px;
	width: 150px;
	height: 20px;
}


#head #circle div {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	float: left;
	margin: 0 10px 0 0;
	background: rgba(26,142,211, 0.8);
}

#container {
	width: 1000px;
	min-height: 300px;
	margin: 35px auto 35px;
	overflow: auto;
}

.hr {
	border-top: 1px solid #a2a2a2;
	background: none;
	height: 1px;
	margin: 25px 0;
	clear: both;
}

#footer {
	width: 100%;
	min-height: 400px;
	background: transparent url(images/footer_kachel.png) repeat left top;	
	border-top: 1px solid #333333;

}

#footer img {
	margin: 30px 0 0 0;
}

#footer div {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
	color: #d1d1d1;
}

#footer div#tel {
	float: right;
	margin: 57px 100px 0 30px;
	width: 600px;
	/*border-left: 1px solid #a2a2a2;*/
	padding-left: 50px;
}

.content {
	background: transparent url(images/content_kachel.png) repeat left top;
	box-shadow: 0px 0px 5px #ccc;
	padding: 50px;
	margin: 25px 25px;
	overflow: auto;
	clear: both;
}

.kontaktleft {
	background: transparent url(images/content_kachel.png) repeat left top;
	box-shadow: 0px 0px 5px #ccc;

	padding: 50px;
	margin: 25px 50px 25px 25px;
	overflow: auto;
	float: left;
	width: 450px;
}

.kontaktright {
	background: transparent url(images/content_kachel.png) repeat left top;
	box-shadow: 0px 0px 5px #ccc;

	padding: 50px;
	margin: 25px 0 0 0;
	overflow: auto;
	float: left;
	width: 250px;
}

a#gmaps img {
	border-radius: 5px;
	box-shadow: 0px 0px 5px #a2a2a2;
	margin: 0 10x;
	width: 230px;
	height: 230px;
}




#karte {
	width: 276px;
	height: 276px;
	border-radius: 3px;
	box-shadow: 0px 0px 4px #000;
	margin: 10px 3px;
	background: -moz-linear-gradient(-45deg,  #966e54 0%, #86634a 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#966e54), color-stop(100%,#86634a));
	background: -webkit-linear-gradient(-45deg,  #966e54 0%,#86634a 100%);
	background: -o-linear-gradient(-45deg,  #966e54 0%,#86634a 100%);
	background: -ms-linear-gradient(-45deg,  #966e54 0%,#86634a 100%);
	background: linear-gradient(135deg,  #966e54 0%,#86634a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#966e54', endColorstr='#86634a',GradientType=1 );

}


