/* CSS Document */
body, td{
	/*background: #ffffff url(bg_v1.jpg) no-repeat fixed left bottom;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	color: #333333;
	
	
}
td, #menu_2, #termine
{
	font-size: 10px;
}
a {
	font-size:10px;
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
a.footer{
	color: color: #333333;;
	position: relative;	
	bottom: 0px;
}
h1
{
	font-weight: bold;
	font-size: 12px;

}
h2
{
	font-weight: bold;
	font-size: 11px;
}
h3
{
	font-style:italic;
	font-size: 10px;

}

/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
#all { 
	position: relative;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 0px;
	text-align: left;
	

	}
	#content {
	font-size: 10px;
	/*border: 1px dashed #666666;*/
	border: none;
	border-top: none;
	border-bottom: none;
	/*width: 820px; -> Volle Content Fläche*/
	
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
    background-color: gray, brighter light semi-transparent gray;
	
	position: absolute;
	top: 300px;
	left:140px;
	width: 560px;
	
	
	}
	#menu_2
    {
	
	border: 1px dashed #666666;
	border-top: none;
	border-bottom: none;
	
	
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 100%;
	padding-left: 15px;
	padding-right: 15px;

	position: absolute;
	left: 730px;
	width: 158px;  
	height:100%;
	color: white;
	background-color:#9393FF;
    }
	a.menu_2
	{
		color: #BF0000;
	
	}
	#termine
    {
	/*..... Termine .....*/
	border: 1px dashed #666666;
	border-top: none;
	border-bottom: none;
	
	
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 100%;
	padding-left: 15px;
	padding-right: 15px;

	position: absolute;
	left: -45px;
	width: 158px;  
	height: 100%;
	color: white;
	background-color:#9393FF;
    }

	#head
	{
		position:inherit;
		width: 880px;
	}
	#footer
	{
		position: absolute;
		text-align: center;
		width: 880px;
		font-size: 10px;
		border-bottom: 1px dashed #666666;
		padding-bottom: 10px;
	}

	#img
	{
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	margin-top:15px;
	border: 2px #E6E6E6 solid;
	
	}
	.mainbox
	{
		width:100%;
		text-align:center;	
		border:1px dotted lightgrey;	
		overflow:auto;
		padding: 2px;
		
	}
	
	.imagebox
	{
		width: 60px;
		margin:4px;
		padding:5px;
		border:1px solid black;	
		float:left;
	}

/* ..............  Gästebuch  ............. */
#red {color:#aa0000;}
#grey {color:#888888;}



#guestbooktable {background:#666666;}

#guestbooktitle {
font-family:arial,helvetica,sans-serif;
font-size:10pt;
font-weight:bold;
background:#dddddd;
vertical-align:top;
}

#guestbooktitleinfo {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color:#888888;
vertical-align:middle;
}

#guestbookcell {
font-family:arial,helvetica,sans-serif;
font-size:9pt;
background:#eeeeee;
vertical-align:top;
}

#guestbookinfo {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color:#444444;
background:#dddddd;
vertical-align:center;
}

#guestbookinfolight {
font-family:tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color:#888888;
background:#dddddd;
vertical-align:top;
}



