body {
	background: #223146;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: url(../img/bg.gif) repeat-y center;
}

.clearing {
	clear: both;
}


/* Seitenkopfbereich mit Logo und Extranav (Donwloads, Links, Kontakt) */

#header {
	position: relative;
	background-color: #FE660D;
	background: url(../img/jive-kopf.jpg) no-repeat;
	width: 960px;
	height: 128px;
}

#logo {
	float: left;
}

/* Extramenü (Top und Email) */

#footer {
	float: left;
	margin-top: 20px;
	width: 448px;
}

#top {
	margin-right: 5px;
	border-bottom-width: 0;
}

#email {
	border-bottom-width : 0;
}


/* Sysnav im Header (Impressum) */

#sysnav {
	float: left;
	width: 448px;
	margin-top: 6px;
	border-top: 1px solid #EFEFF7;
}

#sysnav .nav li {
	font-size: 0.9em;
	margin-left: 0px;
	margin-top: 5px;
	padding-right: 4px;
	padding-left: 0px;
	float: left;
	background: none;
}

#sysnav .nav a {
	color: #5386d6;
	text-decoration: none;
	border-bottom: 1px solid #5386d6;
	display: block;
}

#sysnav .nav a:hover {
	color: #333;
	border-bottom: 1px solid #BF002D;
}

#sysnav li.active-path {
	color: #B7C3D6;
}

/* Extranav (Donwloads, Links, Kontakt) */

#extranav {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #FFF;
	border: 1px solid #B7C3D6;
	border-right-width: 0;
	border-bottom-color: #878A93;
	width: 263px;
}

#extranav ul {
	margin-left: 24px;
}

#extranav .nav li {
	font-size: 1.1em;
	color: #032340;
	float: left;
	padding: 0.25em 0 0.25em 12px;
	margin-right: 18px;
	background: url(../img/jive-listenpunkt.gif) no-repeat left 0.6em;
}

#extranav .nav li.last-child {
	margin-right: 0;
}

#extranav .nav a {
	color: #032340;
	border-bottom-width: 0;
}

#extranav .nav a:hover {
	color: #BF002D;
}

#extranav li.active-path {
	color: #BF002D;
}

/* Navigation */

#nav_top {
	background: url(../img/jive-nav-top.png) no-repeat;
	height: 40px;
}

#nav {
	float: left;
	padding-top: 0px;
	width: 216px;
	height: auto;
	font-size: 1.1em;
	line-height: 1.2;
	color: #032340;
	background: url(../img/jive-nav-bg.png) no-repeat right bottom;
}

#nav ul {
	padding-bottom: 20px;
}

#nav li {
	width: 150px;
	padding: 5px 0px 5px 32px;
	background: url(../img/jive-punktlinie.gif) no-repeat left top;
}

#nav li.first-child {
	background: none;
}

#nav li a {
	color: #032340;
	border-bottom-width: 0;
}

#nav li a:hover {
	color: #BF002D;
}

#nav li.active-path {
	color: #BF002D;
}

/* Container für Content + breadcrumbs */

#main {
	float: left;
	width: 448px;
	margin-right: 32px;
}

#breadcrumbs {
	background: url(../img/jive-ecke-schatten-logo.png) no-repeat left top;
	padding-top: 18px;
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0 0 5px 0;
}

#breadcrumbs li {
	float: left;
	font-size: 0.9em;
	margin-right: 5px;
	padding-left: 10px;
	background: url(../img/jive-bc-arrow.gif) no-repeat left 0.5em;
}

#breadcrumbs li.first-child {
	padding-left: 0;
	background: none;
}

#breadcrumbs li a {
	color: #5386d6;
	display: block;
	border-bottom: 1px solid #5386d6;
}

#breadcrumbs li a:hover {
	color: #333;
	border-bottom: 1px solid #BF002D;
}

#breadcrumbs li span.a {
	color: #555;
}


/* Content (Textinhalte) */

#content {
	float: left;
	padding-bottom: 40px;
	width: 100%;
}


/* Features */

#features {
	float: left;
	background: #C2CDDF;
	width: 264px;
}

.feature {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
	margin: 24px;
	padding: 8px;
	background: #B7C3D6;
	width: 200px;
}

.feature:hover {
	background: #FFF;
}

.feature h2 {
	font-weight: bold;
	color: #BF002D;
}


/* Förderlogos im feature container */

#partner {
	margin: 0px 24px 24px 32px;
}

.partnertext {
	color: #223140;
	font-size: 0.9em;
	padding: 3px 0px;
}

/* TellAFriend Formular */

.tafForm label {
	float: left;
	font-size: 1.1em;
}

.tafForm input {
	float: right;
	width: 65%;
	border: 1px solid #B7C3D6;
}

.tafForm input.submit {
	float: right;
	width: 20%;
}

.tafForm textarea {
	float: right;
	width: 65%;
	height: 100%;
	border: 1px solid #B7C3D6;
}

.tafForm div {
	float: left;
	padding-bottom: 5px;
	width: 100%;
}

.tafForm .error {
	color: #FF0000;
	float: left;
	padding-left: 154px;
	width: 100%;
}

/* Download Seite */

.download {
	margin-bottom: 2.7em;
}

.downloadtext h3 {
	margin-bottom: 5px;
}

.downloadtext p {
	margin-bottom: 12px;
	color: #777;
}

.downloadtext p.description {
	margin-bottom: 5px;
	color: #000;
}

.download .wfd-download-view {
	background-color: #EFEFF7;
	border: 1px solid #C2CDDF;
	padding: 4px;
}

.download .wfd-download-view:hover {
	border: 1px solid #C2CDDF;
}

.download .wfd-filetype-pdf {
	background: url(../img/icons/page_white_acrobat.png) no-repeat 1px 2px #EFEFF7;
	padding-left: 20px;
}

.download .wfd-filetype-pdf:hover {
	border: 1px solid #C2CDDF;
}
