/* Grundeinstellungen vornehmen */
html { 
  padding:0px;
  margin:0px;
}

body {
  font-family:  Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
  padding: 0px;
  margin: 0px;
}

a {
  color: #5194D0;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

p {
  display: block;
  color: #000000;
}

h1, caption {
  color: #000;
  font-size: 140%;
  font-weight: bold;
}

h2, h3 {
  color: #000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0px;
}

ul {
  border: none;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

li {
  margin-left: 15px;
  margin-bottom: 1px;
  padding: 2px;
}

/* linke Spalte */
#LiNavigation {
	display: none;
}

#LiNaviKopf {
}

/* LiNavigation*/
#LiNavi {
}

#LiNavi ul {
}

#LiNavi li {
}

#LiNavi li.aktiv {
}

#LiNavi a {
}

#LiNavi a.aktiv {
}

#LiNavi a.ebene1 {
}

#LiNavi a.ebene1:hover {
}

#LiNavi p {
}

/* Hauptbereich | Inhalte*/
#MiInhalt {
  position: absolute;
  top: 0px;
  left: 10px;
  right: 25px;
  margin: 0px;
  padding: 0px;
  color: #000000;
}

#MiInhaltKopf {
	display: none;
}

#MiInhaltNavi {
	display: none;
}

#MiInhaltNavi ul {
}

#MiInhaltNavi li {
}

#MiFuss {
	display: none;
}

#MiInhaltInhalt {
  padding: 10px;
  color: #000000;
  font-size: 80%;
}

#MiInhaltInhalt ul, ol {
  padding: 0px 0px 0px 0px;
  margin-left: 10px;
  margin-top: 2px;
  color: #000000;
  list-style-type: circle;
  line-height: 120%;
}

#MiInhaltInhalt li {
  margin-left: 10px;
  border: 0px;
}

/*rechte Spalte: Zusatzinfos*/

#ReZusatz {
	display: none;
}

#ReZusatzinfo {
}

#ReZusatzinfo ul {
}

#ReZusatzinfo li {
}

#ReZusatzinfo li a {
}

#ReZusatzinfo a {
}

#ReZusatzinfo a:hover {
}

#ReZusatzinfo a:active {
}

#ReZusatzinfo .re_containertitel {
}

#ReZusatzinfo .re_containerinhalt {
}

#ReZusatzinfo .re_merken {
}

hr {
  color: #5194D0;
  width: 95%;
  height: 1px;
  margin: 2px;
}

table {
  border: 0;
 }

td {
  empty-cells: show;
  vertical-align: top;
}

td.links {
	text-align: left;
}

td.rechts {
	text-align: right;
	width: 35%;
}

th {
  empty-cells: show;
  font-weight: bold;
  text-align: center;
}

dl#links {
	width: 100%;
 	margin: 1em auto; /*This is what centers the box
						 the first value is for the top and bottom margin
						 the second value (auto) splits the difference
						 between the right and left margins */
	text-align: left;
}

dl#links dt {
	float: left;  /* keeps the dt and dd on one line */
	clear: both;  /* forces a new line - not strictly necessary because */
	width: 60%; /* the widths of the dt and dd would force the it anyway */
	margin: 0;
	padding: 1px;
	text-align: left;
/*	border: 1px solid;*/
	}
	
dl#links dd {
	text-align: right;  /* shoves the text to the right */
	float: right;       /* forces the dd to float up next to the dt */
	width: 35%;
	margin: 0;
	padding: 1px;
/*	border: 1px solid;*/
	}

/*Angebots- und Detailliste*/
dl.angebote {
/*	width: 100%;*/
 	margin: 1em auto; /*This is what centers the box
						 the first value is for the top and bottom margin
						 the second value (auto) splits the difference
						 between the right and left margins */
	text-align: left;
}

