@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 10pt;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
	color: #003366;
	background: #ceffd1 url(../img/gfx/bg_page.png) no-repeat scroll center top;
	/*background: #EEEEEE*/
}

div {
	text-align: left;
}

html, body {
	height: 100%;
}

/* DIV Boxing Layout */
div#wrapper {
	background: #ceffd1 url(../img/gfx/bg_contentCol.gif) repeat-y scroll center top;
	position:relative;
	margin: 0 auto;
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div#header {
	height: 160px;
	background: #ceffd1 url(../img/gfx/bg_header.gif) no-repeat scroll center top;
	z-index: 10;
}

div#homeLink {
	left: -38px;
	top: 0;
	position: absolute;
	z-index: 10;
}

ul#quickNavi {
	position: absolute;
	right: 25px; /*15*/
	top: 20px;
	width: 650px;
	height: 28px;
	overflow: hidden;
	border-bottom: 1px solid #ceffd1;
}

ul#quickNavi li {
	float: left;
	height: 22px;
	width: 133px;
	text-align: center;
	background: #fff url(../img/gfx/bg_quickNavi.jpg) no-repeat scroll center bottom;
}

ul#quickNavi li.quickEntry {
	float: left;
	text-align: right;
	width: 192px;
	margin-right: 12px;
	background: transparent none repeat scroll 0 0;
}

ul#quickNavi li.mini {
	width: 30px;
	height: 22px;
	float: left;
}

div#mainNavi {
	overflow: hidden;
	border-top: 1px solid #ceffd1;
	position: absolute;
	top: 60px;
	width: 585px;
	right: 5px;
	z-index: 10;
}

div#mainNavi ul li {
	float: left;
}

div#mainNavi ul li a {
	float: left;
	width: 90px;
	height: 28px;
	margin-right: 5px;
	background-color: #ceffd1;
	border-color: #CEFFD1 #CEFFD1 #8CE192;
	border-style: solid;
	border-width: 0 1px 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 12pt;
	outline: none;
}

div#mainNavi ul li a:hover {
	background-color: #fff;
	text-decoration: none;
}

div#mainNavi ul li.active a {
	background-color: #fff;
}

div#subNavi {
	position: relative;
	background: #ceffd1 url(../img/gfx/bg_contentCol.gif) repeat-y scroll center top;
	top: 60px;
	height: 100px;
}

div#subNavi ul {
	float: right;
	margin-right: 5px;
	overflow: hidden;
	border-color: #CEFFD1;
	border-style: solid none solid solid;
	border-width: 1px 0 1px 1px;
	position: relative;
	top: 45px;
	width: auto;
}

div#subNavi ul li {
	display: inline;
	margin: 0 14px;
	text-align: center;
}

div#contentCol {
	padding: 20px 0 20px 25px;
	width: 650px;
	overflow: hidden;
}

div#rightCol {
	position: absolute;
	right: 0;
	padding-right: 12px;
	width: 255px;
}

div#reportingCol {
	padding: 20px 0 20px 25px;
	width: 905px;
	overflow: hidden;
	height: auto !important;
}

div#footer {
	border-top: 1px solid #CEFFD1;
	bottom: 0;
	clear: both;
	font-size: 8pt;
	height: 20px;
	margin: 0 5px 0 -45px;
	position: absolute;
	text-align: center;
	width: 970px;
}

div#footer ul li {
	display: inline;
	padding: 0 10px;
}

/* clearfix zum Aufheben der Floatumgebung */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

img {
	border: 0 none;
}

