/* CSS Document */

html {
}


body {
	background-color: white;
	color: black;
	overflow: hidden;
}

#imgs-frame {
	border: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: white;
	overflow-y:hidden;
 	overflow-x:auto;
	width: 780px;
	height: 410px;
}

#imgs {
	position: absolute;
	top: 0;
	left: 0;
}

#controller {
	position: absolute;
	top: 10px;
	left: 230px;
}

#text-frame {
	position: relative;
	top: 415px;
	left: 10px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}
a.noscroll {
	color: #FF6A8B; 
	text-decoration: none;
}
a.prev, a.next {
	visibility: hidden;
	color: #FF6A8B; 
	text-decoration: none;
}
a.next {
	font-weight: bold;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

.footer  { font-size: 10px; font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif, Arial; text-align: left }

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif, Arial;
	font-size: 11px;
	}

img {
	border: 0px;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px;
	height: 15px;
	color: #4F0000;
}

a:link, a:visited {
	color: #FF6A8B; 
	text-decoration: none;
}
td a:link, td a:visited {
	color: #FF6A8B; 
	text-decoration: none;
}
td a:hover {
	color: #900;	text-decoration: none;
}

table.contentpaneopen  { text-align: left; margin: 0px; padding: 0px; border-collapse: collapse; border-spacing: 0px }

table.contentpaneopen td  { 
line-height: 15px;
margin: 0px;
padding: 0px;
}
table.contentpaneopen img { position: relative; left: -20px }

td.componentheading {
	margin: 0px;
	padding: 0px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {

}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
color: #4F0000;
padding: 0px;
font-size: 11px;
line-height: 12px;
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif,Arial;
background: White;  
border: 1px solid #4F0000;
height: 20px;
padding-left: 10px;
padding-right: 10px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
height:auto;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {

color: #4F0000;
text-transform: uppercase;
letter-spacing: 1px;
}

p, font {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif,Arial;
}

u {
	font-style: normal;
	text-decoration: none;
color: #4F0000;
text-transform: uppercase;
letter-spacing: 1px;
}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #393939;
	font-size: 10px;
	background: White;
	padding-bottom: 5px;
	padding-top: 3px;
	border-bottom: 1px solid #CCCECC;
	width: 390px;
	display: block;
   position: relative; left: -20px;
}
.abstand {
	margin-right: 20px;
	display: block;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}
td.header {
	background-color: #4F0000;
	background: url(../images/header.gif) no-repeat;
}
table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {

  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel-1:link, a.mainlevel-1:visited {
	background: url(../images/institution_off.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel-1:hover {
	background: url(../images/institution_on.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel-1#active_menu-1 {
	background: url(../images/institution_on.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel#active_menu:hover {
}
a.sublevel-1:link, a.sublevel-1:visited {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
a.sublevel-1:hover {
	color: #FF6A8B;
	text-decoration: none;
}
#active_menu-1 {
	color: #FF6A8B;
}
a.mainlevel-2:link, a.mainlevel-2:visited {
	background: url(../images/aktuelles_off.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel-2:hover {
	background: url(../images/aktuelles_on.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel-2#active_menu-2 {
	background: url(../images/aktuelles_on.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.sublevel-2:link, a.sublevel-2:visited {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
a.sublevel-2:hover {
	color: #FF6A8B;
	text-decoration: none;
}
#active_menu-2 {
	color: #FF6A8B;
}
a.mainlevel-3:link, a.mainlevel-3:visited {
	background: url(../images/bau_off.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel-3:hover {
	background: url(../images/bau_on.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.mainlevel-3#active_menu-3 {
	background: url(../images/bau_on.gif) no-repeat;
	display: block;
	width: 113px;
	height: 18px;
}
a.sublevel-3:link, a.sublevel-3:visited {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
a.sublevel-3:hover {
	color: #FF6A8B;
	text-decoration: none;
}
#active_menu-3 {
	color: #FF6A8B;
}
a.mainlevel-4:link, a.mainlevel-4:visited {
	background: url(../images/kontakt_off.gif) no-repeat;
	display: block;
	width: 70px;
	height: 18px;
}
a.mainlevel-4:hover {
	background: url(../images/kontakt_on.gif) no-repeat;
	display: block;
	width: 70px;
	height: 18px;
}
a.mainlevel-4#active_menu-4 {
	background: url(../images/kontakt_on.gif) no-repeat;
	display: block;
	width: 70px;
	height: 18px;
}
a.sublevel-4:link, a.sublevel-4:visited {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
a.sublevel-4:hover {
	color: #FF6A8B;
	text-decoration: none;
}
#active_menu-4 {
	color: #FF6A8B;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}


.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}