html {width:100%}

body {
	width: 759px;
	margin: 0;
	padding-left: 50%;
	margin-left: -363px;
	background-color: #5A7555;
}


#podklad{
	background : #5A7555;
	width : 759;

}



#top {
	background-color: #5A7555;
	background-image: url(graphics/layout/topstrip.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 759px;
	float : left;
	background-position : left;
	margin-top : 5px;
}
#predmenu{
	background-color: #5A7555;
	width: 27px;
	float : left;
	font-weight : bold;
}

#menu{
	background-color: #5A7555;
	
	width: 90px;
	_height:450px;
	min-height:450px;
	float : left;
	background-image : url(graphics/layout/nemustrip.jpg);
	background-repeat : repeat-x;
}

#menu A {
	font-family : monospace;
	font-size : 14px;
	text-decoration : none;
	color : Black;
}

#menu A:HOVER {
	background-color : #5A7555;
	text-decoration : underline;
}




#main{
	float : right;
	width : 642px;
	background-color : #F5F5F5;
	border-bottom-color : #D6D9D5;
	border-bottom-style : solid;
	border-bottom-width : 2px;
}

#main2{
	border-left-color : #D6D9D5;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color : #D6D9D5;
	border-right-style : solid;
	border-right-width : 2px;
	background-color : #F5F5F5;
	padding: 3px 0 3px 4px ;
	height : auto;
	_height:450px;
	min-height:450px;
}

#papirek1{
	background-color : #FFFF80;
	background-image : url(graphics/layout/zlutyroh.gif);
	background-repeat : no-repeat;
	width : 400px;
}

#papirek2{
	background-color : #0083C0;
	background-image : url(graphics/layout/modryroh.gif);
	background-repeat : no-repeat;
	width : 400px;
}

#papirek0{
	background-color : #D84646;
	background-image : url(graphics/layout/cervenyroh.gif);
	background-repeat : no-repeat;
	width : 400px;
}

#ayzuPow {
  text-align: right;
  font-size: 60%;
  padding-right: 5px;
  border-left: 2px solid #D6D9D5;
  border-right: 2px solid #D6D9D5;
}

#ayzuPow a {
  color: #d0d0d0;
  text-decoration: none;
}




