/* roth weinbau
date: 09/11/2005 */

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #354926;
	text-decoration: none;
	font-style: italic;

}

.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	font-style: italic;


}


.content a:link, .content a:visited {
	color: #000000;
	text-decoration: underline;
	
}



.content a:hover {
	color: #666666;
	
}


.menu  {


}


/* ====================================================
	erste stufe 
 ====================================================*/

.menu li a, .menu li a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #354926;
	text-decoration: none;
	/*font-style: italic; */
	font-weight: bold;
    

}

.menu li a:hover {
	text-decoration: underline;


}

/* ====================================================
	zweite stufe 
 ====================================================*/
.menu li li a:link, .menu li li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #354926;
	text-decoration: none;
	font-style: italic;
	/*font-weight: bold; */
	text-indent: 15pt;
	display: block;

}

/* unternavigation hover */
.menu li li a:hover {
	text-decoration: underline;
    
}

li, ul{ 
    display: block;
    width: 160px;
    font-size: 12px; 
	padding: 0;
 	margin:0;

	
} 
.currentpage {
	text-decoration: underline;
}

