@charset "ISO-8859-1";

* { margin: 0px; padding: 0px; }

html, tr, td, th {
	color: #000000;
	direction: ltr;
	font: normal 12px/16px verdana, arial, helvetica, sans-serif;
}

h1 {
	font: bold 14px/18px verdana, arial, helvetica, sans-serif;
	padding: 10px 0 15px;
}
h2 {
	font:bold 12px/16px verdana, arial, helvetica, sans-serif;
}

h3 {
	font:bold 12px/16px verdana, arial, helvetica, sans-serif;
}

p {
	font:normal 12px/16px verdana, arial, helvetica, sans-serif;
	margin-bottom: 10px;
}
li {
	margin: 0 0 16px 0;
}
ul {
    list-style-type:none;
}

a img     { border:0; }

a         { color:#1144CC; text-decoration:none; }
a:visited { color:#1144CC; }
a:hover   { color:#1144CC; text-decoration:underline; }

a.fett         { font-weight:bold; color:black; text-decoration:none; }
a.fett:visited { color:black; }
a.fett:hover   { color:black; text-decoration:none; }

.klein { font-size:10px; }
.gross { font: bold 14px/18px verdana, arial, helvetica, sans-serif;}
.bildunterschrift {
	margin-top:1px;
    margin-bottom:8px;
	font-size:11px;
}

.nobr {
   white-space:nowrap;
}

/* Admin */

.admin    { color:#FF0000;	font-size:10px; }
a.admin         { color:#FF0000; text-decoration:none; }
a.admin:visited { color:#FF0000; }
a.admin:hover   { color:#FF0000; background:#DDDDDD; text-decoration:none; }

/* Layout */
hr {
	color:#B7BAC3;
	height:1px;
}

#main    {
    	background:url(../gfx/design/design_main_bg.gif) repeat-y;
    	position:relative;
    margin: 0px 0px 0px 10px;
  	padding:0px 0px 0px 8px;
  	width: 980px;
	height:800px;
}
* html #main {width /**/: 988px; } /* IE 5.x */

#header-leiste-oben {
	position:relative;
    width: 995px;
	overflow:hidden;
	height:28px;
	margin-top:5px;
	margin-left:10px;
	background: url(../gfx/design/design_schmale_leiste_oben.gif) top left no-repeat;
    }

#header-content {
	position:relative;
	width: 995px;
	overflow:hidden;
	margin-top:4px;
	margin-left:10px;
	padding-top:0px;
    	background-image:url(../gfx/design/design_main_bg.gif); background-repeat:repeat-y;
    }

#druck-logo {
    display:none;
}
#header-logo {
	width:995px;
    height:50px;
    margin:0px;
    padding:0px;
    }
#header-logo-bg {
	width:995px;
    height:50px;
    background:url(../gfx/design/design_logo.gif) top left no-repeat;
    margin:0px;
    padding:0px;
    }

/* Banner und Werbung */
#header-content #adv-wrapper {
	background:url(../gfx/design/design_banner_bg.gif) top left no-repeat;
    text-align:center;
    vertical-align:middle;
    z-index:100;
    width:995px;
    }
#header-content #adv-wrapper #adv-aux {
	padding:10px 3px;
    }
#content #banner-links {
	margin: 15px 5px 0px 5px;
    }

#skyscraper{
	padding-top:8px;
    }

#header-end {
	position:relative;
	width: 995px;
	overflow:hidden;
	height:10px;
	margin-top:0px;
	margin-left:10px;
	background:url(../gfx/design/design_main_oben.gif) 0px -2px no-repeat;
    }

#mainWrapper {width:1280px; } /* raus wg IE6: float:left; */
#contentWrapper {float:left; width:980px;}
#content        {float:right; width:980px;}

#mainpage{
	float:left;
}

#footer {
	background:url(../gfx/design/design_footer.gif) top left no-repeat;
	font-size:11px;
	height:40px;
	margin:0px 10px;
	padding-top:23px;
	text-align:center;
	width:995px;
	clear:left;
    }

/* Hauptbereich */
#content #inhalt {
	float:right;
	width:830px;
}

