@CHARSET "UTF-8";

body
	{
	background-color: black;
	color: white;
	position: relative;
}

#animace
	{
	position: relative;
}

#main
	{
	position: relative;
	height: 700px;
	width: 800px;
}



#menu
	{
	text-align: center;
	width: 140px;
	background-color: black;
	float: left;
}

#obsah
	{
	text-align: left;
	color: white;
	background-color: black;
	float: right;
	height: auto;
	width: 630px;
}

#form_link a, #form_link a:visited
	{
	background: url(../img/buttons/form.png) no-repeat;
	padding: 20px 100px 15px 30px;
	line-height: 50px;
}

.iebutt {
font-size:11px; position: absolute; padding-top:20px; margin-left:-180px;
}


a
	{
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

b
	{
	color: grey;
}

a img
	{
	border: 0px;
}

#menu a, #menu a:visited
	{
	background: url(../img/buttons/first.jpg) no-repeat;
	padding: 20px 100px 15px 10px;
	line-height: 50px;
}

#menu a:hover, #menu a:active
	{
	background: url(../img/buttons/second.jpg) no-repeat;
	padding: 20px 100px 15px 10px;
	line-height: 50px;
}

.cert
	{
	height: 80px;
	width: 80px;
}

#made
	{
	font-size: 11px;
	text-align: center;
}

table
	{
	text-align: center;
	vertical-align: top;
}

#form
	{
	background-color: grey;
	height:320px;
	width: 500px;
	border: 3px solid white;
}