/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body{
	font-family : Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #97AE56;
	}
a:link, a:visited, a:hover {
	color: #734A06;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial,sans-serif;
	margin: 0px;
	padding: 3px;
}
H1 {
	color : #734A06;
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif;
	font-size: 108%;
	font-weight: bold;
} 
H1:first-letter { 
font-size : 160%;
color : #734A06;
background-color : transparent;
line-height : 2em;
font-weight : bold;
text-align : center;
} 

h2{
 font-size: 96%;
 color: #734A06;
 background-color: transparent;
margin : 4px 2px 2px 6px;
padding : 2px 6px 2px 2px;
}

h3{
	font-size: 94%;
	color: #734A06;
	background-color: transparent;
	text-align: left;
}

h4{
 font-size: 82%;
 font-weight: bold;
 color:#734A06;
 background-color: transparent;
 margin: 4px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

img{
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

P {
color : #000;
background : transparent;
font-family : Arial, Helvetica, sans-serif;
font-size : 82%;
text-align : left;
list-style-position : outside;
list-style-type : disc;
margin : 4px 2px 2px 6px;
padding : 2px 6px 2px 2px;
}
	

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#masthead{
	width: 100%;
	height: 127px;
	background: #DA9E2C;
	padding: 0px;
}

#navBar{
	margin: 2px;
	padding: 2px;
	background-color: #F5A509;
	color: #000000;
	border-right: thin solid #006699;
	border-bottom: thin solid #006699;
	width: 200px;
	float:left;
}
#content{
	margin-left: 0px;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0;
}
#container {
	padding: 0;
	width: 850px;
	height: auto;
	background: #FFFFCC;
	border: thin solid #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

* html #container { /* Für IE */
    height: 100%;
}

.skipLinks {
display : none;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px 0px 0px 180px;
	padding: 0px 0px 2px 2px;
height:32px;

}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	height: 22px;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #395000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
	z-index: auto;
	width: auto;
}
/* '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{
 display: block;
}

#globalNav a {
text-align : center;
text-decoration : none;
font-size : 90%;
font-weight : bold;
margin : 5px;
color : #000000;
background-color : #ffeeb9;
padding-top : 2px;
padding-right : 4px;
padding-bottom : 2px;
padding-left : 4px;
border-right-width : medium;
border-bottom-width : medium;
border-right-style : outset;
border-bottom-style : outset;
border-top-color : #9f673e;
border-right-color : #674228;
border-bottom-color : #674228;
border-top-width : thin;
border-top-style : solid;
border-left-width : thin;
border-left-style : double;
border-left-color : #9f673e;
}
#globalNav a:hover {
color : #ffffff;
background-color : #004000;
border-right-width : medium;
border-bottom-width : medium;
border-right-style : outset;
border-bottom-style : outset;
border-top-color : #cc9900;
border-right-color : #fff;
border-bottom-color : #cc9900;
border-left-color : #cc9900;
border-top-width : thin;
border-left-width : thin;
border-top-style : solid;
border-left-style : inset;
}
#globalNav a:link {
color : #000000;
background-color : #ffeeb9;
top : 20px;
border-right-width : medium;
border-bottom-width : medium;
border-right-style : outset;
border-bottom-style : outset;
border-top-color : #cc9900;
border-right-color : #fff;
border-bottom-color : #cc9900;
border-left-color : #cc9900;
border-top-width : thin;
border-left-width : thin;
border-top-style : solid;
border-left-style : inset;
}
#globalNava:visited {
color : #fff;
background-color : #5e3b27;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature h3{
	text-align: left;
	font-size: 80%;
	margin : 4px 2px 2px 6px;
padding : 2px 6px 2px 2px;
}

.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;
	}

.story img{
	border: none;
}


/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	color: #FFFFDD;
	padding-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #395000;
	text-align: center;
	
}


/* 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 2px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 1px 0px 5px 1px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
}

#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 {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	width: auto;
	color: #000000;
	background-color: transparent;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #000000;
	background-color: transparent;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
	color: #000000;
}


/*********** .relatedLinks styles ***********/

#relatedLinks{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #FFF;
	background-color: #006699;
	position: relative;
	}

#relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color: #FFF;
	background-color: transparent;
}
#relatedLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #cccccc;
	width: 100%;
 	width: auto;
	color: #FFF;
	background-color: transparent;
}

#relatedLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	color: #FFF;
	background-color: transparent;
}

#relatedLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFCC;
	padding: 2px 0px 2px 10px;
	color: #000000;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #cccccc;
	font: 90% Arial, Helvetica, sans-serif;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
hr {  color: #006699;
background-color: transparent;
}

