/* Hack, damit IE6 transparente PNGs anzeigen kann... */
img, div {
	behavior:	url("pngbehavior.htc");
}

.red {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.vorstand {
	font-size: x-small;
}
a:visited {
	color: #000000;
}

a:hover {
	color: #465584;
	text-decoration: underline overline;
}

a:link {
	color: #000000;
}

font {
	color: #000000;
	font-size: 14px;
}

h1{
	font-size: 26px;
	color: #000000;
	text-align: center;
}

h2{
	color: #000000;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

/* Tabellenüberschriften */
h3 {
	border-bottom: 1px solid #33556F;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #33556F;
	padding-left: 10px;
}

body {
	background-attachment: fixed;
    	padding:0px;
    	margin:0px;
	background-image: url(images/haupt_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#head_left {
  position:absolute;
  height:100px;
  width:190px;
  top:0px;
  left:0px;
  background-image: url(images/top_left.png);
  background-repeat: no-repeat;
}

#head_right {
  position:absolute;
  top:0px;
  left:190px;
  height:83px;
  width:720px;
  background-image: url(images/top_right.gif);
  background-repeat: no-repeat;
}
#content {
  padding:5px;
  margin:0px;
  margin-top: 40px;
  margin-left: 220px;
  margin-right: 10px;
  text-align: center;
  background-color:none;
}
#navigation {
  position:absolute;
  top:100px;
  left:0px;
  width:160px;
  height:300px;
  text-align:center;
}

.borderedbox70 {
	width: 70%;
	padding:10px;
	margin-bottom: 30px;
	text-align: left;
	color: #333;
	border:1px solid #33556f;
	background-image: url(images/bg_special.jpg);
}

.borderedbox {
	width: auto;
    margin:10px;
	padding:10px;
	margin-bottom: 30px;
	text-align: left;
	color: #333;
	border:1px solid #33556f;
	background-image: url(images/bg_special.jpg);
}

.borderedboxStriped{
	width: auto;
    margin:10px;
	padding:10px;
	margin-bottom: 30px;
	text-align: left;
	color: #333;
	border:1px solid #33556f;
	background-image: url(images/bg_special_light.gif);
}

.borderedboxHighlighted {
	width: auto;
    margin:10px;
	padding:10px;
	margin-bottom: 30px;
	text-align: left;
	color: #333;
	border:1px solid #33556f;
	background-image: url(images/bg_special_next.jpg);
}

.borderedbox .left {
  	position:relative;
	width: 170px;
    margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:10px;
	float: left;
}

.borderedbox .right {
  	position:relative;
	width: auto;
    margin:0px;
    margin-left:185px;
	padding:0px;
	padding-top:10px;
	padding-left:10px;
}

.borderedbox .clear {
	clear:left;
}


