@charset "utf-8";
/* CSS Document fuer Bildschirme (styles.css)                            */
/* erstellt von BS - EDV-Dienstleistungen, Rosenheim i. A. von dpm (www.dpm.events) */
/* Stand 29.09.2014                                             */

* {
margin:0;
padding:0;
color:black;
}
html, body {
	margin:;
	padding:;
	height:100%;
	background:#F0F0F0;
}
#wrapper {
	background:#FFF;
	min-width: 760px;
	max-width: 1200px;
	margin: 0 auto;
}
#container {
	width: 97%;
	min-width: 755px;
	max-width: 1195px;
	margin: 10px auto;
	text-align: left;
	font-family:"Gill Sans MT", sans-serif;
	color:#000;
	background:#FFF;
}
.clearfloat {
	clear: both;
}
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
	margin-bottom: 6px;
}
h4 {
	font-size:1.1em;
	line-height:1.1em;
	font-weight:normal;
}
h5 {
	font-size:1em;
	line-height:1.1em;
	font-weight:normal;
}
h6 {
	font-size:0.8em;
	line-height:1.1em;
	font-weight:normal;
}
a {
	font-size:0.8em;
}
a:link {
	text-decoration: underline;
	font-size:1em;
}
a:hover {
	color:#E53528;
}
p {
	font-size:0.8em;
	line-height:1.5em;
}
small {
	font-size:0.7em;
}
/* =========================    TOP    ========================= */
.top {
	height:110px;
	margin-bottom:5px;
}
.topleft {
	width: 33%;
	float: left;
	margin-top:50px;
}
.topmid {
	width: 33%;
	float: left;
	text-align:center;
}

/* socialmedia icons */
#topright {	
	width:33%;
	float: right;
	margin-top:35px;
}

#socialpic { 
	height:25px; 
	margin:40px 0 0 0; 
	float:right;
} 
#socialpic span {
	display:none;
}
#socialpic a {	
	background: url(../images/topleftsprites.png) no-repeat;	
	width: 32px; 
	height: 32px; 
	display:block; 
	margin-right:5px;
	text-decoration:none;
	float:left;
}
/*#socialpic a#fb {
	background-position:0px 0px;
}
#socialpic a#fb:hover {
	background-position:0px -28px;
}
#socialpic a#in {
	background-position:-28px 0px;
}
#socialpic a#in:hover {
	background-position:-28px -28px;
}*/
#socialpic a#pr {
	background-position:0px 0px;
}
#socialpic a#pr:hover {
	background-position:0px -32px;
}
#socialpic a#de {
	background-position:-32px 0px;
}
#socialpic a#de:hover {
	background-position:-32px -32px;
}
#socialpic a#en {
	background-position:-64px 0px;

}
#socialpic a#en:hover {
	background-position:-64px -32px;
}


/* =========================   TOPMENUE  ========================= */
#topmenu {
	overflow: hidden;
	background: #FFF url(../images/bg-topmenu.png) repeat-x left top;
	padding: 0 ;
	margin: 0;
	font-size:1.6em;
	border-top: solid 1px #E53528;
	border-bottom:solid 0.8px #E53528;
}
#topmenu ul{
	padding: 0;
	margin: 0;
	background: #FFF url(../images/bg-topmenu.png) repeat-x left top;^
}
#topmenu ul > li {
	border-right: 1px solid #FFF;
}
#topmenu li {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}
#topmenu a {
	color: white;
	display: block;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	font-size:0.8em;
}
#topmenu ul li.current a {
	background: #FFF;
	color:#E53528;
	font-weight: normal;
	text-decoration: none;
	border-left: solid 1px #E53528;
}
#topmenu ul a:hover,
#topmenu ul a:focus {
	background: #FFF;
	border-bottom: none;
	color: #E53528;
	text-decoration: none;
}

#toprightmenu li {
	float: right;
	width: auto;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	border-left: 1px solid #FFF;
	font-size:0.8em;
}

/* =========================     HEAD    ========================= */
#head{
	height: 200px;
	margin: 0 0 10px 0;
}
#head a {
	color:#FFF;
}
#head span {
	display:none;
}
#headright {
	float:right;
	background:#71b74e;
	border-top-left-radius:80px;
	border-bottom-left-radius:80px;
	height:200px;
	width:650px;
	opacity:0.7;
}

/* =========================  NAVI LEFT ========================= */
#navileft {
	margin: 0;
	padding: 0;
	width: 175px;
	line-height: 40px;
	font-size:1.3em;
}

#navileft a {
	display:block;
	padding: 0 5px;
}
#navileft a:link {
	text-decoration:none;
}

#navileft ul {
	width: 175px;
	background: #FFF;
	position: absolute;
}

#navileft ul li {
	position:relative;
	list-style: none;
	/*border: solid 0.5px #E53528;
	border-left: solid 1px #E53528;
	border-right: solid 1px #E53528;
	border-left: solid 1px #EBEBEB;
	border-right: solid 1px #EBEBEB;
	border:solid 1px #E53528*/
	border-left: solid 1px #EBEBEB;
	border-right: solid 1px #EBEBEB;
	border-top: solid 1px #EBEBEB;
	border-bottom: solid 1px #EBEBEB;
}
	
