@charset "utf-8";
/* CSS Document */
html{
height:100%;
}
body {
height:100%;
text-align:center;
background:  url(images/friet_bg.jpg) ;
font-family:  Arial, helvetica, sans-serif;
font-size:14px;
line-height:18px;
color:#000;
}
p{
line-height: 18px;
}
a {color:#fff;
font-size:12px;
font-weight:bold;
}
a:hover{color:#fff;
font-size:12px;
font-weight:bold;
text-decoration:blink;
}
h1{
margin-top:0;
margin-bottom:10px;
color:black;
}
h3{
color:#fff;
font-size:16px;
}
hr{
height:1px;
color:#98cd0b;
}
li {
list-style:square;
color:#eee;
}
#container{
position:relative;
margin:0 auto;
background:transparent;
width:788px;
}
img {
border:0;
}
#header{
position:relative;
width: 788px;
height:349px;
background:  url(images/headerbg.png) no-repeat;
z-index:50;
}
#content{
_min-height:100%;
height:1250px;
position:relative;
top:-17px;
background: url(images/contentbg.jpg) repeat-y;
background-position:8px;
padding-left:210px;
}
#content_text{
background-color:#575757;

display:block;
padding-top:15px;
padding-left:15px;
padding-right:15px;
float:left;
text-align:left;
width:360px;
color:#eee;
z-index:100;
}
#content_text h1{
color:#fff;
}
#portret{
position:absolute;
top:330px;
}
#menu{
position:absolute;
top:275px;
right:44px;
text-align:right;
z-index:300;
width:180px;
line-height:26px;

}
#menu li {
background-color:#9c0006;
list-style:none;
width:100%;
border-bottom:solid 1px #CCCCCC;
border-left:solid 1px #CCCCCC;
color:#eee;
font-size::16px;
font-weight:bold;
padding-right:23px;
}
li.first{
border-top:solid 1px #CCCCCC;
}
#menu li a{
color:#999999;
text-decoration:none;
}
#menu li a:hover{
color:#ffffff;
text-decoration:none;
}
#footer{
clear:left;
margin:0 auto;
position:relative;
top:-18px;
left:2px;
bottom:0;
background:#9c0006;
height:142px;
width:776px;
padding-top:10px;
}
