html {overflow: -moz-scrollbars-vertical;}
html {overflow-x: auto;}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	line-height: 18px;
	background:#351A72 url(../files/shared/hajduopen.jpg) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

td, p, div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, h5 {font-weight:bold; margin:5px 0;}
h1 {font-size:16px;}
h2 {font-size:15px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
h5 {font-size:12px;}

hr {
	border:none;
	border-top:1px solid #5A7A37;
	height:1px;
}

a:link {
	color: #A72886;
	text-decoration: none;
}
a:visited {
	color: #A72886;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #A72886;
}
a:active {
	color: #A72886;
	text-decoration: none;
}

.clear{clear:left}

/***************************************/
/* CSS LAYOUT                          */
/***************************************/
#maincontainer{
	width: 980px;
	margin: 0 auto;
}

#topsection{
	height: 25px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-top:260px;
	margin-bottom:20px;
	margin-right: 225px;
}

#title {
	text-align:right;
	margin-right:35px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:20px;
	font-weight:normal
}

#rightcolumn{
	float: left;
	width: 225px;
	margin-left: -225px;
}

.innertube{
	margin:0 30px 0 5px;
	background:#FBDFFD url(../files/shared/innertube.jpg) top left repeat-x;
	padding:0 15px;
	width:690px;
	min-height:280px
}
* html .innertube{height:auto; height:280px;}

.innertube p {
	margin:0;
	padding:0;
}

/***************************************/
/*  MENU                               */
/***************************************/
.menu a:link, .menu a:visited, .menu a:active {
	color: #fff;
	display:block;
	float:left;
	text-decoration: none;
	font-weight:bold;
	padding:4px 12px 3px 12px;
}
.menu a:hover {
	background: #FF73DF;
}
.menu a.selected {
	background: #FF73DF;
}

/***************************************/
/* LANGS                               */
/***************************************/
#languages {
	float:left;
	padding-top:30px;
	margin-left:10px;

}
#languages img {
	border:none;
	margin-left:10px
}
/***************************************/
/* FORM                                */
/***************************************/
.cssform {
	margin:0;
}

.cssform .box{
	padding:10px;
	float:left;
	width:320px
}

.cssform .box h1 {
	font-size:14px;
	padding-bottom:4px;
}
* html .cssform .box h1 {margin-top:8px}

.cssform .spInput{display:none;}

.cssform .box label{
	display:block;
	margin-bottom:10px;
	color:#555555;
}
* html .cssform .box label{margin-bottom:8px;}

.cssform .box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:right;
}

.cssform .spacer{
	margin-left:110px; 
	margin-bottom:10px;
	font-size:11px;
	font-weight:bold;
}

.cssform .myInput {
	width:180px;
	border:1px solid #8E8F8F;
	background:#FED7F2;
}

.cssform textarea {display:none; visibility:hidden}

.cssform .formbutton{
	border:none;
	color:#fff;
	background: url(../files/shared/button.jpg) no-repeat;
	height:20px;
	width:85px;
	cursor:pointer;
	margin:0;
	padding:0;
	margin-top:23px
}
* html .cssform .formbutton{margin-top:45px}

/***************************************/
/* GALLERY                             */
/***************************************/

.gallery {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width:740px;
}

.gallery li {
	margin: 15px 10px;
	padding: 0;
	float: left;
	width: 120px;
	height: 130px;
	text-align:center;
}
* html .gallery li {margin: 15px 9px;}

.gallery img {
	background: #fff;
	border: solid 1px #666;
}

.gallery a:hover img {
	border-color: #3B4B62;
}

.gallery a {
	text-decoration: none;
}

#galleryTitle a:link, #galleryTitle a:visited, #galleryTitle a:active{
	color:#000;
	text-decoration:none
}

#galleryTitle a:hover {
	color: #3B4B62;
}
