body{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
table {
    padding:0px;
    margin:0px;
    border-spacing: 0px;
    border-width:0px;
    border-collapse:collapse;
}

td {
    padding: 0px;
    text-align: left;
    vertical-align: top;
}

p, div {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

img {
    border: 0px;
}

.nobr
{
    white-space: nowrap;
}
p, td  {  
    line-height: 17px; 
    color:#000000; 
    font-size: 12px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
}
body  { 
    line-height: 17px; 
    margin: 0px; 
    padding: 0px; 
    color: #000000; 
    font-size: 12px; 
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    background-image: url(/images/bg.gif);
    
}

a, a:active, a:link, a:visited, a:focus { 
    color: #d2232a; 
    text-decoration: none; 
}

a:hover  { 
    color: #919191; 
    text-decoration: underline; 
}

a.nav, a.nav:active, a.nav:link, a.nav:visited, a.nav:focus { 
    color: #d2232a; 
    text-decoration: none; 
}

a.nav:hover, a.nav_active  { 
    color:black; 
    text-decoration: none; 
}

a.nav_over, a.nav_over:active, a.nav_over:link, a.nav_over:visited, a.nav_over:focus { 
    color: #ffffff; 
    background-color:#B08E61; 
    text-decoration: none; 
}
a.nav_over:hover  { 
    color:#8C714D; 
}

.title, h1 {
    font-weight: bold;
    margin-top:0px;
    margin-bottom:0px;
    color: #d2232a;
    font-size: 14px;
}

h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    margin-top:0px;
    margin-bottom:0px;
    color: #d2232a;
    font-size: 13px;
}        

.subtitle  {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

.small
{
    font-size: 9px;
}

hr {
    border-top:#ffffff solid 1px;
    border-bottom:#CCCCCC solid 1px;
}

td.weinTyp
{
    font-size: 14px;
    font-weight: bold;
    padding-top: 22px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    color: #d2232a;
}

td.weinLand
{
    font-size: 12px;
    font-weight: bold;
    padding: 9px 4px 4px 4px;
}
td.weinEven
{
    padding: 4px;
    background-color: #f2f2f2;
}
td.weinOdd
{
    padding: 4px;
    background-color: #fbfbfb;
}

/* singel ids in document */

#logo
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 427px;
    height: 193px;
    background-color: white;
}

#nav
{
    position: absolute;
    top: 0px;
    left: 452px;
    width: 190px;
    height: 193px;
}

#image
{
    position: absolute;
    top: 218px;
    left: 77px;
    width: 350px; 
    background-color: white;
}

#content
{
    position: relative;
    top: 218px;
    left: 452px;
    width: 550px;
    background-color: white;
    margin-bottom:25px;
}
.innerContent
{
    position: relative;
    padding: 25px 25px 25px 25px;
}

#langnav {
    position: absolute;
    top: 0px;
    left: 452px;
    width: 150px;
    height: 20px;  
}
.inner_langnav {
    background-color: white;
    display: inline-block;
    padding: 4px 25px;
}/* forms */
.input_text
{
    padding-left: 2px;
    width: 200px;
    color: #444444; 
    font-size: 11px; 
    font-family: Courier, sans-serif;
    border: 1px solid #b5aa76;
}

.input_textarea
{
    padding-left: 2px;
    width: 400px; 
    height: 150;
    color: #333333; 
    font-size: 11px; 
    font-family: Courier, sans-serif;
    border: 1px solid #b5aa76;
}

.input_select
{
    padding-left: 2px;
    width: 200px;
    color: #444444; 
    font-size: 11px; 
    font-family: Courier, sans-serif;
    border: 1px solid #b5aa76;
}
