/* CSS Document */
/*
// +----------------------------------------------------------------------+
// | Project:  Immer Urlaub                                               |
// | URL:      http://www.immer-urlaub.de                                 |
// | File:    /css/basis.css                                              |
// +----------------------------------------------------------------------+
// | Haupt-Style-Sheet der Seite                                          |
// +----------------------------------------------------------------------+
// | Copyright (c) Alfred Schmidt                                         |
// | Authors:  Alfred Schmidt a.schmidt@deutscher-orden.de                |
// | Date:     15.11.2006                                                 |
// +----------------------------------------------------------------------+
/*navilinks*/
#naviL ul {
	list-style-type: none;
	width: 130px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#naviL li {
	width: 130px;
	margin-left: 0px;
	margin-top: 1px;
}
/*li:first-child {
	border-top: 1px solid #000;
}*/
#naviL li a {
	width: 122px;
	_width: 11em;/*wichtig fuer explorer*/
	height: 18px;
	display: block;
	background-color: #004c80;
	color:#f7f9eb;
	text-decoration:none;
	padding-bottom: 1px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: -1px;
	border-top: 1px dotted #666;
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	border-left: 1px none #666;
	margin-top: 0px;
}
#naviL li a:hover{
	background-color: #333333;
	color: #FFFFFF;
	width: 122px;
}
#naviL li ul {

	position: absolute;
	width: 200px;
	left: -999em;/*so aus dem browserfenster*/
	float: left;
}
#naviL li:hover ul, li.sfhover ul {
	left: auto;
	margin-left: 137px;
	_margin-left: 87px;/*wichtig fuer explorer*/
	margin-top: -20px;
	border-right-style: none;
	border-left-style: none;
	padding-right: 0px;
	border-top-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#naviL li:hover ul li:first-child {
	margin-top: -2px;
}
#naviL ul li {
	vertical-align: bottom;  /*Bugfix fÃ¼r IE6-Listenelement-LÃ¼cke */
}

/*  - - - - navi links endet hier - - - - */
#o50{
	background-color:#000000;
	opacity: .90;
	filter:alpha(opacity=80);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
}
#naviL li a.sonder{
	background-color:#dd5e35;
}
#naviL li a.sonder:hover{
	background-color:#004c80;
}







/*navigationslinks_anfang*/
/*#menu_links{
	text-indent: 1px;
	font-weight: normal;
	border: 1px none #000000;
}
	
.menu_links a:link, .menu_links a:visited, .menu_links a:hover, .menu_links a:active{
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 3px;
	text-decoration: none;
	color: #000000;
	width: 145px;
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	border-top: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
	border-left: 10px solid #0000ff;
	text-transform: none;
	background: #ECF5FF;
}
.menu_links a:hover{
	color: #FFFFFF;
	width: 145px;
	border-top: 1px solid #3300CC;
	border-right: 1px solid #3300CC;
	border-bottom: 1px solid #3300CC;
	border-left: 10px solid #FF0000;
	background: #0000ff;
}
*/
/* navigation links ende */
/*naviO anfang*/
a.NaviOben{
	font: normal 75% Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a.NaviOben:hover{
	color: #0000CC;
	text-decoration: overline;
	border-top: 1px none #0000CC;
	border-right: 1px none #0000CC;
	border-bottom: 1px solid #0000CC;
	border-left: 1px none #0000CC;
}

/*naviO ende*/
