html {
	* height:100%;
	min-height:100%;
}

body {
	margin:0px;
 	padding:0px;
  	background-image:url(../_img/background.jpg);
 	background-repeat:no-repeat;
 	background-position:bottom center;
	min-height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

h1 {
	font-family: Georgia, Times;
	font-size: 20px;
	color: #6D452C;
	letter-spacing: -1px;
	font-weight: lighter;
	margin: 10px 0px 0px 0px;
}




#main {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#head {
	margin: 20px 0px;
}

#content {
	width: 510px;
	float: left;
	font-size: 11px;
	color: #000000;
	padding-bottom: 100px;
	line-height: 18px;
}

#content a {
	color: #E60005;
	
}

#content_left {
	width: 48%;
	float: left;
}

#content_right {
	width: 48%;
	float: right;
}

/*------------------------------Navigation------------------------------*/

#navigation {
	width: 250px;
	float: right;
	font-size: 11px;
	height: 100%;
}

#navigation #navigation_container {
	width: 210px;
	float: right;
	border: 1px solid #6D452C;
	margin-bottom: 10px;
	background-image: url(../_img/bg_navi.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F7F3F2;
	
}

#navigation #navigation_container #box {
	width: 190px;
	margin-left: auto; 
	margin-right: auto;
	margin-bottom: 10px;
}

#navigation_container h1 {
	font-family: Georgia, Times;
	font-size: 18px;
	color: #6D452C;
	letter-spacing: -1px;
	font-weight: lighter;
	margin: 5px 0px 5px 10px;
	text-decoration: none;
}

#navigation_container h1 a {
	font-family: Georgia, Times;
	font-size: 18px;
	color: #6D452C;
	letter-spacing: -1px;
	font-weight: lighter;
	margin: 5px 0px 5px 10px;
	text-decoration: none;
}

#ueberblick {
	font-family: Georgia, Times;
	font-weight: lighter;
	font-size: 18px;
	letter-spacing: -1px;
	color: #6D452C;
	width: 210px;
	float: right;
	margin-top: 25px;
}

#ueberblick a{
	color: #6D452C;
}

#counter {
	border-bottom: 1px solid #6D452C;
	font-size: 11px;
	float: right;
	width: 210px;
	margin: 25px 0 130px;
	background-color: #FFFFFF;
}

#counter .big {
	font-size: 14px;
	color: #6D452C;
	font-weight: bold;
	letter-spacing: -1px;
}
/*------------------------------Formular------------------------------*/


.form_box {
	border: 1px solid #6D452C;
	width: 180px;
	margin-bottom: 6px;
	margin-top: 1px;
	font-size: 10px;
	padding: 2px;
}

.form_suche {
	float: right;
	border: 1px solid #6D452C;
	width: 80px;
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 2px;
	margin: 5px 0 5px 0px;
}

.form_checkbox {
	float: left;
	margin-bottom: 20px;
}

.form_select{
	border: 1px solid #6D452C;
	width: 186px;
	margin-bottom: 6px;
	margin-top: 1px;
	font-size: 10px;
	padding: 2px;
}

#box .small_font {
	font-size: 10px;
}

#clearer {
	clear: both;
	height: 1px;
}



.form_space { margin: 0 0 10px; padding: 0; clear: both; overflow: auto; height: 1%;  }
.form_space input { float: left; }
.form_space label { float: right; width: 166px; }


/*------------------------------Zufallsretter------------------------------*/

#letzten {
	width: 100%;
	height: 85px;
	background-image: url(../_img/box_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #6D452C;
}

#letzten #abstand {
	padding: 5px;
}


/*------------------------------Übersichten------------------------------*/

.box_uebersicht {
	position: relative;
	width: 240px;
	height: 81px;
	border: 1px solid #6D452C;
	background-image: url(../_img/box_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	margin: 0px 13px 10px 0px;
}

.box_uebersicht h2 {
	margin: 3px;
	color: #6D452C;
	font-size: 11px;
	font-weight: normal;
}

.box_uebersicht .anschauen {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 13px;
	margin: 3px;
}

.box_uebersicht .anschauen a {
	font-weight: bold;
	color: #6D452C;
}

/*------------------------------Zufallsretter------------------------------*/

#retter {
	position: relative;
	float:left;
	overflow: hidden;
	padding: 11px;
	margin: 20px 30px 0px 0px;
}

#rahmen1_links {
	position: absolute;
	background-image: url(../_img/rahmen1_links.gif);
	background-repeat: no-repeat;
	left: 0px;
	top:0px;
	height: 261px;
	width: 261px;
}

#rahmen1_rechts {
	position: absolute;
	background-image: url(../_img/rahmen1_rechts.gif);
	background-repeat: no-repeat;
	right: 0px;
	bottom:0px;
	height: 261px;
	width: 261px;
}

#rahmen2_links {
	position: absolute;
	background-image: url(../_img/rahmen2_links.gif);
	background-repeat: no-repeat;
	left: 0px;
	top:0px;
	height: 261px;
	width: 261px;
}

#rahmen2_rechts {
	position: absolute;
	background-image: url(../_img/rahmen2_rechts.gif);
	background-repeat: no-repeat;
	right: 0px;
	bottom:0px;
	height: 261px;
	width: 261px;
}

#rahmen3_links {
	position: absolute;
	background-image: url(../_img/rahmen3_links.gif);
	background-repeat: no-repeat;
	left: 0px;
	top:0px;
	height: 261px;
	width: 260px;
}

#rahmen3_rechts {
	position: absolute;
	background-image: url(../_img/rahmen3_rechts.gif);
	background-repeat: no-repeat;
	right: 0px;
	bottom:0px;
	height: 260px;
	width: 260px;
}

#ecke_links {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#ecke_rechts {
	position: absolute;
	right: 0px;
	top: 0px;
}

#link_trans {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100px;
overflow: hidden;
cursor: hand;
}

/*------------------------------Detailseite------------------------------*/


#box_big_detail {
	background-image: url(../_img/bg_big_box.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F7F3F2;
	border: 1px solid #6D452C;
}

#lebensretter_angaben {
	margin: 20px 0px 0px 20px; 
}

#lebensretter_angaben .big {
	font-weight: bold;
	color: #6D452C;
}


/*** für den last10-Scroller**/

#last10 {
	position:relative;
	height:75px;
	background-image:url(../_img/media/scroll_back.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#last10 img {
	border:0px solid #fff;
}

#last10 #scroll_elements {
	float:left;
	overflow:hidden;
	height:80px;
	width:438px;
	margin:5px;
}

#last10 #scrollcontent {
	display:block;
	width:1000px;
}

#agb {
	position:absolute;
	width:370px;
	height:290px;
	padding:5px;
	top: 45%; 
	left: 50%;
	overflow:scroll;
	background-color:#fff;
	border:5px solid #6D452C;
	margin:0px 0px 0px -190px;	
}

#agb input {
	border:1px solid #6D452C;
	background-color:#fff;
	font-size:12px;
	margin:5px;
}