.noOutline {
	outline: none;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_justify {
	text-align: justify;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.invisibile {
	visibility: hidden;
}

.border_bottom {
	border-bottom: 1px solid lightgray;
}

.hPadding {
	padding-top: 10px;
	padding-bottom: 10px;
}

.vPadding {
	padding-right: 10px;
	padding-left: 10px;
}

.rPadding {
	padding-right: 7px;
}

/* definition list */
dl {
	line-height: 1.5em;
}

dt {
	vertical-align: top;
}

dd {
	margin-left: 9em;
	margin-top: -1.5em;
	vertical-align: top;
}

/* Forms */
input, textarea, select {
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;
	color: #003366;
	border-color: #003B64 #003B64 #000000 #000000;
	border-style: solid;
	border-width: 1px;
}

input[type=text] {
	width: 175px;
}

label, div.submit {
	margin-top: 10px;
	display: block;
}

input[type=submit] {
	margin: 5px 0;
	outline: none;
	padding: 0 10px;
}

/* Fonts */
a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.moreLink {
	color: #65cf6d;
}

h1, h2, h3 {
	letter-spacing: 0.05em;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	border-top: 1px solid #65cf6d;
	border-bottom: 2px solid #65cf6d;
	padding: 2px 15px;
}

h2 {
	border-top: 1px solid #65cf6d;
	border-bottom: 2px solid #65cf6d;
	padding: 2px 15px;
	font-weight: normal;
	font-size: 16pt;
	margin-bottom: 15px;
}

h3 {
	font-size: 12pt;
	padding-top: 12px;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

p {
	line-height:1.35em;
	padding-bottom:5px;
}

/* Errors */
input.error {
	border: 1px solid red;
}

.error {
	color: red;
}

#flashMessage {
	border: 3px outset #8CE192;
	background-color: #DBFFDD;
	font-weight: bold;
	margin: 5px;
	padding: 7px 10px;
	position: relative;
	right: 15px;
	width: auto;
	z-index: 99;
}

/* Paging */
div.paging {
	color: #656565;
	padding: 10px;
}

div.paging a {
	color: #656565;
	outline: none;
}

div.paging span.current {
	color: #003B64;
	font-weight: bold;
}

/* Teaser Box */
#TeaserPics {
    height:  260px;
    width:   650px;
	margin-bottom: 5px;
	overflow: hidden;
}

/* Content Div Boxes */
div.halfBox {
	min-height: 175px;
	width: 320px;
	overflow: hidden;
}

div.greenBox {
	margin-bottom: 10px;
	background-color: #65cf6d;
	padding: 1px
}

div.greenBoxHeader, div.greenBoxHeader a {
	color: #FFFFFF;
	padding: 1px 5px;
}

div.greenBoxContent {
	background-color: #dbffdd;
	border: 2px solid #FFFFFF;
	margin: 1px;
	padding: 0 3px;
}

div.bannerBox {
	margin-bottom: 5px;
	border: 1px solid #65cf6d;
	background-color: #FFFFFF;
	text-align: center;
}

div.whiteBox {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 1px	
}

div.whiteBoxScrolling {
	background-color: #FFFFFF;
	border: 2px solid #65cf6d;
	margin: 1px;
	margin-top: 35px;
	padding: 0 3px;
	height: 12em;
	overflow: auto; 
}

div.whiteBoxHeader, div.whiteBoxHeader a {
	color: #000000;
	padding: 1px 5px;
}

div.whiteBoxContent {
	background-color: #FFFFFF;
	border: 2px solid #65cf6d;
	margin: 1px;
	margin-top: 35px;
	padding: 0 3px;
}

div.gradientBox {
	background: #fff url(../img/gfx/bg_boxGradient.gif) no-repeat scroll center top;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 302px;
	min-height: 260px;
	overflow: hidden;
}

div.gradientBoxSmall {
	width:200px;
	margin-bottom: 10px;
	padding-top: 15px;
	min-height: 184px;
	background: #fff url(../img/gfx/bg_boxGradient_small.gif) no-repeat scroll center top;
}

div.gradientBoxBig {
	width: 650px;
	margin-bottom: 10px;
	padding-top: 15px;
	min-height: 184px;
	background: #fff url(../img/gfx/bg_boxGradient_big.gif) no-repeat scroll center top;
}

div.gradientBoxHeader {
	padding: 5px 10px;
	background-color: #8ce192;
}

div.gradientBoxContent {
	margin: 5px 7px 0;
}

div.gradientBoxMarginal {
	background: #fff url(../img/gfx/bg_boxGradientMarginal.gif) no-repeat scroll center top;
	margin-bottom: 10px;
	padding-top: 15px;
	width: 255px;
	min-height: 100px;
	overflow: hidden;
}

div.noborderBox {
	margin-bottom: 10px;
}

div.noborderBoxHeader {
	padding: 3px 0;
	border-bottom: 1px solid #003B64;
}

div.noborderBoxContent {
	margin: 5px;
}

div.blueBox {
	margin: 0 1px 10px;
	width: 300px;
	height: auto;
	overflow: hidden;
}

div.blueBoxHeader {
	background: #fff url(../img/gfx/bg_boxBlueHeader.gif) no-repeat scroll center top;
	height: 20px;
}

div.blueBoxContent {
	color: #fff;
	padding: 0px 15px;
	background-color: #003B64;
}

div.blueBoxFooter {
	background: #fff url(../img/gfx/bg_boxBlueFooter.gif) no-repeat scroll center bottom;
	height: 20px;
}

div.blueGreenBox {
	border: 1px solid #003366; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	padding: 15px; 
	background-color: #EEFFEE;
}

div.blueBox a {
	color: #FFFFFF;
}

.boxTable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.boxTable td {
	padding-left: 2px;
	padding-right: 2px;
	width: auto;
	vertical-align: text-top;
}

/* home View */
div.topOrganisations {
	margin-bottom: 10px;
}

div.topOrganisations ul li {
	float: left;
	width: 160px;
	text-align: center;
	padding-left: 10px;
	width: 152px;
}

div.topOrganisations ul li h3 {
	clear:left;
	font-size: 10pt;
	padding: 5px 0;
}

div.topOrganisations ul li h3 a {
	color: #003B64;
}

div.topOrganisations p {
	text-align: left;
}

div.topOrganisations .infotext {
	padding: 10px 0;
}

/* index View */
div.index {
	padding-bottom: 20px;
	min-height: 600px;
}

div.index div.thumbPic {
	float: left;
	height: 100px;
	width: 100px;
	margin: 0 7px 10px 0;
	overflow: hidden;
}

div.index div.organization,
div.index div.project {
	border-bottom: 1px solid #65CF6D;
	margin: 0 0 10px 0;
}

div.index h3 {
	padding-top: 0;
}

div.index h3 a {
	color: #003B64;
	font-size: 10pt;
}

div.index > ul {
	list-style-type: disc;
	list-style-postion: inside;
	padding: auto;
	margin-left: 10px;
}

div.index > ul > li {
	list-style-type: disc;
	list-style-postion: inside;
	padding: auto;
	margin-left: 15px;
}

/* view View */
div.view div.organizationPic,
div.view div.projectPic {
	float: left;
	height: 245px;
	width: 300px;
	margin: 0 7px 10px 0;
	overflow: hidden;
}

div.view div.gradientBox {
	height: 240px;
	margin: 0;
	overflow: hidden;
}

div.greenBox div.thumbPic {
	float: left;
	height: 100px;
	width: 100px;
	margin: 3px 7px 3px 0;
	overflow: hidden;
}

div.callToAction {
	height: 245px;
	background: #fff url(../img/gfx/bg_cellphones.jpg) no-repeat scroll center top;
	margin: 0;
	font-size: 14pt;
}

div.callToAction #box_1,
div.callToAction #box_2 {
	position: relative;
	width: 23%;
	text-align: center;
	margin: 0 35px;
	top: 110px;
}

