/* @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: #16A749;
	text-decoration: none;	
	outline: none;
}

a:hover {
	text-decoration: underline;
}


h1 {
	margin: 30px 0 10px 0;
	padding: 0;
	font-weight: 400;
	font-size: 25px;
	color: #16A749;
	text-shadow: 1px 1px 1px #fff;
	font-family: 'Indie Flower', cursive;
}

h2 {
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight: 700;
	font-size: 13px;
	color: #16A749;
	/*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: 80px;
}

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: square;
	
}

li {
	padding: 0 0 5px 0;
	color: #333333;
}

li span {
	color: #333333;
}

ul ul {
	margin: 0 0 20px 18px;
	padding: 0;
	list-style-type: circle;
}

ul ul li {
	color: #333333;
}

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;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#16a749+0,accf6d+100 */
background: #16a749; /* Old browsers */
background: -moz-linear-gradient(top,  #16a749 0%, #accf6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #16a749 0%,#accf6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #16a749 0%,#accf6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a749', endColorstr='#accf6d',GradientType=0 ); /* IE6-9 */
}

#head {
	position: relative;
	width: 950px;
	height: 300px;
	margin: 0px auto 0;
	box-shadow: 0px 0px 50px #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: 70px auto 0;
}

#head #circle {
	position: absolute;
	top: 200px;
	left: 650px;
	width: 350px;
	height: 60px;
	font-weight: 400;
	font-size: 50px;
	color: #002E55;
	text-shadow: 1px 1px 5px #fff;
	font-family: 'Indie Flower', cursive;
}


#head #circle div {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	float: left;
	margin: 0 10px 0 0;
	background: rgba(243,146,0, 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: #a2a2a2;
}

#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;
}


.contentleft {
	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: 390px;
}

.contentright {
	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: 310px;
}

.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;
}

#gmaps img {
	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 );

}

#karte {
	width: 230px;
	height: 230px;
	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 );

}



/* @group NOTDIENST */


.notdienste p {
	margin: 0;
	padding: 0;
	
}

.notdienste .nd_item {
	border: 0px solid #ccc ;
	float: left;
	margin: 0 20px 20px 0;
	padding: 15px;
	width: 240px;
	height: 138px;
	
	background: #eee;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	
}

.notdienste .highlight {
	outline: 1px solid #16A749;
	
}

.notdienste .nd_item:nth-of-type(3n) {
	margin-right: 0;
}
.notdienste  .date {
	margin: 0 0 10px 0;
	font-weight: normal;
}

.notdienste  .name {	
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 13px;
	color: #16A749;
}

.datecCopyright {
	font-size: 9px;
	float:none;
	clear: both;
	
}



.bereitschaft_icon {
background: #16a749; /* Old browsers */
background: -moz-linear-gradient(top,  #16a749 0%, #accf6d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #16a749 0%,#accf6d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #16a749 0%,#accf6d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16a749', endColorstr='#accf6d',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  font-weight:bold;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px 1px 5px;
  text-decoration: none;
  float: right;
  display:block;
  text-transform:uppercase;
  
}

.bereitschaft_icon:hover {
  text-decoration: none;
}


.bereitschaftsdienste {
	background: #eee;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	overflow: auto;
	padding: 15px;
}

.bereitschaftsdienste p {
	margin: 0;
	padding: 0;
	
}

.bereitschaftsdienste .nd_item {
	overflow: auto;	
	border-top: 1px solid #ddd;
	padding: 15px 0 0;
	margin: 15px 0 0;
		
}

.bereitschaftsdienste .nd_item:first-child {
	border-top: 0px solid #ddd;	
	padding: 0;
	margin: 0 0 0;	
}




.bereitschaftsdienste  .date {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 10px;
}

.bereitschaftsdienste  .name {	
	margin: 0 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 13px;
	color: #16A749;
}

/* @end */

form.rezeptbestellung {
	background: transparent url(images/rezept_bg.png) no-repeat left top;
	background-size: 100%;
	width: 850px;
	height: 600px;
	padding: 0;
	margin: 0;
}

.aktionsbox {
	color: #fff;
	background: #23A64D;
	border: 2px solid #92C76B;
	padding: 20px;
	margin: 30px 0 10px 0;
	}
	
.aktionsbox a {
	color: #fff;
	}
	
.aktionsbox h1 {
	color: #fff;
	text-shadow: none;
	}
	








