/*
dunkelblau: #00314a (#369)
*/

header, nav, menu, section, article, aside {
	display: block;
}

body {
	background-color: #999;
	font: normal normal 12px/140% Arial, Helvetica, sans-serif;
	padding: 10px;
	word-wrap: break-word;
}
a {
	color: #69c;
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	color: #00314a;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

/* Standards */
hr { 
	display: none; 
}
.Clear { 
	clear: both; 
}
.Jumplabels { 
	left: -10000px; position: absolute; top: -10000px; 
}
.Connected .row {
	clear: none;
}

/* Markierung */
.mark {
	background: url(../images/mark.png) no-repeat 2px 0 #ff9;
	padding: 0 5px 0 15px;
}

/* Wrapper */
#ID_Wrapper {
	background-color: #FFF;
	margin: 0 auto;
	width: 860px;
}

/* Head */
#Logo a img {
	margin-top: 20px;
}

/* Meta-Navigation */
.Metanavi {
	color: #666;
	margin-right: 20px;
	padding-top: 4px;
	text-align: right;
		/*position: absolute;*/
}
.Metanavi a {
	color: #666;
	margin: 0 3px;
	text-decoration: underline;
	
}
.Metanavi a:focus,
.Metanavi a:hover,
.Metanavi a:active {
	color: #000;
}

/* Navigation */
ul.Mainnavi {
	background: url(../images/bg_navi.png) no-repeat;
	margin-left: 40px;
	position: absolute;
	top: 110px;
	width: 430px;
}
ul.Mainnavi li {
	float: left;
	padding-left: 35px;
}
ul.Mainnavi li a {
	display: block;
	height: 22px;
	text-indent: -1000px;
}
ul.Mainnavi li#T1 {
	padding-left: 0;
}
ul.Mainnavi li#T1 a {
	background: url(../images/bg_navi.png) 0 -22px;
	width: 72px;
}
ul.Mainnavi li#T7 a {
	background: url(../images/bg_navi.png) -107px 0;
	width: 135px;
}
ul.Mainnavi li#T6 a {
	background: url(../images/bg_navi.png) -278px 0;
	width: 152px
}
ul.Mainnavi li#T1 a:focus,
ul.Mainnavi li#T1 a:hover,
ul.Mainnavi li#T1 a:active,
ul.Mainnavi li#T1.Active a {
	background-position: 0 0;
}
ul.Mainnavi li#T7 a:focus,
ul.Mainnavi li#T7 a:hover,
ul.Mainnavi li#T7 a:active,
ul.Mainnavi li#T7.Active a {
	background-position: -107px -22px;
}
ul.Mainnavi li#T6 a:focus,
ul.Mainnavi li#T6 a:hover,
ul.Mainnavi li#T6 a:active,
ul.Mainnavi li#T6.Active a {
	background-position: -278px -44px;
}
ul.Mainnavi ul {
	left: 0;
	position: absolute;
	top: 40px;
	width: 760px;
}
ul.Mainnavi ul li {
	display: inline;
	float: none;
	margin-right: 20px;
	padding: 0;
}
ul.Mainnavi ul li a {
	background: none !important;
	color: #666;
	display: inline;
	text-indent: 0;
}
ul.Mainnavi ul li a:focus,
ul.Mainnavi ul li a:hover,
ul.Mainnavi ul li a:active {
	color: #000;
}

/* Content */
.Main {
	display: block;
	float: left;
	margin: 60px 0 40px 0;
	padding: 0 30px 0 40px;
	/*padding-top: 40px;*/
	/*width: 600px;*/
}

