.bg_top {
border:2px solid #dedede;
background-image: url(/images/background/linie1.png);
-moz-box-shadow:0 0 10px #C4C4C4;
-webkit-box-shadow:0 0 10px #C4C4C4;
box-shadow:0 0 10px #243eda;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

.bg_transparent {
border:2px solid #dedede; 
background-image: url(/images/background/background_tranperent.png);
-moz-box-shadow:0 0 10px #C4C4C4;
-webkit-box-shadow:0 0 10px #C4C4C4;
box-shadow:0 0 10px #243eda;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

#buttonContainer{
	margin:10px auto 0;
	overflow:hidden;
	padding:10px 10px 10px 10px;
	width:180px;
	background-color:#0822c1;
	-moz-box-shadow:0 0 30px #C4C4C4;
	-webkit-box-shadow:0 0 30px #C4C4C4;
	box-shadow:0 0 30px #C4C4C4;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  color: #fff;
  text-decoration:none; 
  font-size:14px; 
  font-family: Segoe UI, Tahoma, Arial; 
  font-weight:;
}

#inhaltContainer{
	margin:10px auto 0;
	overflow:hidden;
	padding:10px 10px 10px 10px;
	width:650px;
	background-color:#f0f0f0;
	-moz-box-shadow:0 0 30px #C4C4C4;
	-webkit-box-shadow:0 0 30px #C4C4C4;
	box-shadow:0 0 30px #C4C4C4;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  color: #000000;
  text-decoration:none; 
  font-size:14px; 
  font-family: Segoe UI, Tahoma, Arial; 
  font-weight:;
  padding-bottom:10px;
}

#buttonContainer a{
	float:left;
	margin:5px 5px 0 0;
}

.top_ueberschrift{
  margin-left:30px;
  text-align:left;
  color: #ffcc33;
  text-decoration:none; 
  font-size:17px;
  font-weight:bold;


}

.td_preise_top{
  background:#79be1e; 
  width:500px; 
  text-align:left;
  font-size:15px;
  font-weight:bold;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  padding: 10px;
}

.td_preise{
  text-align:left;
  font-size:13px;
  padding: 3px;
}

#header{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	top:0;
	left:0;
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
}


h1{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:25px 0;
	position:absolute;
	width:400px;
}

a {
text-decoration: none; 
color: #000099;
}

a:hover {
color: #d42520;
text-decoration:underline;
}

.td_footer {
height:30px;
color: #ffffff;
text-decoration:none; 
font-size:13px; 
font-family: Tahoma, Segoe UI, Arial; 
font-weight:;
}