/* CSS generated at csscreator.com */
BODY {
	font-family: sans-serif;
	color: white;
	
}
OL {
	font-family: sans-serif;
	color: white;
}
UL {
	font-family: sans-serif;
	color: white;
	font-size: small;
	
}
FONT {
	font-family: sans-serif;
	color: white;
}
P {
   border: 1px solid silver;
    padding: 0.4em;
	 margin-left: 10px;
	 font-size: small;

}
PRE {
	font-family: sans-serif;
	color: white;
}
IMG {
border: 1px dotted silver;


margin: 0.4em;
 float:right;

}
DIV {
	font-family: sans-serif;
	color: white;
}
SPAN {
	font-family: sans-serif;

}
A {
	font-family: sans-serif;
	color: gray;
	text-decoration: none;
}
	
A:Hover {
	font-family: sans-serif;
	color: silver;
	text-decoration: underline;
	
	
}
H1 {
	font-family: sans-serif;
}
H2 {
	font-family: sans-serif;
}
H3 {
	font-family: sans-serif;
	text-align: center;
}H4 {
	font-family: sans-serif;
	text-align: center;
	font-size: small;
	text-align: left; 
	margin-left: 25px; 
	margin-bottom: -10px; 
	margin-top: 10px;
	
}
/* generated by csscreator.com */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	
	background-image: url(img/back.png);
}
#pagewidth {
   list-style: url(img/odrazka.jpg);
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	

	background-color: black;
}
#header1 {
z-index: 2;
	
	height: 35px;
	margin-top: -5;
	width: 1000px;	

	background-image: url(img/mplogo1.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	text-align: right;
	letter-spacing: 7px;
	line-height: 30px;	
	
	background-color: black;
}
#header2 {
	position: relative;
	height: 220px;
	width: 100%;
	background-image: url(img/banner.jpg);


		
}
#header3 {
	position: relative;
	height: 30px;
	width: 100%;

	text-align: center;
	line-height: 30px;
	letter-spacing: 2px;
	font-size: small;
		

}
#leftcol {
	width: 20%;
	height: auto;
	float: left;
	position: relative;	
	text-align: left;

	

}
#maincol {
	float: right;
	display: inherit;
	position: relative;
	width: 798px;
	height: auto;

	
}
#footer {
	clear: both;	

	text-align: center;
	font-size: x-small;
	line-height: 18px;
	letter-spacing: 2px;
	background-color: black;

	
}

#menu{	
	margin-left: -10px;

}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*printer styles*/
@media print {
/*hide the left column when printing*/
#leftcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}

.floatright {
    float: right;
    margin: 5px 0 5px 10px;
}
.floatleft {
    float: left;
    margin: 5px 10px 5px 0;
}
 
 