body{
	font-family: Helvetica, Arial, Verdana;
	color: #FFFFFF;
	background-color: #8F2271;
	overflow: auto;
	text-decoration: none;
	font-size: 10pt;
	line-height: 14pt;
	letter-spacing: .02em;
}

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

h1{
	font-family: Helvetica, Arial, Verdana;
	font-size: 14pt;
	color: #FFFFFF;
	text-align: left;
	line-height: 16pt;
	font-weight: bold;
	padding-top: 20px;
	letter-spacinag: 0.03em;
}

h2{
	font-size: 11pt;
	color: #FFFFFF;
	line-height: 13pt;
}

h3{
 font-size: 10pt;
 color: #334d55;
}

h4{
 font-size: 10pt;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 10pt;
 color: #334d55;
}
				

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

#masthead{
	margin: 0;
	width: 810px;
	padding: 0px;
	height: 184px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#navBar{
	padding: 0px;
	background-color: #8F2271;
	color: #FFFFFF;
	width: 260px;
	height: 280px;
	top: 184px;
	z-index: auto;
	margin: 0;
}

#content{
	width: 480px;
	background-color: #8F2271;
	left: 299px;
	top: 400px;
	position: absolute;
	height: 600px;
	overflow: auto;
	color: #FFFFFF;
	z-index: auto;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	font-size: 10pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 120%;
}

.story p{
	padding: 0px 0px 10px 0px;
	font-size: 10pt;
	line-height: 12.5pt;
}


/*********** #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;}
#Image {
	padding: 0px;
	background-color: #8F2271;
	left: 300px;
	position: absolute;
	top: 140px;
	height: 248px;
	width: 500px;
}
#navigation {
	padding: 0px;
	background-color: #8F2271;
	position: absolute;
	top: 220px;
	height: 166px;
	width: 260px;
}
.Navi {
	font-size: 10pt;
	line-height: 12.5pt;
	text-indent: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
}
.Naviaktiv {
	font-size: 12pt;
	line-height: 16pt;
	text-indent: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
}
#Kontakt {
	background-color: #8F2271;
	position: absolute;
	top: 560px;
	height: 166px;
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-size: 10pt;
	line-height: 13pt;
}
