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

body{
	font-family: Arial,sans-serif;
	background-image: url(images/background.jpg);
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited{
	color: #003399;
	text-decoration: none;
}

a:hover{
	color: #990033;
	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-size: 140%;
	color: #003399;
	text-align: center;
}

h2{
	font-size: 120%;
	color: #003399;
}

h3{
	font-size: 100%;
	color: #003399;
}

h4{
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;	
}

h5{
	font-size: 120%;
	color: #000000;
	text-align: center;
}

h6{
	font-size: 120%;
	color: #003399;
	text-align: center;
}

ul{
	list-style-type: square;
}

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

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

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navTop{
	padding: 0px;
	position: fixed;
	height: 100px;
	left: 0px;
	top: 0px;
	width: 220px;
	background-image: url(images/top.jpg);
	background-attachment: fixed;
}

#navBar{
	padding: 0px;
	position: fixed;
	overflow-y: scroll;
	height: 458px;
	left: 0px;
	top: 100px;
	width: 220px;
	background-image: url(images/frame.jpg);
	background-attachment: fixed;
}

#navBottom{
	padding: 0px;
	position: fixed;
	height: 210px;
	left: 0px;
	top: 558px;
	width: 220px;
	background-image: url(images/bottom.jpg);
	background-attachment: scroll;
}

#content{
	float:right;
	width: 70%;
	max-width: 780px;
	margin: 0;
	position: absolute;
	left: 220px;
	top: 0px;
	min-height: 741px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	background-color: #FFFFFF;
}

#rahmen{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

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


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 90%;
	text-align: justify;
	padding-top: 20px;
	border-top: 1px solid #cccccc;
	width: 100%;
}

.blue{
	color: #003399;
}

.small {
	color: #003399;
	font-size: 80%;
}

.smallb {
	font-size: 80%;
	font-style: italic;
}

.smaller {
	color: #003399;
	font-size: 70%;
	text-align: left;
}

.boxp{
	width: 100%;
	height: auto;
	border: none;
}

.boxt{
	width: auto;
	height: 20px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 110%;
	color: #003399;
	font-weight: bold;
}

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

#siteInfo{
	clear: both;
	font-size: 90%;
	margin-top: 0px;
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	padding: 10px;
	color: #CCCCCC;
}

.sitevisit{
	color: #003399;
	text-decoration: underline;	
}
/* 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" */

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

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #003399;
	font-size: 90%;
}

#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;
	padding: 2px 0px 2px 2px;
	height: auto;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.visit {
	display: block;
	padding: 2px 0px 2px 2px;
	height: auto;
	color: #003399;
	text-decoration: underline;
	border: 1px solid white;
	border-left-color: #003399;
	border-top-color: #003399;
}

/* 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: absolute;
	padding: 2px 1px 2px 5px;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	top: 10px;
	width: 190px;
	height: auto;
	left: 5px;
	font-weight: bold;
}

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

#sectionLinks a:link{
	border: 1px solid #003399;
    border-left-color: white;
	border-top-color: white;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border: 1px solid #003399;
	border-left-color: white;
	border-top-color: white;
	font-weight: lighter;
}

#sectionLinks a:hover{
	border-color: white;
    border-left-color: #003399;
	border-top-color: #003399;
	text-decoration: none;
}

/* Erweiterung zur dynamischen Ein-/Ausblendung */
#sectionLinks li>ul{
    display: block;
	border-color: white;
    border-left-color: #003399;
	border-top-color: #003399;
	padding: 0px 0px 2px 5px;
}
