@charset "utf-8";
/* CSS Document */


/* basic elements */
body {
	color: #FFFFFF;
	text-align: center;
	background: #000000;
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}
	
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}


a img {
	border:none;
}

h1, h2, h3, h4, h4 {
	color: #FFFFFF;
	margin: 15px 0;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 200%;
	text-transform: uppercase;
}

h2 {
	font-size: 175%;

}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 120%;
}

p {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* basic elements end */


/* specific divs */
#contaner {
	background-image: none;
	margin: 0px auto 0px;
	width: 1024px;
	}
	
#header {
	background-image: none;
	}
#left {
	margin: 0px;
	float: left;
	width: 277px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 1.4em;
	padding-top: 0px;
}

#fixheight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	border-left: 5px solid #FF0000;
	background: #333333;
	height: 600px;
}

#dynheight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 380px;
	border-left: 5px solid #FF0000;
	background: #333333;
}

#right {
	margin: 0px 0px 0px 30px;
	padding: 0px;
	float: right;
	width: 292px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

#right ul li a  {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 2em;
	height: 24px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#right ul li a:hover  {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	line-height: 2em;
	height: 24px;
	display: block;
	background: url(../images/button.jpg) repeat-x left top;
	color: #000000;
	border-left: 5px solid #FF0000;
}

#right #menu ul li a  {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	line-height: 2em;
	height: 2em;
	display: block;
	border-left: 5px solid #990000;
}

#right #menu ul li a:hover  {
	border-left: 5px solid #FF0000;
}

#right ul {
	margin: 20px 0px 0px 0px;
	list-style-type: none;
	padding: 0px 0px 0px;
	
}

#footer {
	padding: 0px;
	color: #FFFFFF;
	font-size: 1em;
	margin-top: 25px;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#contaner #left #adatok {
	margin: 0px;
	width: 100%;
	padding-top: 20px;
}

h2 {
	text-decoration:underline;
	font-weight: bold;	
}
.line {
	border-bottom: thin solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}


#content {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 20px 30px 25px;
	width: 320px;
	text-align: left;
}
.clr {
	clear: both;
}
