/* CSS document */
html {
	height:100%;
}
body {
	height:100%;
	background: #EEE url('images/hautphintergrund.gif') repeat-y 50% 0;
	margin:0;
	padding:0;
	text-align:center;
}
a {
	text-decoration:none;
}
#main {
	position:relative;
	width:736px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height:100%;
	/*padding-bottom:98px;*/
	z-index:1;
}
#left {
	position:relative;
	display:block;
	margin-top:0px;
	padding-bottom:158px;
	margin-left:0px;
	padding-left:50px;
	width:410px;
	border:0px solid red;
	vertical-align:top;
	/*float:left;*/
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    color: #4B4B4B;
	line-height:170%;
	z-index:2;
}
#left h1 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #3C5E7D;
    background-color:transparent;
    padding-bottom:4px;
	margin:0;
	margin-top:10px;
}
#left h2 {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12pt;
    font-weight: bold;
	letter-spacing:0px;
    color: #B03932;
    background-color: transparent;
	margin-top:30px;
    padding-bottom:4px;
    border-bottom: 1px solid silver;
}
#left h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-weight:bold;
	font-size:13px;
	margin:0px;
	padding:0px;
	margin-top:30px;
	color:#3C5E7D;
}
#left b {
	color:black;
}
#left img {
	padding:5px;
	border:1px solid silver;
}
#left p.post {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#999;
    background-color:transparent;
	margin:0;
	margin-top:10px;
	background-image: url('images/post.gif');
    background-repeat: no-repeat;
	background-position:0 50%;
	padding-left: 23px;
}
#left a, #left a:link, #left a:visited {
	color: blue;
	background-color: transparent;
	text-decoration:underline;
}
#left a:hover {
	color: red;
	background-color: transparent;
	text-decoration:underline;
}
.arrow_top {
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/arrow_top.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:18px;
}
#left ul {
    list-style:none;
}
#left li {
    background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    background-position:0 50%;
    padding-left: 15px;
    padding-top:3px;
    padding-bottom:3px;
 }
 
#left table.file {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	border: 1px solid silver;
}
#left table.file th {
	margin: 0 0 0 0;
	padding:10px 10px;
}
#left table.file tr td{
	margin: 0 0 0 0;
	padding: 10px 10px;
	border-bottom: 0px solid #F0EADA;
	background-color: #eee;
}
#left table {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0;
	border: 0px solid silver;
	border-collapse:collapse;
}
#left th {
	color:#B03932;
	font-style:italic;
	font-size:15px;
	
	margin: 0 0 0 0;
	padding:10px 10px;
}
#left tr td{
	margin: 0 0 0 0;
	padding: 10px 10px;
	border-top: 1px dotted silver;
	border-right:0px solid silver;
	background-color: transparent; /*#eee;*/
	vertical-align:top;
}
#left .td-left {
	width:20%;
}

#right {
	position:absolute;
	top:230px;
	left:500px;
	width:180px;
	margin-top:0px;
	margin-bottom:158px;
	min-height:200px;
	/*margin-left:500px;*/
	border:0px solid red;
	vertical-align:top;
	text-align:left;
	background-color:transparent;
	z-index:3;
}
#right h3.layerHeading {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size:14px;
	color:white;
	background-color:#82A8D7;
	border-right:2px solid #82A8D7;
	margin:0;
	padding:0;
	margin-top:15px;
}
#right input.textField {
	margin-left:15px;
	width:105px;
}
#right .backgroundBox {
	position:relative;
	/*height:80px;
	width:180px;
	margin-top:20px;
	margin-bottom:158px;
	margin-left:500px;
	border:0px solid red;*/
	border-bottom:2px solid #5C7799;
	border-right:2px solid #5C7799;
	vertical-align:top;
	text-align:left;
	background-color:#ECF5FA;
	padding-top:15px;
	padding-bottom:15px;
}
#right ul {
	margin:0;
	padding:0;
	padding-left:5px;
}
#right li {
	list-style-type:none;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	font-weight:normal; 
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
    background-position:0 3px;
    padding-left: 15px;
    padding-top:3px;
    padding-bottom:3px;
}
#right li a, #right li a:link, #right li a:visited {
	text-decoration:none;
	color:#666;
}
#right li a:hover {
	text-decoration:underline;
	color:#666;
}