/* Listings */
.Listing {
	clear: both;
	margin-top: 50px;
}
.Listing h1 {
	margin-bottom: 40px;
	margin-top: -50px;
}
.Listing li {
	background: #eee;
	border-bottom: 35px solid #fff; /* Workaround fuer IE6 */
	clear: both;
}
#ID_Mitarbeiter .Listing li {
	padding-left: 10px;
}
.Listing li li {
	border-bottom: 0;
	clear: none;
	padding-left: 0 !important;
}
.Listing h2 {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
.Listing h3,
.Listing h4 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
}
#ID_Mitarbeiter .Listing h3 {
	margin-top: 20px;
}
.Listing .Date {
	background: #fff;
	color: #000;
	display: block;
	padding: 0 10px;
}
.Listing h3 a {
	line-height: 140%;
	padding-bottom: 5px;
}
.Listing p {
	background: #eee;
	padding: 0 10px;
}
.Listing p a {
	font-weight: bold;
	padding-bottom: 2px;
	text-align: right;
}
#ID_Mitarbeiter .Listing p a {
	color: #69c;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: underline;
}
.Listing li .Image {
	float: left;
	margin: 0 10px 10px 0;
}
#ID_Mitarbeiter .Listing li .Image {
	float: right;
	margin: 0 0 10px 10px;
}
#ID_Mitarbeiter .Listing li .Image img {
	width: 200px !important;
}
.Listing .Video object,
.Listing .Video embed,
.Listing .Video iframe,
.Listing .Video .youtube-player {
	float: left;
	height: 196px !important;
	margin: 0 10px 10px 0;
	width: 325px !important;
}
.Listing .Audio object,
.Listing .Audio embed {
	float: left;
	height: 20px !important;
	margin: 20px 20px 50px 0;
	width: 150px !important;
}
.Listing .Image h3,
.Listing .Image h4,
.Listing .Image p,
.Listing .Video h3,
.Listing .Video h4,
.Listing .Video p {
	margin-left: 160px;
	padding: 0 10px 0 0 !important;
}
#ID_Mitarbeiter .Listing .Image h3,
#ID_Mitarbeiter .Listing .Image h4,
#ID_Mitarbeiter .Listing .Image p,
#ID_Mitarbeiter .Listing .Video h3,
#ID_Mitarbeiter .Listing .Video h4,
#ID_Mitarbeiter .Listing .Video p {
	margin-left: 0;
}
.Listing .Video h3,
.Listing .Video h4,
.Listing .Video p {
	margin-left: 335px;
}
.Listing a {
	color: #000;
	display: block;
	text-decoration: none;
}
.Listing a:focus,
.Listing a:hover,
.Listing a:active {
	text-decoration: underline;
}
.Listing .Date,
.Listing .Author {
	font-size: 10px;
}

/* Aufruf */
#Aufruf .aufruf {
	background: url(../images/ich-fordere.png) 0 5px no-repeat;
	display: block;
	height: 65px;
	padding-left: 42px;
	width: 750px /* IE 7 likes that */
}
#Aufruf form {

}
#Aufruf h3 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#Aufruf #btnWeiter {
/*
	background: url(../images/bg_button.png) repeat-x;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border: 1px solid #999;
	border-radius: 6px;
*/
	display: block;
	font-size: 20px;
	padding: 10px 25px;
	margin: 30px auto;
}

#Aufruf .AufrufSubtext {
	color: #000;
	font-size: 13px;
	line-height: 14px;
	margin-top: 60px;
}

#Aufruf .Initiatoren,
#Aufruf .Aktuell,
#Aufruf .Reichtumsuhr {
	font-size: 13px;
	line-height: 16px;
}
#Aufruf p.Counter {
	background: url(../images/x-andere-fordern-das-auch.png) 110px 3px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 8px;
	line-height: 28px;
	margin-top: 30px;
}
#Aufruf p.Counter strong {
	color: #FFF;
	background: url(../images/counter_bg.png) no-repeat;
	padding-left: 3px;
}
#Aufruf p.Counter span {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}
#Aufruf .Signers h3 {
	margin-bottom: 10px;
	margin-top: 30px;
}
#Aufruf .Signers p {
	color: #999;
	font-size: 12px;
}
#Aufruf .Signers p strong {
	color: #000;
	font-weight: normal;
}
#Aufruf .Signers p em {
	color: #999;
	display: block;
	font-style: normal;
	margin-bottom: 10px;
	font-size: 12px;
}

#Aufruf span.aufruf span.name {
	/*display: block;*/
}

#Aufruf span.aufruf input {
	margin-left: 7px;
	width: 160px;
}

#Aufruf .Connected select,	
#Aufruf .Singlefield input,
#Aufruf .Connected input{	
	background-color: #ffffcc;
	border: 1px solid #ccc;
	display: block;
	font-size: 16px;
}

#Aufruf .Singlefield label,
#Aufruf .Connected label{
	color: #999;
	font-size: 16px;
	font-weight: bold;
}	

#Aufruf span.error input{	
	border: 1px solid #CC0000;
}

#Aufruf ul.errorlist {
	display: block;
	margin: 0;
	padding: 0;
}

#Aufruf ul.errorlist li {
	color: #cc0000;
	font-weight: bold;
	font-size: 11px;
	list-style: none;
	white-space: nowrap;
	overflow: visible;
}

#Aufruf .City ul.errorlist li {
	margin-left: 120px;
}

#Aufruf .Specials {
	float: right;
	margin: 6px 0 30px 20px;
	width: 220px !important;
}

#Aufruf .Specials h3 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 20px;
}

#Aufruf .Specials ul.Socialbookmarks li {
	float: left;
	height: 27px;
	list-style: none;
	padding-right: 20px;	
	padding-top: 4px;
}

