﻿
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
    font-family:Arial Narrow, Arial;
    
}
#wrapper
{
    width: 900px;
    margin: 0px auto;
    height:587px;
    border:1px solid #BABEB7;
    position:relative;
    top:25px;
}
#claim
{
    position:absolute;
    top:115px;
}
#content_startpage
{
    background-image: url("images/greenbackground.gif");
    height: 392px;
    width: 900px;
    color:#565656;
    font-size:14px;
    position:absolute;
    top:195px;
}
#content_text
{
    background-image: url("images/greenbackground.gif");
    height: 392px;
    width: 900px;
    color:#565656;
    font-size:14px;
    position:absolute;
    top:0px;
    left:0px;
}
#History
{
    position:relative;
    top:50px;
    left:145px;
    float:left;
}
#Museum
{
    position:relative;
    top:50px;
    left:-330px;
    float:right;
}
#Tourismus
{
    position:relative;
    top:50px;
    left:96px;
    float:right;
}
#footer
{
    position:relative;
    top:400px;
    left:393px;
    float:right;
    color: #9DA1A5;
}

#bold_history
{
    position:absolute;
    top:159px;
    left:158px;
    color: #585858;
    font-weight:bold;
    width:200px;
        float:left;
}
#teasertext_history
{
    position:absolute;
    top:184px;
    left:158px;
    color: #585858;
    width:160px;
    font-size:12px;
        float:left;
}
#bold_museum
{
    position:absolute;
    top:159px;
    left:394px;
    color: #585858;
    font-weight:bold;
    width:200px;
        float:right;
}
#teasertext_museum
{
    position:absolute;
    top:184px;
    left:394px;
    color: #585858;
    width:160px;
    font-size:12px;
          float:right;
}
#bold_tourismus
{
    position:absolute;
    top:159px;
    left:618px;
    color: #585858;
    font-weight:bold;
    width:200px;
          float:right;
}
#teasertext_tourismus
{
    position:absolute;
    top:184px;
    left:618px;
    color: #585858;
    width:160px;
    font-size:12px;
          float:right;
}
a 
{
    text-decoration: none;
    color: #585858;
}
#footer a
{
    color:#9DA1A5;

}
#footer a:hover
{
    color:#565656;

}
