a {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
.update{
	font-family:Verdana;
	font-size:11px;
	color: #999999;
} 

.noben{
	color: #5D85B8;
	text-decoration: none;
	font-size: 11px;
	line-height: 2.5em;
	padding-left: 10px;
}
.noben2{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 2.5em;
	padding-left: 10px;
}
.noben_akt{
	color: #5D85B8;
	text-decoration: none;
	font-size: 11px;
}
.nunten{
	color: #14235C;
	text-decoration: none;
	font-size: 11px;
}
.korrektur{
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 2.5em;
}
.nlinks{
	color: #14235C;
	font-size: 11px;
	text-decoration: none;
	line-height: 2.5em;
	padding-left: 10px;
	margin-right: 10px;
}
.content{
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial;
	text-align: justify;
}
.mpos{
	border-bottom: 1px solid #616A71;
	border-top: 1px solid #616A71;
	padding-left: 10px;
}
.l2{
	color: #14235C;
	text-decoration: none;
	font-size: 11px;
	line-height: 2.5em;
}
.l22{
	color: #14235C;
	text-decoration: none;
	font-size: 11px;
	line-height: 2.5em;
}

body {
	background-color: #DFE6EE;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0px;
}
#banner {
	width: 980px;
	height: 200px;
	background-image: url(images/layout/top_menue.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 980px;
	height: 82px;
	background-image: url(images/footer.jpg);
}
#suche {
	width: 200px;
	height: 25px;
}

a {
	text-decoration: none;
	color: #194D7D;
}
a:hover {
	text-decoration: none;
}

/* Typo3 CSS Klassen */
/*h1 {
	font-size:14px;
	font-weight:bold;
	color:#14235C;
}*/
tbody {
	font-size:11px;
	}

TABLE.contenttable {
	font-size:11px;
	color: #14235C;
  }
TABLE.contenttable TR.tr-even {
	color: #14235C;
	font-size:11px;
  }
TABLE.contenttable TR.tr-even TD.td-0 {
	color: #14235C;
	font-size:11px;
    vertical-align: top;

  }
TABLE.contenttable TR.tr-even TD.td-last {
	color: #14235C;
	font-size:11px;
    vertical-align: top;
}

.detail{
	font-size:15px;
	font-family: "Comic Sans MS";
	color:#F39519;
}
.important{
    color: #E67817;
}
.align-center {
text-align:center;
}
.align-left {
text-align:left;
}
.align-right {
	text-align:right;
}

/* Shared styles for lightbox & slimbox*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer {
	position: relative;
	background-color: #f0f0f0;
	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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../fileadmin/images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../fileadmin/images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer {
	height: 75px;
	font: 11px Verdana, Helvetica, sans-serif;
	color: #14235C;
	background-color: #f0f0f0;
	background-image: url(../fileadmin/images/footer_lb.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	line-height: 1.5em;
}

#imageData {
	padding:25px 10px;
}

#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption {
	/*line-height: 5.5em;*/
	font-weight: bold;	
}

#imageData #numberDisplay {
 	display: block; 
 	clear: left; 
 	padding-bottom: 1.0em;	
}	
		
/*#imageData #bottomNavClose { 
	width: 70px; 
	height: 20px;
	float: right;  
	padding-bottom: 0.7em;	
}*/	
	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*background-color: #ff0000;*/
	filter:alpha(opacity=50);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

 /* TEST TEST TEST TEST TEST */
.rbroundbox {
	background: url(images/layout/left_menue_bg.jpg) repeat-y;
}
.rbtop div  {
	background: url(images/layout/left_menue_top.jpg) no-repeat top left;
}
/*.rbtop      { background: url(images/simple_top_right.jpg) no-repeat top right; }*/
.rbbot div  {
	background: url(images/layout/left_menue_bottom.jpg) no-repeat bottom left;
}
/*.rbbot      { background: url(images/simple_bottom_right.jpg) no-repeat bottom right; }*/

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 50px;
	font-size: 1px;
}
.rbcontent  {
	height: auto;
	text-align: justify;
	margin-bottom: 35px;
	font-size: 11px;
	/*color: #14235C;*/
	margin-left: 10px;
	margin-right: 10px;
	margin: 0 2px;
	line-height: 2.5em;
	min-height: 347px;
}
.rbroundbox { }

 /* Mailformanpassung */

.csc-form-label {
/*position: relative;
display:block;
width: 90px;
float: left;
left:10px;
text-align: right;*/
font:Verdana;
font-size:11px;
color: #14235C;
/* background: #ffffff; 
PADDING:2px;
margin:2px;*/
}

.csc-noSearchResultMsg{
font:Verdana;
font-size:14px;
color: #14235C;
}

.csc-searchResultRange{
font:Verdana;
font-size:11px;
color: #14235C;
}

.csc-searchform{
font:Verdana;
font-size:11px;
color: #14235C;
}

.csc-form-labelcell {
font:Verdana;
font-size:11px;
color: #14235C;
	/*position: relative;
	width:110px;
	left:0px;
	border:1px solid #CBCED0;*/
}

.csc-form-fieldcell {
font:Verdana;
font-size:11px;
color: #14235C;

/*position: relative;
width:110px;
left:20px;
background: #000000;
border:1px solid #CBCED0;*/
}

.tx-srlanguagemenu-pi1 p{margin:0px;padding:0px;}
.tx-srlanguagemenu-pi1 img{border-style:none;margin:0px 5px 3px 0px;padding:0;}
.tx-srlanguagemenu-pi1 .CUR{float:left;font-size:.8em;}
.tx-srlanguagemenu-pi1 .NO{float:left;font-size:.8em;}
.tx-srlanguagemenu-pi1 .INACT{float:left;font-size:.8em;}
.tx-srlanguagemenu-pi1{float:right;}
