.pressetable:hover
{
	/*background-color: #c9ba65;*/
	/*background-color: #b2ab9b;*/
	background-color:#c0c0c0;

}

hr 
{
		height: 1px;
		color: #000000;
		background-color: #000000;
}
.titel2 {
	font-size: 16px;
	font-weight: bold;
}
.titel1 {
	font-size: 24px;
	font-weight: bold;
}

.head_rechts
{
	background-image:	url(../ecken_rechts.png);
	background-repeat:	no-repeat;
}

.head_links
{
	background-image: 	url(../ecken_links.png);
	background-repeat: 	no-repeat;
}
.style1 
	{
		border-collapse: collapse;
	}
.text_nav, .text_nav_member, .text_nav_admin
	{

		font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, Sans-Serif;
		font-size:	16px;
		color:#000000;
		text-decoration:none;
	}
	
.td_nav, .td_nav_member, .td_nav_admin
	{
		text-align: center;
	}
.td_nav:hover
	{
		background-color: 	#CCCCCC;
	}
.td_nav_member:hover
	{
		background-color:#0099FF;
	}
.td_nav_admin:hover
	{
		background-color:#FF0000;
	}
	
body
	{
		font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, Sans-Serif;
		font-size:	13px;
	}
	
a:visited, a:link, a:active
	{
		text-decoration: none;
		color:#000000;
	}

.td_bottom 
	{
		text-align: right;
		font-size: small;
		font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, Sans-Serif;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #333333;
		text-decoration: none;
		color: #C0C0C0;
	}
	
.text_bottom, .text_bottom:link, .text_bottom:visited, .text_bottom:active, .text_bottom:hover
	{
		/*color: #C0C0C0;*/
		color:#666666;
		text-decoration:none;
	}

.style8 
	{
		border-left: medium none #CCCCCC;
		border-right: medium none #CCCCCC;
		border-top: medium none #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
	}
.style9 {
	border-bottom-style: none;
	border-bottom-width: medium;
}

.textfeld_frei
	{
		background:				#FFFFFF;
		BORDER:					#000000 1px solid; 
		BORDER-RIGHT: 			#000000 1px solid; 
		BORDER-TOP: 			#000000 1px solid; 
		BORDER-LEFT: 			#000000 1px solid; 
		BORDER-BOTTOM:			#000000 1px solid;
		color:					#333333;
		font-size:				11px;
		font-family:			"Franklin Gothic Medium", "Arial Narrow", Arial, Sans-Serif;
	}
.textfeld
	{
		background:				#FFFFFF;
		BORDER:					#000000 1px solid; 
		BORDER-RIGHT: 			#000000 1px solid; 
		BORDER-TOP: 			#000000 1px solid; 
		BORDER-LEFT: 			#000000 1px solid; 
		BORDER-BOTTOM:			#000000 1px solid;
		color:					#333333;
		font-size:				11px;
		font-family:			"Franklin Gothic Medium", "Arial Narrow", Arial, Sans-Serif;
		width:					150px;
	}
.button			
					{
								background-color:		#CCCCCC;
								color:					#333333;
								font-size:				9px;
								font-family:			Verdana, Arial, Helvetica, sans-serif;
								font-weight:			bold;
					}

.nav1 
{	
	text-align: center;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, Sans-Serif;
}

/* ---------------------------------------------------- */
.menu {
width:200px; 
font-size:0.85em;
padding-bottom:50px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:200px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:200px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:189px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#4e4e4e; /* 23.12.2010 */ 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:200px;
w\idth:189px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#747474; /* 23.12.2010 todo */
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:200px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:200px; 
top:0;
width:200px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-200px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#c0c0c0; /* 23.12.2010 */ 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:179px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:200px;
w\idth:179px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#747474; /* 23.12.2010 todo */
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#747474; /* 23.12.2010 todo */
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
