﻿html
{
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
	overflow: hidden;
}

body 
{
    margin: 0 0 0 0;
    width:100%;
    height:90%;
    text-align: center;
    vertical-align: middle;
    background-color: #1a1918;
    font-family: Verdana;
    letter-spacing: 1.3px;
    font-size: 7pt;
    color: #e8e8e8;
}

body > div
{
    width: 100%;
    height: 100%;
    text-align: center;
    border: solid 0px black;
    margin: auto;
}

h1,h2,h3,h4,h5,h6
{
    font-family: Verdana;
    font-variant: small-caps;
    margin-top: 0px;
}

h1
{
    font-size: 22pt;
}

h2
{
    font-size: 18pt;
    margin-top: 0px;
}

h3
{
    font-size: 14pt
}

h4
{
    font-size: 11pt;
}

h5,h6
{
    font-size: 10pt;
}

a:link,a:active,a:visited
{
    color: #e8e8e8;
    text-decoration: none;
}

a:hover
{
    color: #d4ccbf;
    text-decoration: underline;
}


#website
{
    width: 800px;
    margin: auto;
    border: solid 0px black;
    text-align: center;
}

#header
{
    width:100%;
    margin-top: 60px;
    padding-bottom: 10px;
    text-align:right;    
}

#LogoWrapper
{
    width: 400px;
    top: 145px;
    left: 50%;
    position:absolute;
    border: solid 1px #696763;
    visibility: hidden;
}

#Logo
{
    width: 218px;
    height: 98px;
    margin-left: 139px;
    border: solid 1px #696763;
    background: transparent url(../images/logo_riessbeck.gif) no-repeat;
    visibility:  visible;
}

#Menu
{
    height: 100px;
    background-color: transparent;
    padding-top: 140px;
}

#Menu ul
{
    font-size: 13pt;
    font-variant:small-caps;
    margin: 100px 0 0 25px;
    padding: 0;   
    list-style-image: url(../images/ListStyleTypeArrow.gif);
    text-align: left;
    letter-spacing: 0px;
}

#Menu li
{
    padding: 6px;
    margin: 5px;
    width: 115px;
    margin-left: 18px;
    padding-top: 4px;
}

#Menu li:hover
{
    background: transparent url(../images/MenuHoverBG.png);
    border: solid 1px #403e3b;
    padding: 5px;
    padding-top: 3px;
}

#Menu a:hover
{
    text-decoration: none;
}

#content
{
    width: 800px;
    height: 525px;
    background: #1a1918 url(../images/BG.jpg) no-repeat;
}

#LeftSide, #RightSide
{
    /*background: transparent url(../images/BlackTransBG.png);
    background-color: Black;
    opacity: .70;
	filter: alpha(opacity=70);*/
}

#LeftSide
{
    float: left;
    width: 431px;
    height: 452px;
    margin: 24px 12px 12px 24px;
    padding: 12px;
    padding-right: 37px;
    text-align:justify;
    color: #e8e8e8;
    background: transparent url(../images/BGLeftRightSide.jpg) -24px -24px;
}

#RightSide
{ 
    float: right;
    height: 525px;
    width: 240px;
    background: transparent url(../images/BGLeftRightSide.jpg) -560px -1px; 
}

#footer
{
   width: 100%;
   color: White;
}

#FooterMenu
{
    width: 800px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    border: solid 0px white;
    text-align: right;
}

#Copyright
{
    width: 800px;
    margin: 0 auto;
    vertical-align: middle;
    border: solid 0px white;
    color: #817e77;
    padding-bottom: 40px;
}

img
{
    border: none;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.clearfix
{
    display: inline-block;
}

/*for galery images*/
.hidden {
	display : none;
}

#LeftSide .lightwindow img
{
    margin: 0;
    padding: 0;
    border: solid 1px #686662;
    margin-bottom: 12px;
}

.GalleryPlaceHolder
{
    margin: 0;
    padding: 0;
    display:inline-block;
    width: 1px;
    height: 10px;
    border: solid 0px Black;
}
