/* ================= UVODNI STRANKA ==================== */

.content-top {
	position: relative;
	
	min-height: 165px;
	border-bottom: solid 1px #CCCCCC;
}
	.content-top #banner-web-create {
		position: relative;
		left: -11px;
		
		height: 145px;
		
		float: left;
		
		padding: 10px 0;
		
		background: white;
	}
		.content-top #banner-web-create a {
			width: 419px;
			height: 145px;
		}
			.content-top #banner-web-create a .it-img {
				width: 419px;
				height: 145px;
				
				background-image: url('img/banner-vytvorit-vlastni-str.gif');
			}
	
	.content-top #uvod-text {
		margin-left: 420px;
		padding-top: 10px;
	}
	
	.content-top #uvod-text .odstavce-h .odstavec {
		clear: none;
	}


.content-login {
	position: relative;
	left: -10px;
	
	float: left;
	
	width: 400px;
	height: 171px;
	overflow: hidden;
	
	
}
	.content-login .box {
		position: relative;
		padding-top: 20px;
	}
		.content-login .box .box-body {
			height: 43px;
		}
.content-vzhledy {
	position: relative;
}
	.uvod-vzhled {
		position: relative;
		left: -13px;
		
		float: right;
		width: 365px;
		height: 150px;
		overflow: hidden;
		
		padding-left: 10px;
	}
		.uvod-vzhled .obr {
			float: left;
			margin: 10px 5px 5px 0;
		}
		.uvod-vzhled h4 {
			margin: 0;
			padding: 10px 0 0 0;
			
			font-size: 1.0em;
		}
		.uvod-vzhled .popis {
			margin: 0;
			padding: 0;
		}
		
		.content-vzhledy #uvod-vzhled-1 {
			margin-top: 10px;
			border-left: solid 1px #CCCCCC;
		}
			.content-vzhledy #uvod-vzhled-1 h4 {
				padding-top: 0;
			}
			.content-vzhledy #uvod-vzhled-1 .obr {
				margin-top: 0;
			}
		.content-vzhledy #uvod-vzhled-2 {
			padding-top: 10px;
			border-left: solid 1px #CCCCCC;
		}
			.content-vzhledy #uvod-vzhled-2 h4 {
				padding-top: 11px;
				border-top: solid 1px #CCCCCC;
			}
			.content-vzhledy #uvod-vzhled-2 .obr {
				margin-top: 11px;
			}
		.content-vzhledy #uvod-vzhled-3 {
			width: 380px;
			margin-right: 10px;
		}


