* {
	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;
}

/* 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; }


.top_b{
	display: block;
	width: 100%;
	height: 10px;
	background-color: black;
}

.wdth{
	overflow: hidden;
	margin: 0 auto;
	padding: 0 auto;
	width: 1150px;
	background-color: white;
}



.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;
}


.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;
	height: 150px;
	min-width: 160px;
	float:left;
	overflow:hidden;
	border-right: 8px solid #ea2d2e;
	text-align:right;
}


.menu ul
{
	list-style: none;
	margin: 0;
	padding: 0px 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.red{
	clear:both;
		margin: 3px 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 0 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;
}