html, body, table, tr, a, form, td, div, ul, blockquote, p, li, ol, h1, h2, h3, h4, h5, h6, img, iframe
{
    margin: 0;
    padding: 0;
    border: 0;
}

html {

	height:100%;
	
}

.wrapper {
	width:100%;
	background:url(../img/top_bg.png) repeat-x;
	min-height:100%;
}
* html .wrapper {
	height:100%;
}


td
{
    vertical-align: top;
}


body 
{
    font-family: Arial, Gill Sans MT, Helvetica, "Verdana";
    font-size: 14px;
    line-height: 1.3em;
}



h2
{
    font-size: 19px;
    font-weight: bold;
    color: #9a2e2e;
    margin-bottom: 13px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
    color: #4b7288;
}

a
{
    color: Green;
}

#nav ul
{
    list-style: none;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    padding-left: 60px;
    margin: 0px 20px;
}

#nav li
{
    float:left;
    margin:0px 0px 0px 0px;
    padding:0 0px 0 0px;
}

#nav a
{
    color: #fff;
    text-decoration: none;
    float:left;
    display:block;
    width: .1em;
    padding: 0px 50px 0px 50px;
    white-space:nowrap;
}
  #nav a  {float:none;}
  #nav > ul a {width:auto;}
  

#footer
{
    margin: 0px 0px;
    clear: both;
    background: url('../img/footer_bg.png') no-repeat bottom;
    height: 100px;
    
    
}


#footer_bar
{
    margin: 0px 0px;
    clear: both;
    background: url('../img/footer_bar.png') no-repeat bottom;
    height: 40px;
    padding-top: 20px;
    
}

#footer_bar p
{
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 11px;
    padding-top: 10px;
}

#footer_bar a
{
	color: #fff;
	text-decoration: none;
}

body
{
    background:#000 url(../img/bg.png);
}

#container
{
    width: 1080px;
    min-height: 100%;
    margin: 0 auto 0 auto;
    background: #fff url('../img/main_bg.png') repeat-y;
}

#header
{
    margin: 0px 0px;
    background: url('../img/header_bg.png') no-repeat left top;
    text-align: center;
    height: 464px;
}

#header_box
{
    float: left;
    width: 400px;
    height: 200px;
    margin-left: 110px;
    margin-top: 200px;
}

#header_box p
{
    font-size: 12px;
    color: #4C4D50;
    text-align: justify;
}

#header_box h1
{
    font-size: 21px;
    color: #4C4D50;
    padding-bottom: 10px;
    text-align: left;
}

#header_box a
{
    /* float: right; */
    border: 0px;

}

#content
{
    margin: 0px 0px;
    background: url('../img/main_bg.png') repeat-y;
    width: 1080;
    height: 100%;
}


#nav
{
    margin: 0px 20px;
    background: #fff url(../img/navbar.gif) no-repeat center top;
    height: 40px;
}



#main
{
    margin: 30px 20px;
    
    width: 1080px;
    height: 100%;
   
}


#leftColumn
{
    float: left;
    width: 324px;
    padding: 0px 50px;
    min-height: 100%;
    background: #fff url(../img/bestelbox.gif) no-repeat top;
}

#bestelbox h2
{
    font-size: 14px;
    color: #4C4D50;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 0;
}

#bestelbox p
{
    font-size: 12px;
    color: #4C4D50;
    text-align: justify;
    margin-bottom: 20px;
}

#bestelbox img
{
    float: left;
    border: 0px;
    
}

#bestelbox a
{
    float: right;
    border: 0px;

}

#img1
{
    float: left;
    border: 0px;
    margin-left: 30px;
}
   

#bestelbox
{
    float: left;
    width: 250px;
    margin: 20px 40px 20px 40px;
    min-height: 300px;
}

#rightColumn
{
    float: left;
    width: 565px;
    margin-top: 3px;
    background-color: #fff;
   }

#rightColumn p
{
    font-size: 12px;
    color: #4C4D50;
    text-align: justify;
    padding-right: 20px;
    margin-bottom: 10px;
}

#rightColumn ul
{
    font-size: 12px;
    color: #4C4D50;
    margin-left: 17px;
    margin-bottom: 15px;
}

#rightColumn img
{
    float: left;
    border: 0px;
    padding-top: 20px;
}

#rightColumn h2
{
    font-size: 14px;
    color: #4C4D50;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 27px 0px 5px 0px;
}

td, th {
	font: 12px Helvetica, Verdana, Arial;
	line-height: 120%;
	color: #808080;
}

th
{
    font-weight: bold;
}

table
{
    width: 550px;
    border-collapse:collapse;
    margin-bottom: 1em;
}

div.table
{
    width: 550px;
    border-top: solid 1px #d1d1d1;
    margin-top: 0px;
}

table thead
{
}

table thead th
{
    background-color: #ececec;
    border-right: solid 1px #d1d1d1;
    /* border-top: solid 4px #d52076; */
    border-bottom: solid 1px #d1d1d1;
    text-align: left;
    padding: 5px 0px 5px 6px;
}

table tbody tr
{

}

table tbody td
{
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: left;
    padding: 0px 0px 0px 6px;
    vertical-align: middle;
}

#rightColumn table tbody td img
{
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    border: 0px;
}

table tbody td.f, table thead th.f
{
    border-left: solid 1px #d1d1d1;
}

table tbody tr.l td, table.specs tbody tr.l th
{
    border-bottom: solid 1px #d1d1d1;
}



table.specs tbody td
{
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: left;
    padding: 5px 0px 5px 6px;
    vertical-align:middle;
    width:300px;
}

table.specs tbody th
{
    border-color: #d1d1d1;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    text-align: right;
    padding: 5px 0px 5px 6px;
    vertical-align:middle;
}

table.specs tbody th.tabelkop
{
    background-color: #ececec;
    border-right: solid 1px #d1d1d1;
    /* border-top: solid 4px #d52076; */
    border-bottom: solid 1px #d1d1d1;
    text-align: left;
    font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	color: #d52076;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
