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

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FEFEF5;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

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

a:hover{
	color: #990033;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */


h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 140%;
	text-align: center;
}

h2{
	font-size: 120%;
}

h3{
	font-size: 100%;
}

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

ul{
	list-style-type: square;
}

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

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

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

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

#navBar{
	padding: 0px;
	background-color: #FEFEF5;
	position: fixed;
	width: 200px;
	height: 960px;
	left: 0px;
	top: 0px;
}

#content{
	float: right;
	width: 650px;
	margin: 0;
	position: absolute;
	left: 202px;
	top: 8px;
	min-height: 940px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FEFEF5;
	background-image: url(../images/spiralen.jpg);
}

#sideBar{
	padding: 0px;
	background-color: #FEFEF5;
	position: absolute;
	height: 960px;
	left: 876px;
	top: -1px;
	width: 150px;
}

/***********************************************/
/*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%;
	padding: 1% 1% 1% 1%;
	border-top: 1px solid #cccccc;
	width: 98%;
	background-color: #F5F5DC;
}

.side{
	clear: both;
	font-size: 90%;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	background-color: #FEFEF5;
}

.small {
	font-size: 80%;
	font-style: italic;
	color: #999999;
}

.smaller {
	font-size: 90%;
	font-style: normal;
	color: #999999;
}

.boxt{
	width: auto;
	height: 20px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 110%;
	color: #A51A17;
	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: #A2B817;
	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 #000000;
	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: #A2B817;
	font-weight: bold;
}

/* 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-weight: bold;
	font-size: 97%;
	top: 6px;
	width: 190px;
	height: auto;
	left: 5px;
}

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

#sectionLinks a:link{
	font-weight: bold;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
}

#sectionLinks a:visited{
	font-weight: lighter;
}

#sectionLinks a:hover{
	font-weight: bold;
	text-decoration: none;
}

/* Erweiterung zur dynamischen Ein-/Ausblendung */
#sectionLinks li>ul{
    display: block;
	font-weight: bold;
	padding: 0px 0px 2px 5px;
}
