body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color: #FFFFFF;
	margin-top: 20px;
}

h1 {
	background-color: #F8F7FE;
	font-size: 140%;
	color: Black;
	margin-top: 0px;
	padding: 2px;
}

p {
	font-size: 110%;
	line-height: 115%;
}

a {
	text-decoration: underline;
	color: Black;
}

a:hover {
	text-decoration: underline;
	color: Red;
}

a.odkaz-menu {
	text-decoration: none;
	color: #556ABB;
}

a.odkaz-menu:hover {
	color: #2E3E77;
}

.reset {
	clear: both;
}

img.logo {
	margin-top: 30px;
}

img.sede {
	margin-top: 30px;
	filter: alpha(opacity=70);  
	-moz-opacity: 0.3;  
	-khtml-opacity: 0.3;  
	opacity: 0.3; 
}

#menu {
	width: 900px;
}

#menu-levo {
	background-image: url(http://www.ragdoll-brno.cz/img/site/bg-menu-1.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 233px;
	float: left;
	margin-bottom: 15px;
}

#menu-stred {
	height: 233px;
	width: 582px;
	float: left;
	background-image: url(http://www.ragdoll-brno.cz/img/site/bg-menu-2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
}

#menu-pravo {
	height: 233px;
	width: 150px;
	float: right;
	background-image: url(http://www.ragdoll-brno.cz/img/site/bg-menu-2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
}

#menu-stred-text {
	margin-top: 6px;
	margin-left: 53px;
	text-align: left;
	font-size: 115%;
	color: #556ABB;
	text-transform: capitalize;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#obsah {
	width: 900px;
}

#obsah-levo {
	width: 250px;
	background-color: #F1F0FE;
	float: left;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 15px;
}

#obsah-pravo {
	width: 630px;
	float: right;
	text-align: left;
	margin-bottom: 15px;
}

#obsah-levo-aktuality {
	background-color: #C8D9FF;
	font-weight: bold;
	padding: 2px;
	margin-bottom: 5px;
	color: #3C72A1;
}

#paticka {
	width: 900px;
	border-top: 2px solid #F8F7FE;
	color: #979797;
	font-size: 110%;
	padding-top: 5px;
}

p.aktuality-datum {
	font-size: 80%;
	padding: 5px 2px 1px 2px;
	margin: 0px;
}

p.aktuality-titulek {
	font-size: 92%;
	font-weight: bold;
	padding: 0px 2px 1px 2px;
	margin: 0px;
}

p.aktuality-uvod {
	font-size: 90%;
	padding: 3px 2px 1px 2px;
	margin: 0px;
}