/***********************************************/
/* HTML tag styles [LST]                       */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	/*background-repeat: repeat-x;*/
	height:100%;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../pics/bg_grad.jpg);


}

/************** Layout Divs [LST] **************/
#pagecell1{
	position:absolute;
	top: 0px;
	left: 0%;
	right: 0%;
	width:100%;
	background-color: #ffffff;
	height: 100%;
}

#pageNav{
	float: left;
	width:160px;
	padding: 0px;
	background-color: #EDD5EF; /*;#57B030*/
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 0px solid #ccd2d2;
	background-color: #ffffff;
	
}

/**** hyperlink and anchor tag styles [LST] ****/
a:link, a:visited, img{
	color: #83358B; /* #005FA9;*/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*********** header tag styles [LST] ***********/
h1{
 font: bold 120% Arial,sans-serif;
 color: #ff0000 /*334d55*/;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************ list tag styles [LST] ************/
ul{
 list-style-type: square;
}

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

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

/********* Inhalt story styles [LST] ***********/
.story {
	padding: 0px 0px 0px 15px;
	font-size: 100%;
	height: 100%;
	overflow:auto;
	background-color: #ffffff;
	background-repeat:no-repeat;
}

.story h1{
	font: bold 140% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.story h2{
	font: bold 110% Arial,sans-serif;
	color: #000000;
	padding: 10px 0px 5px 0px;
}

.story h3{
	font: bold 90% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 0px 0px;
	color: #000000;
}

/********* SectionLinks styles [LST] ***********/
#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #333E92;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	color: #FFFFFF;
	background-color: #83358B;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}




