body{
	font-family: Arial, sans-serif, Helvetica, Verdana;
	font-size: 69%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background-image:url(images/back.gif)
}

a{
	color: #B22B15;
	text-decoration: none;
}

a:link{
	color: #B22B15;
	text-decoration: none;
}

a:visited{
	color: #005AA9;
	text-decoration: none;
}

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

h1{
 font-size: 150%;
 color: #005AA9;
 margin: 0px;
 padding: 40px 0px 0px;
}


ul{
 list-style-type: square;
}


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

#masthead{
	width: 100%;
	height: 122px;
	text-align:right; 
	background-image:url(images/hoffert.gif) 
}
#claim{
padding-left: 10px;
line-height: 24px;
height: 24px;
border-bottom: 1px solid #FFF;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
color: #FFF;
font-weight:bold;
background-color: #005AA9;
word-spacing:7px
}

#barrierefrei {
float:right;
padding-right: 30px;
word-spacing: normal

}

#navBar{
	float: left;
	width: 20%;
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
}

#hinweis{
  float:right;
	width: 200px;
	padding-top: 50px;
	padding-left: 50px;
	color:#005AA9;
	font-size: 110%
}

#hinweis a, #hinweis a:link, #hinweis a:visited {
	color: #005AA9
}

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

#content{
float:right;
  width: 75%;
  background:url(images/weiss-blau.gif) right
}

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

.story{
width: 450px;
	padding: 10px 0px 0px;
}

.story p{
	padding: 0px 0px 10px 0px;
}

.bold {font-weight: bold}
.italic {font-style:italic}


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

#siteInfo{
	clear: both;
	position: relative;
	background-color:#005AA9;
	padding: 0px;
}

#button { position:absolute; z-index:2; right:20px; top:-36px }

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


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

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#navBar li li a {padding-left: 25px}

#navBar li {border-bottom: 1px solid #005AA9;
font-weight:bold}

#navBar li li {border-bottom: none;
font-weight: normal}

#navBar a {
	display: block;
	padding: 5px 0px 5px 10px;
	color: #005AA9
}

#navBar a:hover{
	background-color: #DEEAF4;
	text-decoration:none;
	color: #B22B15
}
.activ { color: #B22B15 }