/* Jobs */

div#jobsImage {
	float: right;
	margin: 10px;
}

/* mCampaign */
table.mCampaign {
	width: 80%;
	border: 0px solid black;
	margin-right: auto;
	margin-left: auto;
}

table.mCampaign td {
	border: 0px solid red;
	padding: 10px;
	text-align: center;
}

/* Lexikon */
table.alphabet {
	border: 0px;
}

table.alphabet td {
	text-align: center;
	width: 2em;
}

table.alphabet td.bold {
	font-weight: bolder;
	font-size: 1.1em;
}

div#ArticleText {
	text-align: justify;
	min-height: 425px;
}

div#ArticleText a {
    text-decoration: underline;	
}

div#ArticleText ul {
	padding: 10px;
	margin-left: 15px;	 	
}

div#ArticleText ul > li{
	list-style: outside;
	list-style-type: disc;
}

div#ArticleText ol {
	padding: 10px;
	margin-left: 15px;	 	
}

div#ArticleText ol > li{
	list-style: outside;
	list-style-type: decimal;
}

div#showIt {
	padding-left: 20px;
	margin-bottom: 10px;
}

/* Webtipps */

.webtipp {
	padding-top: 20px;
	margin-right: 10px;
    vertical-align: middle;
}

.webtipp a {
    text-decoration: underline;
}

div#description a {
    text-decoration: underline;
}

.webtipp .logo {
	float: left;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	overflow: hidden;
	margin: 0px 0px 10px 0px;
}

.logo > img {
    margin: 0px 20px 30px 0px;
    padding-top: 10px;
    float: left;
}

#screenshot {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}

.links_on > a {
	text-decoration: underline;
}

.links_on > p > a {
	text-decoration: underline;
}

#articles_index {
	min-height: 425px;
}

/* Internet for Good (ifg) */

.ifg_logo {
	float: left;	
	margin-right: 20px;
	margin-bottom: 20px;
}

