html { padding: 0; margin: 0; }

body {
	font: 1.1em/140% Arial, Helvetica, sans-serif;
	padding: 0; margin: 0; 
    background: #ee0602 url('wasser.jpg') no-repeat top left ;background-size: auto auto;
}
p {color:#fff}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5 {font: Arial, Helvetica, sans-serif;text-align:center;line-height: 120%; }
h1 {font-size: 1.7em/130%;color:#fff; font-weight:normal}
h2 {font-size: 1.45em;line-height: 130%;color: #480102;font-weight:normal }
h3 {font-size: 1.30em;line-height: 130%; color: #fff; font-weight:normal}
h2 a{color:#fff}
h2 a:hover {text-decoration: none;}

#topbar { position:relative;bottom:0px; left:0%; width:100%;		padding-top: 20px;
	height: 65px;background:#480102;color: white;text-align: center;position:fixed;z-index: 200;
}
.orange, a.orange {color:#e4a206!important}
#topbar  .orange { color:#ee0602!important}
#topbar p { font-size: 1.6em;margin-top: 5px; color:#fff}
#topbar a { color: #ee0602; }

#footer a.webdesign {color:#ee0602}
.rund  {overflow:hidden;-webkit-border-radius: 150px; -moz-border-radius: 150px;border-radius: 150px; border:2px solid #fff;

}  
#text, .text {clear:both}
#seite h1, #seite h2 {text-align:left}


/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    position:relative;
	padding: 0px;
    overflow:hidden;
	width: 960px;
	margin: 40px auto 100px auto;
}
#header {
	height: 100px;
	padding: 0 15px;
}
#content {
    text-align: center;
	width: 33%;
	float: left;
    padding: 5px 0px;
}

#seite {	width: 55%; 
	float: right;
    padding: 0px;
	margin: 0px 0px 5px 0px;
}
#middle {
	width: 33%; /* Account for margins + border values */
	float: left;
    text-align: center;
    padding: 5px 0px;
	margin: 0px 0px 5px 0px;
}

#sidebar {
	width: 33%;
	padding: 5px 0px;
	float: left;
    text-align: center;
}
#footer {
	clear: both;
	padding: 0 0px;color:#fff;
}
#footer p, #footer a {color:#fff;}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 1200px or less */
@media screen and (max-width: 1200px) {
body {background-size: 60% auto; }
   
}


/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#pagewrap {width: 94%;}
	#content {width: 30%;}
	#middle {
	width: 30%;
    margin: 0px 4.9% 5px 4.9%;
    }
	
	#sidebar {width: 30%;}

	#header, #footer {
		padding: 1% 4%;
	}
    h3 {font-size: 1.0em;line-height: 130%; }
}


/* for 700px or less */
@media screen and (max-width: 850px) {
#topbar p { font-size: 1.0em;margin-top: 5px;}
    }

/* for 700px or less */
@media screen and (max-width: 600px) {
    body {background: #001c32}

	#content {
		width: auto;
		float: none;
	}
	
	#middle, #seite {
		width: auto;
		float: none;
		margin-left: 0px;
	}
	
	#sidebar {
		width: auto;
		float: none;
	}
    h1 {font-size: 1.16em;}
 
}

/* for 480px or less */
@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}

	#sidebar {
		display: none;
	}
    #topbar p { font-size: 0.9em;margin-top: 5px;}
}

/* border & guideline (you can ignore these) */
#content {

}
#sidebar {

}
#header, #content, #middle, #sidebar {
	margin-bottom: 5px;
}
 #content, #middle, #sidebar{
	border: solid 0px #ccc;
}
#footer {border-top:1px solid  #fff}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}



 
.orange {font-weight: bold; color: #e0992a;}
.flink {text-decoration:underline}
