html, body
{
margin:0;
padding:0;
height:100%;
font-family:Verdana;
color:#FFFFFF;
font-size: 10px;
background-repeat: no-repeat;
background-position: top center;
BACKGROUND: url(../grafik/site_bg.png) #050505 repeat-x 0px 0px;
LINE-HEIGHT: 1.4;
}
#container
{
margin:0 auto;
width:1000px;
height:auto !important;
height:100%;
min-height:100%;
}
a:link, a:active, a:visited
{
color : #8a9bb1;
text-decoration: none;
font-family: Verdana;
}
a:hover
{
text-decoration:underline;
color:#6d88d7;
font-family: Verdana;
}
#content
{
padding:5px 5px 20px 5px;
}
#contact
{
Z-INDEX: 1;
LEFT: 20px;
WIDTH: 23px;
POSITION: absolute;
TOP: -5px;
HEIGHT: 190px
}
#contact .contactlink
{
DISPLAY: block;
BACKGROUND: url(../grafik/vimpel.png) no-repeat 0px 0px;
OVERFLOW: hidden;
WIDTH: 31px;
TEXT-INDENT: -9000px;
HEIGHT: 190px
}
#contact a.contactlink:hover
{
DISPLAY: block;
BACKGROUND: url(../grafik/vimpel_on.png) no-repeat 0px 0px;
OVERFLOW: hidden;
WIDTH: 31px;
TEXT-INDENT: -9000px;
HEIGHT: 190px
}
#logo
{
Z-INDEX: 1;
WIDTH: 175px;
POSITION: absolute;
HEIGHT: 102px;
margin-left: 805px;
}
#logo .logo_gelki
{
DISPLAY: block;
BACKGROUND: url(../grafik/logo.png) no-repeat 0px 0px;
OVERFLOW: hidden;
WIDTH: 175px;
TEXT-INDENT: -9000px;
HEIGHT: 102px
}
#logo a.logo_gelki:hover
{
DISPLAY: block;
BACKGROUND: url(../grafik/logo_on.png) no-repeat 0px 0px;
OVERFLOW: hidden;
WIDTH: 175px;
TEXT-INDENT: -9000px;
HEIGHT: 102px
}
#eXTReMe
{
position:absolute;
left:-2000px;
top:-2000px;
}

form {
margin: 0px 0px 0px 0px;
}
input
{
margin: 5px 0px 5px 0px;
background-color: #333333;
color: #FFFFFF;
border: solid #999999 1px;
font-size: 11px;
background-image: url(../grafik/form_bg.png);
background-repeat: no-repeat;
background-position: left top;
padding: 2px 4px 2px 4px;
width: 175px;
}
textarea
{
font-size: 11px;
margin: 5px 0px 5px 0px;
background-color: #333333;
color: #FFFFFF;
border: solid #999999 1px;
background-image: url(../grafik/form_bg.png);
background-repeat: no-repeat;
background-position: left top;
padding: 2px 4px 2px 4px;
width: 175px;
}
.submit_knapp
{
color : #ffffff;
height : 26px;
font-size : 11px;
border : 1px solid #000000;
text-align : center;
line-height : 1.5em;
background-image : url(../grafik/button_bg_hover.gif);
background-repeat : repeat-x;
margin: 5px 0px 5px 0px;
width: 50px;
}
.submit_knapp:hover
{
background-image:url(../grafik/button_bg_hover.gif);
background-repeat: repeat-x;
cursor: pointer;
cursor: hand;
border: solid #ffffff 1px;
}

/* use it to break floating div */
#clearfloat {
width: 100%; 
height: 1px; 
margin: 0 0 -1px; 
clear: both; 
	}
	
#errortext { border : 1px solid #17517f; background-color : #f2f2f2; color : #cc0000; margin-bottom : 7px; margin-top : 7px; padding: 5px 5px 5px 5px; } 
