/* Társasház-Szövetség CSS @ Attis */


/*Regular settings ---------------------------------------------------------------- */
body {
	margin:0px 0px 10px 0px;
	background: #b5cfe6 url("../images/background.jpg") fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:300px;
	color:#6180a0;
}
* {
	padding:0;
	margin:0;
}
img, div, class { behavior: url(iepngfix.htc) }
a:focus { outline:none; }
img { border: 0; }

/* Divs ---------------------------------------------------------------------------- */
#Container {
	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#Logo {
	width:423px;
	height:110px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
#Menu {
	width:850px;
	height:49px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;

}
#Content {
	width:850px;
	height:auto;
	background-color:#FFFFFF;

}
#Foot {
	width:850px;
	height:60px;
	padding-top:20px;
	background-image:url(../images/foot_bg.png);
	background-repeat:no-repeat;
}
#Content_borders {
	padding-left:15px;
	padding-top:15px;
	width:700px;
}

/* Panels ----------------------------------------------------------------------------- */
.LeftPanel {
	float:left;
	width:400px; /*400*/
	height:auto;
	margin-right:15px; /*15*/
}
.RightPanel {
	float:left;
	width:400px; /*400*/
	height:auto;
}
.WidePanel {
	float:left;
	width:815px;
	height:auto;

}
/* Classes --------------------------------------------------------------------------- */

/*Áraink*/
.Price_container {
	float:left;
	width:400px;
	margin-top:20px;
	height:auto;
}
.Price_line {
	float:left;
	width:400px;
	height:30px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #dbdbdb;
}
.Price_desc {
	float:left;
	width:310px;
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
	color:#81c22e;
}
.Price {
	float:left;
	width:80px;
	padding-top:6px;
	font-size:16px;
	font-weight:bold;
}
/* Elérhetőség*/
.Contact_container {
	float:left;
	width:400px;
	height:auto;
}
.Contact_title {
	float:left;
	width:400px;
	height:25px;
	border-bottom:1px solid #dbdbdb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#969696;
}
.Contact_content {
	float:left;
	width:350px;
	height:auto;
	margin:10px 0px 5px 40px;
	color:#5d81b8;
	font-weight:bold;
}
/*Box*/
.Box_bg {
	float:left;
	width:250px;
	height:225px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:20px;
	background-image:url(../images/box_bg.jpg);
	background-repeat:no-repeat;
}
.Box_title {
	width:230px;
	height:20px;
	padding:12px 10px 5px 10px;
	color:#fff;
}
.Box_content {
	width:230px;
	height:130px;
	padding:10px 10px 0px 10px;
}
.Box_btn_holder {
	float:left;
	padding-left:10px;
	width:100px;
	height:20px;
}
/* List styles ----------------------------------------------------------------------- */
li.dotted {
	margin:3px 0px 3px 20px;
	list-style:circle;
}
li.title {
	padding-left:20px;
	margin:10px 0px 10px 0px;
	list-style:none;
	font-size:14px;
	font-weight:bold;
}
/* Buttons --------------------------------------------------------------------------- */
a.btn:link, a.btn:visited, a.btn:active {
	float:left;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:5px;
	width:79px;
	height:23px;
	background-image:url(../images/btn_a_bg.png);
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#fff;
}

a.btn:hover {
	background-image:url(../images/btn_hover_bg.png);
	background-repeat:no-repeat;
}
/* Links ----------------------------------------------------------------------------- */
a.email:link, a.email:visited, a.email:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#5d81b8;
}
a.email:hover {
	color:#81c22e;
	text-decoration:none;
}
/* Fonts ----------------------------------------------------------------------------- */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	color:#81c22e;
	margin:10px 0px 10px 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#767676;
	margin:15px 0px 15px 0px;
}
/* IE BUGS --------------------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.IEBUGFIX {
	width:900px;
	height:15px;
	float:left;
	margin-right: -3px; !IMPORTANT /* IE 6 BUG, RANDOM DUPLIKÁLÓ KARAKTEREK MEGSZÜNTETÉSE */
}
.IEBUGFIX2 {
	width:400px;
	height:15px;
	float:left;
	margin-right: -3px; !IMPORTANT /* IE 6 BUG, RANDOM DUPLIKÁLÓ KARAKTEREK MEGSZÜNTETÉSE */
}