#navileft ul li.current a  {
	background:#E53528;
	color:#FFF;
	/*border: solid 1px #E53528;*/
}

#navileft ul li.sub,
#navileft ul li ul li.sub {
	background: url(../images/navipfeil_grau.png) right no-repeat;
}
/*Menu links 1. Ebene
#navileft ul li ul a,
#navileft ul li ul li,*/
#navileft ul li a,
#navileft ul li.current ul li a,
#navileft ul li ul li.sub a {
	/*grau: color:#333;*/
	color:#E53528;
	background:#FFF;
}

#navileft a:hover {
	background:#E53528;
	/* helles rot:	background:#F5320B;*/
	color: #FFF;

}

#navileft ul li ul,
#navileft ul li:hover ul ul,
#navileft ul li:hover ul ul ul {
	top: -9999px;
	
	}
#navileft ul li:hover ul,
#navileft ul ul li:hover ul {
	top: 0;
	margin-left:174px;
	background:#E53528;	
	color: #FFF;

}
#navileft ul li ul a:link,
#navileft ul li ul a:visited {
}
#navileft ul li ul li{
}
#navileft ul li.current a:hover  {
	background:#E53528;
	color:#FFF;
	text-decoration:none;

}
/* =========================  BREADCRUMB ========================= */
#bcrumbs {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:200px;
	float:left;
	
}
#breadcrumbs ul {
	display:inline;
}
#bcrumbs li {
	display:inline;
}	
#bcrumbs li.bcrumbs {
	background:transparent url(../images/bg-bc2.gif) center left no-repeat;
	padding-left:30px;
}
#bcrumbs ul li {
	margin-left: 0; 
	padding-left: 2px; 
	list-style: none; 
	display: inline;
}
#bcrumbs ul li a {
	position: relative;
	font-size: 1em;
	text-decoration: none;
	color: ##999;
}
#bcrumbs ul li:last-child {
	color:#E53528;
}
#bcrumbs ul li:last-child a{
	color:#E53528;
}
#bcrumbs ul li a:hover {
	text-decoration:underline;
	color:#E53528;
}
#bcrumbs ul li:last-child a:hover {
	text-decoration:none;
}
/* =========================  CONTENT ========================= */
#content {
	width:97%;
	/*margin: 30px 30px 10px 10px;*/
	padding:20px 20px 20px 20px;
}
#contenttop {
	margin: 20px 30px 20px 200px;
}
#contenttop p {
	font-size:1em;
}
	
#contentleft {
	/*width: 30%;*/
	width:47%;
	height:200px;
	float: left;
	/*border:1px solid #E53528;*/
	margin-left:10px;
	margin-right:40px;
	padding:10px 0 20px 0;
}
#contentmid {
	width: 30%;
	height:200px;
	float: left;
	/*border: 1px solid #E53528;*/

	margin-right:40px;
}
#contentright {
	width:47%;
	height:200px;
	float: left;
	padding:10px 0 20px 0;
	/*border: 1px solid #E53528;*/

}
#contentlist {
	margin-left:15px;
	list-style-type:disc;
	line-height:1.2em;
}
#contentlist li {
	margin-bottom:6px;
}
/* =========================  BOTTOM  ========================= */
#bottom {
	width: 100%;
	padding:90px 0 30px 0;
}
#bottommenu ul {
	float:right;
}
#bottommenu li {
	float: left;
	width: auto;
	list-style: none;
	line-height: 0.8;
	padding: 0 15px 0 15px;
	margin: 0;	
	border-right:solid 1px #000;
}
#bottommenu a {
	color:#000;
	display: block;
	text-decoration: none;
}
#bottommenu a:hover {
	color:#E53528;
}

#bottommenu ul li:last-child {
border-right:none;
}

/* =========================  FOOTER  ========================= */
#stopper {
	position:fixed;
	bottom:0;
	font-size:0.9em;
	background:#E53528;
	padding:8px 10px 8px 10px;
	margin:0 0 0 500px;
}
#stopper a {
	color:#FFF;
}
#stopper a:hover {
	background:#FFF;
	color:#E53528;
	padding:5px 10px 5px 10px;	
	}
	
/* Bilder ausrichten */
.links {
	float:left;
	margin-right:10px;

}
.rechts {
	float:right;
	margin: 10px 20px 10px 10px;
}
/* ========================= IMG =========================== */
img {max-width:100%; height:auto; padding: 10px 0 0 0;}

/* ========================= Kontaktformular =============== */
/* Das Kontaktformular */ 
form {
  width: 750px; /* Breite des Formulars */
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender, 
input#betreff,
textarea {
  width: 650px;
  border: 1px solid #E53528;
  margin-bottom: 1em;
  height:25px;
}
input#name {
	width:320px;
	border: 1px solid #E53528;
	margin-bottom: 1em;
	height:25px;
}
textarea {
  height: 8em;
}
input:focus,
textarea:focus {
	background-color: #FBDEDB;
}

.meldung#OK,
.meldung#Fehler {
	font-size:1.3em;
	color:#E53528;
	line-height:1.3em;
}