
/* GLOBAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }
body { line-height: 1; }
ol, ul { list-style: none; }
a, :focus, :active, select, option, input { outline: none; }

/* GLOBALS */
body {
	font: 14px normal Lucida Grande, Trebuchet MS, sans-serif;
  color: #555;
}
dl {
	
}
dt {
  width: 200px;
  float: left;
  padding: 3px 0;
}
dl dd {
  margin-left: 200px;
  padding: 3px 0;
}

dd dl {
  width: auto;
}
dl dd dl dd {
}

#logo {
	margin: 50px 0 0;
}

/* LAYOUT */

body { background: #D5D9D9 url(../bg.png) no-repeat center;}

h1 {
	margin-bottom: 10px;
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
  font-size: 16px;
  font-weight: normal;
}

h1 span {
  
}

h2,h3 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #0082D6;
}
h2 {
  margin: 20px 0 20px;
}

#page {
	width: 765px;
  margin: 0 auto 40px auto;
  position: relative;
}

#contentainer {
	padding: 0;
  margin-top: 100px;
}

#topnav {
  position: absolute;
  top: 40px;
  right: 0px;
}
#topnav ul li {
	display: inline;
}
#topnav a {
  color: #555;
  text-decoration: none;
  padding: 2px 6px;
}
#topnav a:hover, #topnav a:focus, #topnav a:active, #topnav li.current a  {
	background: #0082D6;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#startnews {
	margin-left: 0px;
}
#startnews p {
  color: #666;
}

#startteaser { font-size: 24px; margin: 0px 0 70px; color: #0082D6; }

.invisible { display: none;  }

/* form */

textarea {
	width: 386px;
  height: 70px;
}

input#ss, textarea, fieldset.basics input {
  border: 1px solid #ccc;	
  padding: 6px;
  display: block;
}

input, textarea {
	font: 14px normal "Lucida Grande", Trebuchet MS, sans-serif;
}
fieldset.basics input {
	width: 240px;
  margin-bottom: 5px;
}

fieldset.ss input {
	width: 30px;
  margin-bottom: 10px;
}
.basics label, .anr, fieldset.ss label {
	float: left;
  width: 140px;
  padding: 2px;
  margin:0;
  }
.message label {
	display: block;
}

fieldset.tel input {
	padding: 4px;
  width: 70px;
}
fieldset.leistungen label,
fieldset.anrede label span {
  cursor: pointer;
  border-bottom: 1px dotted #839833;  
}
fieldset.leistungen {
	margin-bottom: 10px;
}
fieldset.anrede {
	margin: 10px 0;
}
.formbutton {
	margin-top: 20px;
}



.hint {
	font-size: 10px;
  color: #999;
}

input.error {
  border: 1px dotted #cc0000 !important;
}
em.error {
	color: #cc0000;
  margin: 0px 0 5px 140px;
  display: block;
  width: 240px;
}
div.error {
	display: none;
}

div.hint     { background: #E7EFE2; color: #5C933F; margin: 0.5em 0; padding: 0.5em; border-top: 1px #5C933F dotted; border-bottom: 1px #5C933F dotted; }
div.error   { background: #f5f5f5; color: #CC3300; margin: 0.5em 0; padding: 0.5em; border-top: 1px #CC0000 dotted; border-bottom: 1px #CC0000 dotted;}
div.warning   { background: #FFE5DC; color: #CC3300; margin: 0.5em 0; padding: 0.5em; }


fieldset.ss em.error {
  margin: 4px 0 0 0px;
  padding: 0px;
}

fieldset.ss em.success {
  margin: -28px -10px 0 0 !important;
  padding: 0px;
  background:url("../img/checked.gif") no-repeat 0px 0px;
  padding-left: 20px;
  display: inline;
  color: #000;
  float: right;
}

fieldset.basics {
	position: relative;
}

fieldset.basics em.success {
  display: inline;
  color: #000;
  margin: -24px -220px 0 0 !important;
  float: right;
}

em.success {
  background:url("../img/checked.gif") no-repeat 0px 0px;
  padding-left: 20px;
}


