﻿html{
	overflow-y:scroll;
}

html, body {
	height: 100%;
}

body {
	background-color: #00365a /* #00305b */;
	background: #00365a url('../bilder/hintergrund.jpg') no-repeat top;
	color: #FFFFFF;;
	font-family: gill sans, Tahoma, Helvetica, Verdana, arial, sans-serif; /*	font-variant:small-caps;
*/;
	font-size: 1.0em;
	font-weight: 100;
}
div{
	color:#b3b7c1;
}


/* =============================================================================
   Links
   ========================================================================== */
a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover { text-decoration: underline; }


/* =============================================================================
   Stimmen
   ========================================================================== */
.zitat {
	font-size:15px;
	color:#b3b7c1;
	text-align:center;
	margin-left:25px;
	/*padding-left:50px;*/
}

.inh { /* Zitatinhaber */
	font-size:11px;
	text-align:center;
	margin-left:25px;
	color:#FFFFFF;
	/*padding-left:50px;*/
}

.text {
	font-size:15px;
	color:#b3b7c1;
}

/* =============================================================================
   Footer
   ========================================================================== */
* {
	margin:0;
	padding:0;
} 


.footer-text {
	font-size: x-small;
}


/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

/*#wrap {min-height: 100%;}
*/
#main {
	overflow:auto;
	padding-bottom: 50px; /* must be same height as the footer */
}  

#header {
	position: relative;
	margin-bottom: -125px; /* negative value of footer height */
	height: 125px;
	padding-top:0px;
	clear:both;

	background-color: #dfe3ed; 
	color: white; 
	font-size: 100%; 
	text-align: center; 
	vertical-align:middle;
	line-height: 2em;
}

#footer {
	position: relative;
	margin-top: -2em; /* negative value of footer height */
	height: 2em;
	clear:both;

	background-color: #7EB7DB; 
	color: white; 
	font-size: 100%; 
	text-align: center; 
	line-height: 2em; 
	
/*	-webkit-box-shadow: 30px 30px 25px 25px gray; /* webkit browser */ 
/*	-moz-box-shadow: 30px 30px 25px 25px gray; /* firefox */ 
/*	box-shadow: 30px 30px 25px 25px gray;
*/} 

/*Opera Fix*/
body:before {
	content:"";
/*	height:100%;
*/	float:left;
	width:0;
	margin-top:-32767px; /* negate effect of float */
}

/* =============================================================================
   Kontaktform
   ========================================================================== */
   
#contact-area {
	width: 600px;
	margin-top: 25px;
	margin-right: 100px;
	color:#b3b7c1;
}

#contact-area input, #contact-area textarea{
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area select{
	padding: 5px;
	width: 100px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 150px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #7EB7DB;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	color: #000000;
}

#contact-area input.checkbox {
	width: 50px;
	margin-left:120px;
	margin-top:15px;
	float: left;
	color: #555555;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.0em;
}

/* =============================================================================
   Zusaetzliche Styles
   ========================================================================== */

h5{font-size:16px;margin-bottom:10px;margin-top:30px;}
ul {margin:30px;list-style-position: inside;}