body {
	overflow: hidden;
	background-color: white;
}

body, p, td, li {
    font-family: Georgia, Minion, sans-serif; 
    font-size: 11pt;
}

a img {
    border: none;
}

/*
div {border: 1px solid red;}
*/

#menu {
	clear: left;
    float: left;
	width: 270px;
	margin-top: 40px;
}

#menu ul {
    padding-left: 0;
    margin-left: 0;
    padding-top: 0;
    margin-top: 0;
    list-style-type: none;
}

#menu ul li {
    margin-bottom: 15px;
}

#menu a {
    text-decoration: none;
    color: #7D6C75;
    font-weight: bold;
    font-size: 12pt;
    line-height: 24px;
}

#flag {
	clear: left;
    float: left;
    margin-left: 140px;
    margin-top: 20px;
}

#flag img {
	border: 1px solid gray;
}




.bigtext {
    font-size: 1.7em;
    color: #6C6666;
    line-height: 1.4em;
    font-family: Georgia, Minion, sans-serif;    
}

.list {
}

.list li {
	margin-bottom: 0.5em;
}

h1 {
    font-size: 16pt;
    letter-spacing: 0.03em;
    color: #6C6666;
    line-height: 1.4em;
    font-family: Georgia, Minion, sans-serif;
    padding-top: 0;
    margin-top: 0;    
}

h2 {
    letter-spacing: 0.03em;
    color: #6C6666;
    font-family: Georgia, Minion, sans-serif;
    padding-top: 0;
    margin-top: 0;    
}

#box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -462px;
    width: 924px;
    height: 600px;
  
}

#headline {
	width: 785px;
    height: 100px;
    font-size: 22px;
    color: #747578;
    font-family: Georgia, Minion, sans-serif;
    letter-spacing: 0.05em;
}

#logobox {
    float: left;
	width: 270px;
	margin-right: 20px;
}

#logobox a { color: #665B5F; }

#content {
    float: left;
    width: 495px;
    height: 475px;
    
    margin-left: 20px;
    
    color: #665B5F;
    font-size: 10pt;
    overflow: auto;
}

#content a, #content a:link, #content a:visited, #content a:active { color: #665B5F; }

#content td {
    font-size: 10pt;
}

#content img {
	padding: 1px;
	border: 1px solid silver;
}

#footer {
    clear: both;
    width: 785px;
    text-align: right;
    padding-top: 5px;
    line-height: 20px;
    height: 20px;
    font-size: 0.8333em;
    color: #909090;
}
td.foto {
	width: 50%;
	vertical-align: top;
	padding-bottom: 1em;
}

td.foto img {
	padding: 1px;
	border: 1px solid silver;
}

td.beschreibung {
	vertical-align: top;
	padding-bottom: 1em;
}


#hintergrund {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -512px;
    margin-left: -524px;
    height: 1024px;
    width: 1048px;
    background: url(/images/hintergrund.gif) no-repeat 0 0
}
