html {
	padding: 0;
	margin: 0;
}

body {
 	background: #ffffff url(../grafik/main_fade.jpg) repeat-x;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #333333;
  text-align: center;
  line-height: 1.4em;
}

td, th {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #333333;
  text-align: left;
  line-height: 1.4em;
}

img {
	border: 0;
}

#boxOuter {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  margin-top: 15px;
}

#box {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  border: 1px solid #5e0508;
  background-color: #fff0f0;
}

#head {
  background: url(../grafik/banner.jpg);
  height: 60px;
  width: 730px;
  text-align: center;
  border-top: 1px solid #990000;
  border-left: 1px solid #990000;
  border-right: 1px solid #990000;
}

#slogan {
  color: #5e0508;
  font-weight: normal;
  font-size: 2em;
  vertical-align: bottom;
/*  text-align: center;*/
}

td#menu {
  background-image: url(../grafik/nav_bg.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  vertical-align: top;
  border-right: 1px solid #feeff2;
}

#leftmenu {
	/*margin-top: 20px;*/
}

#leftmenu {
  width: 250px;
}

#leftmenu a {
  display: block;
  text-decoration: none;
  color: #e6e6e6;
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 0 0 135px;
  background-image: url(../grafik/key.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 45px;
}

#leftmenu a.ACT {
  background-position: 0 -100px;
  color: #ffffff;
}

#leftmenu a:hover {
  background-position: 0 -50px;
  color: #ffffff;
}


#inhalt {
  background-color: #fff0f0;
  width: 590px;
}

.rosa {
  background-color: #fff0f0;
}

.skyline {
	background-image: url(../grafik/skyline.jpg);
 	background-repeat: no-repeat;
 	background-position: center bottom;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0;
	padding: 0;
	}

li {
	list-style-position: outside;
	margin-left: 30px;
}

h1 {
	font-size: 1.7em;
	margin-bottom: 10px;
/*	background-image: url(../grafik/h1.jpg);
 	background-repeat: repeat-y;*/
 	color: #5e0508;
 	line-height: 1.1em;
 	padding: 0 0 3px 0;
 	border-bottom: 1px dashed #5e0508; 
}

.bez {
	color: #888888;
	font-size: 0.8em;
}

a {
	text-decoration: none;
	color: #5e0508;
}

a:hover {
	text-decoration: underline;
}

table.leistungen td {
	vertical-align: top;
}

ul.leistungen {
	margin: 20px 0 0 20px;
}

ul.leistungen li {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	list-style-image: url(../grafik/li_key.gif);
	list-style-position: inside;
	vertical-align: top;
}

table#firmen {
	background-color: #fff0f0;
}

table#firmen td {
	width: 160px;
	height: 80px;
}

table#firmen img {
	border: 1px solid #cccccc;
}

div.nummer p, p.nummer {
	font-size: 5em;
	color: #5e0508;
	margin: 40px 0 50px 0;
	/*line-height: 1em;*/
}

div#angebote, div#dpd {
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	margin: 0;	
}

div#angebote .csc-textpic-caption {
	font-size: 0.8em;
	text-align: center;
	color: #666666;
}

div#dpd table {
	background-color: #d0d0d0;
	margin-bottom: 3px;
	width: 100%;
	
}
div#dpd td {
	background-color: #ffffff;
	padding: 0 5px 0 5px;
	white-space: nowrap;
}

div#dpd th {
	font-weight: bold;	
	padding: 0 5px 0 5px;
	white-space: nowrap;
	background-color: #e0e0e0;
	font-size: 0.8em;	
}

.important {
	color: #990000;	
}

.detail {
	font-size: 0.8em;
	line-height: 1em;
}

.align-right {
	text-align: right;
}	

