/* F�lspecialista CSS */

/* --- General Properties --- */

* {
margin: 0;
padding: 0;
}

img {
border: none;
}

/* --- Text Properties --- */

h2 {
padding: 5px 0 10px 10px;
font-size: 22px;
font-weight: bold;
text-align: left;
}

h3 {
padding: 20px 0 10px 5px;
font-size: 20px;
text-align: left;
}

h4 {
font-size: 18px;
font-weight: bold;
padding: 10px 0 5px 5px;
text-align: left;
}

body {
   background:#FF6600 url(../img/hatter_gradiens.png) repeat-x;
   /*background-image:url(../img/waldorf_css_hatter.png);*/
   font-family: Comic Sans MS;
}

#container {
   width:1000px;
   height:auto;
   background-color:#ff8f00;
   display:block;
   text-align:justify;
}


#header {
height: 216px;
width: 1000px;
background-image: url(../img/waldorf_main_fejlec.jpg);
display:block;
}

#menubar {
height: 27px;
width : 1000px;
background-image: url(../img/waldorf_main_menu.jpg);
border-top: 1px solid #680000;
border-bottom: 1px solid #680000;
display:block;
}

#middle {
width: 1000px;
background:#FF9900 url(../img/waldorf_main_hatter.png)  no-repeat;
display:block;
}

#middle2 {
width:1000px;
background:url(img/waldorf_main_dashed.png) repeat-y;
display:block;
}

#left_side {
float: left;
width: 170px;
/* border-right: 2px dashed #800; */
}

#right_side {
float: right;
width: 170px;
/* border-left: 2px dashed #800; */
}

#content {
float:left;
padding:20px;
width:620px;
overflow:hidden;
}

div.spacer {
	clear: both;
	display:block;
	height:10px;
}

#footer {
font-size: 10px;
text-align: center;
line-height: 6px;
display:block;
}

#menubar ul {
	width:auto;
	list-style-type: none;
}

#menubar ul li {
	width:165px;
	float:left;
	text-align:center;
}

#menubar ul li a {
	color: white;
	font: 12pt Comic Sans MS;
	text-decoration:none;
	display:inline;
}

#right_menu {
	width:170px;
	position: relative;
	top:10px;
	height:auto;
}

#right_menu ul {
       width:auto;
       list-style-type: none;
}

#right_menu ul li {
	width: 165px;
	text-align:left;
}

#right_menu ul li a {
	 font: 12pt Comic Sans MS;
	 text-decoration:none;
         display:inline;
}

#short_news {
	font: normal 8pt Comic Sans MS;
}

#short_news p.news_header {
	margin-top:20px;
	font: bold 12pt Comic Sans MS;
	color: #669933;
}

#short_news a {
	text-decoration:none;
	float:right;
	margin-right:15px;
}

#ddsidemenubar {
    width:160px;
    position:relative;
    top:10px;
    left:0px;
}

