/*seneos STYLESHEET*/

/* Allgemein */
	BODY {
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	scrollbar-base-color:#F29400;
  	scrollbar-3dlight-color:##E2E2E2;
  	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-face-color:#F29400;
  	scrollbar-highlight-color:#ffffff;
  	scrollbar-shadow-color:#E2E2E2;
  	scrollbar-track-color:#F29400;
	background-color :#ffffff;
	height:101%;
}

/* Menu */

.menu a  { 
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu a:link  { 
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : none;
 } 
.menu a:visited {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;	
	text-decoration: none;
}
.menu a:hover {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
}
.menu a:active  { 
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration : underline;
 } 

/* Fließtext */

text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 180%;
	
}
.text {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	line-height: 180%;
	
}
.foodnote {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #999999;
	
}

/* TD */
td {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	line-height:14px;
	
}

/* Headline */
.headline{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333333;

}

/* News_headline */
.news_headline{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #F29400;

}

/* Sonderhervorhebung */
.special{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #F29400;

}

/* Aufzählungen */
ul {
	font-size: 11px;
	list-style : circle inside url(/images/bullet.gif);
	list-style-position: outside;
}

/* Formular */
.form {
	BACKGROUND-COLOR: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	color: #333333;
	border-top: 1px solid #F29400;
	border-right: 1px solid #F29400;
	border-bottom: 1px solid #F29400;
	border-left: 1px solid #F29400;
	vertical-align: bottom;

}

/* Newslink */
.news a:link,a:active,a:visited,a:hover{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#F29400;
	font-weight: bold;
	text-decoration : underline;
}
/* news_button */

.news_button a  { 
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.news_button a:link  { 
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
 } 
.news_button a:visited {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.news_button a:hover {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.news_button a:active  { 
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
 } 
 
/* drucken,schließen */

.print_close a  { 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.print_close a:link  { 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
 } 
.print_close a:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.print_close a:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}
.print_close a:active  { 
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
 } 

 
/* allgemeine Links */
a:link,a:active{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#F29400;
	font-weight: normal;
	text-decoration : underline;
}

a:visited{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#F29400;
	font-weight: normal;
 	text-decoration : underline;
}

a:hover{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #F29400;
	font-weight: normal;
	text-decoration : underline;
}
.orange {
	background-color: F49D12;
}
