body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #fff;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image:  url(img/img-bkgnd.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

/* background elements */

#top {
	z-index: 0;
	left: -200px;
	top: 0px;
}

#bottom {
	z-index: 1;
	left: -100px;
	top: 0px;
}

#header { /* on top of all pages */
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 0px;
	height: 80px;
	width: 760px;
	margin: 0;
	padding: 0;
	background-image:  url(img/img-header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: 1px solid #036;
}

#logo {
	position: absolute;
	z-index: 15;
	left: 380px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 380px;
	height: 75px;
}

#headimg {
	position: absolute;
	z-index: 22;
	left: 240px;
	top: 0px;
	width: 280px;
	height: 60px;
	background-image:  url(img/img-head1.jpg);
}

/* first and sub navigation defs */

#margin {
	position: absolute;
	z-index: 30;
	width: 220px;
	left: 15px;
	top: 95px;
}

#firstnav {
	top: 0px;
	left: 0px;
	width: 220px;
	margin-bottom: 1em;
}

#firstnav ul {
	margin: 0;
	padding: 0;
}

#firstnav li {
	margin: 0; /* neccessary for Opera 6.5 */
	list-style-type: none;
	display: inline;
}

#firstnav a:link, #firstnav a:visited {
	font-size: 0.9em;
	line-height: 1.25em;
	/*height: 1.2em;
	min-height: 1.2em;*/
	color: #036;
	background-color: inherit;
	text-decoration: none;
	margin-top: 0.7em;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #036;
	display: block;
}

#firstnav a.en:link, #firstnav a.en:visited {
	color: #036;
	background-image: url(img/en.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: inherit;
}

#firstnav a.de:link, #firstnav a.de:visited {
	color: #036;
	background-image: url(img/de.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: inherit;
}

#firstnav a:hover, #firstnav a:focus, #firstnav a:active {
	font-style: italic;
	color: #666;
	background-color: inherit;
	border-bottom: 1px solid #999;
}

#firstnav a.en:hover, #firstnav a.en:focus, #firstnav a.en:active {
	color: #666;
	background-image: url(img/en-aktiv.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: inherit;
}

#firstnav a.de:hover, #firstnav a.de:focus, #firstnav a.de:active {
	color: #666;
	background-image: url(img/de-aktiv.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: inherit;
}

#firstnavaktiv a:link, #firstnavaktiv a:visited, #firstnavaktiv a:hover, #firstnavaktiv a:focus, #firstnavaktiv a:active {
	text-align: right;
	font-style: normal;
}

.copy {
	font-size: 0.8em;
	color: #036;
	background-color: inherit;
	margin-left: 0;
}

/* various content area defs */

#content {
	position: absolute;
	z-index: 43;
	width: 490px;
	top: 95px;
	left: 270px;
	padding: 0 0 1em 0;	
}

/* headline, paragraph and text marking defs */

h1 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0 0.7em 0;
	color: #666;
	background-color: inherit;
}

h2, h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	color: #036;
	background-color: inherit;
}

p {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0 0 0.9em 0;
}

.kleinerleft {
	clear:left;
	width: 235px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 20px 0.3em 0;
	float: left;
}

.kleinerright {
	width: 235px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 0.3em 20px;
	float: right;
}

.kleiner {
	float: left;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 0.3em 0;
}

strong {
	color: #036;
	background-color: inherit;
	font-weight: bold;
}

em {
	color: #036;
	background-color: inherit;
	font-style: italic;
}

#content ul {
	margin: 0.5em 0 0 0.5em;
	padding-left: 1em;
	list-style-image: url(img/img-listitem.gif);
}

#content li {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0; /* for Opera */
}

.imglegend {
	font-size: 0.8em;
	font-weight: bold;
	color: #036;
	background-color: inherit;
	margin : 0 0 0.7em 1em;
}

hr {
	height: 1px;
	color: #036;
	background-color: #036;
	border: 1px none;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.halfwidth {
	width: 235px;
	margin: 0;
}

.floatleft {
	width: 235px;
	float: left;
	margin: 0 15px 0 0;
}

.floatright {
	width: 235px;
	float: right;
	margin: 0 0 0 15px;
}

.floatleftmini {
	width: 107px;
	float: left;
	margin: 0 10px 0 0;
}

.floatrightmini {
	width: 107px;
	float: right;
	margin: 0 0 0 10px;
}

.clearall {
	clear: both;
	margin: 0;
	padding: 0;
}

.clearleft {
	clear: left;
	margin: 0;
	padding: 0;
}

.clearright {
	clear: right;
	margin: 0;
	padding: 0;
}

.noborder {
	border: none;
	margin-bottom: 0.3em;
}

.noborder2 {
	border: none;
	margin: 0.2em 0.1em 1.8em 0;
	float: left;
}

.imgborder {
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
}

.invisib {
	width: 0px;
	z-index: 1000;
	position: relative;
}

.blind {
	position:absolute;
	left:-1000px;
	width: 0;
	height: 0;
	border: none;
}

.emptyline {
	line-height: 0.3em;
}

a.morelink:link, a.morelink:visited {
	color: #036;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a.morelink:hover {
	color: #999	;
	text-decoration: underline;
}

a.morelink2:link, a.morelink2:visited {
	font-size: 0.75em;
	line-height: 1.3em;
	color: #036;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

a.morelink2:hover {
	color: #999	;
	text-decoration: underline;
}

#toplink a:link, #toplink a:visited {
	font-size: 0.85em;
	line-height: 1.2em;
	clear: both;
	float: right;
	text-decoration: none;
	color: #036;
	background-color: inherit;
	margin-top: 1em;
	padding: 0.1em 0.4em 0.2em 0;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}

#toplink a:hover, #toplink a:focus, #toplink a:active {
	font-style: italic;
	color: #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* form defs */

#contform {
	margin: 0 0 1.5em 0;
    line-height: 150%;
}

