A {cursor: pointer;outline: none; }
body {
  	text-align: center;
	margin:10px auto;
	font: normal 11px Verdana, Arial;
	color: #444444;
	background: #ffffff url(../img/bg.jpg) repeat-x;
}
#wrapper {
  	width: 892px;
  	background: transparent;
  	position: relative;
 	margin-left: auto;
 	margin-right: auto; 
}
#header {
	background: transparent url(../img/buehne.png) no-repeat;
	width: 892px;
	height: 172px;
	
}
#subnavi {
  	height:30px;
  	width: 892px;
	text-align: right;
	padding-top:140px;
}
#subnaviLinks {
	text-align: right;
	margin-right:18px;
	font: bold 12px Arial;
	color: #999999;
	line-height: 30px;
}

a.subLink {
	color: #999999;
	text-decoration:none;
}
a.subLink:hover {
	text-decoration:underline;
}

	

#subnavi2 {
	width:440px;
	height: 25px;
/*	background: #ffffff url(/img/subnavi2_bg.gif) no-repeat;*/
	float:left;
	margin:6px 0 6px 0;
}

#subnavi2 ul {
	font: normal 11px Verdana, Arial;
	list-style-type: none;
	margin:0;
	clear:both;
	padding:0;
	width: 440px;
}
#subnavi2 li {
	font-size: 11px;
	display: inline;
	height:25px;
	float:left;
	margin: 0 20px 0 0;
	padding:0;
}

#subnavi2 a.sublinkhi {
	background: url(../img/arrow_sub_hi.png) no-repeat;
	background-position:0px 3px;
	font: bold 11px Verdana;
	color: #444444;
	text-decoration:none;
	padding-left:10px;
	vertical-align: middle;
	line-height: 25px;
 }
 
 #subnavi2 a.sublinklo {
	background: url(../img/arrow_sub_lo.png) no-repeat;
	background-position:0px 3px;
	font: bold 11px Verdana;
	color: #efbe47;
	text-decoration:none;
	padding-left:10px;
	vertical-align: middle;
	line-height: 25px;
 }
 
 #subnavi2 a:hover {
 	background: url(../img/arrow_sub_hi.png) no-repeat;
	background-position:0px 3px;
	font: bold 11px Verdana;
	color: #444444;
	text-decoration:none;
	padding-left:10px;
	vertical-align: middle;
	line-height: 25px;
 }

 
#content {
	margin-top: 15px;
	/* 734 eigentlich*/
  	width:734px;
  	background: transparent;
  	min-height: 260px;
  	float:left;
}

* html #content {
	height:260px;
}

#contentLayer {
	margin: 0 0px 0px 35px;
	text-align:left;
}

#contentText {
	margin:10px 0 15px 0;
	width:440px;
	float:left;
}

#contentText li {
	margin-bottom: 5px;
}

#contentText td {
	padding-bottom:10px;
	font: normal 11px Verdana, Arial !important;
	color: #00315D;
}

#visuals {
	float:right;
	margin-top:0px;
	width:225px;
}
.visual {
	width: 225px;
	height: 347px;
	padding:0;
	text-align: right;
	margin:0 0 30px 0;
}

#navigation {
	background: transparent url(../img/navigationBg.png) no-repeat;
  	margin: 15px 0 0px 0;
  /*	padding-left:20px;*/
  	text-align: left;
  	width:158px;
	height:254px;
  	float:left;
  	
}
#navigation ul {
	list-style-type: none;
	margin:40px 0 0 0;
	padding: 0;
	width:auto;
}
#navigation ul li {
	height:26px;
	color: #ffffff;
	font: bold 12px Verdana;
	border-bottom: 1px solid #e9ac13;
}

/* #navigation ul li a { padding-bottom:10px; }*/
 
#navigation a.linklo {
 	width:158px; 
	height:26px;
	display:block;
 	/*background-image: url(/img/inactive.gif); */
 	background-repeat: no-repeat; 
	/*color: #666666;*/
 	color: #ffffff;
 	text-decoration: none;
 }
#navigation a.linkhi { background: #ffffff url(../img/navigationDot.gif) no-repeat 0 1px; color: #666666;}
#navigation a.linklo:hover { background: #ffffff url(../img/navigationDot.gif) no-repeat 0 1px; color: #666666;}

 
 .linkPad {
 	margin:0 0 0 30px;
 	line-height:26px;
 }
 
 h1 {
 	font-size: 18px;
 	line-height:25px;
 }
 
 textarea {
 	height: 75px !important;
 	width:160px;
 	font: normal 11px Verdana, Arial;
	color: #444444;
	border: 1px solid #000000;
 }
 
 input.text {
 	height:12px;
 	font: normal 11px Verdana, Arial;
	color: #444444;
	width: 160px;
	height: 20px !important;
	/*background-color: #ffffff;*/
	border: 1px solid #000000;
 }
 
 input.box {
 	height:12px;
 	line-height: 12px !important;
 }
 .contentHeadline {
 	font: bold 14px Verdana, Arial;
	width: 440px;
	border-bottom: 1px solid #efbe47;
 	color: #444444;
	padding-bottom:4px;
	margin-bottom: 15px;
 }
 
 .quotation {
 	font-style: italic;
 }
 
 .centerContent {
 	text-align: center;
 	width:380px;
 }
 
 .source {
 	font-size: 8px;
 }
 
 .bold {
 	font-weight: bold;
 }