#Aufruf .Specials ul.Socialbookmarks li.facebook {
	padding-top: 0;
}

#Aufruf .Specials .Reichtumsuhr h3 {
	/* background: url(../images/reichtumsuhr.png) 0 5px no-repeat; */
	/* text-indent: -10000px; */
}
#Aufruf .Specials .Reichtumsuhr li a {
	background: url(../images/arrows.png) 0 -96px no-repeat;
	display: block;
	padding-left: 15px;
}
#Aufruf .Specials .Aktuell h3 {
	background: url(../images/aktuell.png) 0 5px no-repeat;
	margin-bottom: 20px;
	text-indent: -10000px;
}
#Aufruf .Specials .Aktuell ul li {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin-top: 10px;
}
#Aufruf .Specials .Aktuell ul li a {
	font-weight: bold;
}
#Aufruf .Specials .Initiatoren h3 {
	/* background: url(../images/es-rufen-auf.png) 0 5px no-repeat; */
	margin-bottom: 20px;
	/* text-indent: -10000px; */
}
#Aufruf .Specials .Initiatoren ul li {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	margin-top: 10px;
}
#Aufruf .Specials .Initiatoren ul li strong {
	color: #000;
	font-weight: normal;
}
#Aufruf .Specials .Mitmachen h3 {
	/* background: url(../images/mitmachen.png) 0 5px no-repeat; */
	margin-bottom: 20px;
	/* text-indent: -10000px; */
}
#Aufruf .Specials .Mitmachen li {
	margin-bottom: 10px;
}
#Aufruf .Specials .Mitmachen li a {
	background: url(../images/arrows.png) 0 -96px no-repeat;
	display: block;
	padding-left: 15px;
}

#Aufruf .Specials .Mitmachen a.Socialweb:hover {
	background-position: 0 0;
}

#Aufruf .Specials .Mitmachen a.Socialweb span {
	display: block;
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Listings */
#ID_ArticleList .Content ul,
#ID_ArticleList .Content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ID_ArticleList .Content ul li {
	margin-bottom: 20px;
}
#ID_ArticleList .Content ul li h3 {
	margin: 0;
}

/* Newsletter-Abo */
#ID_AboForm form {
	margin: 10px 0;
}
#ID_AboForm .NL {
	float: left;
	margin-left: 11px;
	width: 320px;
}
#ID_AboForm .NL input {
	width: 300px;
}
#ID_AboForm fieldset {
	border: 1px solid #ccc;
	margin: 20px 0;
	padding: 10px;
}
#ID_AboForm fieldset div {
	display: inline;
	margin-right: 20px;
}
#ID_AboForm .Subscribe .submit {
	color: #060;
	font-weight: bold;
}
#ID_AboForm .Subscribe .row_submit,
#ID_AboForm .Unsubscribe .row_submit {
	margin-left: 350px;
	text-align: left;
}
#ID_AboForm .Unsubscribe .submit {
	color: #c00;
	font-weight: bold;
}
#ID_AboForm .row_submit {
	padding-top: 10px;
}

