#main{
	margin:auto;
	width: 850px;
	font-family: arial;
}

/* ***************************************** HLAVNE MENU*/
#hlavne_menu{
	width: 850px;
}
.menu{
	width: 840px;
	height: 32px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 5px solid rgb(207,232,156);
	float: left;
	
}
.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.menu li{
	float: left;	
	background-image: url(../images/design/kockamodra.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.menu li:hover{
	background-image: url(../images/design/kockazelena.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.menu a {
	margin:auto;
	display: inline;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 120%;
	color: rgb(0,64,122);
	cursor: pointer;
}
/* ***************************************** KONIEC HLAVNE MENU */
/* ***************************************** SUBMENU */

.strojeMenu ul{
	padding-left: 158px; 
}
#menu2{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 10px;
	padding-top: 5px;
	height:25px;
	width:840px;
	background-color:rgb(0,64,122) ;
	float: left;
}

#menu2 a{
	margin:auto;
	padding-top:10px;
	padding-bottom: 5px;
	padding-right: 57px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: White;
	
}
#menu2 li{
	float: left;
	margin-top: -15px;
	padding-left: 20px;
	list-style: none;
	display: inline;
	background-image: url(../images/design/modramala.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu2 li:hover{
	background-image: url(../images/design/zelenamala.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu2 ul{
		margin-left: 150px;
}

/* ***************************************** KONIEC SUBMENU */

#logo{
	margin-top: 20px;
	float: left;
}
#vlajka{
	float: right;
	margin-top: 10px;
}
#vlajka img{
	border: none;
	margin-left: 20px;
}




/* ***************************************** DESIGN OBSAH */

#obsah{
	float: right;
	margin-top:-75px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 10px;
	width:710px;
	min-height: 500px;
	background-image: url(../images/design/pozadie.png);
	color: White;
	font-size: 90%;
}
/* ***************************************** DESIGN TEXT */
.text{
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 10px;
	width:400px;
	text-align: justify;
}

.text img{
	padding-top: 20px;
}
.texts p{
	font-size: 80%;
	padding: 0;
	margin: 0;
}
.texts h4{
	margin-bottom: 5px;
	margin-top: 10px;
}
.text h1{
	margin-bottom: 40px;
	font-size: 120%;
	color:rgb(207,232,156);	 
}
.text h2{
	font-size: 120%;
	color:rgb(207,232,156);	 
}
.text h3{
	font-size: 100%;
}
.text a{
	color: rgb(207,232,156);
	font-weight: bold;
}

.text td{
	font-size: 10pt;
}

.texts img{
    padding: 0px;
    margin: 0px;
}
/* ***************************************** KONIEC DESIGN TEXT */
/* ***************************************** DESIGN AKTUALITY */
#aktuality{
	float: right;
	width: 200px;
	margin-top: 35px;
	padding-right: 10px;
	text-align: justify;
}
#aktuality h2{
	padding-top: 5px;
	margin-bottom: 40px;
	font-size: 120%;
	color:rgb(207,232,156);	
}
#aktuality p{
	padding-right: 15px;
	text-align: left;
}
/* ***************************************** KONIEC DESIGN AKTUALITY */
/* ***************************************** LEFT IMAGES */
#leftimages{
	float: left;
	margin-left: -180px;
	margin-right: 0px;
}
.pictures{
	float: left;
	margin-top: 100px;
	margin-left: -635px;
}
.pictures li{
	list-style: none;
	margin-top: 0px;
	padding: 0px;
}
/* ***************************************** KONIEC LEFT IMAGES */
/* ***************************************** DESIGN FORMULAR */
#formular label{
	float: left;
	width: 100px;
}
#formular input{
	margin-bottom:10px;
}
#formular textarea{
	margin-top: 10px;
}
#odoslat{
	margin-top: 10px;
}
.message{
	font-weight: bold;
	
}
.defaultErr{
	margin-bottom: 30px;
	color: Red;
	font-weight: bold;
}
#nadpis{
cursor: pointer;
}
/* ***************************************** KONIEC DESIGN FORMULAR */
/* ***************************************** DESIGN ALL */
.td_name{
	padding-right: 20px;
	font-weight: bolder;
}

img{
	border: white;
}
h4{
	padding: 0;
	margin: 0;
}
/* ***************************************** KONIEC DESIGN ALL */
/* ***************************************** KONIEC DESIGN OBSAH */


/* ***************************************** DESIGN FOOTER */
#footer{
	margin-top: 10px;
	padding-top: 5px;
	float: right;
	background-color: rgb(0,64,122) ;
	width:850px;
	height:25px;
	border-bottom: 5px solid rgb(207,232,156);
	color: White;
	text-align: center;	
}
#footer a{
	color: white;
}
/* ***************************************** KONIEC DESIGN FOOTER */



