/* EasyWeb html style file */




body 
{    
    font-size:13px;	
    color:#FFEEBF;    
    margin:0;
    padding:0;
	position:relative; 
	height:100%;	  
    background-image:url(../templates/main/images/background.jpg);
    background-repeat:no-repeat;    
    background-position:center top;
    background-color:#000;
}



/* txt  */
p, input, select, body, th, td, div, span, h1, h2, h3, h4, h5, h6, li { font-family: Arial, Helvetica, sans-serif; } 
p
{	
	margin:0;
	padding: 0;
}

h1
{				
	font-size: 24px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #F6BA47;	
}

h2
{				
	font-size: 22px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #F6BA47;	
}

h3
{				
	font-size: 17px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #F6BA47;			
}

h4
{	
	font-size: 15px;
	font-style:italic;			
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #F6BA47;	
}

h5
{				
	font-size: 13px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #F6BA47;
}

h6
{				
	font-size: 11px;
	margin: 0;
	padding: 15px 0 3px 0;
	font-weight: normal;
	color: #F6BA47;
}

a
{				
	text-decoration:underline;
	color:#F6BA47;
	outline:none;	
				
}

a:hover		
{
    text-decoration:underline;
	color:#FFA64F;
}

/*  end txt  */

ul
{ 	margin:3px 0 3px 5px;
	padding:3px 0 0 15px;
}
li
{ 	list-style-image:url(9405f9cd-5417-4c27-a54c-8ace5c610e6d);
}

ol {
	margin:3px 0 3px 5px;
	padding:3px 0 0 15px;
}
ol>li{
	list-style-image:none;
	list-style-type:decimal;
}
ol>li>ol>li {
	list-style-image:none;
	list-style-type:lower-alpha;
}

a { outline:none; }

img { border: 0; }



p.MyText {		font-size:14px;
				text-align: justify;
				padding:0 0 0 0;
				margin:0 0 0 0;
				color:#FFF;
}

/* formular - tabulka */
table.thermins {border-collapse: collapse; width: 450px; background-color:#97002B;}
table.thermins th {border: 1px solid; background-color:#CB1A28; color:#F6D767; border-color:#97002B;}
table.thermins td {border: 1px solid; border-color:#CB1A28; text-align:center;}







div.Team {		float:left;
				width:50%;
}




