/* CSS Document */

body  { 
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
}
a.menu:link,a.menu:visited,a.menu:active 
		{
			text-decoration: none; 
			color: #336699; 
			font-weight: normal;
			font-size: 12px;
			font-family: Lucida Sans,Arial;
		}
a.menu:hover 
		{
			text-decoration: none; 
			color: #336699; 
			font-weight: normal;
			font-size: 12px;
			font-family: Lucida Sans,Arial;
		}
.like_menu {
	text-decoration: none; 
			color: #336699; 
			font-weight: normal;
			font-size: 12px;
			font-family: Lucida Sans,Arial;
}
td.menu {
	cursor: pointer;
}
div.menu  { 
  position:absolute;
  visibility:hidden;
  top:114px; 
  width: 152px;
  z-index:3;
}
div.content  { 
	position:absolute;
	visibility:hidden; 
	width: 754px;
	height:228px;
	left:23px;
	top:284px;
	z-index:3;
	overflow:hidden;
}

div.flow  {
	position:absolute;
	visibility:hidden; 
	width: 756px;
	height:230px;
	left:22px;
	top:283px; 
	z-index:2;
	overflow:auto;
}

div.impressum  { 
	position:absolute;
	visibility:hidden; 
	width: 756px;
	height:18px;
	left:22px;
	top:516px;
	z-index:3;
	overflow:hidden;
}


div.sub_content {
	
	position:absolute;
	visibility:hidden; 
	z-index:4;
	overflow:hidden;
}

div.content_title  { 
	position:absolute;
	visibility:hidden;
	top:261px;
	left:23px;
  	z-index:4;
  	overflow:hidden;
  
}


table.tflow {
	border: 1px solid #9b9b9b;
	background-color: #f3f3f3;
}	

table.cont {
	border: 0px;
	background-color: #f3f3f3;
}	

table.guestbook {
	border: 0px;
	background-color: #f3f3f3;
}

td.herbertr {
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	border-left: 0px;
	background-color:#9CB2BB;
}

td.herbertl {
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-right: 0px;
	border-left: 1px solid #9b9b9b;
	background-color:#9CB2BB;
}

td.otherr {
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	border-left: 0px;
	background-color: #e0e0e0;
}

td.otherl {
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-right: 0px;
	border-left: 1px solid #9b9b9b;
	background-color: #e0e0e0;
}

a:link,a:visited,a:active 
		{
			text-decoration: none; 
			color: #464E54; 
			font-weight: bold;
			font-size: 11px;
			font-family: Lucida Sans,Arial;
		}
a:hover 
		{
			text-decoration: nonr; 
			color: #990000;
			font-weight: bold;
			font-size: 11px;
			font-family: Lucida Sans,Arial;
		}
.head 
		{
			text-decoration: none; 
			color: #464E54;
			font-size: 14px;
			font-family: arial;
		}

.text 	   
		{
			font-family: Arial, helvetica, sans-serif;
		font-size: 10px;
	
		}
		
.sublink {
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	color: #464E54
}

.sublink_active {
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none; 
	color: #336699;
}

.imglink {
	cursor: pointer;
	text-decoration: none;
}