body{
padding:10px;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
  background-color:#333333;
}




#finance, #kontakt, #sluzby{
	background-color: #333;
	color: #fff;
}

/* COMMON */
h2{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
h1{
	font-size: 16pt;
	font-weight: bold;
	
}
a{
	text-decoration: none;

	color:#fff;
}
a:hover{
	text-decoration: none;
	font-size: 12pt;
	color:#ff9;
}
.orange{
	color:#FF8C00;
}
.red{
	color:#FF0000;
}
.white{
	color:#ffffff;
}
.black{
	color:#000000;
}
.yellow{
	color: Yellow;
}
.lightblue{
	/*color: #CDECFE;*/
	/*	color: #FF8c00;*/
	color:white;
}
.cursive{
	font-style: italic;
}
.normalfont{
	font-style:normal;
}
.underline{
	text-decoration: underline;
}
.imagehref{
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
	cursor:hand;
}
.nopointer{
	cursor: auto;
}

/* LAYOUT */

#page{
	background-color: #333;
	width:780px;
	padding:0px;
	margin:0px;
	border:1px solid #eee;
	border-bottom:none;
	color: #fff;
}


/* HLAVICKA */
#header{
	
	background: url(../images/header.jpg) #e7781e;
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding: 0;
	margin: 0;
	height:195px;
	width:780px;
}
#header_caption{
	height:18px;
	_height:20px;
	padding-top:2px;
	vertical-align: middle;
	color: #fbdd31;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing: 3pt;
	word-spacing: 3pt;
/*	text-transform: uppercase;*/
}
#header_caption a:hover{
	text-decoration: underline;
}
#header_hrefs{
	width:780px;
	text-align: center;
	height:25px;
	margin-top:150px;
}
.header_hrefs_item{
	text-align: center;
	width: 25%;
	float: left;
	vertical-align:middle;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	font-size: 11pt;
}

/* CONTENT IFRAME */
#content{
	padding:15;
	margin:0;
	vertical-align: middle;
}
#finance #content{
	margin:20px 0px 0px 0px;
}
#sluzby content{
	margin:0px;
}
#finance #content ul,#kontakt #content ul,#kontakt table, #sluzby #content ul{
	margin:0px 0px 0px 0px;
	padding:0px;

	
	line-height: 25px;
	font-family:arial;
	list-style: disc;
}
#finance #content ul, #sluzby #content ul{
	margin-left:30px;
	line-height: 30px;
}
#kontakt #content ul{
	font-size:14pt;
	font-weight: normal;
	list-style: none;
	margin: 30px 30px 0px 30px;
}
#finance #content span, #kontakt #content span, #sluzby #content span{
	font-size:13pt;
	font-weight: bold;
	font-family:arial;
	line-height: 30px;
}
a.content_href{
	color:#e7781e;
	text-decoration: none;
	font-weight: bold;
}
a.content_href:hover{
	color:#e7781e;
	text-decoration: underline;
	font-weight: bold;
}
#tel_caption{
	width:60px;
	float:left;
	line-height: 24px;
	font-size:15pt;
}
#telefony{
	width:145px;
	float:left;
	line-height: 25px;
	font-size:15pt;
	text-align: left;
}
#finance_partners{
	width:160px;
	height:520px;
	float:left;
/*	border:1px solid white;*/
	font-size: 13pt;
	font-weight: bold;

}
#finance_text{

	float:right;
	text-align: left;
	width:700px;
	
/*	border:1px solid white;*/
}
#sluzby_text{
	margin:10px 30px 0px 30px;
	line-height: 30px;
	text-align:left;
}




/* PATA */
#bottom_div{
	height:25px;
	width:780px;
	_width:782px;
	background-color: #e7781e;
	border:1px solid #eee;
	border-top:none;

}

#bottom_text{
	font-size:10pt;
	font-weight:bold;
	padding-top:4px;	
	color: #fbdd31;
	color:#333;
}
#bottom_text a:hover{
	text-decoration: underline;
}




.right {
	display: block;
	float: right;
}
.clear {
	clear: both;
}




/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* End hide from IE-mac */