/* Paging */
.Paging {
	border-top: 1px solid #CCC;
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0;
	padding: 13px 0 3px 10px;
	word-spacing: 3px;
}
.Paging ul {
	background: none !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
.Paging ul li {
	background: none;
	display: inline;
	margin: 0;
}
.Paging ul li * {
	padding: 3px;
}
.Paging ul li a,
.Paging ul li strong {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;	color: #369;
	display: inline;
	padding: 2px 5px;
	text-decoration: underline;
}
.Paging ul li a:focus,
.Paging ul li a:hover,
.Paging ul li a:active,
.Paging ul li strong {
	background: #369 !important;
	color: #fff !important;
	text-decoration: none !important;
}
.Paging ul li strong {
	font-weight: bold;
}

/* Formulare allgemein */
.felder,
.InputText,
.input,
.textarea,
.select {
	background: #ffc;
	border: 1px #ccc solid;
	color: #999;
	font-size: 18px;
	font-weight: bold;
/*
    background: -moz-linear-gradient(top, #eee, #fff);  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#fff));
*/
}
.felder,
.InputText,
.input,
.select {
	padding: 9px 5px;
}
input.felder:focus, input.felder:hover, input.felder:active,
.textarea:focus, .textarea:hover
/* .select:focus, .select:hover */ {
	color: #000 !important;
	border: 1px solid #000 !important;
	background: #FFF !important;
}
.Connected {
	margin: 10px 0;
}
.textarea {
	width: 470px;
}
.Connected .Address {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	width: 70px;
}
.Connected .Address select {
	background: none !important;
	background: url(../images/bg_select.png) no-repeat !important;
	border: 0 !important;
	height: 37px;
	width: 110px;
}
.Connected .Address select:focus,
.Connected .Address select:hover,
.Connected .Address select:active {
	background-position: -70px 0 !important;
}
.Connected .Title {
/*	float: left; */
	margin-left: 80px;
}
.Connected .Firstname {
	float: left;
	width: 220px;
}
.Connected .Firstname input {
	width: 210px;
}
.Connected .Lastname {
	margin-left: 230px;
}
.Connected .Lastname input {
	width: 210px;
}
.Connected .Zip {
	float: left;
	width: 110px;
}
.Connected .Zip input {
	width: 100px;
}
.Connected .City {
	margin-left: 120px;
}
.Connected .City input {
	width: 335px;
}
.Connected .Country {
	float: left;
	width: 180px;
}
.Connected .Country input {
	width: 170px;
}
.Connected .Email {
	margin-left: 190px;
}
.Connected .Email input {
	width: 280px;
}
#restForm .Connected {
	padding-top: 10px;
}
.Singlefield {
	padding-top: 20px;
}
.Singlefield  input {
	width: 455px;
}
.checkbox {
	margin: 30px 0;
}
.checkbox p {
	margin-bottom: 10px
}
.submit {
	font-size: 16px;
	font-weight: bold;
}
#Aufruf .row_submit {
	width: 530px;
}
.Recommendation .row_submit {
	margin-top: 30px;
}

/* Bannerseite */
#ID_Banner p.Showcode {
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
}
#ID_Banner p.Showcode a {
	background: #eee;
	color: #666;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
#ID_Banner p.Showcode a:focus,
#ID_Banner p.Showcode a:hover,
#ID_Banner p.Showcode a:active {
	color: #000;
}
#ID_Banner p.Showcode a span {
	background: url(../images/arrows.png) right 5px no-repeat;
	padding-right: 15px;
}
#ID_Banner div.Showcode {
	background: #eee;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 5px 10px;
}
#ID_Banner h3 {
	padding: 50px 0 20px 0;
}
#ID_Banner .Content {
	margin-bottom: 0;
}
#ID_Banner textarea.textarea {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
#ID_Banner textarea.textarea:focus,
#ID_Banner textarea.textarea:hover,
#ID_Banner textarea.textarea:active {
	color: #000;
}

/* Studien */
#ID_Studien ul li {
	clear: left;
	list-style: none;	
}

#ID_Studien img {
	float: left;
	margin: 0 40px 40px 0;
	width: 140px;
}

#ID_Studien p {
	padding-top: 10px;
}

#ID_Studien a {
	font-weight: bold;
}
/* Sonstige */
.DN {
	left: -10000px;
	position: absolute;
	top: -10000px;
}

/* Fehler */
.ErrorList {
	margin-bottom: 60px;
}
.ErrorList li {
	color: #c00;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Tools */
#ID_Tools {
	font-size: 10px;
	margin: 60px 0 20px 40px;
	text-align: center;
	text-transform: uppercase;
}
#ID_Tools a {
	color: #666;
	display: block;
	float: left;
	height: 20px;
	margin: 0 20px 0 0;
	padding: 3px 0 0 20px;
}
#ID_Tools a:focus,
#ID_Tools a:hover,
#ID_Tools a:active {
	color: #F33;
}
#ID_Tools li {
	display: inline;
}
#ID_Tools li.Top a {
	background: url('../images/top.png') no-repeat 0 3px;
}
#ID_Tools li.Print a {
	background: url('../images/print.png') no-repeat 0 2px;
}
#ID_Tools li.Send a {
	background: url('../images/send.png') no-repeat 0 2px;
}

/* Footer */
/*
footer {
	clear: both;
	color: #999;
	display: block;
	font: normal normal 10px/150% Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-left: 25px;
}
footer a {
	color: #999;
	text-decoration: underline;
}
*/
ul.Footer {
	margin: 20px auto;
	width: 800px;
}
ul.Footer li {
	background: url("../images/support.png") no-repeat;
	float: left;
	height: 270px;
	margin-left: 10px;
	width: 250px;
}
ul.Footer li.Facebook {
	min-height: 120px;
}
ul.Footer li.Facebook a {
	display: block;
	height: 60px;
	margin-top: 60px;
	text-indent: -10000px;
}
ul.Footer li.Buttons {
	background-position: -520px top;
}
ul.Footer li.Buttons a {
	display: block;
	height: 70px;
	margin-top: 150px;
	text-indent: -10000px;
}

