:link,:visited { text-decoration:none }
ul, ol { list-style:none }
h1,h2,h3,h4,h5,h6 { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,hr, dt, dd { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/**************************************************************************************************************************/

html { 
height			: 100%;
margin-bottom	: 1px;
/* Scrollbalken immer zeigen - verhindert "springen" der Seite */
}

body {
color			: #333;
padding			: 0;
margin			: 0 auto;
text-align		: center;
font-size		: 100%;
font-family		: verdana, arial, helvetica, sans-serif;
}

#main {
width			: 100%;
background		: #fff;
}

#bg {
width			: 100%;
}

#content {
width			: 100%;
text-align		: left;
}

#kopf {
width			: 100%;
}

#logo {
width			: 100%;
}

#logo img {
padding			: 0;
margin			: 0;
}

#logo p {
font-family		: arial, verdana, helvetica, sans-serif;
font-size		: 130%;
line-height		: 1.4em;
text-transform	: uppercase;
width			: 100%;
height			: 29px;
padding			: 0;
margin			: 0;
display			: block;
background		: #ccc;
}

#logo p span {
color			: #fff;	
padding			: 0 15px;
margin			: 0;
}

#logo p span.titel_left {
float			: left;
background		: #fe8502;
}

#logo p span.titel_right {
float			: left;
background		: #ccc;
}

#oben_rechts {
display			: none;
}

#left {
display			: none;
}

#untermenu {
display			: none;
}

#inhalt {
width			: 100%;
margin			: 10px 0 0 0;
}

#inhalt_text {

}

#seitenanfang {
display			: none;
}

#navi_bottom p {
display			: none;
}

#navi_bottom .left {
display			: none;
}

#navi_bottom .right {
display			: none;
}

#copytext {
width			: 100%;
}

/**********************************************************************************/

#invisible {
display			: none;
}

.text_breite {
width			: 100%;
padding			: 0;
margin			: 0;
}


#inhalt img {
float			: left;
padding			: 0 0 10px 0;
margin			: 0;
border			: none;
clear			: left;
}

/**********************************************************************************/

.clearfloat {
content			: ".";
display			: block;
height			: 0;
font-size		: 1px;
line-height		: 1px;
clear			: both;
visibility		: hidden;
}

/**********************************************************************************/
/*	Schrift	*/

h1 {
font-size		: 100%;
line-height		: 1.4em;
font-weight		: bold;
padding			: 0;
margin			: 0;
clear			: both;
}

h2 {
font-size		: 90%;
line-height		: 1.4em;
font-weight		: bold;
padding			: 0;
margin			: 0;
clear			: both;
}

h3 {
font-size		: 75%;
line-height		: 1.6em;
font-weight		: bold;
padding			: 0;
margin			: 0;
clear			: both;
}

p {
font-size		: 75%;
line-height		: 1.5em;
font-weight		: normal;
padding			: 0 0 10px 0;
margin			: 0;
}

#inhalt_text p a:link, #inhalt_text p a:visited, #inhalt_text h2 a:link, #inhalt_text h2 a:visited {
color			: #fe8502;
font-weight		: normal;
border-bottom	: 1px dotted #fe8502;
}

#inhalt_text p a:hover, #inhalt_text p a:active, #inhalt_text p a:focus, #inhalt_text h2 a:hover, #inhalt_text h2 a:active, #inhalt_text h2 a:focus {
color			: #fe8502;
font-weight		: normal;
border-bottom	: 1px solid #fe8502;
}

/**********************************************************************************/

#inhalt ul{
padding			: 0px;
margin			: 0 0 10px 0;
}

#inhalt li{
list-style-type	: square;
font-size		: 75%;
line-height		: 1.5em;
margin			: 0 10px 0 20px;
}

/**********************************************************************************/

fieldset {
font-size		: 70%;
border			: none;
padding			: 0px;
/* background		: #e7e8ea; */
padding			: 10px;
margin			: 0;
}

#content fieldset br {
clear			: both;
}

em {
color			: #fe8502;
}

label {
float			: left;
text-align		: left;
width			: 12.5em;
padding			: 3px 0 10px 0;
}

label.pflicht, label.plz, label.ort {
color			: #fe8502;
}

label.normal {
color			: #fe8502;
}

select {
background		: #fff;
border			: 1px solid #fe8502;
color			: #49474a;
width			: 15em;
}

input {
background		: #fff;
border			: 1px solid #fe8502;
color			: #49474a;
padding			: 2px;
width			: 14.4em;
}

input[type=submit] {
color			: #fe8502;
}

textarea {
font-family		: 'Lucida Grande', verdana, arial, helvetica, sans-serif;
font-size		: 100%;
background		: #fff;
border			: 1px solid #fe8502;
color			: #49474a;
padding			: 2px;
width			: 15em;
}

input[type=text]:focus, textarea:focus {
background		: #fe8502;
color			: #fff;
}

#form_senden {
background		: #fe8502;
border			: none;
color			: #fff;
cursor			: pointer;
}

/**********************************************************************************/

.error {
font-family		: arial, verdana, helvetica, sans-serif;
font-size		: 100%;
line-height		: 160%;
font-weight		: bold;
text-align		: center;
padding			: 10px;
color			: #000;
border			: 1px dotted #000;
background		: #ccc;
}