/*
-----------------------------------------------
screen
----------------------------------------------- */

* {
	margin:0;
	padding:0;
	}

html, body {
	width:100%;
	height:100%;
	background:#fff;
	}

body {
	text-align:left;
	font:0.8em/1.1 Helvetica, Arial, sans-serif; /* unitless line-heigt gets computed relatively to each descendant, validator gets it wrong */
	color:#000;
	}

/* elements
----------------------------------------------- */

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration:none;
	color:#0d3293;
	}
a:hover {
	color:#89a1cd;
	}
img {
	border:0;
	}

form {
	display:inline;
	}

input,
select,
textarea {
	font-family:inherit;
	font-size:100%;
	}

option {
	padding:0 0.3em; /* mozilla bug: too small select boxes */
	}

hr {
	display:none;
	}

/* wrapper
----------------------------------------------- */

#wrapper {
	width:80em;
	}

/* content1
----------------------------------------------- */

#content1 {
	position:relative;
	float:left;
	margin:4em 1.5em 1.5em 1.5em;
	width:25em;
	height:20em;
	text-align:right;
	}

#content1 a.erste_hilfe {
	color:#b41800;
	}

#navigation {
	position:absolute;
	right:0;
	bottom:0;
	}

#navigation li {
	list-style-type:none;
	}

#content1 a.active,
#navigation a.active {
	color:#000;
	}

/* content2
----------------------------------------------- */

#content2 {
	position:relative;
	float:left;
	margin:4em 1.5em 1.5em 1.5em;
	width:45em;
	height:20em;
	}

#logo {
	position:absolute;
	left:0;
	bottom:0;
	}

#logointro {
	position:absolute;
	left:0;
	bottom:1px;
/*
for ie bottom:4px;
for ns bottom:1px;
*/
	}

#address {
	position:absolute;
	left:6em;
	bottom:0;
	line-height:115%;
	}

/* content3
----------------------------------------------- */

#content3 {
	clear:left;
	float:left;
	margin:1.5em;
	width:25em;
	text-align:right;
	}

#content3 h2 {
	font-size:100%;
	font-weight:normal;
	color:#003a8a;
	}

#content3 a.active {
	color:#000;
	}

#content3 ul {
	margin-bottom:1em;
	}

#content3 li {
	list-style-type:none;
	}

/* content4
----------------------------------------------- */

#content4 {
	float:left;
	width:44em;
	height:40em;
	margin:1.5em;
	padding-right:3em;
	overflow:auto;
	}

#content4 h2 {
	font-size:100%;
	font-weight:bold;
	}

#content4 h3 {
	margin-top:1em;
	font-size:100%;
	font-weight:normal;
	}

#content4 h2.i,
#content4 h3.i {
	text-indent:6em;
	}

#content4 h2.tm1,
#content4 h3.tm1 {
	margin-top:1em;
	}

#content4 h2.tm2,
#content4 h3.tm2 {
	margin-top:0.5em;
	}

#content4 h2.tm1i,
#content4 h3.tm1i {
	margin-top:1em;
	text-indent:6em;
	}

#content4 h2.tm2i,
#content4 h3.tm2i {
	margin-top:0.5em;
	text-indent:6em;
	}

#content4 h2.bm1,
#content4 h3.bm1 {
	margin-bottom:1em;
	}

#content4 h2.bm2,
#content4 h3.bm2 {
	margin-bottom:0.5em;
	}

#content4 a.i {
	padding-left:1em;
	background:transparent url(/images/link.gif) 0 50%;
	}

#content4 p.bm1 {
	margin-bottom:1em;
	}

#content4 p.bm1i {
	margin-bottom:1em;
	text-indent:6em;
	}

#content4 p.tm1 {
	margin-top:1em;
	}

#content4 p.tm1i {
	margin-top:1em;
	text-indent:6em;
	}

#content4 p.tm2 {
	margin-top:0.5em;
	}

#content4 p.tm2i {
	margin-top:0.5em;
	text-indent:6em;
	}

#content4 p.i {
	text-indent:6em;
	}

#content4 p.alert {
	color:#b41800;
	}

#content4 p.alertm {
	margin:1em 0;
	color:#b41800;
	}

#content4 ul.i {
	margin-left:6em;
	}

#content4 li {
	margin-left:1.5em;
	list-style-type:disc;
	}

#content4 ul.c li {
	margin:0;
	list-style-type:none;
	}

#content4 img {
	margin:0.1em 0;
	}

#content4 img.floatl {
	float:left;
	margin:1em 2em 1em 0;
	}

#content4 input.text {
	width:100%;
	}

#content4 textarea {
	width:100%;
	height:4em;
	}

#content4 div.c {
	clear:both;
	}

#content4.sos {
	width:44em;
	height:40em;
	padding-top:1em;
	background:#b41800;
	}

#content4.sos h2 {
	color:#fff;
	}

#content4 table {
	width:99.9%;
	}

#content4 tr {
	vertical-align:top;
	}

#content4 th {
	width:50%;
	padding:0 1em;
	}

#content4 td {
	width:50%;
	padding:0.5em 1em;
	}

#content4 td.invers {
	background:#fff;
	}

#content4.sos p.redm2 {
	margin:0.5em 0;
	color:#b41800;
	}
	
#content4 h2.announcement {
	margin:0 0 1em 0;
	margin-left:6em;
}

#content4 h3.announcement {
	margin:0 0 0 6em;
	font-weight:bold;
}

#content4 p.announcement {
	text-indent:6em;
	margin:0 0 1em 0;
}

#content4 p.announcement.date {
	margin:-1em 0 1em 0;
}

/* admin
----------------------------------------------- */

#admin {
	padding:1em;
	}

#admin h2,
#admin div,
#admin p {
	margin-bottom:1em;
	}

#admin #title {
	width:20em;
	}

#admin #body {
	width:30em;
	height:10em;
	}
	
#admin ul {
	margin-left:1.5em;
}

p.error {
	color:red;
}

/* hide
----------------------------------------------- */

.hide {
	position:absolute;
	left:-999px;
	width:990px;
}