.ifg {
	padding-top: 30px;
	margin-right: 10px;
    vertical-align: middle;
}

.ifg a {
    text-decoration: underline;
}

div#description a {
    text-decoration: underline;
}

.ifg .logo {
	float: left;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	overflow: hidden;
	margin: 0px 20px 0px 0px;
}

.logo > img {
    margin: 0px 20px 0px 0px;
    padding-top: 5px;
    float: left;
}

.links_on > a {
	text-decoration: underline;
}

.links_on > p > a {
	text-decoration: underline;
}

/* FAQ */

.faq-group {
	margin-left: 12em;
	line-height: 1.6em;
}

.underlined {
    text-decoration: underline;
}

.indented {
	margin-left: 4em;
}

.question {
	border-left: 1px solid green;
	border-right: 1px solid green;
	border-top: 1px solid green;
	background-color: #e5fbe5;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
}

.lastquestion {
	border-bottom: 1px solid green;
}

.answer {
    border-top: 1px solid green; 
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	background-color: #ededed;
	line-height: 2em;
	padding: 5px 10px;
	display: block;
}

.answer li {
	list-style-type:disc;
	margin-left: 20px;
}

.lastanswer {
	border-top: none;
	border-bottom: 1px solid grey;
}

/* spendino in dem Medien */

#spendino_medien {
	text-align: center;
	padding-bottom: 20px;
}

#spendino_medien h3 {
	text-align: left;
	padding-top: 0px;
	border-bottom: 1px solid #65cf6d;
}

#spendino_medien img {
	margin: 15px 5px 15px 5px;
}

/* erfolgsbeispiele */

.erfolgs_box {
	margin: 5px 0px 35px 5px;
	min-height: 250px;
}

.erfolgs_box h3 {
	border-bottom: 1px solid #65cf6d;
}

.erfolgs_box p {
	margin-top: 30px;
	line-height: 1.5em;
}

.erfolgs_box div {
    float: left;	
	width: 300px;
	height: 225px;
	overflow: hidden;
	margin-top: 20px;
	padding: 0px;
}

.erfolgs_box a {
	text-decoration: underline;
}

.beirat {
	line-height: 1.5em;
	margin: 20px 0px 40px 0px;
	text-align: justify;
}

.beirat img {
	float: left;
	margin: 0px 20px 5px 0px;
	padding: 5px;
}

/* w3c */

#w3c {
	position: absolute;
	bottom: 20px;
	right: 5px;
}

/* Team */

#teamTable {
	width: 610px;
	border: 0;
	border-collapse: collapse;
	margin-top: 20px;
}

#teamTable tr {
	vertical-align: top;
	padding-top: 100px;
	padding: 0;
}

#teamTable tr td {
	padding: 5px;
	width: 200px;
    margin: 0;
}

#teamTable tr:first-child td {
	padding-top: 0;
	margin-top: 0;
}

#teamTable tr:nth-child(even) td {
	padding: 5px 5px 25px 5px;
	width: 200px;
    margin: 0;
}

.greenBorders {
	border-left: 2px solid #65cf6d;
	border-right: 2px solid #65cf6d;
	padding-right: 5px;
	padding-left: 5px;
}

#teamTable tr:last-child td {
	padding-bottom: 0;
	margin-bottom: 0;
}

#hotNumbersTable {
	margin-top: 80px;
	margin-left: 40px;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* IE 7 ONLY */
*:first-child+html #hotNumbersTable {
	margin-top: 80px;
	margin-left: 25px;
	width: 195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

#hotNumbersTable td:first-child {
	font-weight: bold;
	text-align: left;
}

#hotNumbersTable td:last-child {
	text-align: right;
	font-weight: bold;
}

#hotNumbersTable tr:last-child td {
	font-weight: normal;
	text-align: left;
}

.spendinoButton {
	width: 350px;
	height: 80px;
	background: url(../img/gfx/spendino_button_up.png) no-repeat scroll center top;
	text-align: center;
}

.spendinoButton:hover {
	width: 350px;
	height: 80px;
	background: url(../img/gfx/spendino_button_over.png) no-repeat scroll center top;
	text-align: center;
	vertical-align: middle;	
}

.spendinoButton a {
	display: table-cell;
	color: #ffffff;
	width: 350px;
	height: 80px;
	padding-left: 60px;
	vertical-align: middle;	
}
/* IE7 ONLY */
*:first-child+html .spendinoButton a {
	padding-top: 25px;
	padding-left: 60px;
	width: 290px;
	display: block;
}