* html #main
{
	height: 100%;
}
#footer {
	position:relative;
	background: #EEE url('images/footer.gif') no-repeat 50% 0;
	height:158px; 
	width:736px;
	margin-top: -28px;
	margin-left: auto;
	margin-right: auto;
	z-index:5;
}
#footerContent {
	position:relative;
	top:100px;
	left:50px;
	margin-bottom:15px;
	width:736px;
	font-family:Verdana, sans-serif;
	font-size:9px;
	text-align:left;
	line-height:180%;
	color:white;
}
#footerContent a, #footerContent a:link, #footerContent a:visited {
	color:white;
	text-decoration:none;
}
#footerContent a:hover {
	text-decoration:underline;
}
#header {
	position:relative;
	width:736px;
	height:204px;
	/*margin-bottom:-204px;*/
	background: #EEE url('images/header.jpg') no-repeat 50% 0;
}
#header img {
	border:0;
	margin-left:35px;
}
#schriftbalken {
	position:relative;
	width:736px;
	height:30px;
	/*margin-bottom:-204px;*/
	background-image:url('images/schriftbalken.gif');
	background-repeat:no-repeat;
	z-index:4;
}

/* START DROPDOWN */
#schriftbalken ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color:#B03932;
	border:0px solid red;
	z-index:14;
}
#schriftbalken li {
	height:30px;
	float: left;
	position: relative;
	width: 10em;
}

#schriftbalken li ul {
	display: none;
	background-color:#FAF1DC;
	position: absolute;
	width:203px;
	top: 28px;
	left: -30px;
	z-index:10;
	padding:8px;
	border: 1px solid #E7B23C;
	z-index:15;
}
#schriftbalken li ul li {
	background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    background-position:0 3px;
    padding-left: 15px;
    padding-top:3px;
    padding-bottom:3px;
	color:#4B4B4B;
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
	width:180px;
}
#schriftbalken li:hover ul, li.over ul { 
	display: block; 
}
#schriftbalken a.sub, #schriftbalken a.sub:link, #schriftbalken a.sub:visited  {
	color:#4B4B4B;
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
	font-weight:normal;
	border-bottom: 0px dotted silver;
}
/* END DROPDOWN */
  
#menu_gelb {
	position:absolute;
	top:3px;
	left:35px;
	width:190px;
	height:20px;
	float:left;
	vertical-align:top;
	padding:0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:white;
	background-color:transparent;
	background-image: url('images/pfeil_gelb.gif');
    background-repeat: no-repeat;
	background-position:0 4px;
	padding-left: 30px;
	z-index:10;
	overflow:visible;
}

#menu_gelb a,#menu_gelb a:link,#menu_gelb a:visited,#menu_gelb a:hover {
	color:white;
	text-decoration:none;
}
#menu_rot a,#menu_rot a:link,#menu_rot a:visited,#menu_rot a:hover {
	color:white;
	text-decoration:none;
}
#menu_blau a,#menu_blau a:link,#menu_blau a:visited,#menu_blau a:hover {
	color:white;
	text-decoration:none;
}
#menu_rot {
	position:absolute;
	top:3px;
	left:260px;
	width:190px;
	height:20px;
	float:left;
	vertical-align:top;
	padding:0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:white;
	background-color:transparent;
	background-image: url('images/pfeil_rot.gif');
    background-repeat: no-repeat;
	background-position:0 50%;
	padding-left: 30px;
	z-index:10;
}
#menu_blau {
	position:absolute;
	top:3px;
	left:485px;
	width:190px;
	height:20px;
	float:left;
	vertical-align:top;
	padding:0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:white;
	background-color:transparent;
	background-image: url('images/pfeil_blau.gif');
    background-repeat: no-repeat;
	background-position:0 50%;
	padding-left: 30px;
	z-index:10;
}
#menu_gelb h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size:16px;
	color:white;
	background-color:transparent;
	background-image: url('images/pfeil_gelb.gif');
    background-repeat: no-repeat;
	vertical-align:top;
    background-position:0 50%;
    text-align:left;
	padding-top:0px;
	padding-left: 30px;
}
/*
#dropdown {
	position:absolute;
	top: 28px;
	left: 0px;
	display:none;
	width:203px;
	
	z-index:12;
	padding:8px;
	border: 1px solid #E7B23C;
	color:#4B4B4B;
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
	background-color:#FAF1DC;
}
#dropdown p {
	background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    background-position:0 50%;
    padding-left: 15px;
    padding-top:7px;
    padding-bottom:7px;
	margin:0;
	border:0px solid red;
}
#dropdown a, #dropdown a:link, #dropdown a:visited  {
	color:#4B4B4B;
	font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
	font-weight:normal;
	border-bottom: 0px dotted silver;
}
*/

/* FIle-ICONS */
.xls {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/excel.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.doc {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/word.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.pdf {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/pdf.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.gif, .png {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/gif.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.jpg {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/jpg.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.zip {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/zip.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.txt {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/txt.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}
.unb {
	display: block;
	color: blue;
	background-color: transparent;
	text-decoration: none;
	font-weight:normal;
	background-image: url('images/unbekannt.gif');
    background-repeat: no-repeat;
	vertical-align: middle;
    background-position:0 50%;
	padding-left:20px;
}

