/* Paulenz screen */

html {
 margin:0px;
 padding:0px;
 height:101%;
}

body 
{
 margin:0%;
 padding:0%;
 padding-top:0px; 
 background-image:url(../img/bgr_color.gif); background-position:top; background-repeat:repeat-x;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 background-color:#E5E5E5;
 text-align:center;
}

h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px; color:#747576;}

a:link, a:visited, a:active
{ 
  text-decoration:none;
  color:#747576;
}
a:hover
{ 
  color:#CE0045;
}

/* Das Menü */
#menu {
height:147px;
margin: 7px 7px 0 7px;
color:#ffffff;
background-color:#CE0045;
text-align:left;
padding:0px;
}

#left_menu {
float:left;
width:645px;
line-height:18px;
}

#right_menu {
float:right;
width:267px;
line-height:18px;
}

/* Der Inhalt */
#content {
min-height: 470px;
background-color:#FFFFFF;
margin: 0 7px 7px 7px;
color:#000000;
}

#left {
float:left;
width:645px;
line-height:18px;
background-color:#FFFFFF;
}

#right {
float:right;
width:267px;
line-height:18px;
background-color:#FFFFFF;
}

/* Navi */
		  
a.leistungen_link {
  display : block;
  width : 106px;
  height : 11px;
  background-image : url(../img/leistungen.gif);
  background-position:left;
  background-repeat:no-repeat;
}
a.leistungen_link:hover {
  background-image : url(../img/leistungen_aktiv.gif);
}
a.leistungen_aktiv_link {
  display : block;
  width : 106px;
  height : 11px;
  background-image : url(../img/leistungen_aktiv.gif);
  background-position:left;
  background-repeat:no-repeat;
}
a.leistungen_aktiv_link:hover {
  background-image : url(../img/leistungen_aktiv.gif);
}

a.kontakt_link {
  display : block;
  width : 106px;
  height : 11px;
  background-image : url(../img/kontakt.gif);
  background-position:left;
  background-repeat:no-repeat;
}
a.kontakt_link:hover {
  background-image : url(../img/kontakt_aktiv.gif);
}
a.kontakt_aktiv_link {
  display : block;
  width : 106px;
  height : 11px;
  background-image : url(../img/kontakt_aktiv.gif);
  background-position:left;
  background-repeat:no-repeat;
}
a.kontakt_aktiv_link:hover {
  background-image : url(../img/kontakt_aktiv.gif);
}

a.impressum_link {
  display : block;
  width : 106px;
  height : 11px;
  background-image : url(../img/impressum.gif);
  background-position:left;
  background-repeat:no-repeat;
}
a.impressum_link:hover {
  background-image : url(../img/impressum_aktiv.gif);
}
a.impressum_aktiv_link {
  display : block;
  width : 106px;
  height : 11px;
  background-image : url(../img/impressum_aktiv.gif);
  background-position:left;
  background-repeat:no-repeat;
}
a.impressum_aktiv_link:hover {
  background-image : url(../img/impressum_aktiv.gif);
}

.bold_rot { 
 font-weight:bold;
 color:#CE0045; 
}

.Ueberschrift { 
 font-weight:bold;
 color:#CE0045; 
}

.grau {
color:#747576;
}

/* Formular */
label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
}
input, textarea, select {
	float:left;
	display:block;
	width:250px;
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#747576;
	margin-bottom:10px;
	padding:1px;
}
 
/*clearing all floats and fix firefox and ie backgroundcolor-bug */
div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 
form {
	background:#FFFFFF;
	width:400px;
}
.form-button {
	margin-left:100px !important;
	margin-left:50px; /*to fix ie6 position*/
	width:100px;
	clear:both;
}
.option {
	border:none;
	background:none;
	width:auto;
}
fieldset {
	border:none;
	padding-left:100px;
	padding-bottom:10px;
	display:block;
	clear:both;
}
fieldset input {
	width:auto;
	border:none;
	background:none;
	float:left;
	display:block;
	margin-right:10px;
	margin-top:3px !important;
	margin-top:0px; /*to fix ie6 position*/
}
fieldset label {
	width:auto;
	clear:none;
	float:left;
	display:block;
	padding-right:2px;
	white-space:nowrap; /*to fix ie6 wrapping*/
}




