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

body {
background-color:#000;
color:#eee;
font-family: Georgia, "Times New Roman", Times, serif;
line-height:180%;
background:url('../images/1400_bg.jpg') repeat top left #000 fixed;
}
a:link, a:visited {
color:#eee;
text-decoration:underline
}
a:hover, a:active {
color:#ccc;
text-decoration:none;
}
#wrapper {
margin:10px auto 0 auto;
width:760px;
border:#555 solid thin;
background:url('../images/front.jpg') no-repeat center 80% #000 fixed;
padding:5px;
}
/* =Header
----------------------------------------------- */
#header {
width:100%;
height:110px;
background:url('../images/glasseffect.png') no-repeat bottom right;
}
h1 {
background:url('../images/elishaar_logo.png') no-repeat left bottom;
width:325px;
height:110px;
float:left;
text-indent:-9999px;
}
/* =Navigation
----------------------------------------------- */
#navcontainer
{
margin: 80px 0 0 0;
padding: 0;
height: 24px;
font: 12px Georgia, "Times New Roman", Times, serif;
width: 430px;
border-bottom: 1px solid #bbb;
list-style-type: none;
/*background: #fff;*/
float:right;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
color: #eee;
text-decoration: none;
padding: 3px 5px 3px 15px;
display: block;
}

#navlist li a:hover, #navlist li a:active
{
color: #fff;
border-bottom: 3px solid #bbb;
cursor: pointer;
background:url('../images/star_shine.png') no-repeat left center;
}

#navlist li a#current, #navlist li a#current:link
{
color: #fff;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
}
/* =Main Content
----------------------------------------------- */
#content { 
width:100%;
min-height:350px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:350px; /* for IE5.x and IE6 */
margin-top:10px;
padding:0 5px;
}
p {
	padding:10px 5px;
	background:transparent url('../images/strip.png') repeat left center;
	/*width:250px;*/
}
/* =Footer
----------------------------------------------- */
#footer {
width:100%;
height:20px;
background:transparent url('../images/strip.png') repeat center center;
margin-top:10px;
padding: 0 0 5px 0;
text-align:center;
font-size:small;
}