body
{
    font: normal 11pt Verdana;
	font-family: Verdana, sans-serif;
	text-align: left;
	background-color: white;
	background-image: url(../pic/background.png);
	background-repeat: repeat;
	line-height:1.1em;
}

.page
{
    background-image: url(../pic/Socratto.png);
    background-repeat: no-repeat;
	margin: 0 auto;
	width: 900px;
	height: 600px;
	/*border: solid 1px red;*/
	position: relative;
}

.hlavicka
{
    border: none;
    width: 800px;
    height: 160px;
    margin-right: 100px;
}

a
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

h1
{
    color: #18a509;
    font-size: 1.4em;
}

h2
{
    color: #339900;
    font-size: 1.3em;
}

h3
{
    color: #33CC00;
    font-size: 1.2em;
}

h4
{
    color: #66CC00;
    font-size: 1.0em;
}


.content
{
    float: right;
    margin-right:100px;
    margin-top: 10px;
    width: 420px;
	height: 320px;
	font-size: 0.8em;
	padding: 10px 20px;
	overflow: auto;
	z-index: 1;
	/*border: solid 2px yellow;*/
}

strong
{
    font-weight: normal;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}


.clearboth
{
	clear: both;
}

.menu
{
    width: 300px;
    margin-top: 0px;
    margin-left:0px;
    float:left;
    /*border: solid 2px yellow;*/
}
    
map,img, a {border: none;}

.mapa
{
    position: absolute; 
    bottom: 0px; 
    right: 1px;
    z-index: 10;
}

.footer
{
    /*border: solid 1px blue;*/
    width: 630px;
    height: 60px;
    padding: 0px 0px;
    clear: both;
    padding-top: 10px;
    color: Green;
    font-weight: bold;
    font-size: 10px;
}

.footer a{color: yellow;}

.prazdny
{
    min-height: 100px;
    width: 100%;
}
    
