* {
	margin: 0;
	padding: 0;
}

a {
	background-color: transparent;
	color: #007BC5;
	text-decoration: none;
}

a img {
	border: 0 none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	margin: 10px 0;
}

blockquote {
	font-weight: bold;
	padding-top: 5px;
}

body {
	font: 95% Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
	color: #000;
	font: 95% Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
}

dt {
	font-weight: bold;
	padding: 0.5em 0;
}

h1 {
	background-color: transparent;
	color: #C03F20;
	font-size: 1.6em; /*color: #EDB304;
color: #FF6347;*/
	margin: 1em 0;
}

h2 {
	color: #E78B46;
	font-size: 1.4em;
	margin: 1em 0;
}

h2 a{
	color: #E78B46;
}

h3 {
	font-size: 1.2em;
	margin: 1em 0;
}

img {
	border: none;
}

img.foto {
	float: left;
	margin: 0 50px 0px 0;
}

li {
	list-style-image: url(../images/bullet_grey.gif); /*list-style-type: circle;*/
	padding: 5px 5px;
}

li.redbullet {
	list-style-image: url(../images/bullet_red.gif);
}

p {
	line-height: 140%;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

p, li {
	font-size: 1em;
}

ul {
	list-style-type: square;
	margin-left: 10px;
	padding-top: 5px;
}

/* Klassen */
.cleardiv{
	clear: both;
	height: 1px;
}

.containerbot {
	background-color: #D3D3D3;
	height: 1.5em;
	text-align: center;
}

.feedburner {
	margin-top: 20px;
	text-align: left;
}

.spacer {
	height: 1em;
	position: relative;
	width: 100%;
}

.wko {
	margin: 2px 5px 0 5px;
}

#container {
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#content {
   margin: 4.5em 1.5em 0 20px;
	padding: 0 0 25px 20px;
	
}

#content p {
	padding: 0.2em 0;
}

#contentcolumn {
	float: right;
	padding-left:0.5em;
	width: 48%;
}

#header {
	background: transparent url(../images/puzzle_900.jpg) top left no-repeat;
	color: #000;
	height: 398px; /*background-color: #FCC62C;*/
	position: relative;
	width: 100%;
}

#header blockquote {
	background: transparent;
	color: #000;
	font-size: 1em;
	margin: 280px 10px 0 0;
	text-align: right;
}

#header p.teaser{
	background-color: #FFFFFF;
	/*border: 1px solid #000000;*/
	color: #000;
	filter: Alpha(Opacity=20);
	font-size: 2.0em;
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	padding-left: 10px;
}

#logo {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 180px;
}

/* IDs */
#main {
	margin-top: 1.5em;
}

#navigation ul{
	border: 1px solid red;
}

#submenu {
	float: right;
	margin: 0 1.5em 1.5em 1.5em;
	position: relative;
}

#teaser {
	margin-left: 10px;
	padding: 0px 5px 15px 0px;
}

#teasercolumn {
	float: right;
	margin-left: 5px;
	width: 190px;
	margin-top:20px;
}

table.preise{
   margin: 1em 0 1em 0;
	border: 0px solid silver;
}

table.preise td{
	border: 1px solid silver;
	text-align: center;
}

table.preise th{
	
}

p.banner {
	background-color: #ffff95;
	color: #C03F20;
	font-size: 1.2em;
	
	padding: 3.5em;
}