

*{
	padding:0;
	margin:0;
}

body{
	background:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #4d0000;
  text-align: justify;
	font-size: 11px;
	color: #FFFFFF;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	padding-top: 0px;
	padding-left: 6px;
	padding-right: 0px;
	line-height: 25px;	
}



#header{
	background:url(images/header.png) no-repeat;
	width:800px;
	height:125px;
	margin: 0 auto;
	padding:0;
	
}

/*navigace*/

.redmenu #nav{
	position:relative;
	display:block;
  width:800px;
	height:50px;
  text-align:center;
  margin: 0 auto;
	font-size:14px;
	font-weight:normal;
	background:transparent url(images/red_nav.png) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}
.redmenu #nav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
.redmenu #nav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
}
.redmenu #nav ul li a{
	display:block;
	float:left;
	color:#CCCCCC;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
}
.redmenu #nav ul li a:hover,.redmenu #nav ul li a.current{
	color:#FFFFFF;
	background:transparent url(images/buttomred.png) repeat top center;
}

#content{
	width:770px;
	margin: 0 auto;
	padding:15px;
	background-color:#CC0000;
	border: 1px solid #000000;
}

.smallbox{
	width:216px;
	margin:0 0 15px 0;
	padding:0;
	float:right;
	display:block;
}


.smallheader{
	background:url(images/smallheader.gif) no-repeat;
	width:216px;
	height:26px;
	margin:0;
}

.smallcontent{
	width:204px;
	margin:0;
	padding:5px;
	border-right:1px solid #2b2b2b;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	background-color: #0E0E0E;
}

.smallfooter{
	background:url(images/smallfooter.gif) no-repeat;
	width:216px;
	height:29px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.bigbox{
	width:536px;
	margin:0 0 15px 0;
	padding:0;
	float:left;
}



.bigheader{
	background:url(images/bigheader.gif) no-repeat;
	width:536px;
	height:26px;
	margin:0;
	}

.bigcontent{
	width:526px;
	margin:0;
	padding:5px;
	background-color: #0E0E0E;
	background-image: url(images/bigcontent.gif);
	background-repeat: no-repeat;
}

.bigfooter{
	background:url(images/bigfooter.gif) no-repeat;
	width:536px;
	height:29px;
	margin:0;
	padding:0;
}

#footer{
	width:790px;
	margin:0 auto;
	padding:5px;
	clear:both;
	text-align:center;
	background-image: url(images/footer-background.gif);
	background-repeat: repeat-x;
}

/* Clears */

.clear{
	clear:both;
}


/* Text */

p{
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0 0 10px 0;
}


li{
	margin:0 0 0 15px;
}

/* LINK COLORS & ADDITIONAL STYLES */
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #888888}


.styleleft {
  text-align: left;
}



.styleright {
  text-align: right;
  float: right; 
}

.stylecenter {
  text-align: center;
  float: right;
}