#contform fieldset {
	width: 90%;
	padding: 0 1em 0.5em 1em;
	border: 1px solid #036;
}

#contform legend {
	font-size: 0.9em;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0.3em;
	margin: 0.5em 0 1em -0.5em;
	color: #fff;
	background-color: #036;
	border: 1px solid #036;
}

#contform label.links {
    float: left;
	font-size: 0.9em;
    text-align: right;
	color: #036;
    width: 7em;
    margin: 0 0.5em 0 0;
}

#contform label.normal {
    float: left;
	font-size: 0.9em;
    text-align: right;
	color: #036;
    margin: 0 0.5em 0 0;
}

#contform input {
	margin: 0 0 0.7em 0;
	line-height: 1.2em;
	padding-left: 0.3em;
	border: 1px solid #036;
	color: #333;
	background-color: #f4f6f8;
}

#contform textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 22em;
	margin: 0 0 0.7em 0;
	line-height: 1.2em;
	padding-left: 0.3em;
	border: 1px solid #036;
	color: #333;
	background-color: #f4f6f8;
}

#contform input.check {
    float: left;
	color: #036;
    margin: 0.1em 0.3em 0 7em;
	padding: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #036;
}

#contform input.rechts {
    float: left;
	color: #036;
    width: auto;
    clear: both;
    margin-left: 7em;
    margin-right: 0.3em;
}

#contform input.subm {
	margin: 0.3em 0 0 7em;
	color: #036;
	background-color: #f4f6f8;
}

#contform input.rest {
	margin: 0.3em 0 0 0em;
	border: 1px solid #036;
	color: #036;
	background-color: #f4f6f8;
}

#hinweis {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 345px;
	width: 135px;
	padding: 0.7em;
	font-size: 0.85em;
	line-height: 1.1em;
	color: #036;
	background-color: #fff;
	border: 1px solid #036;
}

.stern {
	position: relative;
	top: -0.5em;
	padding-left: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #c00;
}

.stern2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #c00;
}

/*  Extrawurst fuer Mozilla, keine Ahnung, warum das so ist. */

#contform input[type=text], select, textarea {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-left: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #036;
}

#contform input[type=submit] {
	margin-left: 8em;
	line-height: 1.2em;
	cursor:	pointer;
}

#contform input[type=reset] {
	margin-left: 0.5em;
	line-height: 1.2em;
	cursor:	pointer;
}

#contform input[type=checkbox].check, input[type=radio].rechts, input[type=submit].rechts {
    margin: 0.1em 0.5em 0 8em;
	padding: 0;
	width: 18px;
	height: 18px;
}

#contform label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
    cursor: pointer;
}

/* table defs */

table {
	border: none;
	width: 98%;
	border-collapse: collapse;
	font-size: 0.9em;
	margin: 1em 0 2em 3px;
}

caption {
	font-size: 1em;
	text-align: left;
	padding-bottom: 5px;
}

/* tooltips */
a.tooltip, a.tooltip:link, a.tooltip:visited {
	position:relative;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	color: #333;
	background-color: inherit;
	border-bottom: 1px dashed #369;
}
a.tooltip:hover, a.tooltip:focus, a.tooltip:active {
	color:#036;
	background:transparent;
}
a.tooltip dfn, a.tooltip:hover dfn .invis, a.tooltip:focus dfn .invis, a.tooltip:active dfn .invis {
	position:absolute;
	top:0;
	left:-1000px;
	width: 0;
	height: 0;
	font-style:normal;
	border: none;
display: inline;
}
a.tooltip:hover dfn, a.tooltip:focus dfn, a.tooltip:active dfn {
	position:absolute;
	z-index:100;
	top:1.0em;
	left:-20px;
	width: 250px;
	max-width: 238px;
	height:auto;
	font-size: 0.9166em;
	line-height: 1.4em;
	font-style:inherit;
	color:#036;
	background:url(img/ttbg.gif) 0 0 no-repeat;
	background-color:transparent;
	padding:25px 5px 7px 7px;
	border-bottom: 2px solid #369;
display: block;
}
