body {
   font-family:Arial,Helvetica,Tahoma,Verdana sans-serif;
	color:#333333;
	line-height:normal;
	width: 820px;
	font-size: 12px;
	margin-left: auto;
	margin-right:auto;
	margin-top:12px;
/*   background-color: #CADEFF; */
   background-color: #C0C3C6;
	background-repeat: no-repeat;
   align: center;
}

a:link, a:visited, a:hover {
	color:#0047BE;
   text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
	color:#FFBC3A;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,Tahoma,Verdana sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial,Helvetica,Tahoma,Verdana sans-serif;
	font-size: 16px;
   color: #336799;
	font-weight: bold;
}

h2{
	font-family: Arial,Helvetica,Tahoma,Verdana sans-serif;
   font-size: 12px;
   color: #336799;
   font-style:normal;
   font-weight:bold;
}

h3{
   font-size: 12px;
   color: #336799;
   font-weight:bold;
   font-style:italic;
}

h4{
   font-size:12px;
   color: #0047BE;
   font-weight:bold;
}

h5{
	font-size: 12px;
   /*color: #0047BE;*/
   color: #336799;
   height: 30px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial,Helvetica,Tahoma,Verdana sans-serif;
	margin-top:10px;
	padding-left:10px;
}

h6{
	font-size: 12px;
	color: #FFFFFF;
	width: 138px;
	height: 25px;
	font-style: normal;
	font-weight: bold;
}


hr{
   height: 1px;
   color: #0047BE;
}

ul{
}

ul ul{
}

ul ul ul{
}

label{
   font: bold 100% Arial,Helvetica,Tahoma,Verdana sans-serif;
   color: #0047BE;
}

ol{
	background-color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main{
	margin: 0 0 0 0;
	padding: 0px;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

#navBar{
	float:left;
	margin: 0 0 0 0;
	padding: 0px;
   background-color:#336799;
	width: 150px;
	height:300px;
}

#content{
	float:right;
	width:650px;
	background-color:#FFFFFF;
	height:100%;
}

#thema{
	padding:0 0 0 0;
	margin-left: 140px;
	margin-top:5px;
	width: 400px;
	height:80px;
	background-color:#FFFFFF;

}
#thema2{
	padding:0 0 0 0;
	margin-left: 140px;
	margin-top:5px;
	width: 400px;
	height:80px;
	background-color:#FFFFFF;

}
#linkbar{
	margin-left: 140px;
	margin-top:5px;
	width: 400px;
	height:24px;
	background-color:#E5ECF8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#0047BE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#0047BE;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#0047BE;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#0047BE;
}

#linkbar2{
	margin-left: 140px;
	margin-top:5px;
	width: 400px;
	height:24px;
	background-color:#E5ECF8;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#0047BE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#0047BE;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#0047BE;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#0047BE;
}

#news{
	margin-left:4px;
	margin-top:10px;
	width: 580px;
	height:300px;
	padding-left: 5px;
}

#topic{
   float:left;
  	margin-top:2px;
	width: 220px;
	height:200px;
	background-color:#E5ECF8;
}

#topic2{
   margin-top:2px;
   padding:0 0 0 0;
	width: 220px;
	height:120px;
	background-color:#E5ECF8;
}

#leftspace{
	float:left;
	width:450px;
	padding-left:10px;
	background-color:#FFFFFF;
}

#rightspace{
	width:160px;
	background-color:#FFFFFF;
}

form{
	background-color: #FFFFFF;
}

td, input, select, textarea{
   font-size:12px;
   font-family:Arial,Helvetica,Tahoma,Verdana sans-serif;
}

input, select, textarea{
   /*color:#0047BE;*/
   color:#333333;
}

.Bereich, .Feld{
   background-color:#E5ECF8;
   width:200px;
   border:1px solid #0047BE;
}

.Auswahl{
	background-color:#FFFFFF;
	width:200px;
	border:1px solid #0047BE;
	color: #0047BE;
}

.Check, .Radio{
   background-color:#A6BFE8;
   border:1px solid #0047BE;
 }

.Button{
   background-color:#E5ECF8;
   color:#0047BE;
   width:100px;
   border:1px solid #0047BE;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
   color: #336799;
	background-color: #FFFFFF;
   height:36px;
	width:820px;
	padding-top:12px;
	font-size: 14px;
	text-align:center;
}
/* '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 img{
}

#globalNav a {
	font-size: 14px;
	padding: 0px 6px 0px 0px;
}

#globalNav a:link, a:visited, a:hover {
   color:#336799;
}

#globalNav a:hover{
   font-size: 14px;
	padding: 0px 6px 0px 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
	width:682px;
	margin-left:10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	float:left;
	width:450px;
}

.feature h3{
	padding: 10px 0px 5px 0px;
	text-align:left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .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 #04357E;
	font-size: 11px;
	background-color: #FFFFFF;
	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" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

#search form{
   margin: 0px;
   padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
}

#navBar ul {
   list-style: none;
   margin: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
   border-bottom-color: #04357E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-color:#FFFFFF;
	margin-top: 5px;
	font-size: 16px;
	width:148px;
	margin-left:1px;
}

#sectionLinks h3{
}

#sectionLinks a:link{
}

#sectionLinks a:visited{
}

#sectionLinks a:hover{
	text-decoration: underline;
	color:#FFBC3A;
}

#sectionLinks a:active{
	color:#FFBC3A;
}

/*********** #relatedLinks styles ***********/

#relatedLinks{
   background-color: #336799;
	font-size:12px;
	font-weight: bold;
	padding-left:10px;
	margin-top:10px;
	height:150px;
}

#relatedLinks h3{
	padding-top:5px;
	height:25px;
	color:#FFFFFF;
	font-size:13px;
   font-style: normal;
}

#relatedLinks a{
	height:10px;
	color:#FFFFFF;
	font-size:12px;
   background-color: #336799;
   text-decoration: none;
}

#relatedLinks a:hover{
	height:10px;
	width:120px;
   color:#FFBC3A;
	font-size:12px;
   background-color: #336799;
}


/************** #advert styles **************/

#advert{
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}

.welcome {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
}