/**
  * Fortschrittszentrum
  *
  * @copyright       ©2011
  * @author          uforepublic
  * @version         1.4.4
  *
  * @lastmodified    2010-11-17
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	background-color: #ebedef;
	font-family: Georgia,Times,serif;
	font-size: 14px;
	color: #203851;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	margin: 0 auto 0 auto;
	width: 888px;
	padding: 0 50px 0 50px;
}

/* wrapper for fortschrittsindex 2011 */
.fi #wrapper {
	margin: 0 auto 0 auto;
	width: 1020px;
	padding: 0 50px 0 50px;
}

#wrapper-outer {	
	margin: 0 auto 0 auto;
	padding: 0px 14px 0px 46px;
	background-color: #fff;
	position: relative;
}

#wrapper-inner {
	padding: 40px 0 20px 0;
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */
}

#header {

}

#header #header-image {
	text-align: right;
	margin-right: 130px;
}

#header #logo {
	margin-top: -60px;
	margin-right: 15px;
}

#header #logo h1 {
	text-align: right;
}

#content {
	float: left;
	width: 530px;
	margin-right: 30px;
}

#content-main {
	padding-left: 10px;
}


#content .teaser {
	/*color: #8f9ba8;*/
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #bcc3cb;
}

#content .teaser .teaser-content {
	padding-left: 10px;
}


#content .teaser .teaser-start {
	font-size: 14px;
	color: #203851;
}


#content .teaser .teaser-highlight {
	color: #203851;
	padding: 10px 10px 10px 0px;
	/* background-color: #ebebad; */
	/* background-color: #ddcd69; */
	/* background-color: #eee6b4; */
	/* background-color: #e7dc96; */
	background-color: #ebe1a5;
}

#content .teaser p {
	margin-bottom: 0;
}


#sidebar {
	float: left;
	width: 220px;
	padding: 0 0 100px 30px;
	font-size: 12px;
	border-left: 1px solid #bcc3cb;
}

#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0px;
}

#sidebar ul li {
	line-height: 16px;
	margin-bottom: 7px;
}

#sidebar ul li.last {
	margin-bottom: 0px;
}

#sidebar .box {
	background-color: #f2f2f2;
	padding: 13px;
	margin-bottom: 18px;
}

#sidebar .box-without-bg {
	border: 1px solid #d1d1d1;
	padding: 13px 13px 0 13px;
	margin-bottom: 18px;
}


#footer {
	clear: both;
	/* background-color: #dbda69; */
	background-color: #ddcd69;
	padding: 25px 128px 25px 56px;
	font-size: 12px;
}

#footer ul {
	list-style-type: none;
	list-style-position: outside;
}

#footer ul li {
	float: left;
	padding-right: 15px;
}



 /**
  * @section navigation styles
  *
  * All style used for navigation
  */

#navigation {
	margin-left: 5px;
	margin-top: -30px;
	margin-bottom: 30px;
	position: absolute;
	z-index: 500;
}

#navigation .highlight {
	background: #203851;
	color: #fff;
}

#breadcrumbs {
	margin: 0px 0 0px 10px;
	font-size: 10px;
	position: absolute;
	top: 180px;
	z-index: 10;
}


 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 22px; 
	line-height: 36px;
	margin-bottom: 18px;
	color: #203851;
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	color: #203851;
}

h2 a {
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
	color: #203851;
}

.teaser-highlight h2 {
	color: #7b1a3c;
}

.teaser-highlight h2 a {
	color: #7b1a3c;
}

.teaser-highlight h2 a:hover {
	color: #7b1a3c;
}

#sidebar h2 {
	margin-bottom: 9px;
}


h3 { 
	font-size: 14px; 
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 9px;
	color: #203851;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
	color: #203851;
}

h4 {}

h5 {}

h6 {}

div {
	/* margin-bottom: 18px; */
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul.themen {
	margin-left: 12px;
	margin-bottom: 0;
	margin-top: 9px;
}

ol {}

li {}

/*
#content-main p a, #content-main div a {
	text-decoration: none;
	background: #e5ecef;
	color: #203851;
}

#content-main p a:hover {
	color: #adac53;
	background: transparent;
	text-decoration: underline;
}
*/

a {
	text-decoration: underline;
	color: #203851;
}

a:hover {
	color: #adac53;
}

a.light {
	color: #bcc3cb;
}

#sidebar a {
	line-height: 18px;
}

/* a.light:hover {
	color: #bcc3cb;
} */

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #203851;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}



 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */





 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 4px 10px 0px 0px;
}
.right {
	float: right;
	margin: 4px 0px 0px 10px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold, strong {
	font-weight: bold;
}

.italic, em {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}


.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {
	margin-right: 0;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}




 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}




 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */

