/***********************************************/
/*         */
/*         */
/***********************************************/

/***********************************************/
/* COLORS                                      */
/*                                             */
/* #333333 grau                                */
/* #666666 grau                                */
/* #cccccc grau                                */
/* #dddddd grau                                */
/* #eeeeee grau                                */
/* #0066CC blau                                */
/* #f4f4f4 blaßgraugrün                        */
/* #CC0033 rot                                 */
/***********************************************/ 

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

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

a{
	color: #0066CC;
	text-decoration: underline;
}

a:link{
	color: #0066CC;
	text-decoration: underline;
}

a:visited{
	color: #0066CC;
	text-decoration: underline;
}

a:hover{
	color: #CC0033;
	text-decoration: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #333;
 margin: 0px;
 padding: 0px;
}

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                                 */
/***********************************************/
body {text-align: center;}

#page{
	/*position:absolute;
	top: 10px;
	left: auto;
	right: auto;*/
	margin:10px auto;
	text-align:left;
	width:980px;
	min-width: 900px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#masthead{
	height: 160px;
}

#mastcontent{

}

#content{
	float: left;
	width: 60%;
}

#content li {
	line-height: 100%;
}

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

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


/*********** #navBar styles ***********/

#navBar{
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	background-color: #FFEEDF; /* FFF8D9 FFFCEC*/
	background-image:url(../img/bg_verlauf_navi.jpg);
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	line-height: normal;
}

#navBar ul a:link, #navBar ul a:visited {display: block; text-decoration: none}
#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;}

.navBarLogo {
	margin: 10px;
}


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

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

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 4px 0px 4px 10px;
	font-weight: bold;
	color: #333333;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	color: #CC0033;
}


/*********** #relatedLinks styles ***********/

#relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 90%;
}

#relatedLinks a {
	display: block;
	font-weight: bold;
	color: #666666;
	background-color: #F4F4F4;
	background-image:url(../img/bg_verlauf_navi2.jpg);

}

#relatedLinks a:hover {
	color: #0066CC;
	background-color: #dddddd;
	background-image:url(../img/bg_dddddd.gif);
}


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align: left;
}

.feature p{
	text-align: justify;
	letter-spacing: 0.1pt;
	word-spacing: 0.8pt;
	margin-left: 6px;
	line-height: 120%;
}

.feature li{
	margin-bottom: 5px;
}

.feature table,fieldset{
	margin-left: 6px;
	letter-spacing: 0.2pt;
	word-spacing: 0.8pt;
}

.feature td,th{
	letter-spacing: 0.1pt;
	word-spacing: 0.8pt;
}

.feature h2{
	font-size: 16px;
	color: #999999; 
	background-color:#FFFFFF;
	background-image: url(../img/bg_verlauf_blau2.jpg); /* bg_verlauf3.jpg */
	background-repeat: repeat-x;
	padding: 4px 3px 2px 6px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}

.feature h3{
	font-size: 16px;
	margin-left: 6px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCCCCC;
}

.feature h5{
	font-size: 12px;
	margin-left: 6px;
	color: #000;
}

.feature em {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0066CC;
}

.feature legend{ 
	font-weight: bold;
	color: #999999;
}

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

.story{
	clear: both;
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.story p{
	margin-left: 6px;
	margin-top: 0px;
	text-align: justify;
	letter-spacing: 0.1pt;
	word-spacing: 0.8pt;
	line-height: 120%;
}

.story h2{
	font-size: 16px;
	margin-left: 6px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCCCCC;
}

.story h3 a{
	text-decoration: none;
}

.story h3{
	font-size: 14px;
	margin-left: 6px;
    padding-bottom: 3px;
    border-bottom: 1px solid #CCCCCC;
}

.story h5{
	font-size: 14px;
	font-style: italic;
	margin-left: 6px;
}

.story em{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #0066CC;
}

.story table, fieldset{
	margin-left: 6px;
	letter-spacing: 0.2pt;
	word-spacing: 0.8pt;
}

.story th { 
	background-color: #f4f4f4;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

.story td,th{
	letter-spacing: 0.1pt;
	word-spacing: 0.8pt;
	font-size: 12px;
	text-align:left;
}

.story td p {
	text-align:left;
}

.story li{
	margin-bottom: 10px;
}

.story img{
	/*float: left;*/
	padding: 10px 10px 0px 6px;
}

.story legend{ 
	font-weight: bold;
	color: #999999;
}

.grau2 {
	color:#AAA;
	margin-left: 6px;
}


/************** #boxright styles **************/

#boxright{
	float:right;
	width: 190px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc; 
	margin: 0px;
	padding: 7px;
	font-size: 77%;
	background-color: #FFFAEE;/* FFF5E4 */
	background-image: url(../img/bg_verlauf_navi.jpg);
	background-repeat: repeat-y; 
}

#boxright p{
	padding: 0px;
	margin-top: 0px;
	text-align: left;/*justify*/
	letter-spacing: 0.1pt;
	word-spacing: 0.8pt;
}

#boxright em {
	font-size: 12px;
	font-style: italic;
	color: #0066CC;
	line-height: 20px;
}

#boxright h3{
	margin-bottom: 10px;
}

#boxright a, a:link{
	text-align: left;
}

#boxright h5 a{
	text-decoration: none;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 0px;
	vertical-align: middle;
}

#siteInfo a{
	text-decoration: none;
}

.siteInfoLogo { 
	margin-right: 40px;
}


/************** misc. styles **************/

.rand1px {
	border: 1px solid #cccccc;
}

.newsletter {

}

.marginright10px { 
	margin-right: 10px;
}

.error, .red, #content SPAN.letterittext{ 
	color: #CC0033;
	font-weight: bold;
}