* {
	margin:0px;
	padding:0px;
	border:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
html {
	font-size:80%;
}
body {
	background: #FFFFFF;
	margin-top:20px;
	margin-bottom: 50px;
	text-align:center;
}

#mainDiv {
	border:1px solid #cccccc;
	text-align:left;
	width:700px;
	margin:auto;
	padding:10px;
	position:relative;
	background: #FFFFFF url(../img/pozadi.png) top left repeat;
			}

h1, h3 { color:#0066FF; }
h2 { color:#cccccc; margin-top: 20px;}
h3 {
	background: url(../img/podtrzeni.png) bottom left no-repeat;
	padding-bottom:5px;
	border-bottom: 1px solid #006699;
	width: 350px;
	margin-bottom:10px;
	margin-top:20px;
}
dl { line-height: 1.3; }
.floating dt, dt.left { float: left; padding-right: 5px; font-weight:bold;  }
.odsazeni { margin-left:20px;}

#iconDiv { 	text-align:right;
	width:700px;
	margin:auto;
	padding:10px;
	position:relative;}