/* ############### */
/* ### INNPULS ### */
/* ############### */

/* Content Element auf Seiten mit Bildnavi => Nach unten, unterhalb der Navi verschieben */
div#innpuls_picnavi_content {
	clear: both;
	position: relative;
	top: 0px;
	left: 5px;
	padding-bottom: 30px;
}
	
	div#innpuls_picnavi_content h3 {
		margin: 0px;
		padding: 0px;
		color: #EDEDED;
	}
	
	div.innpuls_picnavi_container {
		width: 100%;
	}
		
		/* Trennlinien für die Link Beschreibungen unterhalb der Bildnavigation */
		div.innpuls_picnavi_spacer {
			clear: both;
			width: 760px;
			height: 1px;
			border-top: 1px dotted #777777;
			margin-top: 15px;
			margin-bottom: 15px;
		}
		
		/* Formatierung für einen Header der Picnavi */
		.innpuls_picnavi_header {
			display: block;
			font-weight: bold;
		}
		
		div.innpuls_picnavi_bodytext {
			width: 100%;
		}
		
			/* Tatsächlicher Bodytext */
			div.innpuls_picnavi_bodytext p {
				width: 645px;
			}
	
				/* "Weiter" Link */
				div.innpuls_picnavi_bodytext a {
					float: right;
					width: 98px;
					text-align: center;
					line-height: 20px;
					height: 20px;
					font-size: 11px;
					margin-top: -31px;
					margin-right: -113px;
					background-color: #d6d6d6;
					color: #706f6d;
					text-transform: uppercase;
					text-decoration: none;
				}
				div.innpuls_picnavi_bodytext a:hover {
					text-decoration: underline;
				}

/* Login/Logout & Passwort vergessen Boxen formatieren */
div.innpuls_login {
	position: relative;
}

	div.innpuls_login_item {
		width: 310px;
		height: 105px;
		background-color: #f3f3f3;
	}
	
		div.innpuls_login_label {
			margin-left: 10px;
			height: 20px;
			line-height: 20px;
			white-space: nowrap;
		}
		
		div.innpuls_login_input {
			margin-left: 10px;
			height: 20px;
			line-height: 20px;
		}
	
	div.innpuls_login_logout {
		height: 25px;
		line-height: 25px;
		padding-left: 10px;
		background-color: #f3f3f3;
	}
		
.innpuls_submit {
	background-color: #666666;
	margin-top: 10px;
	width: auto;
	height: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: white;
	font-size: 11px;
}

/* bildmenu_left nicht absolute anzeigen, sondern relativ! 
   Ansonsten wird der Content unterhalb über die Picnavi gestellt. */
/*div.innpuls_bildmenu_left {
	position: relative;
	width: 506px;
	left: 0px;
}
	
	div.innpuls_bildmenu_left ul  {
		float: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	
		div.innpuls_bildmenu_left ul li {
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			width: 250px;
			height: 200px;
		}*/
