/* CSS Document */

/**************************************GAOSUN*******************************************/

/**** rozmerove rozlozeni stranky a pozadi ****/
body{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #CCCC66;
}
/*********************** hlavicka ***********************/
.header {
	width:950px;
	height:290px;
	background-image:url(grafika/head_back.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
/*********************** telo dokumentu ***********************/
.body {
	width:950px;
	height:auto;
	background-image:url(grafika/body.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
/*********************** paticka ***********************/
.footer {
	width:950px;
	height:35px;
	background-image:url(grafika/foot.jpg);
	background-repeat:no-repeat;
	background-position:left;
}
/*********************** menu ***********************/
.menu {
	display: inline;
	float: left;
	height: 270px;
	width: 240px;
	background-image: url(grafika/menu.jpg);
	background-repeat: no-repeat;
	background-color: Green;
	margin: 10px 20px 0px 40px;
	padding: 50px 0px 0px 10px;
}
/*********************** obsah ***********************/
.cont{
	margin: 0px 40px 0px 80px;
	padding: 10px 0px 0px 0px;
}
/**** nastaveni images ****/
img{
	float: left;
	clear: none;
	margin: 0px 10px 30px 0px;
	border: thin solid;
}
.item img{
	clear: none;
	float: right;
}
.no-float{
	display: block;
	float: none;
	clear: none;
}
/**** nastaveni pisma ****/
.kontakt{
	font-family: Century Gothic;
	font-size: large;
}
.cont{
	font-family: Arial;
}
/**** nastaveni nadpisu ****/
h1{
	margin: 0px;
	font-size: 24px;
}
h2{
	font-family: "Lucida Sans";
	font-size: large;
}
h3{
	font-size: larger;
	text-decoration: underline;
}
/**** odstavce ****/
p{
	margin: 10px;
}
.footer p {
	color: White;
	font-size:12px;
	margin:0px;
	padding-top:16px;
	margin-left:70px;
}
/*********************** odkazy ***********************/
a{
	color: Black;
	text-decoration: none;
}
a:visited,link{
	color: Black;
}
.menu a{
	display:block;
	width:210px;
	height:32px;
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 5px;
	background:none;
	border:solid;
	border-width:thin;
	border-color:#666666;
	font-size:24px;
	color:#FFFFFF;
}
.menu a:hover{
	border-color:#CCCCCC;
	color:#FFFFFF;
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 6px;
}
.menu a:visited,link{
	color: White;
}
.menu1{ 
	margin: 10px 0px 0px 0px;
}
.menu2{
	margin: 5px 0px 10px 0px;
}
.menu1 a{
	display: inline;
	background-color:#9ACD32;
	margin: 10px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border: thin solid;
}
.menu2 a{
	display: inline;
	background-color:#9ACD32;
	margin: 2px 1px 1px 1px;
	padding: 1px 4px 1px 4px;
	border: thin solid;
}
.menu1 a:hover{
	background-color: #90EE90;
	margin: 9px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
}
.menu2 a:hover{
	background-color: #90EE90;
	margin: 1px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
}
.selected{
	display: inline;
}
.selected a{
	background-color: #FF9900;
}
/*********************** seznamy ***********************/
.list{
	clear: both;
	width: 600px;
	margin-bottom: 20px;
}
.list li{
	margin: 0px;
	padding: 0px;
}
.list ul{
	font-weight: bold;
	font-size: medium;
}
.list ul ul{
	font-weight: normal;
	font-size: small;
}
.list ul ul ul{
	font-weight: normal;
}
/*********************** tabulky ***********************/
table{
	margin: 0px 30px 30px 30px;
	border-color: Black;
	clear: both;
}
td{
	background-color: Silver;
	border: solid;
	border-width: 1px;
	font-size: smaller;
}
th{
	background-color: Olive;
	border: solid;
	border-width: 2px;
}
/*********************** zalozka pro natazeni pozadi ***********************/
.zalozka{
	width:auto;
	height:1px;
	clear:both;
}
/*********************** textarea ***********************/
textarea{
	display: inline;
	clear: none;
}
.kontakt{	
	display: block;
	width: 300px;
	height: 100px;
	float: left;
	margin: 30px 0px 20px 0px;
	text-align: center;
}
/*********************** polozky siti ***********************/
.item {
	display: block;
	clear: right;
}
/*********************** polozky dotazniku ***********************/
.dotaznik{
	display: block;
	float: left;
	width: 500px;
}
.chyba{
	margin: 30px 0px 0px 0px;
	color: Red;
	font-size: 24px;
}
.uspech{
	margin: 30px 0px 0px 0px;
	color: Green;
	font-size: 24px;
}