* {
	margin: 0px;
	padding: 0px;
}

body
{
color: #ffffff;
background-color: #000000;
font-family: Times new romane;
font-size: 15px;
}

input,select
{
font-family:Tahoma;
font-size:12px;
color:white; 
background-color:#254D84;
border:1px black solid;
}

a
{
color : #BB0000;
text-decoration:none;
}
        
a:hover
{
color : #880000;
text-decoration:none;
}

.login
{
width: 124px;
position: absolute;
left: 10px;
top: 30px;
}

.registrace
{
width: 300px;
position: absolute;
left: 10px;
top: 30px;
}

.stred
{
color: #ffffff;
width: 700px;
position: absolute;
left: 200px;
top: 30px;
}

.stred2
{
color: #ffffff;
width: 700px;
position: absolute;
left: 200px;
top: 100px;
}

.red
{
color: #ff0000;
}
