﻿body 
{
    background-image: url('data_webu/obrazky_webu/background_globe.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    padding:0;
    margin:0;
    min-height:400px;
}

#teloStranky 
{
    margin:50px auto;
    width:600px;
    min-height:300px;
}

.odkaz
{
    display:block;
    width:250px;
    height:122px;
    margin:25px;
}

h1
{
    margin:10px auto;
    font-size:32pt;
    color:#003399;
    text-align:center;
}
h2
{
    margin:10px auto;
    font-size:24pt;
    color:#003399;
    text-align:center;
}
#pata_stranky
{
    width:100%;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #000000;
    min-width:950px;
    display:block;
}
a img
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
a.button
{
	display: inline-block;
	background-image: url('data_webu/obrazky_webu/button.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 40px;
	margin:0 0 0 13px;
	text-align: center;
	font-family: Verdana;
	text-decoration: none;
	padding-top: 8px;
	color: yellow;
	text-align: center;
	font-size: medium;
}

a.button:link, a.button:visited 
{
	background-image:url('data_webu/obrazky_webu/button.png');
}

a.button:focus, a.button:hover 
{	
	background-image:url('data_webu/obrazky_webu/button_mo.png');
}
