﻿/* HTML Elements */
:root
{
	overflow-y: scroll !important;
}
html
{
	height: 100%;
	margin: 0px;
}
body
{
	height: 100%;
	font-family: Tahoma;
	font-size: 13px;
	background-color: #1b0a00;
	margin: 0px;
	color: #808080;
}
form
{
	height: 100%;
}
h1
{
	font-size: 15px;
	font-weight: bold;
	color: #808080;
}
h2
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a, a:visited, a:active, a:hover, a:link
{
	color: #0000FF;
}
input.registracia, select.registracia

{
	width: 250px;
}
table.magazin
{
	font-size: 13px;
	font-weight: bold;
}


/* Layout */
#page
{
	min-height: 100%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}
#header
{
	width: 800px;
}
#header-logo
{
	width: 800px;
}
#content
{
	float: left;
	width: 800px;
	background-color: #FFFFFF;
}
#content-inside
{
	margin: 20px 20px 10px 70px;
}
#content-left, #content-right
{
	width: 355px;
	float: left;
}


/* Header */
#header-blank
{
	width: 70px;
	background-color: #FFFFFF;
	height: 30px;
	float: left;
}
#header-menu
{
	width: 730px;
	background-color:#1b0a00;
	height: 30px;
	float: left;
}
#header-menu a
{
	display: block;
	float: left;
	font-size: 15px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	margin: 6px 10px 0px 10px;
}
#header-menu a.current
{
	font-weight: bold;
}
#header-menu a:hover
{
	text-decoration: underline;
}


/* Footer */

#footer
{
	background-color: #FFFFFF;
	width: 800px;
	float: left;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: right;
}
#footer h2
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
#footer h2 a
{
	text-decoration: underline;
	color: #222222;
	padding-right: 10px;
}
#footer h2 a:hover
{
	text-decoration: none;
}


/* Magazine */
#magazin-menu img
{
	margin-right: 30px;
}
#magazin-menu-items
{
	position: relative;
	top: -15px;
}
#magazin-menu a
{
	font-size: 15px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	margin: 3px 10px 0px 10px;
}
#magazin-menu a.registracia
{
	font-size: 17px;
	color: #D6DF24;
}


