/* allgemeine auszeichnungen */

body {
font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
font-size: 10px;
line-height:20px;
color: #3A180A;
background-color:#CBAE8E;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

* html body {
overflow: hidden;
}

#container {
position: absolute;
margin: 0 auto 0 auto;
top:50%;
left:50%;
width:904px; /* Breite des Elements */
height:390px; /* Höhe des Elements */
margin-left: -452px; /* Breite des Elements geteilt durch zwei! */
margin-top: -195px; /* Höhe des Elements geteilt durch zwei!*/
background-color: #CBAE8E;
}
#frankstrick{
	display:none;
    z-index:1;
}
#homecontent{
		width:904px; 
		height:302px; 
		position:absolute;
		top:60px; 
		left:0px;
		background:transparent url(../pics/tf_home.jpg);
background-position:top left;
background-repeat:no-repeat;
}
.trauercontent{
		width:904px; 
		height:302px; 
		position:absolute;
		top:60px; 
		left:0px;
background-image: url(../pics/trauer_00.jpg);
background-position:top left;
background-repeat:no-repeat;
padding: 0 0 0 0;
}
.raumcontent{
		width:904px; 
		height:302px; 
		position:absolute;
		top:60px; 
		left:0px;
background-image: url(../pics/raum_00.jpg);
background-position:top left;
background-repeat:no-repeat;
padding: 0 0 0 0;
}
.tischcontent{
		width:904px; 
		height:302px; 
		position:absolute;
		top:60px; 
		left:0px;
background-image: url(../pics/tisch_00.jpg);
background-position:top left;
background-repeat:no-repeat;
padding: 0 0 0 0;
}
.tanjacontent{
		width:904px; 
		height:302px; 
		position:absolute;
		top:60px; 
		left:0px;
background-image: url(../pics/uebermich_00.jpg);
background-position:top left;
background-repeat:no-repeat;
padding: 0 0 0 0;
}
#textimpressum{
		width:904px; 
		height:302px; 
		position:absolute;
		top:60px; 
		left:0px;
		text-align:left;
font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:18px;
color:#3A180A;
border: 1px solid #000;
padding: 0 0 0 10px;
}
#logo{
position:absolute;
width:904px;
height:58px;
top:0px;
left:0px;
border:none;
background:transparent url(../pics/tf_logo.jpg);
background-position:top left;
background-repeat:no-repeat;
overflow:hidden;
z-index:3;
}
#buttonleiste{
position: absolute;
bottom:-10px;
left:500px;
width:400px;
height:auto;
text-align:right;
}
#navigation{
position: absolute;
bottom:0px;
left:0px;
width:380px;
height:auto;
text-align:left;
font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height:18px;
color:#3A180A;
}
#navigation ul{
list-style-type:none;
padding:0 0 0 0;
margin:0 0 0 0;
}
#navigation li{
display:inline;
padding:0 0 0 6px;
}

#navigation a{
color:#3A180A;
text-decoration:none;
}
#navigation a:link{
color:#3A180A;
text-decoration:none;
}
#navigation a:hover{
color: #fff;
text-decoration:none;
}
#navigation a:active{
color: #fff;
text-decoration:none;
}
#navigation a#aktiver_button{
color: #fff;
text-decoration:none;
}

/* CLASSES */
h1{
font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight:bold;
text-align:left;
color: #3A180A;
}

.small{
font-family: "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #3A180A;
}

a {text-decoration: none; color:#3A180A;}
a:link {text-decoration: none; color: #3A180A;}
a:visited {text-decoration: none; color: #3A180A;}
a:hover{color:#3A180A;}
a:active {color: #3A180A;}
