@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.rottweilers #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rottweilers #header {
	height: 400px;
	background-color: #FFFFFF;
}
.rottweilers #container #header #actual {
	background-color: #9E001E;
}
.rottweilers #container #header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 25px;
	width: 98px;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	float: left;
	padding-top: 20px;
	margin-left: 2px;
}
.rottweilers #container #header a:hover {
	background-color: #9e001e;
}
.rottweilers #container #header #head-name {
	float: left;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rottweilers #mainContent {
	margin-right: 210px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0;
}
.rottweilers #container #mainContent h1 {
	font-size: 120%;
	color: #9e001e;
	padding-top: 20px;
}
.rottweilers #container #mainContent h2 {
	color: #9e001e;
	font-size: 90%;
}
.rottweilers #container #mainContent a {
	color: #9E001E;
	font-weight: bold;
}
.rottweilers #container #mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9E001E;
	font-weight: bold;
}
.rottweilers #container #mainContent p {
	font-size: 75%;
}
.rottweilers #mainContent2 {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0;
}
.rottweilers #container #mainContent2 h1 {
	font-size: 120%;
	color: #9e001e;
	padding-top: 20px;
}
.rottweilers #container #mainContent2 h2 {
	color: #9e001e;
	font-size: 90%;
}
.rottweilers #container #mainContent2 a {
	color: #9E001E;
	font-weight: bold;
}
.rottweilers #container #mainContent2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9E001E;
	font-weight: bold;
}
.rottweilers #container #mainContent2 p {
	font-size: 75%;
}
.rottweilers #container #mainContent2 table {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rottweilers #container #mainContent2 td {
	width: 33%;
	background-color: #DADADA;
	padding: 8px;
}
.rottweilers #mainContentfoto {
	margin-right: 0px;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0;
	background-color: #FFFFFF;
}
.rottweilers #container #mainContentfoto h1 {
	font-size: 120%;
	color: #9e001e;
	padding-top: 20px;
}
.rottweilers #container #mainContentfoto h2 {
	color: #9e001e;
	font-size: 90%;
}
.rottweilers #container #mainContentfoto p {
	font-size: 75%;
	text-align: center;
}
.rottweilers #container #mainContentfoto td {
	padding: 5px;
}
.rottweilers #container #mainContentfoto img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.rottweilers #container #mainContentfoto a {
	color: #BB001B;
}
.rottweilers #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	background-image: url(images/novinky-bgr.jpg);
	background-repeat: repeat-x;
	clip: rect(auto,auto,auto,auto);
	margin-top: 20px;
	background-position: left top;
}
.rottweilers #sidebar1 a {
	color: #9E001E;
	font-weight: bold;
}
.rottweilers #sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9E001E;
	font-weight: bold;
}


.rottweilers #container #sidebar1 h1 {
	font-size: 80%;
	background-color: #000000;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
}
.rottweilers #container #sidebar1 p {
	font-size: 75%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rottweilers #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 50px;
	margin-top: 20px;
}
.rottweilers #footer p {
	font-size: 60%;
	color: #999999;
	float: right;
	padding-right: 10px;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
}
.rottweilers #container #footer a {
	color: #999999;
}
.rottweilers #container #footer a:hover {
	color: #CC0099;
	text-decoration: none;
}
.rottweilers #container #footer #rtw-bottom {
	float: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.rottweilers #container #mainContent2 #cervena {
	color: #BA0017;
}