dl.angebote dt {
/*	float: left; */ /* keeps the dt and dd on one line */
	clear: both;  /* forces a new line - not strictly necessary because */
/*	width: 100%;  the widths of the dt and dd would force the it anyway */
	margin: 0;
	padding: 3px;
	font-weight: bold;
	text-align: left;
/*	border: 1px solid;*/
	}
	
dl.angebote dd {
/*	text-align: right;  *//* shoves the text to the right */
/*	float: right;       *//* forces the dd to float up next to the dt */
/*	width: 5%;
	margin: 0;
	padding: 0px;
	border: 1px solid;*/
	}
.angebote ul {
  border: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.angebote li {
  padding-left: 20px;
  padding-bottom: 20px;
}

.angebote li.firmenangebot {
	margin: 0px;
	padding: 1px;
}

/*Anbieterliste*/
.anbieter {
	text-align: justify;
}

dl.anbieter {
/*	width: 100%;*/
 	margin: 0em auto; /*This is what centers the box
						 the first value is for the top and bottom margin
						 the second value (auto) splits the difference
						 between the right and left margins */
	text-align: left;
}

dl.anbieter dt {
	float: left;  /* keeps the dt and dd on one line */
	clear: both;  /* forces a new line - not strictly necessary because */
	width: 60%; /* the widths of the dt and dd would force the it anyway */
	margin: 0;
	padding: 1px;
	text-align: left;
	border: 1px solid;
	}

dl.anbieter dd {
	text-align: right;  /* shoves the text to the right */
	float: right;       /* forces the dd to float up next to the dt */
	width: 35%;
	margin: 0;
	padding: 1px;
	border: 1px solid;
	}

/*Detailliste*/
dl.detail {
	width: 100%;
 	margin: 0em auto; /*This is what centers the box
						 the first value is for the top and bottom margin
						 the second value (auto) splits the difference
						 between the right and left margins */
	text-align: left;
}

dl.detail dt {
	float: left;  /* keeps the dt and dd on one line */
	clear: both;  /* forces a new line - not strictly necessary because */
	width: 25%; /* the widths of the dt and dd would force the it anyway */
	margin: 0;
	padding: 1px;
	text-align: right;
/*	border: 1px solid;*/
	}

dl.detail dd {
	text-align: left;  /* shoves the text to the right */
	float: right;       /* forces the dd to float up next to the dt */
	width: 70%;
	margin: 0;
	padding: 1px;
/*	border: 1px solid;*/
	}

.detail ul {
  border: none;
  list-style: none;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.detail li {
  margin-left: 15px;
  margin-bottom: 1px;
  padding: 2px;
}

.detail li.firmenangebot {
	margin: 0px;
	padding: 1px;
}

/*Startseite*/
dl.start {
	width: 100%;
 	margin: 1em auto; /*This is what centers the box
						 the first value is for the top and bottom margin
						 the second value (auto) splits the difference
						 between the right and left margins */
	text-align: left;
}

dl.start dt {
	float: left;  /* keeps the dt and dd on one line */
	clear: both;  /* forces a new line - not strictly necessary because */
	width: 45%; /* the widths of the dt and dd would force the it anyway */
	margin: 0;
	padding: 2px;
	text-align: left;
/*	border: 1px solid;*/
	}

dl.start dd {
	text-align: left;  /* shoves the text to the right */
	float: right;       /* forces the dd to float up next to the dt */
	width: 45%;
	margin: 0;
	padding: 2px;
/*	border: 1px solid;*/
	}

.alt1 {
	text-align: left;
	background: #fff;
	}

.submit {
	background-color:#C9DEF3;
	color:#000000;
	font-weight: bold;
	border:1px;	
}

.submit1 {
	background-color:#C9DEF3;
	color:#000000;
	font-weight: bold;
	border-style: outset;
	width:150px;
}

.submitrechts {
	background-color:#C9DEF3;
	color:#000000;
	font-weight: bold;
	border-style: outset;
	width:140px;
}

