body {
	text-align: center;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 13px;
	color: #032d3b;
	padding: 0;
	margin: 0;
	background:url(../elemek/bg.jpg) repeat-x;
}

img {
	border: none;
}
a{
	color: #FFFF00;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #990000;
}

a.menuLink {
/**/
}
a.menuLink:link {
/**/
}
a.menuLink:hover {
	position: relative; right: 0px; top: 1px;
}

a.lapozoLink {
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border: #CCCCCC solid 1px;
	background: #F5F5F5;
	text-decoration:none;
}
a.lapozoLink:link {
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border:solid #CCCCCC 1px;
	background: #F5F5F5;
	text-decoration:none;
}
a.lapozoLink:hover {
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	border:solid #CCCCCC 1px;
	background:#EEEEEE;
	text-decoration:none;
}

a.titleLink {
	color: #eb2023;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a.titleLink:link {
	color: #eb2023;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
a.titleLink:hover {
	color: #eb2023;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}

hr{
	border: none;
	border-top: solid 1px #cfcfcf;
	height: 1px;
}

.clear{
	clear: both;
	height: 10px;
	font-size: 10px;
}

/* #container position: relative */
#container{
	margin: auto;
	padding: 0px;
	width: 900px;
	overflow: hidden;
	text-align: left;
	background:#FFFFFF;
}

#header{
	padding: 0px 0px 0px 0px;
	width: 700;
	height: 120px;
	text-align: left;
    z-index: 2;
	background:#FFFFFF;
}


#container #leftSide{
	float: left;
	padding-left:10px;
	padding-right:10px;
	width: 180px;
	overflow: hidden;
	text-align: left;
}
#container #rightSide{
	float: right;
	padding-left:10px;
	padding-right:10px;
	width: 475px;
	overflow: hidden;
	text-align: left;
	
}

#footer {
	height:30px;
	margin: auto;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	text-align: left;
	background:url(../elemek/footer.jpg);
}

.button{
	font-size:12px;
	color:#666666;
	height:26px;
	width:80px;
	font-weight:bold;
}

/*szövegek*/
.mainAddress{
	font-size:20px;
	font-weight:bold;
	color:#333333;
	font-style:italic;
	text-shadow: 2px 2px 2px #000;
}

.subAddress{
	font-size:15px;
	font-weight:bold;
	color:#eb2023;
}
.littleText{
	font-size:11px;
}
/*-----------*/


/*form*/
.formTextFiled{
	color: #666666;
	border:solid #999999 1px;
	font-size:13px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.formTextArea{
	color: #666666;
	border:solid #999999 1px;
	font-size:13px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.formList{
	color: #666666;
	border:solid #999999 1px;
	font-size:13px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.picBorder{
	background:#cccccc;
	border:1px solid #9d9d9d;
	padding:3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.redStar{
	color:#FF0000;
}
/*------------*/

.keret{
	border: solid 1px #F4F4F4;
}

.forumValasz{border:1px solid #E0E0E0;background:#F9F9F9; color:#999999; width:95%; padding-left:5px; padding-right:5px;}


.whiteText{
	color:#FFFFFF;
}
.szam{
	font-family:Georgia, "Times New Roman", serif;
	font-size:12px;
}
.separatorText{
	color:#202020;
	font-weight:bold;
	padding-left:3px;
}
.urlapTxt{
	padding-right:10px;
}

.blueAddress{
	color:#22b8ea;
	font-size:13px;
	font-weight:bold;
}
.menuKeret{
	border-bottom:solid #CCCCCC 1px;
}
