/*left.css
Autor: Mike Kaden
Datum: 2009-07-20
*/

#left {
	background: #ffffff;
	font-family: arial, tahoma, verdana, sans-serif; 
	font-size: 12px;
}

#leftTop {
	border: 1px solid #AAAAAA;
	margin-top: 25px;
	margin-right: 10px;
	background: #FFFFFF;
	padding-bottom: 20px;
}

#leftTop ul{
	margin-top: 25px;
}

#leftBottom {
	margin-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
}

.leftButtomHeadline {
		padding:0;
		margin-right: 10px;
		text-align: center;
		padding-left: 5px; 
		/*width:50px;*/
	}

.leftButtomHeadline ul {
		font-size: 16px;
	}
	
.leftButtomHeadline li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*line-height: 90px !important;*/
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	list-style-type: none;
	display: block;
	margin:0;
	padding: 0;
}
	
.leftButtomHeadline .toplink{
		font-size: 14px;
		display:block;
		margin-bottom: 10px;
		border-bottom: 1px solid #DBDDEE;
		line-height: 1.5em;
		text-decoration: none;
		color: #6B6B6B;
		
	}



/* ######################################################################################################
** ### Menu statisch###################################################################### 
** ######################################################################################################
*/	
	
	#left_menu {
		padding:0;
		margin-right: 10px;
		/*width:50px;*/
	}
	
	#left_menu ul {
		font-size: 16px;
	}
	
	#left_menu li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	/*line-height: 90px !important;*/
	 	font-weight: normal;
		background-repeat: no-repeat;
	 	background-position: 0 0;
		text-decoration: none;
		list-style-type: none;
		display: block;
		cursor: pointer;
		margin:0;
		padding: 0;
	}
	
	#left_menu a {
		text-decoration: none;
	}
	
	#left_menu .toplink{
		font-size: 14px;
		display:block;
		margin-top: 10px;
		margin-bottom: 10px;
		border-top: 1px solid #DBDDEE;
		border-bottom: 1px solid #DBDDEE;
		line-height: 1.5em;
		text-decoration: none;
		color: #6B6B6B;
		
	}
	
	#left_menu .sublink {
		background-repeat: no-repeat;
		display:block;
		line-height: 1.5em;
		padding-left: 20px;
		text-decoration: none;
		color: #006600;
		font-size: 12px;
	}
	

	
	#left_menu li a span {
		line-height: 1.5em;
		margin-left: 5px;
		padding-right: 10px;
		display:block;
	}


/* ######################################################################################################
** ### Navi dynamisch###################################################################### 
** ######################################################################################################
*/	
	
	
	#leftNavi {
		padding:0;
		/*width:50px;*/
	}
	
	#leftNavi li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	 	font-size: 12px;
	 	/*line-height: 90px !important;*/
	 	font-weight: bold;
		background-repeat: no-repeat;
	 	background-position: 0 0;
		text-decoration: none;
		list-style-type: none;
		padding-top: 10px;
		padding-bottom: 2px;
		display: block;
		margin:0;
	}
	
	#leftNavi li a {
		background-repeat: no-repeat;
		display:block;
		padding-bottom: 2px;
		border-bottom: 1px solid #006600;
		border-right: 3px solid #006600;
		height:90px;
		color: #006600;
	}
	
	#leftNavi li a span {
		line-height: 1.5em;
		margin-left: 75px;
		padding-top: 5px;
		padding-right: 15px;
		display:block;
	}
	
	#leftNavi li a:hover {
		border-bottom: 1px solid #006600;
		border-right: 5px solid #006600;
		text-decoration:none;
		color: #006600;
	}
	
	#leftNavi li a:active{
		border-bottom: 1px solid #006600;
		border-right: 5px solid #006600;
		text-decoration:none;
		color: #006600;
	}
	
	#leftNavi .item1 a {
		background-image: url(../images/rettungsring-n.gif);
	}
	#leftNavi .item1 a:hover {
		background: url(../images/rettungsring-n2.gif) no-repeat #FFFFFF;
	}
	
	#leftNavi .item2 a {
		background-image: url(../images/anker-n.gif);
	}
	#leftNavi .item2 a:hover {
		background: url(../images/anker-n2.gif) no-repeat #FFFFFF;
	}