#inhalt-main {
	width:550px;
	margin:0px 0px 0px 8px;
}

#inhalt-main-breit {
	width:790px;
	margin:0px 0px 0px 8px;
}

/* Boxen rechts */
#content #inhalt-rechts {
	float:right;
	width:220px;
	margin-right:11px;
	padding-right:11px;
    }
#content #inhalt #inhalt-rechts .inhalt-rechts-oben {
	width:220px;
	height:10px;
	overflow:hidden;
	background:url(../gfx/design/design_box_rechts_oben.gif) top left no-repeat;
    }
#content #inhalt #inhalt-rechts .inhalt-rechts-mitte {
	width:220px;
	overflow:hidden;
	background:url(../gfx/design/design_box_rechts_bg.gif) top left repeat;
    }
#content #inhalt #inhalt-rechts .inhalt-rechts-mitte-content {
	margin:0px 15px 10px 10px;
	font-size:11px;
    }
#content #inhalt #inhalt-rechts .inhalt-rechts-unten {
	width:220px;
	height:12px;
	overflow:hidden;
	background:url(../gfx/design/design_box_rechts_unten.gif) top left no-repeat;
	margin-bottom:10px;
    }

/* Layouthilfen */
dl.uebersicht {
	width:100%;
}
dl.uebersicht dt {
	float:left;
    width:120px;
}
dl.uebersicht dd {
	margin-left:120px;
}

dl.fotoliste {
	width:100%;
    margin:0px;
}
dl.fotoliste dt {
	float:left;
    width:70px;
    margin-right:17px;
    text-align:center;
    margin-bottom:1px;
}
dl.fotoliste dd.pad12 {
	margin-left:87px;
    vertical-align:middle;
    padding-top:12px;
}
dl.fotoliste dd.pad18 {
	margin-left:87px;
    vertical-align:middle;
    padding-top:18px;
}

.do_not_print {
    }

/* Menu */
#content #menubox {
	min-width:120px;
	width:120px;
	height:240px;
	margin: 3px 5px 0px 5px;
	background:url(../gfx/design/design_box_menu.gif) top left no-repeat;
	overflow:hidden;
    }
#content #menubox #menu {
	margin:7px 0px 7px 10px;
    }
.menu-trenner{
	margin:2px 0px 2px 0px;
	width:100px;
	text-align:left;
	height:1px;
}
a.menu         { font-size:14px; font-weight:bold; color:#000000; text-decoration:none; white-space:nowrap; }
a.menu:visited { color:#000000; }
a.menu:hover   { text-decoration:underline; }

/* Tabs */
div.tab_reiter {
    width:101px;
    height:20px;
    padding:9px 0 0 0;
    text-align:center;
    float:left;
    }
div.tab_reiter_aktiv {
	background-image:url(../gfx/design/tab.gif);
    background-repeat:no-repeat;
    width:101px;
    height:20px;
    padding:9px 0 0 0;
    text-align:center;
    float:left;
    }
div.tab_reiter_gr {
    width:117px;
    height:20px;
    padding:9px 0 0 0;
    text-align:center;
    float:left;
    }
div.tab_reiter_aktiv_gr {
	background-image:url(../gfx/design/tab_117.gif);
    background-repeat:no-repeat;
    width:117px;
    height:20px;
    padding:9px 0 0 0;
    text-align:center;
    float:left;
    }
div.tab_linie_unten {
	background-image:url(../gfx/design/tab_linie_unten.gif);
    background-repeat:repeat-x;
    height:25px;
    width: 580px;
    margin:0 0 -15px -15px;
    }
div.linie {
	background-image:url(../gfx/design/linie.gif);
    background-repeat:repeat-x;
    height:1px;
    width: 580px;
    margin:0 0 -15px -15px;
}

/* Containing Floats */
/****************************************************************/
.clearfix:after {
	content: "."; /* This dot is the actual appended content */
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	}
.clearfix {display: inline-block;} /* Fixes MacIE */
/* Hides from MacIE \*/
.clearfix {height: 1%;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */

#main    {float: left; display: inline;  height: auto;}
