/* CSS Document */

html{
margin:0;
padding:0;
}

body{
height: auto;
margin:0;
padding:0;
margin-bottom: 22px;
margin-top: 44px;
background-color: #fff;
text-align:center;
}

#content{
height:auto;
min-height:500px;
width: 638px;
margin:auto;
padding:0;
background:#fff;
text-align:left;
}

body>#content{height:auto;}


#header {
height: 109px;
padding-bottom: 44px;
}

#cntwrapper {
background-color: #fff;
width: 638px;
height: auto;
min-height: 330px;
}

#textarea {
background-color: #fff;
width: 370px; /* 638px - 165px padding */
text-align:left;
padding: 33px 0 33px 165px;
}

#fussarea {
background-color: #fff;
width: 370px; /* 638px - 165px padding */
text-align:left;
padding: 0 0 0 165px;
}

/* font-styles */
p, body, #textarea, a {
color:#333;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#textarea, #fussarea {
line-height: 1.6;
}
h1 {
color: #990000;
font-size:13px;
font-weight:bold;
line-height: 1;
}
#fussarea p {
color: #999;
font-weight:bold;
}


/* format styles */
.leftpic {
float: left;
margin: 0 10px 10px 0;
padding: 0;
border: 2px solid #FBF8F8;
}
.unfloater {
height: 0;
font-size: 0px;
clear: both;
margin: 0;
}
.linie {
width: 100%;
height: 1px;
border-bottom: 1px solid #990000;
}
