/*	main   -------------------------------------------------------------------------------*/

* {
	margin : 0;
	padding : 0;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: url(../main/img/bg-tuerkis.png) repeat-y center #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eefffe;
	letter-spacing:2px;
	
	overflow-y: scroll;
	
}

h1 {
	font-family: 'SansusWebissimoItalic','Arial', 'Helvetica', 'sans-serif';
	font-size:28px; /* st = 24 */
	color:#000;
	}
h2 {
	/*font-family: 'SansusWebissimoRegular','Arial', 'Helvetica', 'sans-serif';*/
	font-size:13px; /* st = 18 */
	font-style:italic;
	color:#eefffe;
	padding:10px 0 5px 25px;
	}
h3 {
	font-size:13px; /* st = 14 */
	font-style:italic;
	padding:0 0 10px 0;
	}
.seqnav {
	font-size:12px; /* st = 14 */
	cursor:pointer;
	}

img {
	border:none;
	}

a {
	outline: none;
}

a:link, 
a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #000 !important;
	font-weight:bold;
}
a:active {
	color: #fff;
}

#box_foot_panel a:hover,
#box_foot_panel_end a:hover,
#impressum a:hover {
	color: #00b1b2 !important;
	}



h1 a:link, 
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #000 !important;
}
h1.titel a:link, 
h1.titel a:visited,
h1.titel a:hover,
h1.titel a:active {
	color: #eefffe !important;
}
h2 a:link, 
h2 a:visited,
h2 a:hover,
h2 a:active {
	color: #eefffe !important;
}
h3 a:link, 
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #00b1b2 !important;
}

p {
	padding:10px 0 0 25px;
	}
.end {
	width:100%;
	overflow:hidden;
	}
hr {
	border:none;
	margin:10px 0 0 0;
	height:1px;	/* für ie */
	border-top:1px solid #0f0f0f;
	background-color:transparent;
	margin-left:25px;
}


/*	struktur   -------------------------------------------------------------------------------*/

#box_main {
	width:835px;
	background: url(../main/img/bg_drop-tuerkis.png) no-repeat top left #00b1b2;
	margin:0 auto;
	
	min-height: 100%;
	height:auto !important;
	height:100%;
	overflow: hidden !important;
	position:relative;
	}
	
	#box_content {
		width:510px;
		height:auto;
		padding:100px 0 0 25px;
		position:relative;
		}
	
	#box_foot,
	#box_foot_hidden {
		width:inherit;
		background-color:#0f0f0f;
		position:absolute;
		bottom:0;
		}
	#box_foot_hidden {
		display:none;
		height:25px;
	}
		
		#box_foot_panel,
		#box_foot_panel_space,
		#box_foot_panel_end {
			max-width:280px;
			overflow:hidden;
			float:left;
			margin:15px 20px 15px 0;
			}
		#box_foot_panel_space {
			width:25px;
			height:200px;
			margin:0;
		}
		#box_foot_panel_end {
			float:right; 
			margin-right:25px; 
			width:185px; 
			}
		#impressum {
			clear:both;
			margin:6px 25px 5px 25px;
			font-size:11px;
			color:#444;
			letter-spacing:1px;
			}
		#impressum a {
			color:#444; 
			font-weight:normal;
			}
		
	.foot_hiddenD,
	.foot_hiddenU {
		position:absolute;
		right:25px;
		cursor:pointer;
		}
	.foot_hiddenU {
		top:-9px;
		}











/*	form   -------------------------------------------------------------------------------*/
#form_box {
	display:block;
	width:100%;
	padding:10px 0 20px 25px;
	color:#0f0f0f;
	font-weight:bold;
	}
.form_box_field {
	display:block;
	width:100%;
	margin:0 0 10px 0;
	}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	width: 350px;
	border:solid 1px #eefffe;
	padding:4px;
	background:none;
	
	letter-spacing:2px;
}
textarea {
	height:120px;
	resize:none;
	}
.senden {
	background-color:#eefffe;
	font-weight:bold;
	color: #0f0f0f;
	width: 100px;
}

input.senden:hover {
	color: #00b1b2;
}