body {
	margin: 0;
	padding: 0;

	background-color: #01457a;
	text-align: left;
}

p {
	margin: 0 0 0.8em 0;
	padding: 0;
	line-height: 18px;
}

form, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {
	width: auto;
	border: 0;
}
input, select {
	margin: 2px;
	padding: 1px;
	border-color: #04467c;
	border-width: 1px;
}
input.button {
	padding: 0;
	background-color: #01457a;
	color: #fff;
}

em {
	font-style: normal;
	font-weight: bold;
}

a {
	color: #01457a;
}

h1 {
	margin: 0 0 8px 0;
	padding: 0;

	font-weight: bold;
	font-size: 14px;
}

h2 {
	margin: 0;
	padding: 0;

	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}

h2.colored {
	margin: 0;
	padding: 0;

	font-weight: bold;
	font-size: 13px;
	color: #01457a;
	line-height: 18px;
}

h2.category {
	font-size: 14px;
	background-color: #c4dadc;
	padding: 2px 5px;
	margin: 10px 0px;
}

h3 {
	margin: 0;
	padding: 0;

	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

img {
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

/******************/
/*** containers ***/
/******************/

/*** misc. begin ***/
#page {
	width: 1002px;
	height: auto;

	margin: 0 auto 0 0;
	padding: 0;

	background-color: #c4dadc;
	background-image: url(gfx/Hintergrund.gif);
	background-repeat: no-repeat;

	font-family: arial,sans-serif;
	font-size: 12px;
	color: #000;
}

#head {
	margin: 0;
	padding: 0;
	height: 80px;

	background-image: url(gfx/Logo_hell.gif);
	background-repeat: no-repeat;
	background-position: 455px 0;
}
#head.index {
	background-image: url(gfx/Logo_dunkel.gif);
}
#logo {
	margin: 0;
	padding: 0;
	height: 80px;
	width: 148px;
	float: left;

	background-image: url(gfx/Logo_ORSoft.gif);
	background-repeat: no-repeat;
	background-position: 10px 13px;
}
#claim {
	float: left;
	margin: 0;
	padding: 0;
	width: 550px;
	text-align: center;
}
#claim p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	color: #01457a;
	line-height: 80px;
}
#maintools {
	margin: 0 15px 0 0;
	padding: 15px 0 0 0;
	text-align: right;
	font-size: 10px;
}
#maintools input, #maintools select {
	font-size: 10px;
}

#main {
	background-image: url(gfx/bg_nav.gif);
	background-repeat: repeat-y;
}

#content {
	width: 854px;
	float: right;
	margin: 0;
	padding: 0;

	background-color: #fff;
	background-image: url(gfx/Logo_hell.gif);
	background-repeat: no-repeat;
	background-position: 307px -80px;
}
#content.index {
	background-image: url(gfx/Logo_dunkel.gif);
}
#content-spacer {
	height: 531px;
	width: 1px;
	float: right;
	margin: 0;
	padding: 0;
}
#content-left {
	float: left;
/* Firefox, Netscape + IE6 */
	width: 574px;
	margin: 0;
	padding: 30px 15px 5px 23px;
}
#content-right {
	width: 201px;
	float: right;
	margin: 0;
	padding: 20px 15px 5px 0;
	font-size: 0.9em;
}

#navi {
	float: right;
	width: 148px;
	padding: 20px 0 0 0;
}

/********************************/
/*-- navi begin --*/
ul.nav {
/* no fixed width because of IEv5
	width: 148px;	
*/
	list-style-type: none;
	display: block;

	margin: 0;
	padding: 0;
	
	text-align: right;
	font-size: 12px;
}

ul.nav li {
	/* IE gaps
	display: inline;
	*/
}

ul.nav li a {
	display: block;
	width: 103px;
	margin: 0 44px 0 0;
	padding: 0;

	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
}
ul.nav li.priact a {
	text-decoration: underline;
}

/* secondary nav items */
ul.nav li ul {
	margin: -4px 0px -2px 0;
	padding: 0 0 3px 0;
}

ul.nav li.priact ul {
	background-image: url(gfx/bg_nav2.gif);
	background-repeat: repeat-y;
}

ul.nav li ul li {
	display: inline; /*IE gaps*/

	margin: 0 0 -11px 0;
	padding: 0 0 11px 0;

	background-image: url(gfx/leiste_active2.gif);
	background-repeat: no-repeat;
	background-position: 108px 0;
}
ul.nav li ul li a {
	display: block;
	width: 135px;
	margin: 0 13px 0 0;
	padding: 0;

	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}
ul.nav li.priact ul li a {
	text-decoration: none;
}
ul.nav li ul li.secact a, #navi ul li ul li a:hover {
	text-decoration: underline;
}

#content-right ul.nav {
	height: 115px;
}
#content-right ul.nav li a {
	width: 198px; /* static width kills IE bug (vertical space) */
	margin-right: 0;
}
/*
#content-right ul.nav li#imprint {
	margin-top: 395px;
}
*/
/********************************/

div.clearer {
/*
negative margins are not interpreted
correctly by all browsers
*/
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
	clear: both;
}


/********************************/
/*-- misc begin --*/
ul.plainlist {
	list-style-type: none;
	margin: 0 0 0.8em 0;
	padding: 0;
}

div.twinlists ul {
	float: left;
}
div.twinlists ul.twinlist2 li {
	padding-left: 25px;
	background-image: url(gfx/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 0.6em;
}
span.event {
	margin: 0px 1em;
	color: #01457a;
}