*{
	margin:0px;
	padding:0px;
}

body {
    background: url('images/background.png');
    background-position: top center;
    background-repeat: repeat-x;
    background-color: rgb(155,155,155);
    color: rgb(0,0,0);
    font-family: Verdana, Tahoma;
    font-size: 80%;
	text-align:center;
}


a img{
	border:none;
}

/* HEADERS */

h1 {
    font-size: 200%;
	margin:0px;
	padding:0px;
}

h2 {
    font-size: 130%;
	padding: 10px 5px;
	background-color: rgb(113,113,113);
    color: rgb(255,255,255);
    border-bottom: 3px solid rgb(255,189,12);
	margin: 0px 0px 20px 0px;
}

h2.header{
	background:url("images/char_mp.gif") no-repeat 10px 5px rgb(113,113,113);
	text-align:right;
	color:#FED03F;
	display:block;
	height:2em;
}

h3 {
    font-size: 150%;
	margin:10px 5px 10px 30px;
	border-bottom:3px solid rgb(255,189,12);
	clear: right;
}

h4 {
    font-size: 120%;
	margin: 10px 5px 5px 20px;
}

h5 {
	margin:10px 5px 0px 10px;
	background:url(images/bullet_arrow.gif) left no-repeat;
	padding:0px 0px 0px 15px;
	font-size:100%;
	
}

/* End HEADERS */

#news{
	border:1px solid gray;
	background:rgb(230,230,230);
	margin: 10px 30px;
}

#news p{
	background:rgb(230,230,230) !important;
	margin:0px 10px 3px 10px !important;
	padding:0px !important;
}

#navigator{
	color:#FFFFFF;
	background-color:rgb(113,113,113);
	padding:3px 10px;
	border-bottom:1px solid black;
}

#navigator a{
	color:white;
	font-weight:normal;
}

a {
	font-weight:bold;
	color:rgb(198,14,14);
}



.redborder{
	border-color:#00CC00;
	margin-right:1px;
}

.redborder a:hover{
	color: rgb(64,255,64);
	/*text-decoration:underline;*/
}

.blueborder{
	border-color:#0000FF;
	margin-right:1px;
}

.blueborder a:hover{
	color: rgb(128,162,255);
}

.greenborder{
	border-color:red;
}

.greenborder a:hover{
	color: rgb(255,64,64);
}

.redw{
	width:236px;
}

.bluew{
	width:234px;
}

.greenw{
	width:234px;
}

h2 a{
	color:#FED03F;
}

div#content {
    width: 705px;
    border: 1px solid rgb(0,0,0);
    text-align: justify;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	background:rgb(255,255,255);
	margin:0 auto;
}

div#main{
	width:100%;
}

#main p{
	background-color:white;
	padding: 0px;
	margin: 5px 15px;
}

#main ul{
	margin:5px 10px 5px 60px;
	list-style-image:url(images/bullet_arrow.gif);
}

#menu{
	display:block;
	font-size: 100%;
	background-color: rgb(113,113,113);
	color: rgb(255,255,255);
	border-bottom: 3px solid rgb(255,189,12);
	height:2.25em;
	_width:705px;
}

#menu ul{
	margin:0px;
	padding:0px;
	display:block;
}

#menu li{
	text-align:left;
	float:left;
	font-weight: bold;
	color: rgb(255,255,255);
	list-style: none;
	display:block;
	height:2.1em;
	padding: 0px;
	margin:0px 10px;
	width:auto;
	_width:140px;
}

#menu a{
	padding: 6px 0px 0px 20px;
	display:block;
	height:23px;
	background:url(images/button_off.gif) center left no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover{
	background-image:url(images/button_on.gif);
	text-decoration:underline;
}

#sloupce{
	width:100%;
	padding-bottom:10px;
	background-image: url(images/sloupce_bg.gif);
	background-repeat: repeat-y;
/*	background:red;*/
/*	height:300px;*/
}

#majtroska_sloupce{
	border-top:1px solid white;
}


.sloupec{
	float:left;
	color:rgb(0,0,0);
	text-align:center;
	font-weight:normal;
}

.special{
	width:234px;
	float:left;
	color:rgb(0,0,0);
	text-align:center;
	font-weight:normal;	
}

.sloupec span,.special span{
	color:rgb(198,14,14);
	text-decoration:underline;
	font-weight:bold;
}

.sloupec h2 a{
	text-decoration:none;
	color:white;
}

.sloupec p,.special p{
	margin: 10px;
}

div#systemy, div#foto {
    position: absolute;
    width: 705px;
    border-top: 1px solid rgb(0,0,0);
    border-bottom: 1px solid rgb(0,0,0);
    background: url('images/menu_back.gif');
    background-repeat: repeat-x;
    padding: 2px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 20px;
    text-align: center;
    display: none;
}

div.nadpis, div.nadpis_bg {
    font-size: 12pt;
    font-weight: bold;
}

div.nadpis {
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
    padding: 10px 15px 10px 15px;
}

#footer{
	border-top:1px solid orange;
	/*clear:both;*/
	color:white;
	width:705px;
	margin:0px 0px 0px 0px;
	text-align:center;
	background-color: rgb(113,113,113);
    border-top: 3px solid rgb(255,189,12);
}

#footer a{
	color:white;
	text-decoration:underline;
}

/* MISC */

.cleaner{
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}

.photo{
	overflow: hidden; 
	position: relative;
	margin: 15px;
	padding: 10px;
	height: 280px;
	width: 170px;
	float: left;
	background-color: rgb(113,113,113);
    border-top: 3px solid rgb(255,189,12);	
	color:white;
	text-align:center;
	
}


/* End of MISC */

