* {
	padding:0;
	margin:0;
}

body {
	background-color: white;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #9e9e9e;
	text-align:center;
	background-color: #fff;
}

table
{

	border-color:#FFF;	
    margin: 20px auto;
	font-size:11px;
	
}
table tr
{
    height: 31px;
    
}
table tr.even td
{
    background: #f4f4f4;
}
table tr td
{
    background: #f2f2f2;
    padding: 5px;
	width: 40px;
	padding: 10px 2px 0 2px;
}
table th
{
    text-align: center;
    background-color: #DDD;
	width: 40px;
	padding: 10px;
}

/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.left { text-align:left; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
.clear { clear:both; }
.left { float:left; overflow:hidden; }
.right { float:right; overflow:hidden; }
.border { border:0px; }
.border_left{ border-left: 1px solid #ccc;}
.bigtxt {font-size: 24px;}
.vbigtxt {font-size: 48px;}
.black { color:#444; }
.required { color:#ea2d2e; }


.button{
	margin: 20px 0 0 0;
	float:right;
	overflow:hidden;
	border:0px;
    background-color: #ea2d2e;
	color: #fff;
	height: 40px;
	width: 200px;
	font-size: 18px;
}


.button1 {
	margin:0 0px 0 0;
    border: 1px solid #aaa;
    background: #eee;
	width: 80px;
}

.tarea {
	margin:0 0px 0 0;
    border: 1px solid #aaa;
    background: #fff;
	width: 500px;
	height:200px;
}

.input{
	margin:0 0px 0 0;
    border: 1px solid #aaa;
    background: #fff;
	width: 100px;	
}

.input2 {
	margin:0 0px 0 0;
    border: 1px solid #aaa;
    background: #fff;
	width: 220px;
}

.top_b{
	display: block;
	width: 100%;
	height: 10px;
	background-color: black;
}

.wdth{
	overflow: hidden;
	margin: 0 auto;
	padding: 0 auto;
	width: 1190px;
	
}



 ul
{
	list-style: none;
	margin: 10px 20px;
	padding: 10px 0 20px 0;
	border: none;
}

 li{
	margin: 2px 0px 3px 0;
	padding: 1px 0 0 0;
}


.box{
	display: block;
	padding: 0px 12px 0px 12px ;
	margin: 30px 0 30px 0;
	width: 250px;
	text-align: justify;
	float:left;
	overflow:hidden;
	color: #444;
	font-size: 14px;
}


.box ul
{
	list-style: none;
	margin: 0;
	padding: 0px 0 0px 0;
	border: none;
}

.box li{
	margin: 5px 0px 0px 0;
	padding: 1px 0 0 0;
}

.box li a{
	display: block;
	margin: 5px 0 0 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}



.box li a:hover{
	color: #ea2d2e;
}


.box li a:active{
	color: #ea2d2e;
}







.box1{
	display: block;
	padding: 0px 12px 0px 12px ;
	margin: 30px 0 30px 0;
	width: 300px;
	text-align: justify;
	float:left;
	overflow:hidden;
	color: #666;
	font-size: 14px;
}


.box1 ul
{
	list-style: none;
	margin: 0;
	padding: 0px 0 0px 0;
	border: none;
}

.box1 li{
	clear:both;
	margin: 5px 0px 0px 0;
	padding: 1px 0 0 0;
	
}

.box1 li a{
	display: block;
	margin: 5px 0 0 0;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}



.box1 li a:hover{
	color: #ea2d2e;
}


.box1 li a:active{
	color: #ea2d2e;
}






.box2{
	display: block;
	padding: 0px 12px 0px 12px ;
	margin: 30px 0 30px 0;
	width: 750px;
	text-align: justify;
	float:left;
	overflow:hidden;
	color: #666;
	font-size: 12px;
}


.box2 ul
{
	list-style: none;
	margin: 0;
	padding: 0px 0 0px 0;
	border: none;
}

.box2 li{
	clear:both;
	display: block;
	min-height:120px;
	margin: 10px 0px 5px 0;
	padding: 1px 0 5px 0;
	border-bottom: 1px solid #ccc;
}

.box2 li a{
	display: block;
	margin: 5px 0 0 0;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}



.box2 li a:hover{
	color: #ea2d2e;
}


.box2 li a:active{
	color: #ea2d2e;
}



.title{
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #ea2d2e;
	font-weight: bold;
}

.box_desc{
	display: block;
	padding: 2px 12px 2px 12px ;
	margin: 3px 0 3px 0;
	width: 225px;
	color: #666;
	font-size: 14px;
	text-align: left;
	float:left;
	overflow:hidden;
	border-bottom: 1px solid #ccc;
}

.desc{
	display: block;
	padding: 2px 12px 2px 12px ;
	margin: 30px 0 30px 0;
	width: 810px;
	min-height:320px;
	color: #666;
	font-size: 14px;
	text-align: justify;
	float:left;
	overflow:hidden;
	border-left: 1px solid #ccc;
}

.faq{
	display: block;
	padding: 10px 0px 10px 0px ;
	margin: 10px 0 10px 0;
	color: #666;
	font-size: 14px;
	text-align: justify;
	border-bottom: 1px solid #ccc;
}

.menu{
	display: block;
	margin: 0 auto;
	padding: 20px 10px 10px 20px;
	height: 200px;
	min-width: 140px;
	float:left;
	overflow:hidden;
	border-right: 8px solid #ea2d2e;
	text-align:right;
}


.menu ul
{	clear:both;
	list-style: none;
	margin: 0;
	padding: 10px 0 0px 0;
	border: none;
}

.menu li{
	margin: 5px 0px 0 0;
}

.menu li a{
	display: block;
	margin: 0 0 0 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}



.menu li a:hover{
	color: #ea2d2e;
}


.menu li a:active{
	color: #ea2d2e;
}

#okruchy{
	clear:both;
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #888;
	
}

.content{
	clear:both;
	display: block;
	min-height:500px;
	margin: 5px 20px 20px 20px;
	padding: 0px;
	text-align: left;
	color: #111;
	
}

a.powrot{
margin: 0 auto;
	clear:both;
	text-align:right;
float:right;
	overflow:hidden;
	color: #999;
	text-decoration: none;
	
}

a:hover.powrot{
	text-decoration: none;
}

a.red{
display: block;
	margin: 0px 0 0 0;
	padding: 1px 0 0 0;
	font-size: 10px;
	color: #ea2d2e;
	text-decoration: none;
	float:right;
	overflow:hidden;
}

a:hover.red{
	font-weight: bold;
}

a.red1{

	margin: 3px 0 0px 0;
	font-size: 10px;
	color: #ea2d2e;
	text-decoration: none;
}

a:hover.red1{
text-decoration: underline;
}

a.name{
	font-size: 16px;
	color: #ea2d2e;
	text-decoration: none;
	font-weight: bold;
}

a:hover.name{
}


a.name1{
	font-size: 12px;
	color: #ea2d2e;
	text-decoration: none;
	text-align:right;
	font-weight: bold;
}

a:hover.name1{
}



#motto{
	clear:both;
	margin: 0px auto;
	padding: 30px 0 0 0;
	color: #aaa;
	text-align: center;
	font-size: 24px;
	line-height: 40px;
}


#logos{
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
	min-height: 160px;
	background-color: #dadada;

}	

#footer{
	display: block;
	width: 100%;
	padding: 13px 0 0 0;
	height: 30px;
	color: #555;
	background-color: black;
}	


.image{
	display: block;
	width: 375px;
	min-height: 300px;
	background-color: #fff;
	border:1px solid #ddd;
	margin: 20px 0 0 0;
	padding: 10px 10px 10px 10px;
	color: #888;
	font-size: 11px;
}

.image_s{
	display: block;
	width: 150px;
	height: 100px;
	background-color: #fff;
	border:1px solid #ddd;
	margin: 0px 5px 2px 0;
	padding: 10px 10px 10px 10px;
	color: #888;
	font-size: 11px;
}
