
a.editor_link {
  color: #000;
  text-decoration:none;
}

a.editor_link:hover {
  color: #000;
  text-decoration:none;
}

a.editor_link:visited {
  color: #000;
  text-decoration:none;
}

a.editor_link_cancel {
  font-size: 16px;
  color: #000;
  text-decoration:none;
}

a.editor_link_cancel:hover {
  color: #000;
  text-decoration:none;
}

a.editor_link_cancel:visited {
  color: #000;
  text-decoration:none;
}

a.pdfLink {
  font-size: 16px;
  color: #000;
  text-decoration:none;
}

a.pdfLink:hover {
  font-size: 16px;
  color: #000;
  text-decoration:underline;
}

a.pdfLink:visited {
  font-size: 16px;
  color: #000;
  text-decoration:none;
}

a.pdfLink:visited:hover {
  font-size: 16px;
  color: #000;
  text-decoration:underline;
}


body {
/*background-color: #666699;*/
background: url(img/bg.jpg);
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

#body_gradient {
	background:transparent url(img/bg_gradient.jpg) repeat-x;
}

a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
color: #fff;
font-size: 11px;
text-transform:uppercase;
background-color: #999999;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px;
 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
font-size:18px;
font-weight: normal;
padding: 0px 10px;
margin:0px;}

h4 {
font-size:12px;
font-weight: normal;
float:right;
margin: 0;
margin-right: 5px;
}

a.link:link {
  color: #000;
  text-decoration: none;  
}

a.link:visited {
  color: #000;
  text-decoration: none;  
}

a.link:hover {
  color: #000;
  text-decoration: underline;  
}

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
/*background-color: #c8c7c7;*/
}

#body_bg {
background: url(img/bg_white.jpg) repeat-y;
background-position: top center;
}

#head_container {
width: 995px;
height: 153px;
margin-left: auto;
margin-right: auto;
background-color: #c8c7c7;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #fff;
text-align: center;
padding: 0px;
margin: 0px;
}

#banner img {padding:0px 0px 0px 0px;} 

#login_content {
background-color: #ffffff;
padding-left: 0px;
margin-left: 207px;
margin-right: 0px;
text-align: justify;
}
div#login_content { 
min-height:200px;
height:expression(this.scrollHeight > 200 ? "auto":"200px"); 
}


/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
padding-left: 0px;
margin-left: 207px;
margin-right: 0px;
text-align: justify;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navigavtion------------- */
#left {
text-align: justify;
float: left;
width: 200px;
margin: 0px;
padding-left: 1px;
}

/* ----------navigation-------------------------- */
#leftnav{
	width: 174px;
	float: left;
	margin-left: 10px;
}

#leftnav h2 {
	margin: 0; padding: 0;
	border-bottom: 4px solid #668800;
}

#leftnav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#leftnav ul li {
	margin: 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
}

#leftnav ul li a {
	display: block;
	border-bottom: 1px solid #c4cbd2;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	color: #5b656e;
}

#leftnav ul li a:hover {
	background-color: #cfa1dc;
	color: #fff;
}

#leftnav ul li a p {
	margin: 0; padding: 0;
}

.page_item {
	display: inline;
}

#nav_main ul li a{
	display: block;
	padding-left: 20px;
	background: transparent url(img/nav_ico.gif) no-repeat 0 50%;
}


/* ------------ And we have finally rechaed the FOOTER --------------- */
#footer {
  clear:both;
  background: url(img/footer.jpg) no-repeat;;
  height: 81px;
  width:815px;
  color: #fff;
margin-left: auto;
margin-right: auto;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.footer_left {
  padding-left: 13px;
  padding-top: 14px;
  font-size: 90%;
  width: 35em;
  float:left; 
}

.footer_right {
  padding-top: 14px;
  padding-right: 13px;
  font-size: 80%;
  float: right;
  text-align: justify;
}

/* ---------- Table-Stuff -------------- */

/* - SubStuff */
#subText {
  padding-bottom: 5px;
  text-align: justify;
  clear:both;
  width:815px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

#subText a {
  color: #fff;
  text-decoration: none;
}

#subText a:hover {
  text-decoration: underline;
}

.hid_info {
  display: none;
  color: #fff;
  padding: 100px;
  margin: 100px;
}
