@charset "utf-8";
/* CSS Document */

/*==================================*/
/* Website hans-otte.de				*/
/* Datum: April 2011				*/
/* Autor: graugans-design			*/
/*==================================*/

/*==============================*/
/* Logo-Navigation				*/
/*==============================*/

/* anwenkom-Logo floatet links */
#seitentitel {
	float: left;
	width: 203px;
	height: 26px;
	margin-top: 15px;
}

#seitentitel h1 {
	width: 203px;
	height: 26px;
	background: url(../img/site/logo-anwenkom.gif) no-repeat;	
}

#seitentitel .unsichtbar {
	display: none;
}

/*==============================*/
/* Haupt-Navigation				*/
/*==============================*/

#navi_main {
	float: right;
}

#navi_main ul {	
	line-height: 60px; /* Mittig anordnen */
}

#navi_main li {
	list-style: none;	
	float: left;
	margin-left: 20px;
}

#navi_main a {
	color: #0d3c8a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px; 
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 3px; /* Abstand der Unterstreichung (als border) */
}

#navi_main a:hover,
#navi_main a:focus {
	border-bottom: 1px solid #0d3c8a;
}

/*==============================*/
/* Aktiver Link (Unterstrich)	*/
/*==============================*/

#index .start a,
#svp .svp a,
#ivp .ivp a,
#zvp .zvp a,
#vvp .vvp a,
#kontakt .kontakt a,
#impressum .impressum a {
	border-bottom: 1px solid #0d3c8a;
}

/* Links im Fliesstext */
#content_sec a {
	color: #6b99e5;
}

/* Links im Fliesstext */
#content_sec a:hover, 
#content_sec a:focus {
	color: #0e4297;
}

/*==============================*/
/* footer						*/
/*==============================*/

#footer ul {
	text-align: center;	
	padding: 15px 0;
}

#footer li {
	list-style: none;	
	display: inline;
	padding-right: 20px;
	border-right: 1px solid #375587;
}

#footer .impressum {
	border: none;	
}

#footer a {
	color: #798cab; /* mittelblau */ 
	text-decoration: none;
}

#footer a:hover,
#footer a:focus {
	color: #a6afbd; /* graublau */ 	
	text-decoration: underline;
}