@charset "UTF-8";

<style type="text/css" media="screen">


/*  Body und Schrift Definitionen */

html { 
  padding:0px;
  margin:0px;
  overflow: hidden;
}

body {
  background-color: #262626;
  font-size: 12px;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;  
  padding:0px 20px;
  margin:0px;
  color: #DCDCDC;
  scrollbar-3dlight-color: #696969;
  scrollbar-arrow-color: white;
  scrollbar-darkshadow-color: #696969;
  scrollbar-face-color: #393939;
  scrollbar-highlight-color: #696969;
  scrollbar-shadow-color: #CCCCCC;
  scrollbar-track-color: #363636;
  overflow: hidden;
}

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


h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: white;
background-color: #90897a;
padding:5px 15px;
margin:0px
}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: White;
background-color: transparent;
}	

.ticker-ankuendingung {
	color: #DCDCDC;
	background-color:transparent;
	font-weight: bold;
}

.ticker-termin {
	color: #DCDCDC;
	background-color:#transparent;
	font-weight: bolder;
}

.content {
  font-size: 12px;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
  color: DCDCDC;
  text-align: justify;
}

.kontaktfeld {
	border: 1px dotted #696969;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #262626;
	height: 350px;
}

.forumfeld {
	border: 1px dotted #696969;
	margin-top: 5px;
	margin-left: 5px;
	background-color: #262626;
}

.indexfelder {
	border: 1px dotted #696969;
	margin-left: 5px;
	margin-top: 5px;
	background-color: #262626;
	font-size: 12px;
	width: 160px;
	text-align: justify;
}

.indexfelder2 {
	border: 1px dotted #696969;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: #262626;
	font-size: 12px;
	height: 223px;
}

.indexfelder-ueberschrift {
	background-color: #303030;
	border-bottom: 1px dotted #696969;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DCDCDC;
}

.indexfelder-ueberschrift-big {
	background-color: #303030;
	border-bottom: 1px dotted #696969;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #DCDCDC;
}

pre { 
color: #564b47;
font-size: 12px;
background-color:transparent;
font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif; 
}


/*  Links */

a {
	BACKGROUND: transparent;
	MARGIN: 0px auto;
	FONT: bold 12px;
	COLOR: #FF8C00;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a:visited {
	BACKGROUND: transparent;
	MARGIN: 0px auto;
	FONT: bold 12px;
	COLOR: #FF8C00;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a:hover {
	BACKGROUND: #282828;
	MARGIN: 0px auto;
	FONT: bold 12px;
	COLOR: #FFD700;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a:active {
	BACKGROUND: #282828;
	MARGIN: 0px auto;
	FONT: bold 12px;
	COLOR: #FFD700;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu {
	BACKGROUND: transparent;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #FF8C00;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu:visited {
	BACKGROUND: transparent;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #FF8C00;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu:hover {
	BACKGROUND: #FF8C00;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #262626;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu:active {
	BACKGROUND: #FF8C00;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #262626;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu-current {
	BACKGROUND: transparent;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #FF8C00;
	TEXT-DECORATION: none;
	border: 1px #FF8C00 dotted;
	cursor: url(pics/cursor.cur);
}

a.menu-current:visited {
	BACKGROUND: transparent;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #FF8C00;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu-current:hover {
	BACKGROUND: #FF8C00;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #262626;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}

a.menu-current:active {
	BACKGROUND: #FF8C00;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	FONT: bold 13px;
	COLOR: #262626;
	TEXT-DECORATION: none;
	cursor: url(pics/cursor.cur);
}


/*  Positionierungslayer */
#menu {
  position: absolute;
  overflow: hidden;
  width: 200px;
  height: 85%;
  left: 20px;
  padding:0px;
  border-bottom-color: White;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-top-color: White;
  border-top-style: dotted;
  border-top-width: 1px;
  border-left-color: White;
  border-left-style: dotted;
  border-left-width: 1px;
  background: url(pics/backgroundmenu.jpg) center;
  }
  
  #menu-linkbox {
   background: #262626;
	overflow: hidden;
	width: 182px;
	border: 1px dotted #696969;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
  }

#inhalt {
  overflow: auto;
  height: 85%;
  margin-left: 200px;
  background-image: url(pics/mainbackground.jpg);
  font-size: 12px;
  color: #A9A9A9;
  font-size: 12px;
  border-top: 1px dotted White;
  border-bottom: 1px dotted White;
  border-right: 1px dotted White;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #201919;
  }

#bottom {
	position: absolute;
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: white;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: white;
	border-right-style: dotted;
	border-right-width: 1px;
	color: #A9A9A9;
}

/*Ajax-Newsicker*/

#ajaxticker1{
width: 170px;
height: 100px;
border: 1px dotted #696969;
padding: 5px;
background-color: #262626;
color: DCDCDC;
margin-left: 5px;
margin-top: 5px;
font-size: 12px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #262626;
}

.someclass{ //class to apply to your scroller(s) if desired
}

/*Lightbox Zoom*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: White; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(pics/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #262626; }



 /* ]]> */	
</style>