fieldset {
	width: 450px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width: 135px;
	float: left;
	clear: left;
}

fieldset label.error {
	float: none;
	padding-left: 5px;
	font-size: 10px;
	color: red;
}

fieldset input {
	width: 250px;
	padding: 2px;
}

fieldset input.medium {
	width: 195px;
}

fieldset input.small {
	width: 45px;
}

fieldset input.button {
	width: auto;
}

fieldset input.check, 
fieldset input.radio {
	width: auto;
}

fieldset textarea {
	width: 254px;
	height: 100px;
	padding: 2px;
}

fieldset ul {
	list-style: none;
}

fieldset ul ul {
	margin-bottom: 0;
	margin-left: 18px;
}

fieldset ul li {
	margin-bottom: 18px;
}

fieldset ul li ul li {
	padding-top: 9px;
	margin-bottom: 0;
}

fieldset {
	border: 1px solid #dedddd;
	background-color: #fff;
	padding: 0.5em;
	margin-bottom: 2em;
	clear: both;
}

legend {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}

fieldset select {
}

fieldset p.smallrequired {
	font-size: 10px;
}

.spamschutzfield {
	position: absolute;
	left: -10000px;
}

.spamschutzfield input {
	background-color: red;
}




 /**
  * @section rest of style definitions
  *
  */

/* used for all webEdition textares */
.we-text * {
	margin-bottom: 18px;
}

.we-text br {
	margin: 0;
}


.person-bild {
	margin-bottom: 9px;
}

.person-bild img {
	padding-bottom: 9px;
}

.person-bild span {
	border-bottom: 1px solid #bcc3cb;
	padding: 0 50px 0 0;
}

h2.person-name {
	/* color: #DBDA69; */
	color: #adac53;
	margin-bottom: 36px;
}

h3.person-name {
	color: #adac53;
	margin-top: -15px;
	margin-bottom: 18px;
}

h3.person-name a {
	color: #adac53;
	text-decoration: none;
}

h3.person-name a:hover {
	text-decoration: underline;
}


.date {
	margin-bottom: 4px;
}

.date span {
	/* color: #bcc3cb; */
	color: #959ba1;
	/* border-bottom: 1px solid #bcc3cb; */
	padding: 0 20px 0 0;
}


/* JS Backlink */
.backlink {
	margin-top: 36px; 
	font-size: 12px
}


/* Quellenangabe */

.quelle {
	font-size: 11px;
	color: #bcc3cb;
}


/* Suchfeld */
#sidebar .suche input {
	border: 1px solid #BCC3CB;
	color: #203851;
	padding: 2px;
	width: 127px;
	margin-right: 2px;
}

#sidebar .suche .button {
	width: auto;
	border: 0;
	background-color: #80A1B4;
	color: #fff;
}

/* Suchergebnis */
.suchergebnis {
	list-style-type: none;
	list-style-position: outside;
}

.suchergebnis li {
	margin-bottom: 16px;
}


/* Newsletter */
#sidebar .newsletter input {
	border: 1px solid #BCC3CB;
	color: #203851;
	padding: 2px;
	width: 138px;
	margin-bottom: 5px;
}

#sidebar .newsletter label {
	color: #203851;
	width: 45px;
	float: left;
	margin-right: 5px;	
}

#sidebar .newsletter .button {
	clear: left;
	width: auto;
	border: 0;
	background-color: #80A1B4;
	color: #fff;
}




/* RSS Feed */
.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("images/feed-icon-14x14.png") no-repeat 0 50%;
}

.facebook {
  margin-left: 7px;
  padding: 0 0 0 19px;
  background: url("images/facebook_icon_small.gif") no-repeat 0 50%;
}



/* Page with full width and without sidebar */
#content-full-width {
	width: 100%;
	height: 540px;
}


/* Fortschrittsindex */
.sponsor {
	float:right;
	margin: 4px 25px 0 200px;
}


/* Call to action buttons */
.nice-button {
	font-size: 11px;
	background: #80a1b4;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 10px;
	display: block;
	margin-bottom: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
	-webkit-transition: background-color .15s ease-in-out;
	-moz-transition: background-color .15s ease-in-out;
	-o-transition: background-color .15s ease-in-out;
/* 	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}
.nice-button:hover {
	background-color: #004165;
	color: #FFF;
}


.medienecho {
	margin: 15px 0;
}

.sslinfo {
	padding-left: 30px;
	width: 450px;
	background: url(/core/css/images/ssllockicon.png) left 50% no-repeat;
}
