/* CSS Document */
/* general stuff */

body{
	background: #000;
	text-align: center;
	font-family : verdana, arial, sans-serif;
}

* {
	margin: 0px;
	padding: 0px; /* mindent kinullazunk */
	font-family: Arial, Helvetica, sans-serif; /* beallitjuk az oldalon a font keszletet */
	font-size: 12px; /* a kulon nem meghatarozott fontok merete */
}

#head{
	color: #ff0066;
}

#head1{
	color: #ff0066;
}

.error{
background: red;
color: #fff;
font-weight: bold;
}

.info{
font-size: 16px;
color: #fff;
font-weight: bold;
background: green;
}

li{
	list-style-type: none;
}

input, select, textarea{
	background: #E7E7E9;
	border: 1px solid #C2C2C4;
	color: #414143;
}

img{
	border: none;
}

/* az egesz befoglalo div */
#wholeStuff {
	background: #000;
	width: 1049px;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
	clear: none;
}

/* mainColumn - kozepso oszlop */
#mainColumn {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	/*max-height: auto;*/
	background: #000;
}


.partnersText{
	margin-top: 10px;
	
	/*margin-left: 160px;*/
	/*padding: 10px;*/
	text-align: left;
	width: 997px;
	margin-left: auto;
	margin-right: auto;
	color:#fff;
}

#footerBanners{
	
	margin-top: 10px;
	background: #fff;
	/*margin-left: 160px;*/
	/*padding: 10px;*/
	text-align: left;
	width: 997px;
	margin-left: auto;
	margin-right: auto;
	
}

#footerBanners ul li{
	list-style-type: none;
	display: inline;
	/*float: left;*/
}


.advert h2{
	background: #ff0066;
	color: #fff;
	font-size: 19px;
	text-align: left;
	text-indent: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.advert h2 .last_updated_text{
	color: #fff;
	font-size: 19px;
	font-weight: normal;
}

.displayImage{
	float: left;
}

.descriptBox{
	float: left;
	margin-left: 30px;
	text-align: left;
	width: 600px;
}

.clear{
	clear: both;
}

.clearPadding10{
	clear: both;
	padding-top: 10px;
}

.clearPadding20{
	clear: both;
	padding-top: 20px;
}


.imageContainer{
	float: left;
	margin-right: 10px;
}


.displayName{
	color: #ff0066;
	font-size: 28px;
	/*font-weight: bold;*/
}

.displayPhone{
	color: #fff;
	font-size: 22px;
}

.displayAddress{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.displayData{
	color: #ff0066;
}

.iconText{
	margin-left: 5px;
	font-weight: bold;
	font-size: 12px;
	
}

.smallText{}

.descript_en{
	font-family: courier;
	font-weight: 100;
	font-size: 11px;
	color: #ff0066;
	margin-top: 10px;
}

.commentList{
	margin-top: 40px;
	margin-left: 10px;
}



.reviews{
	text-align: left;
}
.reviews a{
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}

.commentHead{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
}

.commentDate{
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
}

.commentText{
	font-family: courier;
	font-weight: 100;
	font-size: 11px;
	color: #ff0066;
	text-align: left;
}

.commentFoot{
	margin-top: 30px;
}



/*form*/
table {
	text-align: left;
	color: #fff;
	
}

table tr td{
	padding-left: 10px;
}

table input{
	margin-right: 0px; 
}


h3{
	font-size: 22px;
	color: #FD787B;
}

