body {
	margin: 0px;
	font: 90% Verdana;
	background-color: #D6D48A;
	color: #000000;
}

a {
	color: #232D37;
}

a:hover {
	color: #E3E699;
}

h1 {
font: 200% Tahoma;
font-weight: bold;
}

.galsquare {
    border : 1px solid #f0f0f0;
    width: 170px;
    height: 170px;
    margin: 4px;
    text-align: center;
    font-size: 70%;
    font-weight : bold;
    background-color : #fafafa;
    }
                                                                
		
#design {
	position: relative; 
	top: 0px; 
	background: url(design/logo.jpg); 
	height: 221px; 
	width: 990px;
}

#stranka {
	position: relative;
	width: 990px;
	background: url(design/pozadi.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}
		
			
#menu {
	width: 198px;
	float: left;
	left: 0px;
	position: relative;
	font: 120% Verdana;
	padding-bottom: 120px;
}

.menu_text {
	padding-left: 10px;
}

#right {
	width: 198px;
	float: right;
	left: 546px;
	position: relative;
	font: 100% Verdana;
	padding-bottom: 120px;
}

#obsah{
	background: url(design/text.jpg);
	width: 979px;
	height: inherit;
	left: -6px;
	float: right;
	top: 10px;
	position: relative;
	padding-bottom: 20px;
}

		 
#text {
	position: relative;
	background-color:#E4E599;
	width: 550px;
	float: right;
	left: -215px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;

}


#text a:hover {
	color: #69AB53;
}

img {
	border: 0;	
}

#center {
	text-align: center;
}

#paticka {
	position: relative;
	width: 990px;
	height: 10px;
	clear: both;
	background: url(design/paticka.jpg);
}

