@charset "utf-8";
/* CSS Document */

body{
	background-color:#3A3A3A;
	color:#A6A6A6;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:20px;
	font-size:14px;
}

a{
	color:#A6A6A6;
	text-decoration:none;
}

a:hover{
	color:#ffffff;
	}

#page-outer{
	width:983px;
	margin:auto;
	background-color:#191919;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	height:703px;
}


#languages{
	width:983px;
	margin:auto;
	text-align:right;
}

#pl_PL{
	background-image:url(images/pl_PL.jpg);
	background-repeat:no-repeat;
	background-position:0px -15px;
	width:15px;
	height:15px;
}

#en_EN{
	background-image:url(images/en_EN.jpg);
	background-repeat:no-repeat;
	background-position:0px -15px;
	width:15px;
	height:15px;
}

#de_DE{
	background-image:url(images/de_DE.jpg);
	background-repeat:no-repeat;
	background-position:0px -15px;
	width:15px;
	height:15px;
}

#ru_RU{
	background-image:url(images/ru_RU.jpg);
	background-repeat:no-repeat;
	background-position:0px -15px;
	width:15px;
	height:15px;
}

#cz_CZ{
	background-image:url(images/cz_CZ.jpg);
	background-repeat:no-repeat;
	background-position:0px -15px;
	width:15px;
	height:15px;
}

#sl_SL{
	background-image:url(images/slovakia.jpg);
	background-repeat:no-repeat;
	background-position:0px -15px;
	width:15px;
	height:15px;
}

#languages .selected{
	background-position:0px 0px;
	
}

.button
{
	border: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	background-color: #555555;
	color: #a9a9a9;
}



#top{
	padding-top:20px;
}

#logo{
	width:248px;
	float:left;
	text-align:center;
}

#menu{
	width:735px;
	height:51px;
	min-height:51px;
	float:right;
	text-align:left;
	vertical-align:middle;
}

#menu_elements{
	width:735px;
	height:51px;
	vertical-align:middle;
}

#menu a{
	text-decoration:none;
	color: #A6A6A6;
	letter-spacing: -0.25px;
}

#menu .element{
	padding-left:7px;
	padding-right:7px;
	padding-top:25px;
}

#menu a:hover {
	text-decoration:none;
	color: #FFFFFF;
}

#content-left{
	width:250px;
	float:left;
	height:524px;
}

#content-right{
	width:729px;
	float:right;
	height:632px;
}

#footer{
	text-align:center;
	font-size:12px;
	width:400px;
	margin:auto;
	color:#666666;
}

#footer a{
	text-decoration:none;
	color:#888888;
}

#tags{
	width:983px;
	margin:auto;
}



/****************************
					Scrollbar
*****************************/
a.jScrollArrowUp {
	background: url(images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
