html,body {
background-color:#000;
background:url('/images/posrs/oneoix.gif') no-repeat;
background-attachment:fixed;
color:#333;
width:100%;
height:100%;
border:0;
font-family:Arial, sans-serif;
font-size:100%;
margin:0;
padding:0;
}

table {
font-family:Arial, sans-serif;
font-size:100%;
}

strong{
font-weight:normal;
}

input{
font-size:100%;
}
textarea{
font-size:100%;
}
.myinput{
font-size:80%;
}

#container {
position:absolute;
background-color:#fff;
z-index:1;
left:0;
top:0;
width:100%;
min-width:1000px;
height:100%;
min-height:700px;
}

#logo {
position:absolute;
right:5%;
top:50px;
z-index:5;
border:0;
}

#topmenu {
font-size:80%;
line-height:150%;
color:#999;
}

#menumain a {
color:#EEFFDC;
}

#menumain a:hover {
color:#fff;
}

#menumain {
position:absolute;
color:#99cc00;
z-index:9;
top:220px;
left:0;
text-align:left;
}

#alpinists {
position: fixed;
top:0;
left:150px;  
z-index:6;
border:0; 
width:189px; 
height:100%;
	background:url('/images/posrs/alpins.png') no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/posrs/alpins.png',sizingMethod=crop); 
	background-repeat:no-repeat;
}

#banner {
position:absolute;
z-index:5;
top:0;
left:40px;
width:68%;
height:190px;
background:url('/images/posrs/wall.jpg') top left no-repeat;
background-color:#2b589e;
margin:0;
padding:0;
}

#home {
position:absolute;
z-index:5;
top:20px;
right:-40px;
width:24px;
height:23px;
background:url('/images/posrs/home.gif') no-repeat;
background-position:0 0;
margin:0;
padding:0;
}

#mail {
position:absolute;
z-index:5;
top:50px;
right:-40px;
width:24px;
height:23px;
background:url('/images/posrs/home.gif') no-repeat;
background-position:-24px 0;
margin:0;
padding:0;
}

#map {
position:absolute;
z-index:5;
top:80px;
right:-40px;
width:24px;
height:23px;
background:url('/images/posrs/home.gif') no-repeat;
background-position:-48px 0;
margin:0;
padding:0;
}

#ugol-l {
position:absolute;
bottom:0;
left:0;
z-index:6;
border:0;
width:10px;
height:10px;
	background:url('/images/posrs/ugol.png') no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/posrs/ugol.png',sizingMethod=crop); 
	background-repeat:no-repeat;
margin:0;
padding:0;
}

#ugol-r {
position:absolute;
bottom:0;
right:0;
z-index:6;
border:0;
width:10px;
height:10px;
	background:url('/images/posrs/ugol-r.png') no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/posrs/ugol-r.png',sizingMethod=crop); 
	background-repeat:no-repeat;
margin:0;
padding:0;
}

#shadows {
position:fixed;
top:25px;
left:95px;
z-index:4;
border:0;
width:199px;
height:100%;
	background:url('/images/posrs/shadows.png') no-repeat;
	//background-image:none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/posrs/shadows.png',sizingMethod=crop); 
	background-repeat:no-repeat;
}

#content {
position:absolute;
color:#333;
width:56%;
left:33%;
top:215px;
font-size:100%;
line-height:150%;
}

#notice {
position:absolute;
font-size:80%;
font-style:italic;
}

#notice a {
color:#66cc00;
}
#notice a:hover {
color:#ff9933;
}

#footer {
color:#333;
font-size:80%;
z-index:10;
line-height:150%;
margin:30px 0;
}

.menue {
background:url('/images/posrs/grad_bg.gif') top right repeat-y;
background-color:#336600;
font-size:110%;
line-height:180%;
margin:0;
padding:7px 7px 10px;
}

#submenu {
line-height:170%;
font-size:90%;
margin:7px 0 20px 20px;
padding:0;
}

#submenu a {
color:#336600;
}
#submenu a:hover {
color:#ff9933;
}

h1 {
font-family:Arial, sans-serif;
font-size:170%;
line-height:130%;
color:#336600;
font-weight:bold;
margin:0;
padding:0 0 20px;
}

h2 {
font-family:Georgia, serif;
font-size:170%;
font-weight:normal;
line-height:130%;
margin-bottom:20px;
}

a {
color:#cc6600;
}
a:hover {
color:#ff9933;
}

img {
border:0;
}

ul.elist { margin: 0.5em 0; padding: 0 0 0 2em; }
    ul.elist li
    {
        margin: 0.5em 0; padding: 0 0 0 20px;
        list-style-type: none;
        behavior: expression( !this.before
            ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
        text-indent: -1.24em;
		
    }
    ul.elist li:before { 
	content: '\2014\a0'; 
	color:#66cc00;
}
