body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	cursor:default;
	background-color:#FFFFFF;
}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	width:100%;
	padding-top:15px;
}
.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#CCCCCC;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#cc0000;
	background-color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	font-style: italic;
}
h2 {
	font-size:15px;
	color:gray;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#FFFFFF;
}
h3 {
	color:#cc0000;
	font-size:15px;
	text-align:left;
	font-weight:300;
	padding:5px;
	margin-top:5px;
}

#left {
	float:left;
	width:250px;
	background-color:#FFFFFF;
	color:black;
	
	
}

#main {
	margin					: 5px 5px 5px 290px;
	padding-left					: 10px;
	border-left				: 1px solid silver;
	min-height: 340px;
}
p {
	color:black;
	background-color:#FFFFFF;
	line-height:20px;
	padding:5px;
}
a {
	color:#cc0000;
	background-color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#cc0000;
	background-color:#FFFFFF;
	text-decoration:underline;
}
#footer {
	clear:both;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.right {
	color:gray;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:5px;
}
.left {
	color:gray;
	background-color:#FFFFFF;
	float:left;
	font-size:100%;
	margin-top:5px;
}
table {
width: 100%;

}
table td {

	
}
table#newsletter  {
width: 100%;
  padding: 5px;
  color:#000;
}
table#newsletter td  {
  padding: 5px;
  color:#000;
}

table#newsletter .title  {
  padding: 5px;
  color:#000;
  font-weight: bold;border-bottom: 1px dotted #cc0000;

}
table#newsletter .border  {
  padding: 5px;
  color:#000;
   border-bottom: 1px dotted #cc0000;

}


table#kontakt .title {
  padding: 5px;
  color:#000;
  font-weight: bold;
  width: 240px;
}
table#kontakt .content {
  color:#000;
  width: 450px;
}
table#login .title {
  padding:5px;
  color:#000;
  font-weight: bold;
}

table#formulare .title {
padding:5px;
border-bottom: 1px dotted #cc0000;
color:#000;
font-weight: bold;
}

table#formulare td {
 padding:5px;
  color:#000;
  width: 200px;
  border-bottom: 1px solid silver;
}


