@charset "iso-8859-1";
/* ------ AUTHOR -----------------------------------------

Chergo Zelfo ~ newMediaDesign ~ www.zelfo.com
for BAZ GmbH >> www.baz.de

--------- UPDATE INFO -----------------------------------
  
Revision number: 1.0  */

@import 'content.css';
@import 'navigation.css';


/* specific tags */

* {
  margin: 0;
  padding: 0;
  }

body { 
  font: 0.7em/13pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
	background: #E9E9E9;
  }

li {
  list-style: none;
	}

img {
  border: 0;
	}

hr {
  border: #DDDDDD 1px solid;
  margin: 10px 0;
  }

#container {
  width: 750px;
  margin: 0 auto;
  background: url(images/bg.gif) repeat-y 0 0;
  }

#header {
  border-left: 1px solid #B0B1B1;
  border-right: 1px solid #B0B1B1;
  background-color: #F2F2F2;
  height: 120px;
  }
#header h1 {
  visibility: hidden;
  }

#popup {
  position: absolute;
	z-index: 0;
	margin-left: 40px;
	top: 170px;
	width: 340px;
	background: #F2F2F2;
	}
#popup-header {
	background: #73394f;
	padding: 3px 5px;
	text-align: right;
	}
#popup-content {
	border: #B0B1B1 6px solid;
  padding: 20px;
	}
#popup a.close {
	color: white;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	}

#nav-0 {
  height: 34px;
  text-align: center;
  border: 1px solid #B0B1B1;
  }
#nav-0 ul {
  margin-top: 6px;
  }
#nav-0 li {
  display: inline;
  }
#nav-0 li.last {
  padding: 0;
  }
#nav-0 li a {
  text-decoration: none;
  color: #565E65;
  font-size: 0.8em;
  font-weight: bold;
  padding: 8px 10px 10px 10px;
  }
#nav-0 li a:hover {
  color: #DDDDDD;
  }
#nav-0 li a#current {
  color: #DDDDDD;
  }

#nav-0 h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  padding-top: 6px;
  color: #565E65;
	}

#wrapper {
  float: left;
  width: 100%;
  }

#content {
  margin: 0 152px;
  padding: 20px
  }
#content h1,
#popup h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  margin-bottom: 1.5em;
  padding-left: 10px;
  }
#content h2 {
  font-size: 1em;
  margin-bottom: 1.5em;
  }
#content p {
  margin-bottom: 1.5em;
	}

#content ol {
	margin-bottom: 1.5em;
	padding-left: 16px;
  }
#content ol li {
  list-style-type:decimal;
  margin-bottom: 1em;
  }
#content ol ol li {
  list-style-type:lower-roman;
  margin-bottom: 1em;
  }
#content ul {
	margin-bottom: 1.5em;
	padding-left: 16px;
  }
#content ul li {
	margin-bottom: 1em;
	list-style-image: url(images/icon_arrow_r.gif);
  }
#content a.pdf {
  padding: 5px 0 5px 25px;
	background: url(images/icon_pdf.gif) no-repeat 0 center;
	}


#teaser {
  width: 456px;
	height: 250px;
	}
#teaser h1 {
	background: #fff 0% 50%;
	opacity: 0.75;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	padding: 10px 10px 10px 10px;
  }

#left {
  float: left;
  width: 151px;
  margin-left: -750px;
  }
#nav-1 {
  padding: 5.5em 5px 0 5px;
	}
#nav-1 ul {
	}
#nav-1 li {
	background: url(images/icon_arrow_s_r.gif) no-repeat 0 0.4em;
	padding-left: 8px;
	line-height: 1.1em;
	margin-bottom: 0.7em;
  }
#nav-1 a {
  font-size: 0.8em;
  color: #565E65;
	text-decoration: none;
	}
#nav-1 a#current {
	font-weight: bold;
  }
#nav-1 h1 {
  font-size: 0.8em;
  color: #565E65;
	line-height: 1.3em;
	margin-top: 1.1em;
	}
#nav-1 ul.nav-low-height li {
	line-height: 1em;
	margin-bottom: 0.2em;
  }

#right {
	float: left;
	width: 151px;
	margin-left: -151px;
  }

#footer {
  clear: left;
  width: 100%;
  border-top: 1px solid #B0B1B1;
	background: #E9E9E9;
  }





/*  Forms */
form img {
  vertical-align: top;
	}
legend {
  display: none;
	}
input {
  margin: 5px 0 10px 10px;
	}
textarea {
  margin: 5px 0 0 10px;
	}
fieldset {
  border: 0;
	}
input[type=text],
textarea {
  padding: 2px;
  border:1px solid #CCCCCC;
	padding-left:.3em;
	width:80%;
	min-width: 10em;
	max-width:30em;
	}
textarea {line-height:1.4}
.error {
  background:#FFE8E2
	}
#fehlermeldung {
  border:2px solid #c00;
	padding:5px;
	width:28em;
	background:#fcc;
	margin: .5em 0 1em 20px;
	} 
#fehlermeldung img {
  vertical-align:baseline
	}
textarea.error:focus,
textarea.error:active {
  background:#fff!important;
	}
	
#news h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
	margin: 30px 0 0 0;
	padding: 0;
	}
#news p.date {
	margin: 0 0 10px 0;
	padding: 0;
	color: #777777;
  font-size: 0.9em;
	}
#news a.pdf {
	display: block;
  padding: 5px 0 5px 35px;
	background: #EEEEEE url(images/icon_pdf.gif) no-repeat 10px center;
	text-decoration: none;
	}
