/* Start of CMSMS style sheet 'SOAR' */
* {
	border: none;
	padding: 0px;
	margin: 0px;
}	
html {
	background: url(images/bg.jpg);
        background-position: center top;
        background-repeat: no-repeat;	
}
body {
	text-align: center;
	width: 770px;
	margin: 35px auto;
	font: .8em Arial, Helvetica, sans-serif;
	color: #ffffff;	
        overflow: auto;
}
a {
	color: #ffffff; 
	text-decoration: none;
}
a:hover {
        color: #b25c1b;
}
#head {
	background: url(images/head.jpg);
        height: 135px;
	border: 1px solid white;
	margin: 0;
	padding: 0;
	position: relative;
}
#head ul {
 	position: absolute;
        right: 5px;
        bottom: 2px;
        list-style: none;
	margin: 0;
	padding: 0;
}
#head li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#head a {	
        text-decoration: none;
	margin: 0 1px 0 0;
}
.logo {
         position: absolute;
         top: 75px;
         left: 20px;
}
#left {
	height: 400px;
	width: 290px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	background: url(images/bg_left.jpg);;
	border-left: 1px solid white;
} 
#right {
	height: 400px;
        text-align: left;
	padding-top: 15px;	
        padding-bottom: 15px;	
        padding-left: 15px;
        padding-right: 8px;
	background: url(images/transparent.gif);
        clear: right;
	border-left: 1px solid white;
	border-right: 1px solid white;
        overflow: hidden;
}
#content {
        height: 400px;
        overflow: auto;
}
#footer {
	background: url(images/bg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
	border: 1px solid white;
	clear: both;
	font-size: 0.85em;
	font-weight: bold;
}
#footer a {
        font-weight: bold;
}
.NewsHeadline {
font-weight: bold;
}

/*Menü*/
dfn {
        display:none;
}

a.jScrollArrowUp {
        background: url(images/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
        background-position: 0 -15px;
}
a.jScrollArrowDown {
        background: url(images/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
        background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
        background-position: 0 -30px;
}

.dhonishow {
text-align: center;
}
#button input {
border: 1px dotted white; 
background-color: transparent;
color: #ffffff;
cursor: pointer;
}
/* End of 'SOAR' */

