html, body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 99.9%;
	height: 100%;
}

body {font-size: 0.8em;}

img {
	border: none;
}

ul,ol {
	padding-left: 15px;
	margin: 5px;
}

html {
	background-color: #CCCCCC;
}

#container_outer {
	margin: auto;
	width: 800px;
}

#container_inner {
	position: absolute;
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background: white;
}

#top {	background: url(gfx/top2.gif);	height: 153px;}

#nav_main {
	z-index: 10;
	margin: 0px;
	position: absolute;
	left: 140px;
	top: 113px;
}

.nav_item {
	display: inline;
	float: left;
	margin-left: 10px;
	position: absolute;
	overflow: visible;
}

.nav_item ul {
	display: none;
	background-image: url(gfx/navbg.png);
	overflow: visible;
	border:1px #b3ccfe solid;
	border-top: none;
	width:100px;
	padding: 0 20px 0 20px;
}

#title {
	margin-top: 0px;
}

#content {
	float: left;
	width: 480px;
	padding: 10px;
	overflow: hidden;
}

#content p {
	text-align:justify;
}

#right {
	float: right;
	border-left: 3px #b3ccfe dotted;
	width: 287px;
	padding: 5px;
}

#aktiv_werden {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

.aktiv_werden_li { /* eigentlich #aktiv_werden > li; das geht aber im IE6 nicht */
	background-repeat: no-repeat;
	width: 270px;
	border: 1px #b3ccfe solid;
	margin-bottom: 20px;
	margin-left: 5px;
}

#aktiv_werden > li > p {
	margin: 5px;
	text-align: left;
}

.aktiv_werden {
	display: block;
	height: 25px;
	margin-right: -5px;
	background-repeat: no-repeat;
	background-position: right;
}

.msgbox
{
	line-height: 145%;
	background-color: #fbf3bb;
	border: 1px #ff5555 solid;
	padding: 6px;
	margin-bottom: 5px;
}


.counter {
	text-align:center;
	border:1px black solid;
	font-size: 1.5em;
	font-weight: bold;
	background-color:white;
	padding:0 5px 0 5px;
	line-height:100%;
}

.counter_alt {
	margin-top: -5px;
	font-size: 1.5em;
	font-weight: bold;
}

.news {
	margin-bottom: 30px;
}

div.news > p {
	text-align: justify;
}

h2 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	/*  color: #0053A6; */
}

h3 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.news h3 {
	/* color: #0053A6; */
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	margin-top: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #b3ccfe;
}

p.kreuz {
	background: url(gfx/kreuz_kl.gif) no-repeat;
	padding-left: 50px;
}

a {
	color: #0053A6;
}
a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #748da6;
}

.infosymbol {
	vertical-align: bottom;
}

#tooltip.infobox {
	max-width: 350px;
	text-align:justify;
}

a.reverse {
	text-decoration: none;
}

a.reverse:hover {
	text-decoration: underline;
}

ul.hover li:hover, ol.hover li:hover
{
	background-color: #b3ccfe;
}
