body{
	margin: 0px;
	background-image: url('../images/bg.png'); 
	background-repeat: repeat-x; 
	background-position: top center;
	font-family: Verdana;
	background-color: #f1f1f1;
}

a{
	color: blue;
}

td, th{
	font-size: 0.8em;
}

th{
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-color: #5cc6e8;
	color: #ffffff;
}

.page{
	width: 700px;
	text-align: left;	
}

td.top .page{
	width: 990px;
}

h1{
	float: left;
	margin: 0px;
	padding: 0px;
}

h1 a{
	display: block;
	margin-top: 10px;
	width: 350px;
	height: 74px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

h1 a span{
	display: none;
}

h2{
	font-size: 1.2em;
	margin: 0px 0px 10p 0px;	
	border: 1px solid #d1d1d1; 
	background-color: #f3f1f1; 
	padding: 10px;
}

button{
	border: 0px;
	width: 109px;
	height: 25px;
	background-image: url(../images/button2_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}

form{
	padding: 0px;
	margin: 0px;
}

#menu{
	float: right;
	padding: 0px;
	margin: 0px;
}

#menu li{
	float: left;
	padding: 0px;
	margin: 0px;
	height: 91px;
	list-style: none;	
	font-size: 1.1em;
}

#menu li a, #menu li span{
	display: block;
	padding: 0px 10px;	
	line-height: 91px;
	vertical-align: middle;		
	text-decoration: none;	
	color: #000000;
}

#menu li.selected a{
	background-color: #eaeaea;
	font-weight: bolder;
}

#menu li a:hover{
	background-color: #3baaf1;
	color: #ffffff;
}

#login_button{
	position: absolute; 
	top: 92px; 	
	left: 50%; 
	margin-left: 394px; 
	display: block; 
	width: 100px;
	height: 33px; 
	line-height: 33px; 
	vertical-align: middle; 
	background-image: url(images/menu_bg.png); 
	background-repeat: repeat-x; 
	color: #ffffff;
	text-decoration: none;
}

#login_button:hover{
	text-decoration: underline;
}

#login{
	position: absolute;
	left: 50%;
	top: 125px;
	width: 218px;	
	margin-left: 276px;	
	padding: 25px 0px 0px 0px;
	text-align: left;
	color: #ffffff;
	background-color: #565656;	
	background-image: url(../images/login_from_top.png);
	background-repeat: no-repeat;	
	background-position: right top;
}

#login .bottom{
	background-image: url(../images/login_from_bottom.png);
	background-repeat: no-repeat;
	height: 8px;
	overflow: hidden;
	clear: both;
}

#login form{
	display: block;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0px;
	font-size: 0.8em;
}

#login form label{
	display: block;
	color: #ffffff;
}

#login form input {
	width: 100%;
	margin-bottom: 10px;
}

#login a{	
	display: block;
	color: #ffffff;
	text-decoration: none;	
}

#login a:hover{
	text-decoration: underline;
}

#login a.register{		
	float: left;	
	margin-top: 10px;
}

#login a.forgotten_psw{
	float: right;
	margin-top: 10px;
}

#login button, .para_style_formular button{	
	border: 0px;
	margin: 0px;
	width: 109px;
	height: 25px;
	padding: 0px;
	color: #ffffff;
	background-image: url(../images/button_bg.png);
	background-repeat: no-repeat;
}

#login button{
	margin: 10px 0px 0px 0px;	
}

.para_style_formular button{
	float: right;		
}

td.chair{
	background-image: url('../images/sedacka.png'); 
	background-repeat: no-repeat;
	background-position: center 253px;
}

td.content{
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;	
	padding-top: 10px;
}

#content{	
	margin-bottom: 10px; 
	padding: 10px;
}

td.content .page{
	padding-bottom: 20px;
}

td.bottom{
	background-image: url('../images/bg_bottom.png'); 
	background-repeat: repeat-x; 
	background-position: center bottom;
}

td.bottom .page{
	padding-top: 30px;
	text-align: center;
}

td.bottom ul{
	display: inline;
	padding: 0px;
	margin: 0px;
}

td.bottom ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
}

td.bottom ul li a{
	text-decoration: none;
}

td.bottom ul li a:hover{
	text-decoration: underline;
}

#bottom_page{
	position: absolute;
	height: 1px;
	overflow: hidden;
}

#effects_browser{
	position: absolute;
	z-index: 1000;
	display: none;
	left: 0px;
	width: 800px;
	border: 3px solid #ffffff;
	background-color: white;
}

#effects_browser a{
	float: left;	
}

#effects_browser img{
	clear: none;
}

#effects_browser_image{
	position: absolute;
	left: 50%;
}

#facebook{
	display: block; 
	position: absolute; 
	top: 92px; 
	left: 50%; 
	margin-left: -480px;
}

#facebook img{
	border: 0px;
}