/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url(grafik/haupt.gif);
	background-repeat:repeat-y;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 170%;
 color: #334d55;
}

h2{
 font-size: 114%;
 
}

h3{
 font-size: 60%;
 color: #000000;
}

h4{
 font-size: 150%;
 color: #000000;
}

h5{
 font-size: 130%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 885px;
	height: 100%;
}

#tophead{
	border-bottom: 1px solid #225eb4;
}

#pageNav{
	float: left;
	width:180px;
	padding: 0px 0px 0px 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #225eb4;
	border-bottom: 1px solid #225eb4;
	
}

#content{
	padding: 0px 5px 0px 0px;
	margin:0px 0px 0px 180px;
	border-left: 1px solid #225eb4;
}

#objInfo {
	padding: 10px 0px 0px 0px;
	display: inline;
	LINE-HEIGHT: 164%;
	float: right;
	width: 400px
}

#objData P {
	padding: 0px 0px 0px 8px;
	background: url(grafik/line2.gif) repeat-x;
	margin: 2px 0px;
	line-height: 1.5em;
	
}

#objDetail {
	padding: 10px 0px 0px 0px;
	LINE-HEIGHT: 134%;
	width: 240px;
}

#banner{
  position: absolute;
  top: 0px;
  left: 887px;
  width: 160px;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.rechts {
	position: absolute;
	left: 670px;
}	

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

img{
	border:0;
}

.copyright {
  text-align: center;
  font-size: 8pt;
  display: none;
}

.data {
	font-weight: bold;
}

#objFoto IMG {
	display: block;
	margin: 0px 0px 10px 2px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a:hover{
	color: #FF0000;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}


/* adjust margins to change separation between the feature image and text flowing around it */

.objFoto {
	margin: 15px 0px 0px 5px;
	vertical-align: top;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #225eb4;
	font-size: 75%;
	color: #86b8ff;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 85%;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #225eb4;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #225eb4;
	
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #225eb4;
}

#sectionLinks a:hover{
	border-top: 1px solid #225eb4;
	background-color: #fefe01;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.topic {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  background-color: #e9e9e9;
  BORDER-RIGHT: #000 1px solid;
  BORDER-TOP: #000 1px solid;
  BORDER-LEFT: #000 1px solid;
  BORDER-BOTTOM: #000 1px solid;
}

.content {
  padding:4px;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}

.text {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  
}

.effect {
/* >=IE5.5 / NS6.2 */
  filter:progid:dxImageTransform.Microsoft.dropShadow(color=#4d4d4d,offX=4,offY=4,positive=true);
  border: 1px solid black;
  margin-bottom: 15px;
}

td.splitter {
background-color: #155875;
height:1px;
padding:1px;
} 

.header {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  background-color: #e9e9e9;
  BORDER-BOTTOM: #000 1px solid;      
}

.outline {
  border-width: 1px; 
  border-color: #000000;
  border-style: solid;
  font-size: 15px;
}

.focu	{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
}
  