@charset 'utf-8';

/* Projektname: 
   Kunde: 
   Autor: 
*/
body,td,th {
	font-family: 'Lucida Grande', 'Lucida Sans', 'Helvetica Neue', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#111;
	margin:0;
	background:#222;
	}
/* ---------------------------------------------------------------------------------------------------------- Schriften */
h1 {font-size:24px; color:#FFF; margin:0; font-weight:normal; text-align:center; text-shadow: 0px 1px 0px #000;}
h2 {font-size:26px; color:#333; margin:10px 0 0 0; font-weight:bolder; text-shadow: 0px 1px 0px #FFF;}
h3 {font-size:24px; color:#FFF; margin:25px 0 15px 20px; font-weight:bold; text-shadow: 0px 1px 0px #000;}
h4 {font-size:16px; color:#444; margin:0; font-weight:;}
h5 {font-size:20px; color:#444; margin: 10px 0 20px 0; font-weight:bold; text-shadow: 0px 1px 0px #FFF;}
h6 {font-size:18px; color:#FFF; margin: 0 0 20px 0; font-weight:lighter; text-shadow: 0px 1px 0px #000;}

a {font-size: ;color:#333; text-decoration:none;}
a:visited {color:#333;}
a:hover {color: #; text-decoration:none;}
a:active {color: #;}
a:focus {outline:none;}

#index, #footer {
	display:none;
}
#mobile {
	display: inline;
}
#header {
	width: 100%;
	height: 120px;
	float: left;
	background: url(style/bg-header.png) no-repeat right top #CCC;
	border-bottom: 1px solid #666;
}
.logo {
	border: none;
	margin: auto;
}
#navigation {
	width: 100%;
	height: 42px;
	float: left;
	background: url(style/bg-navi.png) repeat-x #FC0;
	border-top: 1px solid #FC0;
}
#navigation-content {
	width: 100%;
	height: 42px;
	margin: auto;
	background: url(style/bg-navi-lines.png) no-repeat center top;
	/*-webkit-box-shadow: 0 0 5px #444;
	-moz-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444;*/
}
#navigation-content ul {
	margin: 0;
}
#navigation-content li  {
	list-style: none;
	float: left;
	margin: 7px 10px 0px 10px;
	text-shadow: 0px 1px 0px #000;
}
#navigation-content a {
	color: #6F3800;
	font-size: 22px;
	text-shadow: 0px 1px 0px #DFAC00;
	font-weight: bold;
}

#index-content {
	width: 100%;
	height: 160px;
	float: left;
	background: url(style/bg-index-content.png) repeat-x #333;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #000;
}

#index-content-pages {
	width: 320px;
	height: auto;
	float: left;
	background: url(style/bg-content-mobil.png) repeat-x #492953;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #000;
}
#index-content-pages p {
	font-size: 16px;
	color: #333;
	text-shadow: none;
	margin: 10px;
	padding: 10px;
	background: url(style/bg-verlauf.png) repeat-x #CCC;
	-webkit-box-shadow: 0 0 5px #000;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;
}
#index-content-add p {
	font-size: 16px;
	color: #333;
	text-shadow: none;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	background: url(style/bg-verlauf.png) repeat-x #CCC;
	-webkit-box-shadow: 0 0 5px #000;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;
}
#index-content-pages img  {
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 0 5px #000;
	margin: 5px 0 10px 0;
}
.button-call {
	margin: 0px 15px 0px 40px;
	float: left;
}
.button-mail {
	margin: 0px 0 0 5px;
	float: left;
}
#sorgen {
	width: 320px;
	height: 53px;
	float: left;
	background: url(style/bg-sorgen.png) center bottom; 
}
.aktuelles-index-mobile {
	text-shadow: 0px 1px 0px #FFF;
	color: #666;
	float: left;
	margin: 20px 10px 10px 10px;
	padding: 10px;
	background: url(style/bg-verlauf.png) repeat-x #CCC;
	-webkit-box-shadow: 0 0 5px #000;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-border-radius: 10px;
	border: 1px solid #FFF;}

.aktuelles-index-mobile p {
	font-size: 16px;
	text-shadow: 0px 1px 0px #FFF;
	color: #666;
}
