/* CSS Document */
html {
	height: 100%; 
	margin-bottom: 1px;
	}
body{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#425f9f;
	background-image: url(img/pattern.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

div#container{
	text-align:left;
	width:726px;
	margin:0 auto;
}

div#header {
	height:116px;
	margin: 0;
	padding: 0;
	}
	
div#navi{
	height:51px;
	padding-left:10px;
	background-color:#eef1f6;
	background-image: url(img/bg_navi.gif);
	background-repeat: no-repeat;
}
  

div#wrapper{
	float:left;
	width:100%;
	background-image: url(img/ralire.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-top:10px;
}

div#zwischenabstand{
	height:39px;
}

div#wrapper_3sp{
	float:left;
	width:100%;
	background-image: url(img/ralire_3.gif);
	background-repeat:repeat-y;
}

div#content{
	float:left;
	width:210px;
	margin-left:14px;
	margin-right:14px;
}
	
.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	line-height: 18px;
}
.fliesstext_subaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a0a0;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002C55;
	text-decoration: none;
	line-height: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

a.linkNormal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0c3183;
	text-decoration: underline;
}
a.linkNormal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background-color: transparent;
	text-decoration: underline;
}
a.linkNormal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background-color: transparent;
	text-decoration: none;
}
a.linkNormal:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background-color: #EFF2F5;
	text-decoration: underline;
}

.aufzaehl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	line-height: 16px;
	list-style-image: url(img/dot.gif);
	padding-left: 8px;
	margin-left: 8px;
}

div#footer{
	clear:left;
	width:100%; 
	height:30px;
	background: #fff;
	background-image: url(img/rau.gif);
	background-repeat: no-repeat;
}

