/* CSS Document */
/* Allgemeine Definitionen */
a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big,  blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd,  del, dfn, dir, div, dl, dt, em, fieldset, font, form, frame,  frameset, h1, h2, h3, h4, h5, h6, head, hr, html, i, iframe, img, input, ins, isindex,  kbd, label, legend, li, link, map, menu, meta, noframes, noscript, object, optgroup, option, p, param, pre, q, s, samp, script, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, title, tr, tt, u, var {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
img {
	border: none;
}
body {
	background-color: #D5D8E3;
	background-image: url(/dauphin/imagepool/design/body_background.gif);
	background-repeat: repeat-y;
}
/* Hilfsklassen */
.highlight {
  border: 1px solid #ff0000;
  padding: 5px;
}
.hidden {
	display: none;
}
.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
/* Logo */
#logo {
	position: absolute;
	left: 732px;
	top: 10px;
	z-index: 2;
}
/* Content-Bereich */
#content {
	position: relative;
	top: 50px;
	width: 800px;
	padding: 43px 0px 0px 0px;
}
#content a {
	color: #315C87;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #2681DC;
	text-decoration: none;
}
#content div.seitenUeberschriftRahmen {
	border: 1px solid #000;
	width: 720px;
	margin-left: 127px;
}
#content p {
	font-size: .75em;
}
/* Schwarzer Trennbalken */
div.schwarzerBalken {
	background-color: #000;
	margin: 29px 0px 0px 127px;
	width: 673px;
	color: #fff
}
div.schwarzerBalken h2.schwarz {
	padding: 2px 0px 2px 11px;
	font-size: 0.7em;
}
/* Kasten auf Rubrikeinstiegsseiten (mit Produkten oder Text) */
div.freitextDunkel {
	background-color: #b0bdce;
	border-bottom: 1px solid #000;
	padding: 10px;
	width: 653px;
	margin-left: 127px;
}
div.freitextDunkel h2 {
	font-size: .75em;
	font-weight: bold;
}
div.freitextDunkel table {
	width:100%;
}

/* Footer */
#footer {
	position: absolute;
	margin-top: 94px;
}
#footer ul {
	background-color: #000;
	margin: 0 0 0 127px;
	width: 670px;
	padding: 0px;
	border: 1px solid #000;
	clear:both;
}
#footer ul#footerLogo {
	width: 660px;
  height:35px;
  padding: 15px 0 0 10px;
  background-color: #d6dbe7;
  background: #fff;
}
#footer ul#footerLogo img {
	opacity: 0.5;
}
#footer ul#footerLogo img:hover {
	opacity: 1;
}

#footer ul#footerMenu {
	width: 660px;
  padding: 0 0 0 10px;
  height:20px;
}
#footer li {
	float: left;
	display: inline;
	margin: 0px;
}
#footer li a {
	color: #fff;
	text-decoration: none;
	font-size: .69em;
	font-weight: normal;
	margin:0;
	padding:0;
}
#footer li a:hover {
	text-decoration: underline;
	color: #fff;
}

/* Formulare */
#wFormular td {
	font-size: .65em;
}
#wFormular td.wLayoutCol1 {
	width: 120px;
	vertical-align: top;
}
#wFormular input.kontakt {
	border: 1px solid #000;
	padding: 3px 3px;
	margin: 0px 0px 3px 0px;
	width: 300px;
	height: 17px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
#wFormular select.kontakt {
	border: 1px solid #000;
	padding: 3px 3px;
	margin: 0px 0px 3px 0px;
	width: 120px;
	height: 22px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

#wFormular input.radio, #wFormular input.checkbox {
	margin: 0px 3px 0px 0px;
	vertical-align: middle;
}
#wFormular label.wLayoutInlineLabel {
	margin-top: 0px;
}
#wFormular span.formularSpacer {
	display: block;
	width: 1px;
	font-size: 1px;
}
#wFormular div.hr {
	height: 1px;
	background: #D5DBE3;
	margin: 11px 0px;
}
#wFormular hr {
	display: none;
}
#wFormular input.dummy {
	border: 1px solid #000;
	width: 244px;
	padding: 3px;
	height: 17px;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
#wFormular textarea.kontakt {
	height: 100px;
	width: 488px;
	border: 1px solid #000;
	overflow: hidden;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	padding: 3px;
}
#wFormular td.layout input {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 13px 0 0;
	padding: 2px 7px 2px 7px;
}

ol {
  margin:0;
  padding:0 0 0 25px;
}

/* menu */

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 65px;
  background-color: #d5dbe3;
  padding: 15px 0 0 140px;
  font-size:20px;
}

.messageSaved {
	color: green;
	font-weight: bold;
}

.messageError {
	color: red;
	font-weight: bold;
}
