/* CSS Document */


body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #231F20; 
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px; 
 color: #FFFFFF;
}


/* karakterkészlet */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size:16px;
	color:#870000;
	letter-spacing: 1px;
	line-height: 16px;
}

.kek {
color:#495678;
}

.szurke{
font-size:12px;
color:#CCCCCC;
}


h2 {font-size:14px;
color:#870000;
}
h3 {
font-size:14px;
color:#FF9900;
}
h4 {
font-size:14px;
color:#870000;

}
h5{	 
font-size:12px;
color:#FFFFFF;

}
h6 {
	font-size:12px;
	color:#870000;
	vertical-align: top;
}

p {
	font-size: 11px;
}



ul, li {
	list-style-image: none;
	list-style-type: decimal;
}
a {
	color: #870000;
	text-decoration: none;
}
a:hover {
	color: #870000;
	text-decoration: underline;
}


/* szerkezet */
#container{
	position: absolute;
	height: 544px;
	width: 842px;
	text-align:center;
	top: 50%;
	left:50%;
	margin-top: -272px;
	margin-left: -421px;
}
