/****** RESET ******/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td{ 
	margin: 0px; 
	padding: 0px; 
}


/****** BASIC ******/

body{
	background: #FFF;
	color: #000;
	font-family: Trebuchet,Verdana,Arial,Helvetica;
	font-size: 11px;
}

a{
	text-decoration: underline;
	color: #000;
}

a:hover{
	color: #25AAE1;
}

#wrapper{
	width: 700px;
	margin: 0 auto;
}


/****** HEADER ******/

#header{
	height
}

#logo{
	width: auto;
	height: 70px;
	margin: 15px 0;
}

#logo img{
	border: none 0;
}


/****** MAIN ******/

#main{
	
}

#left{
	float: left;
	width: 200px;
	padding-top: 10px;
}

#right{
	float: left;
	width: 500px;
	padding-top: 10px;
	border-top: 1px solid #666;
}


/****** MAIN MENU 1 & 2 ******/

#main-menu2{
	margin-top: 20px;
	margin-right: 15px;
	float: right;
}

#main-menu2 ul li{
	list-style: none outside none;
	font-size: 19px;
	font-family: Arial,Verdana,Arial,Helvetica;
	text-align: right;
	margin-bottom: 10px;
}

#main-menu2 ul li a{
	color: #666;
}

#main-menu2 ul li.submenu, #main-menu2 ul li.submenu-active{
	font-size: 14px;
	//margin-bottom: 6px;
	margin-top: -4px;
}

#main-menu2 ul li.menu-active a, #main-menu2 ul li.submenu-active a, #main-menu2 ul li.upmenu-active a{
	color: #25AAE1;
}

#main-menu2 ul li a{
	text-decoration: none;
}


/****** CONTENT ******/

#content{
	color: #404041;
	line-height: 140%;
}

#content .img{
	padding: 10px 0 15px 0;
	width: 500px;
	height:250px;
}

#content .border{
	border-left: 1px solid #000;
	padding-left: 15px;
}

#content h1{
	font-weight: normal;
	font-size: 21px;
	color: #000;
}

#content .title{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#content .title2{
	color: #25AAE1;
	border-bottom: 4px solid #25AAE1;
	padding: 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}


/****** FOOTER ******/

#footer{
	border-top: 4px solid #000;
	margin-top: 10px;
}

#footer-menu{
	width: 700px;
	display: block;
}

#footer-menu ul{
	
}

#footer-menu ul li{
	float: left;
	list-style: none inside none;
	margin-right: 10px;
	font-family: Trebuchet,Verdana,Arial,Helvetica;
	max-width: 130px;
	margin-bottom: 4px;
}

#footer-menu ul li ul li{
	float: none;
}

#footer-menu ul li.submenu a, #footer-menu ul li.submenu-active a{
	font-weight: normal;
}

#footer-menu ul li a{
	font-weight: bold;
	text-decoration: none;
}

#footer-menu ul li a:hover{
	color: #000;
}

#copyright{
	color: #404041;
	float: right;
	padding-bottom: 10px;
	margin-top: 4px;
}

/***** slovar *****/

#slovar{
	text-align: left;
}

a.slovar-crke {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	color: #666666;
	font-weight: bold;
	line-height: 25px;
	margin: 2px 1px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
}


a.slovar-crke-s, a.slovar-crke:hover, span.slovar-crke-s{
	background-color: #262b31;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	margin: 2px 1px 0px 0px;
	padding: 2px 10px;
	text-decoration: none;
}

.smalltitle{

	border-bottom: 1px solid #cccccc;
	font-size: 15px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	color: #0096DE;
	font-weight: 600;
}

#gesla{
	padding-top: 20px;
}

.geslo{
	padding-bottom: 20px;
}


.geslo li, .inside li{
	margin-left: 20px;
}


/****** OTHER ******/

.clear{
	clear: both;
}

