/*--------- ALLGEMEINE SETTINGS ----------*/
*{
  padding: 0;
  margin: 0;
	border: 0;
}

html {overflow-y: scroll;} 

body{
	text-align: center;
	background: #3C3C3C url(page_bg.gif) repeat-x;
	font-family: Comic Sans MS, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1.3em;
}

a:link, a:visited{
  color: #800000;
}
a:hover, a:active{
  text-decoration: none;
}

abbr{
  border-bottom: 1px dotted #cecece;
}

h1, h2, h3, p, ul{
  margin: 0 0 1em 0;
}
h1{
  font-size: 1.5em;
}
h2{
  font-size: 1.2em;
}
blockquote{
	margin: 1em;
	padding: 0 0 0 35px;
	min-height: 19px;
	background: url(quotes.gif) no-repeat top left;
	font-style: italic;
}
img{
  border: none;
}
a img{
  border: none;
  text-decoration: none;
}
/*--------- Tables ----------*/
table{
  border-collapse: collapse;
}
caption{
  text-align: left;
  border-bottom: 2px solid #3C3C3C;
  padding: 2px; 
  font-weight: bold;
}
td{
  padding: 4px 2px 0px 2px;
  font-weight: normal;
}
tr:hover{
  background-color: #dbdbdb;
}

/*--------- Design ----------*/
#main{
  width: 850px;
  text-align: left;
  margin: 20px auto 0;
  background: #585858 url(navi_bg.gif) repeat-x bottom;
  height: 600px;
}

#head{
  height: 100px;
  background: #b2b2b2;
}

#content{
  text-align: justify;
  padding: 5px 10px 5px 30px;
  height: 400px;
  background: #b2b2b2;
  font-size: 1.2em;
}
#content ul{
  list-style: square;
}
#content li{
  margin: 0 2em 0 0 ;
}

#navigation{
  padding: 0.5em 0 0 2em;
  border-top: 1px solid #cb0a1d;
}
#navigation li{
  float: left;
  list-style: none;
  display: block;
}
#navigation .level1 li {
  font-size: 1.8em;
  padding: 0 2em 0 0;
}
#navigation .level1  li a{
  text-decoration: none;
  color: #000;
}
#navigation .level1  li a:hover{
  text-decoration: none;
  color: #bf0c1d;
}
#navigation .level1  li a.current{
  color: #bf0c1d;
}
.level2{
  margin: 0 0 0 3em;
}
#navigation .level2 li{
  font-size: 1.3em;
  padding: 0 1em 0 0;
}
#navigation .level2  li a{
  text-decoration: none;
  color: #000;
}
#navigation .level2  li a:hover{
  color: #bf0c1d;
}
#navigation .level2  li a.current{
  color: #bf0c1d;
}

.level3{
  margin: 0.5em 0 0 5em;
}
#navigation .level3 li{
  padding: 0 1em 0 0;
  font-size: 1.1em;
}
#navigation .level3  li a{
  text-decoration: none;
  color: #fff;
}
#navigation .level3  li a:hover{
  text-decoration: none;
  color: #bf0c1d;
}
#navigation .level3  li a.current{
  color: #bf0c1d;
}

/*--------- Diverses ----------*/
#logo{
  margin: 100px 0 0 200px;
}
#data{
  text-align: left;
}
#preis{
	margin-left:84px;
	width: 250px;
	border-top:1px dotted;
	display:inline-block;
}
.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.clear{
  clear: both;
  display:block;
}
.column1, .column2, .column3 {
  float:left;
  padding:0 25px 0 0;
}
.hervorheben{
  font-size: 2.5em;
}
.rot{
  color: #cb0a1d;
}
.tablelist{
  display:table;
}
.tablelist ul{
  display:table-row;
}
.tablelist li{
  display:table-cell;
  list-style:none;
  text-align: center;
}
.tablelist li a{
  text-decoration:none;
}
.tablelist li a:hover{
  font-weight:bold;
}
.button{
  border: 1px solid #732930;
  padding: 0.5em;
  margin: 0;
  background: url(button_bg.gif) #555 repeat-x bottom;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
}
/* Bestellübersicht */
.best{
	width:60px;
	display:inline-block;
}
