@font-face {
    font-family: 'bauhaus';
    src: url('font/bauhaus.ttf');
}
@font-face {
    font-family: 'montague';
    src: url('font/montague.otf');
}


body{
    background-color: #fef7d9;
    text-align: center;
    background-image: url(image/background.jpg);
    background-repeat: repeat;
    background-position: center;
    background-position: top;
    background-attachment: fixed;
    overflow-y: scroll;
    line-height: 1.05em;
    letter-spacing: 0.05em;
    font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em
}

#content {
    margin: 0px auto;
    text-align: center;
    width: 902px;
    height: 100%;
	line-height: 16pt;

}
#content h1{
    font-family: 'montague', 'Times New Roman', serif;
    font-size: 40pt;
    font-weight:lighter;
    color: #fef7d9;
    margin: 0px 0px 0px 0px;
    text-align: center;
	font-weight: 500;
}
#content a{
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    text-decoration: none;
    color: #fef7d9;
}
#menu {
    width: 952px;
    height: 60px;
    float: left;
    color: #fef7d9;
    margin-top: 20px;
}

#main_menu ul {
    width: 902px;
    margin:0;
    padding:0;
    list-style-type:none;
}

#main_menu li {
    width: 180px;
    height: 30px;
    margin: 0 ;
    padding: 0;
    float: left;
}


#main_menu a {
    padding: 13px 0px 0px 0px;
/*    height: 150.3px;*/
    height: 30px;
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fef7d9;
}

#main_menu a:hover {
    text-decoration: underline !important;
}

#a_active{
    text-decoration: underline !important;
}

#sub_menu {
    margin: 0;
}

#sub_menu ul {
    width: 902px;
    margin:0;
    padding:0;
    list-style-type:none;
}

#sub_menu li {
    width: 150.3px;
    height: 30px;
    margin: 0 ;
    padding: 0;
    float: left;
}

#sub_menu a {
    padding: 13px 0px 0px 0px;
    width: 150.3px;
    height: 30px;
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fef7d9;
}

#sub_menu a:hover {
    text-decoration: underline !important;
}

#start_header{
    width: 902px;
    height: 470px;
    text-align: center;
    background-image: url(image/header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    float: left;
    margin-bottom:40px;
}



#start_text{
    
    
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    float: left;
    text-align: center;
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
	line-height: 16pt;
    text-decoration: none;
    color: #fef7d9;
	
}

#logo_header{
    width: 902px;
    height: 146px;
    text-align: center;
/*    background-image: url(image/logo_stempel.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;*/
    float: left;
    margin-bottom: 60px;
}

#gallery{
    margin:0;
    width: 902px;
    height: 100%;
    text-align: center;
    float: left;
}


#gal_row{
    width: 902px;
    height: 460px;
    float: left;
}

#gal_col_l{
    width: 440px;
    height: 440px;
    float:left;
    padding: 10px 0 0 0px;
    background-image: url(image/rahmen.png);
    background-repeat: no-repeat;
    background-position: center;
}

#gal_col_r{
    width: 440px;
    height: 440px;
    float:left;
    margin-left: 20px;
    padding: 10px 0 0 0px;
    background-image: url(image/rahmen.png);
    background-repeat: no-repeat;
    background-position: center;
}

#content_left{
    width: 350px;
    height: 100%;
    float: left;
    text-align: left;
    margin: 25px 25px 0 0;
	line-height: 16pt;
}

#content_left h1{
    font-family: 'montague', 'Times New Roman', serif;
    font-size: 40pt;
    font-weight:lighter;
    text-align: left;
    color: #fef7d9;
    margin: 0 0 40px 0;
}

#content_left p{
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    color: #fef7d9;
    margin: 0 0 20px 0;
}

#content_right{
    width: 502px;
    height: 100%;
    float: left;
    text-align: right;
    margin: 25px 0 0 25px;
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    color: #fef7d9;
	line-height: 16pt;
}

#footer {
    margin: 30px 0 0 0;
    width: 902px;
    height: 30px;
    float: left;
    color: #fef7d9;
}

#footer p {
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    color: #fef7d9;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.05em;
}

#footer a {
    font-family: 'bauhaus', 'Times New Roman', serif;
    font-size: 13pt;
    color: #fef7d9;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline !important;
}

#footer {
    width: 100%;
    height: 30px;
    float: left;
    text-align: center;
}

