@charset "utf-8";
body,td,th {
	color: #636466;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}
body {
	background-color: #e7e8e9;
	margin-top: 10px;
}
a:link {
	color: rgba(220,2,36,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(220,2,36,1);
}
a:hover {
	text-decoration: none;
	color: #636466;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	color: rgba(220,2,36,1);
	
}
h2 {
	font-size: 1.5em;
	color: #636466;
}
h3 {
	font-size: 1em;
	color: rgba(220,2,36,1);
}
/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	font-style: normal;

}
a img {
	border: none;
}

/* ~~ Dieser Container fester Breite umgibt alle anderen Blockelemente. ~~ */
.container {
	width: 960px;
	margin: 0 auto;
}
/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. ~~ */
header {
	margin: 0;
	padding: 0;
	height: 145px;
}
nav {
	width: 100%;
	height: 40px;
}

.sidebar {
	float: right;
	width: 240px;
	padding: 10px 0;
}
a.news {
	color: rgba(255,255,255,1);
	background-color: rgba(220,2,36,1);
	display: inline-block;
	padding: 5px;
}
a.news:hover {
	color: #636466;
	text-decoration: none;
}
.content {
	padding: 10px 0;
	width: 720px;
	float: right;
	background-color: rgba(255,255,255,1);
	color: #636466;
}

/* ~~ Mit diesem gruppierten Selektor werden die Listen im .content-Bereich angesprochen. ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
	color: #636466;
}



/* ~~ Fußzeile ~~ */
footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	font-size: 0.9em;
}
footer p a img {
	vertical-align: middle;
}

/*Unterstützung für HTML 5 - Legt für die neuen HTML 5-Tags die Eigenschaft "display:block" fest, damit die Tags in den Browsern korrekt dargestellt werden. */
header, section, footer, aside, article, figure, nav {
	display: block;
}

.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #000000;
}
.klein {
	font-size: 0.8em;
	color: rgba(220,2,36,1);
}

.hg {
	background-color: #e7e8e9;
}
#suche {
	width: 130px;
	z-index: 1;
	display: inline;
	float: right;
	margin-top: 100px;
}

input[type="text"]{
	background-color: #e7e8e9;
	width: 300px;
	height: 20px;
	 border: 1px solid #fff;
	
}
#mitteilung {
	background-color: #e7e8e9;
	width: 410px;
	height: 100px;
	 border: 1px solid #fff;
	
}

#ort {
	background-color: #e7e8e9;
	width: 250px;
}
#plz {
	background-color: #e7e8e9;
	width: 40px;
}
#nachricht {
	background-color: #e7e8e9;
	width: 610px;
	height: 100px;
 border: 1px solid #fff;
}
form #search {
	background-color: rgb(255,255,255);
	width: 110px;
	height: 20px;
	color: #FF0000;
}
.top {
	vertical-align: top;
}
.weiss {
	background-color: rgb(255,255,255);
	box-shadow:0px 3px 7px #333;
}
.blatt {
	display: inline-block;
	height: 300px;
	width: 230px;
	float: left;
	padding: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
-webkit-box-shadow: 3px 3px 7px 0px rgba(51, 0.35); /* WebKit */
 -moz-box-shadow: 3px 3px 7px 0px rgba(51, 0.35); /* Firefox */
box-shadow:0px 3px 7px #333;
}
.blatt2 {
	display: inline-block;
	height: 300px;
	width: 230px;
	float: left;
	padding: 0px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	box-shadow:0px 3px 7px #333;	
}
.formbox {
  width: 690px;
  color: #000;
  border: 1px solid #f00;
  margin-left: 15px;
}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
	float: left;
	width: 100px;
	height: 20px;
	text-align: right;
	padding-right: 5px;
	background-color: #e7e8e9;
	 border: 1px solid #fff;
}

.feld {
  float: right;
  width: 300px;
  text-align: left;
}

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
}
.box {
	background-color: #E7E8E9;
	display: block;
	margin-right: 15px;
	margin-left: 15px;
}
.table {
	margin-left: 15px;
}

.clear { 
   clear: both; 
}

