
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial;
	background-color:#ffffff;
}

.master {
	display:table;
	margin: auto;
	width:1000px;
	height:auto;
	background-color:#FFFFFF;
}

.footer {
	float:left;
	margin: auto;
	margin-top:10px;
	padding:5px;
	width:1000px;
	height:20px;
	background-color:white;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#6caad9;
	display:table;
	text-align: center;
}

.header {
	margin-top:10px;
	width:1000px;
	height:110px;
	background-color:#ffffff;
	background-image:url('img/top_back.gif');
	background-position: top; 
	background-repeat:no-repeat;
	
}

.left {
	display:table;
	width:210px;
	height:auto;
	background-color:#FFFFFF;
	float: left;
	padding:2px;
}

.hlavicka {
	color: #ffffff;
	font-weight: bold;
	float:left;
	width: 100%;
	padding:5px 0px 5px 0px;
	text-align: center;
	background-color:#6caad9;
}

.nastroje {
	width:210px;
	height:auto;
	background-color:#ffffff;
	float: right;
	padding:2px;
}

.buble {
	margin-top: 10px;
	background-color:#ffffff;
	width: 100%;
	border: solid 1px #6caad9;
}

.main {
	margin-left:5px;
	display:table;
	text-align: justify;
	width:560px;
	height:auto;
	margin-top:10px;
	background-color:#ffffff;
	float: left;
	
}

a {
	color: #000000; 
}


.content{
	width: 200px;
	height: auto;
	font-family: arial;
	font-weight: bold;

	background-color: #fefeff;
	float: left;
	margin-top:5px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image:url('img/grad_b_r.gif');
}


.contentInTop {
	/*position: relative;
	left: -1px;*/
	/*top: -26px;*/
	width: 200px;
	height:1px;
	padding: 0px;
	margin: 0px;
	background-color: white;
	margin-bottom: 0px;
	border-width: 0px;
	border-color: #FFFFFF;
	border-style:none none none none; 
	/*float: left;*/
	background-position: bottom;
	background-repeat: repeat-x;
	background-image:url('img/bottom.gif');
	line-height: 24px;
}





.contentIn {
	position: relative;
	top: 0px;
	width: 198px;
	
	/*height: 300px;*/
	padding: 0px;
	margin: 0px;
	margin-bottom: 50px;
	border-width: 1px;
	border-color: #e1e1fb;
	border-style:none solid none solid; 
	
}

.input_text {
	width: 200px;
	border: solid 1px #6caad9;
}

.button {
	color: #FFFFFF;
	margin-top: 10px;
	background-color: #6caad9;
	border: solid 1px #6caad9;
}




