
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

    color: black;
    font-size: 1.0em;
   	font-family:Arial,sans-serif; 
  	
 	/* background-color: #560215;    /* #778f54; */
 	background-image: url(./bg.gif); 
}

#Back {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

#TopContent {
	background-color: transparent;
	margin: 0px  auto;
	padding: 0px;
	text-align: left;
	width: 912px;

	z-index: 2;
	border: 0px solid red;
}

#Navigation {
    margin: 0.4em; padding: 0;
	text-align: center;
	top: 0px;
	margin-left: 0em;
	position: relative;
    color: #000000;
	font-size: 0.8em;

	z-index: 3;      
}

#MainContent {
	clear: both;
	position: relative;
	height: auto;
    width: 900px;
    margin: 0 auto;
	background-color: #dbc895;
    color:#000000;
    padding: 0.0em;
    text-align: center;
    z-index: 6;
    border: 6px solid #bcac80;
    background-color: #dbc895;
    color: #000000;
}

.MainSchatten {
    border: 6px solid #bcac80;   
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;

    -webkit-box-shadow: 10px 10px 20px #000000;
    -moz-box-shadow: 10px 10px 20px #000000;
    box-shadow: 10px 10px 20px #000000;
}

#PicVor {
	width: 210px;	
	border-style: ridge;
	border-width: 3px;
	border-color: #C0C0C0;

}

#PicVorHoch {
	width: 150px;	
	border-style: ridge;
	border-width: 3px;
	border-color: #C0C0C0;

}

#LangDiv {
	height: 18px;
	width: auto;
	position: relative;
	margin: 0 auto;
	padding-top: 1.0em;
	z-index: 400;
	display: none;
}

#MainArticle {
	background-color: transparent;
	text-align: left;
	padding-bottom: 1.0em;
    padding-left: 7.0em;
    padding-right: 7.0em;
    padding-top: 0em;
    font-size: 0.9em;
	z-index: 3;
}

#TopTab {
    background: #ffffff;
    text-align: center;   
    padding: 0px;
	width: 100%;
	height: 687px;
	top: 50%;
	margin-top: -257px;
	position: absolute;
	border: 0px solid red;

/*
    border: 0px solid white;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
     border-radius: 9px;
     behavior:url(../border-radius.htc);   
*/
     z-index: 3;
} 

#Wohnung {
	font-size: 1.0em;
}

#Banner {
	position: absolute;
	margin-top: -200px;
	width: 900px;
	z-index: 390;
}   


a {
    text-decoration: none;
    color:  #67553f;
}
 
a: visited {
    text-decoration: none;
    color: #674c2c;
}   

#LinkTab {
	margin-top: 2.0em;
    width: auto;
    font-size: 0.9em;
}
#LinkTab table {
    width: auto;
    border-collapse: collapse;
}
#LinkTab th, td {
    border: none;  
}
#LinkTab th {
    background-color: #000000;
}
#LinkTab tr:nth-of-type(even) {
    background-color: #dbc895;
}
#LinkTab tr:nth-of-type(odd) {
    background-color: #bcac80;
}
#LinkTab td:nth-child(4) {
    text-align: center;
}
 
.HomeTable {
	font-size: 0.8em;
}

.Umgebung {
	font-size: 1.0em;
}
.UmgebungPics {
	font-size: 0.9em;
	text-align: left;
}

.Gedicht {
	font-size: 0.8em;
}

.Author {
	font-size: 0.7em;
}
