/* CSS Document */
*{
margin:0px;
padding:0px
}

img{
border:0px
}

a {
text-decoration:none;
color: #933;
}

html{
width:100%;
height:100%;
background-color: #8f897b;
}

body{
margin: auto;
}

.header{
width: 100%;
height:230px;
margin: 0 0 0 0;
background-image:url(images/header_v1_v5.png), url(images/menu_v1_alap4.png);
background-position: center top, center bottom;
background-repeat:no-repeat, repeat-x;
background-color: #FFF4DB;
position: fixed; top: 0px;
}

.menu{
width:600px;
background-color: ada695;
padding: 220px 0 0 0px;
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
text-align:justify;
margin: auto;
}

.menu ul{
width: 600px;
float: left;
display: inline;
margin-top: 10px;
margin-bottom: 10px;
}

.menu li{
list-style-type: none;
float:left;
padding:0 0 0 0;
}

.menu img, .right img{
float:left
}

.right{
width:600px;
overflow:auto;
background-color: ada695;
padding: 260px 0px 90px 0px;
font-family: Verdana, Geneva, sans-serif;
font-size:12px;
text-align:justify;
margin: auto;
}

.text1{
color: #FFF;
width:590px;
float:left;
padding:5px 0px 12px 5px;
}

.text2 {
color: #be0404;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
}

.ulist {
color: #FFF;
width:550px;
float:left;
padding: 0px 10px 10px 20px;
list-style:square;
}

.ulist2 {
color: #be0404;
width:550px;
float:left;
padding: 0px 10px 10px 20px;
list-style:square;
}

#footer{
width:100%;
height:75px;
margin:auto;
float:left;
background-color:#b6a682;
text-align:center;
position:fixed; bottom: 0px;
}



