* { 
    /*border: solid 1px red;*/
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

html {
  overflow-y: scroll;
}
  
body {
  margin: 0;
  background: white;	
}

container {

}

/* háttér */

#bg01 {
	position: fixed; 
	top: 0; 
	left: 900px;
	bottom: 0;
	right: 0;
	z-index: -8;
	text-align: right;
	vertical-align: middle;
 }

#bg02 {
	position: fixed; 
	top: 0; 
	left: 900px;
	bottom: 0;
	right: 0;
	z-index: -10;
	text-align: right;
	vertical-align: middle;
 }

#bg03 {
	position: fixed; 
	top: 0; 
	left: 900px;
	bottom: 0;
	right: 0;
	z-index: -10;
	text-align: right;
	vertical-align: middle;
 }

#bg00 {
	position: fixed; 
	top: 0; 
	left: 900px;
	bottom: 0;
	right: 0;
	z-index: -9;
	text-align: left;
	vertical-align: middle;
}

/* háttér vége */

/* fejléc */

#topcontainer {
	background: black;
	min-width:890px;
	background: url(../../gfx/topbg.png) repeat-x;
	height: 238px;
	display: block;
}

#logo {
	display: inline-block;
	background: url(../../gfx/toplogo.png) no-repeat;
	width: 209px;
	height: 239px;
}

#title {
	display: inline-block;
	width: 670px;
	height: 239px;
	vertical-align: top;
}

#road {
	margin-top: 45px;
	height: 85px;
	width: 100%;
	background: url(../../gfx/road.png) no-repeat;
	background-position: center;
}

#roadtxt {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#search {
	margin-top: 44px;
	vertical-align: bottom;
	text-align: right;
}
/* fejléc vége */

/* menu */

#menu{
	float: left;
	width: 210px; /*Width of left column*/
	margin-left: -100%;
	background: #093a78;
	min-height: 600px;
	z-index: 100;
}

.menuitem {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
}

/* menu vége */

#shadowcolumn{
	float: left;
	width: 100%; /*Width of left column*/
	height: 97px;
	margin-left: -100%;
	background: url(../../gfx/shadow.png) repeat-x;
	z-index: -1;
}

/* content */
#contentcontainer{
	float: left;
	width: 100%;
	z-index: 5;
}

#contentcolumn{
	margin-left: 210px; /*Set left margin to LeftColumnWidth*/
	min-height: 372px;
	background: url(../../gfx/shadowmenu.png) no-repeat;
	padding: 30px;
	margin-bottom: 100px;
}

#content {
	width: 650px;
	border-bottom: 4px solid;
	border-color: #ff8500;
        padding-bottom: 15px;
}

.contentheader {
	width: 100%;
	border-bottom: 4px solid;
	border-color: #ff8500;
	margin-bottom:20px;

}

#content p {
	text-align:justify;
}

/* content vége */

/* lábléc */
#aboutcontainer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 146px;
}

#aboutshadow {
	height:60px;
	width: 100%;
	background: url(../../gfx/aboutshadow.png) repeat-x;
}

#aboutline {
	height:14px;
	width: 100%;
	background: #a0a0a0;
}

#about {
	padding: 10px;
	padding-top: 5px;
	height: 72px;
	width: 100%;
	background: #093a78;
}

#about p {
	color: white;
	line-height: 1.2em;
}
#about a {
	color: white;
	line-height: 1.2em;
}

/* lábléc vége*/





/* Stylesheet: roadkse_css Modified On 2022-08-21 13:21:25 */
