@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	
	background-color: #000000;
	
	background-image: url(../img/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a img
{
	border: 0px solid;
}

.page
{
	width: 980px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

/* Head */
.head
{
	width: 980px;
	height: 480px;
	float: left;
}

.head_left
{
	width: 208px;
	height: 480px;
	float: left;
	
	background-image: url(../img/head_left_bg.png);
	background-repeat: no-repeat;
}

.head_main
{
	width: 772px;
	height: 480px;
	float: left;
}

.logo
{
	width: 180px;
	height: 135px;
	margin: 115px 14px 0 14px;
}

.hl_box
{
	width: 180px;
	margin: 70px 14px 20px 14px;
	overflow: hidden;
}

.hl_box p
{
	width: 170px;
	float: left;
	margin: 0;
	padding: 0 5px 10px 5px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
}

.hl_box p.title
{
	width: 175px;
	padding: 0 0 8px 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FF8C19;
	line-height: 25px;
}

.top_links
{
	width: 742px;
	height: 10px;
	float: left;
	margin: 5px 0 0 30px;
	display: inline;
}

.top_links a
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0 6px;
	text-decoration: none;
}

.top_links a:hover
{
	text-decoration: underline;
}

/* Contents */
.main
{
	width: 980px;
	min-height: 600px;
	float: left;
	overflow: hidden;
	
	background-color: #000000;
}

/* Left */
.c_left
{
	width: 152px;
	float: left;
	padding: 30px 28px 50px 28px;
	overflow: hidden;
}

.c_left .box
{
	padding: 25px 0 30px 0;
	overflow: hidden;
}

.c_left .box p.top_title
{
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FF8C19;
	
	border-bottom: 1px solid #80460D;
}

.c_left .box a.right
{
	float: right;
	margin: 5px 0;
	display: inline;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #7F460C;
}

.content_top
{
	width: 707px;
	height: 135px;
	float: left;
	padding: 75px 28px 0 27px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.ct_box_start
{
	width: 308px;
	height: 120px;
	float: left;
	padding: 15px 45px 0 0;
	border-right: 1px solid #6A3A0B;
}

.ct_box_end
{
	width: 308px;
	height: 120px;
	float: left;
	padding: 15px 0 0 45px;
}

.content_top p
{
	color: #D7D7D7;
	line-height: 14px;
	
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 0 0 0;
}

.content_top p.title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	color: #FFFFFF;
	
	padding: 0;
}

.content_top .ct_left
{
	width: 120px;
	height: 95px;
	float: left;
}

.content_top .ct_right
{
	width: 180px;
	height: 95px;
	float: left;
}

.content_top a.arrow
{
	width: 275px;
	float: left;
	
	font-size: 12px;
	color: #FF8C19;
	text-decoration: none;
	
	background-image: url(../img/arrow-right.png);
	background-position: right center;
	background-repeat: no-repeat;
}

/* Content */
.content
{
	width: 707px;
	min-height: 400px;
	float: left;
	padding: 100px 28px 30px 27px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #D7D7D7;
	line-height: 22px;
	
	background-image: url(../img/sign1.png);
	background-repeat: no-repeat;
	background-position: 450px 25px;
}
.content a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FF8C1A;
	line-height: 22px;
	text-decoration:underline;
}
.content a:link{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FF8C1A;
	line-height: 22px;
	text-decoration:underline;
}
.content a:active{
	color: #FF8C1A;
	text-decoration:underline;
}
.content a:visited{
	color: #FF8C1A;
	text-decoration:underline;
}
.content a:hover{
	color: #E33204;
	text-decoration:underline;
}
.content ul{
	margin-left: 15px;
	padding: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	list-style-image: url(../img/li.gif);
	background-image: none;
}
.content li{
	font-family:Tahoma, Geneva, sans-serif;
	background-image: none;
	margin:0px;
	padding:0px;
}
td.hervorgehoben {
   background-color:#320c05;
   border:1px solid #700902;
   padding:10px;
   line-height:22px;
}
hr{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #700902;
	height: 1px;
}

#preis-table-a 
{
	padding:0;
	color:#666666;
	margin:0;
	background-color: #E2C17E;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #700902;
	border-left-color: #700902;
}
td.preislistetop {
	background-color:#320c05;
	color:#ffffff;
}
#preis-table-a td
{
	padding:4px;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #700902;
	background-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #700902;
}
#preis-table-a td table td
{
	background: #ffffff;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#700902;
}
#preis-table-a p
{
	color:#000000;
}
#preis-table-a tr:hover td
{
	background: #e56f14;
	color: #ffffff;
}
#preis-table-a tr.preislistetop td{
	background-color:#320c05;
	color:#ffffff;
}


/* Footer */
.footer
{
	width: 980px;
	float: left;
	padding: 0 0 15px 0;
	
	border-top: 1px solid #80460D;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #7F460C;
}

.footer_left
{
	width: 740px;
	padding: 10px 0 0 10px;
	float: left;
}

.footer_right
{
	width: 220px;
	padding: 10px 10px 0 0;
	float: left;
	text-align: right;
}

.footer a
{
	color: #7F460C;
	text-decoration: none;
	margin: 0 6px;
}
.footer a:hover
{
	color: #7F460C;
	text-decoration: underline;
}

.footer span
{
	margin: 0 6px;
}

/* Contents */
h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #FF8C1A;
	font-weight: bold;
	
	margin: 0;
	padding: 0;
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E33204;
	
	margin: 0;
	padding: 11px 0 50px 35px;
}

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E33204;
	
	margin: 0;
	padding: 0 0 10px 0;
}
