﻿/* Styles fuer 2-Spalter Klassik */

* {/* set all to 0 */
margin: 0;
padding: 0;
}



body  {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 15px 0;
background-color: #ccc; 
color: #000;
}

/* Text und Links allgemein */
p, li{
font-size: 80%;
}
.normal {
font-size:100%;
}

a {
text-decoration: underline; 
color: #CC0033;
border-bottom: none;
}
a:hover {
color: #333333;
border-bottom: none;
}

/* Container mit ihren Inhalten */
.wrapper {/* umschlieszt alles */
text-align: left;
width: 86%;
margin: 0 auto;
background-color: #fff; 
/*color: #000;
border: 1px solid #000;*/
}

 
  
  /* Responsive layout - makes a one column-layout instead of two-column layout */
@media only screen and (max-width: 600px) {
  .wrapper {font-size:0.8em}  
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media only screen and (min-width: 1200px) {
  .wrapper {width:1100px;font-size:20px}  
}







/* Header */
#header {
padding: 10px 10px;
background-color: #F7F4DC; 
color: #000;
border-bottom: 8px solid #777;
}
h1 {/* vorbehalten fuer Titel|Banner */
padding: 5px 10px;
background-color: #bbb; 
color: #000;
border: 1px solid #000;
}


.menu {
	float: left;
	width: 20%;
	color: #fff;
	background-repeat: repeat;
	background-color: #F7F4DC;
}


/* Content */
#content {
	padding: 10px 0;
	background-color: #fff;
	color: #000;
	border-left: 200px solid #F7F4DC;
	background-image: none;
}
#content p {
line-height: 150%;
padding: 0 60px 10px 40px;
}
#content p.topper {
padding: 10px 60px 20px 40px;
}
#content ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
h2, h3, h4 {
padding: 15px 0 10px 40px;
}
h2 {
padding: 25px 0 15px 40px;
}

/* Footer */
#footer {
	clear: both;
	height: 34px;
	background-color: #800;
	color: #ccc;
	border-top: 4px solid #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: bottom;

}
#footer p {
position: absolute; 
left: 7%;
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}

.f-right {
float:right;
margin-left:15px;
margin-bottom:15px;
margin-right:20px;
}
