/* CSS Document */

html, body {
	background-color: #FFF;
	margin: 10 0 0 0;
	text-align: center;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

a:link		{ color: #B61822; border: none; text-decoration: none; }
a:visited 	{ color: #B61822; border: none; text-decoration: none; }
a:active  	{ color: #B61822; border: none; text-decoration: none; }
a:hover   	{ color: #B61822; border: none; text-decoration: underline; }

a.navi:link, a.navi:active, a.navi:visited {
  display: block;
  float: right;
  line-height: 13px;
  width: 68px;
  background: #FFF none;
  font-size: 10px;
  color: #B61822;
  text-align: center;
  margin: 0 0 0 1px;				/* IE */
}

html>body a.navi:link, a.navi:active, a.navi:visited {
   margin: 0 3px 0 1px;                 /* other Browsers */
}

a.navi:hover {
  background: #B61822;
  color: #FFF;
  text-decoration: none;
}

a.navi-dbr:link, a.navi-dbr:active, a.navi-dbr:visited {
  display: block;
  float: right;
  line-height: 13px;
  width: 72px;
  font-size: 10px;
  color: #B61822;
  text-align: center;
  margin: 0 3px 0 1px;
}

a.navi-dbr:hover {
  background-image:url(images/basis/navi_dbr_over.gif);
  color: #FFF;
  text-decoration: none;
}

.navi-dbr-white {
  display: block;
  float: right;
  line-height: 13px;
  width: 70px;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  margin: 0 3px 0 1px;
}

a.navi-inv:link, a.navi-inv:active, a.navi-inv:visited, a.navi-inv:hover {
  display: block;
  float: right;
  line-height: 13px;
  width: 68px;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  margin: 0 3px 0 1px;
  background: #B61822;
  text-decoration: none;
}

a.subnavi:link, a.subnavi:active, a.subnavi:visited {
  display: block;
  float: right;
  line-height: 12px;
  width: 68px;
  background: #B61822 none;
  font-size: 10px;
  color: #FFF;
  text-align: center;
  margin: 4px 3px 0 1px;
}

a.subnavi:hover {
  background: #FFF;
  color: #B61822;
  text-decoration: none;
}

a.subnavi-inv:link, a.subnavi-inv:active, a.subnavi-inv:visited, a.subnavi-inv:hover {
  display: block;
  float: right;
  line-height: 12px;
  width: 68px;
  background: #FFF none;
  font-size: 10px;
  color: #B61822;
  text-align: center;
  margin: 4px 3px 0 1px;
  text-decoration: none;
}


p {
	margin: 0 0 8px 0;
}

h1 {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #B61822;
	margin: 0 0 6px 20px;
}

.rotauszeichnung
{
	font-family: Helvetica, Verdana, sans-serif;
	color: #B61822;
}

hr {
	height: 1px;
	width: 500px;
	background-color: #EEE;
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}


table.content-basis {
	margin: 10px 0 10px 0;
	background-color: #FFF;
   	background-image: url(/images/basis/content_bg.gif);
   	background-repeat: repeat-y;
}

td.content-21 {
	padding: 0 50px 10px 20px;
}

td.content-22 {
	padding: 0 50px 10px 25px;
   	background-image: url(/images/basis/schraff_klein.gif);
	background-repeat: no-repeat;
}

td.neues {
	padding: 0 0 10px 25px;
   	background-image: url(/images/basis/schraff_klein.gif);
	background-repeat: no-repeat;
	}

/* Werkstatt */

table.werkstatt {
	margin-left: 10px;
	border: #FFF solid 3px;
}

td.werkstatt-content {
	padding: 10px 8px 10px 8px;
	line-height: 120%;
}

td.werkstatt-preis {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

/* Mieten */

table.mieten {
	border: #FFF solid 3px;
	background-image: url(images/basis/mieten_bg.gif);
	background-repeat: repeat-y;
}

table.mieten2 {
	border: #FFF solid 3px;
	/*background-image: url(images/basis/mieten_bg.gif);
	background-repeat: repeat-y;*/
}

.mieten-head {
background-color:  #D5101D;
color: #FFF;
font-size: 9px;
line-height: 120%;
}

.mieten-content {
border-bottom: #D5101D solid 1px;
padding: 5px 0 5px 5px;
}

.mieten-preis {
	border-bottom: #D5101D solid 1px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

/* Neues */

td.neues {
	padding: 0 0 10px 25px;
	background-image: url(images/basis/schraff_gross.gif);
	background-repeat: no-repeat;
}