/* CSS Document */
body {
	font: normal 100,01%/1.4em;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../_img/layout/bg_kachel.gif) repeat;
    text-align: left;	
    padding: 0;
    margin:20px 0px 0px 0px;	
	
}
/* 
########################################################################
HTML Tags
########################################################################
*/
p {
	padding: 0px 0px;
	margin: 5px 14px;
}

hr {
	border:0;
	height:1px;
	border-top:1px solid #C4C4C4;
}

h1{
	background-image:url(../_img/layout/h1_bg.gif);
	height:16px;
	width:375px;
	font-family: Times New Roman, Times, serif;
	padding: 10px 0px 12px 14px;
	margin: 0px 0px 12px 0px;
    font-size: 26px;
	color:#2F2F2F;
	font-weight:bold;
}

h2{
    font-size: 16px;
	color:#737373;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 15px 0px;
	font-weight:bold;
	text-transform:uppercase;
}

h3{
    font-size: 16px;
	color:#FF7E00;	
	padding:0px 0px 2px 0px;
	margin:12px 0px 2px 14px;
	font-weight:bold;
	letter-spacing:1px;
}   

a {
	color: #737373;
	text-decoration: underline;
}

a:hover {
	color: #FF7E00;
	text-decoration: underline;
}

a img{
	border: none;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	padding: 0;
	margin: 0px 0px 0px 40px;
}
/* 
########################################################################
Formulare
########################################################################
*/
form { 
	padding:10px 0px 10px 14px;
}

label{
    position: relative;
	width: 130px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 5px;
	font-weight:bold;
	color:#606060;
}

select {
	/*background-image:url(../_img/layout/kontakt_bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#F7F7F7;
	color: #000000;
	padding: 2px;
	font-size:14px;
	border:1px solid #FF7E00;
}

input {
	/*background-image:url(../_img/layout/kontakt_bg.jpg);
	background-repeat:repeat-x;*/
	background-color:#F7F7F7;
	color: #000000;
	padding: 2px;
	font-size:14px;
	border:1px solid #FF7E00;	
	width:230px;
}
/*
input:focus, select:focus {
	background: #cecece;
	padding: 2px;
}
*/
input:hover {
	/*background-image:url(../_img/layout/kontakt_bg_h.jpg);
	background-repeat:repeat-x;*/
	background-color:#E6E6E6;
	padding: 2px;
	border:1px solid #FF7E00;
}

textarea {
	font: normal 100,01%/1.4em;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	/*background-image:url(../_img/layout/txtArea_bg.jpg);
	background-repeat:repeat-x;
	*/
	background-color:#F7F7F7;
	font-size:14px;
	width:230px;	
	height:70px;
	border:1px solid #FF7E00;
}

textarea:hover {
	font: normal 100,01%/1.4em;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	/*background-image:url(../_img/layout/txtArea_bg_h.jpg);
	background-repeat:repeat-x;*/
	background-color:#E6E6E6;	
	font-size:14px;
	width:230px;	
	height:70px;
	border:1px solid #FF7E00;
}

#submitButton {
	background: none;
	color: none;
	padding: none;
	border:1px solid #FF7E00;
	width:180px;
	height:30px;
}

.submitbutton {
	color:#FFFFFF;
	padding:2px 2px;
	font-weight:bold;
	width:158px;
	height:20px;
	background-image:none;
	background-color:#FF7E00;
}

.submitbutton:hover {
	color:#000000;
	padding:2px 2px;
	font-weight:bold;
	width:158px;
	height:20px;
	background-image:none;
	background-color:#FF7E00;
}

.checkbox_radiobutton {
	width:20px;
	border:none;
	background:none;
}
/* 
########################################################################
Grundaufbau
########################################################################
*/

#header {
	display:none;
}

#container{
    width:850px;
	color:#737373;
	text-align:left;
	margin: 0 auto;
}

#leftrow {
	display:none;
}

#middlerow {
	width:700px;
	padding: 0;
	margin: 0;
}

#rightrow {
	display:none;
}

#content {
	padding:15px 10px 20px 10px;
	margin:0px 0px 0px 0px;
	line-height:1.5em;
}

#inhalt {	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#inhalt h2{
    font-size: 14px;
	color:#EA9515;	
	padding:0px 0px 0px 0px;
	margin:10px 0px 0px 14px;
	font-weight:bold;
}

#inhalt hr {
	border:0;
	height:1px;
	border-top:1px solid #373737;
	margin:10px 0px;	
}

#inhalt a {
	color:#737373;	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

#inhalt a:hover {
	color:#FF7E00;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
}

#inhalt ul {
	margin:20px 0px 20px 0px;
}

#inhalt ul li {
	list-style-image:url(../_img/icons/bullet.gif);
	margin:0px 0px 6px 60px;
	font-style:italic;
	font-weight:bold;
}

#teaser {
display:none;
}

#footer {
display:none;
}

#incognito {
	padding:6px 0px 0px 0px;
	color:#737373;
	text-transform:none;
}
#incognito a {
	color:#737373;
	font-size:10px;
}
#incognito a:hover {
	color:#FF7E00;
}
#incognito a.active:active {
	color:#FF7E00;
}


/* 
########################################################################
Navigation
########################################################################
*/

#navigation {
display:none;
}

/* 
########################################################################
Unternavigation
########################################################################
*/


/* 
########################################################################
Farben
########################################################################
*/
.beige {
	background-color: #fffff4;
}

.weiss {
	color:#fff;
}

.alternierend_hell {
	background-color:#F7F7F7;
}

.alternierend_dunkel {
	background-color:#E6E6E6;
}

/* 
########################################################################
sonstiges
########################################################################
*/

.floatleft {
	float: left;
	margin-right: 10px;
	margin-top:5px;	
	display: inline;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-top:5px;
	display: inline;
}

.antifloat {
	float:none;
	clear:both;
}

.clearleft{
	clear: left;
}

.bezeichnung{
	width:200px;
	float:left;
}

.fehlermeldung{
	color:#EA9515;
}

/* 
########################################################################
Bildergalerie
########################################################################
*/
#bildergalerie {
padding:10px 14px 10px 14px;
margin:0;
display:block;
float:left;
}

#bildergalerie a {
padding:2px;
border:1px solid #fff;
display:block;
}

#bildergalerie a:hover {
padding:2px;
border:1px solid #FF7E00;
display:block;
}

/* 
########################################################################
Bildergalerie Popup
########################################################################
*/
#popup {
	padding: 0;
	margin: 0px 10px 10px 35px;
	color:#fff;
	font-weight:bold;
}

#popup h1 {
	background:none;
	font-family: Times New Roman, Times, serif;
	padding: 0px 0px 12px 14px;
	margin: 0px 0px 12px 0px;
    font-size: 22px;
	color:#fff;
	font-weight:bold;
}

#popup a {
	color:#fff;
	font-weight:bold;
}

#popup a:hover {
	color:#FF7E00;
	font-weight:bold;
}