/*======================================
Theme Name: zeeMagazine
Theme URI: http://themezee.com/zeemagazine
Description: A two column theme in magazine style with great features: HTML5, Custom Logo, Several predefined Color Schemes, Unlimited Colors via Colorpicker, Content Slider, 125x125 Banner Widget, SocialMedia Buttons Widget, Dropdown Navigation, Theme Option Panel, Footer Sidebar and more
Version: 1.0.8
Author: ThemeZee
Author URI: http://themezee.com
Tags: custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, editor-style, full-width-template, translation-ready, sticky-post, fixed-width, two-columns, one-column, right-sidebar
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/*============================ RESET ============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*============================ SETUP ============================*/
html {
	font-size: 100.01%;
}
body {
	font-family: verdana, arial;
	font-size: 0.8em;
	border: 0;
	color: #111;
	background: #ddd;
}
ul, ol {
	list-style: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
a, a:link, a:visited{
	color: #478dcb;
	text-decoration: none;
}
a:hover, a:active {
	color: #444;
	text-decoration: none;
}
/*============================ WRAPPER ============================*/
#wrapper {
	width: 950px;
	margin: 15px auto;
	background: #fff;
}
#header {
	border-top: 5px solid #666;
	padding-bottom: 0px;
	border-bottom: 1px solid #478dcb;
}
/*============================ STRUCTURE ============================*/
#wrap {
	padding: 10px 5px;
	float: left;
	width: 940px;
	background: url(images/background.png) #fff;
	background-repeat: repeat-y;
}
#content {
	float: left;
	width: 580px;
	padding: 0 20px;
}
.fullwidth {
	background: #fff !important;
}
.fullwidth #content {
	width: 900px !important;
}

/*============================ SIDEBAR ============================*/
#sidebar {
	width: 290px;
	margin-left: 640px;
}
#sidebar ul li h2 {
	color: #333;
	background-color: #eee;
	line-height: 1.3em;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial;
}
#sidebar ul li {
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
}
#sidebar ul li div{
	padding: 5px;
	margin-bottom: 5px;
}
#sidebar ul li ul {
	list-style: url(images/sidebar_arrow.png) inside !important;
	margin-bottom: 5px;
}
#sidebar a, #sidebar ul {
	color:#478dcb;
	font-size: 1.0em;
	text-decoration: none;
}
#sidebar ul ul li {
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#sidebar ul ul li:hover {
	background:#f3f3f3;
}
#sidebar a:hover {
	color:#333;
}

#sidebar .children{
	margin: 0;
	padding: 0;
	border: none;
}
#sidebar .children li {
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	border: none;
	background: none;
}
#ads img{
	margin: 3px;
}
.screen-reader-text {
	display: none;
}
#s {
	background: #eee;
	border: 1px solid #ddd;
	margin: 5px;
	padding: 4px 5px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	width: 165px;
}
#searchsubmit {
	margin: 0;
	border: none;
	padding: 3px 10px;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #ddd;
	background: url(images/button.png) repeat-x #eee;
}
#searchsubmit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
}

/*============================ TOP NAVIGATION ============================*/
#topnavi {
	float: right;
	background: #eee;
	width: 100%;
}
#topnavi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#topnavi ul li{
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	margin: 0; 
	padding: 5px 0;
}
/*Top level menu link items style*/
#topnavi ul li a{
	padding: 5px 10px;
    color: #000;
}
#topnavi ul li a:link, #topnavi ul li a:visited{
	text-decoration: none;
}
#topnavi ul li a:hover{
	color:#444;
	text-decoration: 	;
}

/*1st sub level menu*/
#topnavi ul li ul{
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 10;
	margin: -1px 0 0 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#topnavi ul li ul li{
	display: list-item;
	width: 160px;
	float: none;
	margin: 0 !important;
	padding: 5px 10px 5px 10px !important;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#topnavi ul li ul li ul{
	padding: 0 !important;
	margin-top: -1px;
	margin-left: -2px;
	border-top: 1px solid #ddd;
}
/* Sub level menu links style */
#topnavi ul li ul li a{
	padding: 5px !important;
	margin: 0 !important;
	font-weight: normal !important;
	color: #000 !important;
	text-decoration: none !important;
}
#topnavi ul li ul li a:hover{
	text-decoration: underline !important;
}
#topnavi ul li ul li:hover {
	background: #f5f5f5;
}
#topnavi ul li.current_page_item a, #topnavi ul li.current-cat a, #topnavi ul li.current-menu-item a{
	background: #fff;
}

#topnavi_menu {
	float: left;
        text-align: rigt;
	height: 25px;
	margin-right: 10px;
}

#topnavi_icons {
	float: right;
	height: 25px;
	margin-right: 10px;
}
#topnavi_icons img {
	float: right;
	padding-top: 2px;
	padding-right: 6px;
	width: 20px;
	height: 20px;
}
/*============================ HEADER ============================*/
#head {
	clear: both;
	border-bottom: 1px solid #478dcb;
}
#head_left {
	float: left;
	width: 450px;
}
#head_right {
	margin-left: 460px;
}
#head_left img {
	margin: 5px 0 5px 5px;
}
#head_right img {
	margin: 15px 10px 0 0;
}
#head h1 {
	padding: 20px;
	font-size: 2.8em;
	color: #333;
	font-family: Times New Roman, Arial;
}
/*============================ NAVIGATION ============================*/
#navi {
	float: left;
	width: 100%;
	margin: 1px 0 0;
	background: #478dcb;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 1.0em;
}
#navi ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#navi ul li{
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
#navi ul li a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#navi ul li a:link, #navi ul li a:visited{
	color: #fff;
}
#navi ul li a:hover{
	background: #333;
}

/*1st sub level menu*/
#navi ul li ul{
	position: absolute;
	width: 170px;
	display: block;
	visibility: hidden;
	border: 0;
	z-index: 10;
	padding: 1px 0 0 0;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#navi ul li ul li{
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#navi ul li ul li ul{
	margin-top: -1px;
}
/* Sub level menu links style */
#navi ul li ul li a{
	font: normal 1.0em Verdana;
	height: auto;
	padding: 5px 5px 5px 10px;
	margin: 0;
	background: #333;
	color: #fff !important;
	border: none !important;
}
#navi ul li ul li a:link{
	color: #fff !important;
}
#navi ul li ul li a:hover{ /*sub menus hover style*/
	background: #444;
}

#navi ul li.current_page_item a, #navi ul li.current-cat a, #navi ul li.current-menu-item a{
	text-decoration: none;
}
/*============================ Breadcrumb, More_Posts, Calendar ============================*/
.breadcrumb {
	margin-bottom: 15px;
	padding: 5px;
	background: #eee;
	color: #333;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #555;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 5px;
	text-align: left;
}
#wp-calendar th{
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
}
#wp-calendar td{
	text-align: center;
}
.more-link {
	display: block;
	float: right;
	margin: 0 10px 0 0;
	text-decoration: none !important;
	color: #333 !important;
	font-size: 0.9em;
	font-weight: bold;
}
/*============================ POST ============================*/
.bypostauthor { }
.post, .type-page {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #478dcb;
}
.post h2, .type-page h2 {
	margin-top: 25px;
	padding-bottom: 2px;
	font-family: 'Cantarell', Arial, Verdana, sans-serif, Helvetica;
	font-size: 2.0em;
	font-weight:normal;
	color:#478dcb;
}
.post h2 a:link, .post h2 a:visited {
	color:#478dcb;
	text-decoration: none;
}
.post h2 a:hover, .post h2 a:active {
	color:#555;
	text-decoration: none;
}
.entry {
	line-height: 1.5em;
}
.entry h1, .comment h1 {
	font-size: 1.9em;
	margin: 30px 0 0 0;
	color: #222;
}
.entry h2, .comment h2 {
	font-size: 1.7em;
	margin: 25px 0 0 0;
	padding: 0;
	color: #222;
}
.entry h3, .comment h3{
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color: #222;
}
.entry h4, .comment h4 {
	font-size: 1.3em;
	margin: 15px 0 0 0;
	color: #222;
}
.entry h5, .comment h5 {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry h6, .comment h6{
	font-size: 1.0em;
	margin: 5px 0 0 0;
	color: #222;
	font-weight: bold;
}
.entry p {
	margin: 5px 0 15px 0;
}
.sticky{
	margin-left: 10px;
	border-left: 5px solid #ddd;
	padding-left: 10px;
	border-bottom: 2px solid #ddd !important;
}
.arh {
	font-size: 1.5em;
	color:#000;
	padding:5px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.postmeta {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.postmeta a:link, .postmeta a:visited {
	color:#444;
	text-decoration: none;
}
.postmeta a:hover, .postmeta a:active {
	color:#555;
	text-decoration: none;
}
span.folder, span.comment,span.author,span.date, span.tag{
	padding:0 0 3px 19px;
}
span.date{
	background: url(images/icons/date.png) no-repeat top left;
}
span.author{
	background: url(images/icons/author.png) no-repeat top left;
}
span.folder{
	background: url(images/icons/folder.png) no-repeat top left;
}
span.comment{
	background: url(images/icons/comment.png) no-repeat top left;
}
span.tag{
	background: url(images/icons/tag.png) no-repeat top left;
}
/*============================ Text Elements ============================*/
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 20px 1.5em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 20px 1.5em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 5px;
}
dl {
	margin: 10px 0 20px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3em;
}
ins {
	padding: 1px 2px;
	background: #ffa;
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222 !important;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	margin-left: 30px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: justify;
	color: #666;
}
blockquote:before { 
	content:open-quote;
	color: #777;
	font-size: 65px;
	line-height: 15px;
	float: left;
	margin-left: -40px;
	font-family: "Times New Roman";
}
blockquote:after{ 
	content:close-quote;
	color: #777;
	font-size: 65px;
	line-height: 15px;
	float: right;
	margin-top: -10px;
	font-family: "Times New Roman";
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 20px 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	color: #555;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 15px;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 5px 15px;
}
.entry tr.odd td {
	background: #eee;
}
/*============================ POST Images ============================*/
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption  {
	margin: 5px;
	max-width: 100%;
	padding: 5px 0;
	border: 1px solid #ccc;
	text-align: center;
}
.wp-caption-text {
	margin: 0 !important;
	padding: 0;
	font-size: 0.8em;
	text-align: center;
}
.alignleft { 
	float: left; 
	display: inline; 
	margin: 10px 15px 10px 5px;
}
.alignright	{
	float: right; 
	display: inline; 
	margin: 10px 5px 10px 15px;
}
.aligncenter {
	margin: 10px auto; 
	display: block;
}
.gallery {
     margin: 10px auto;
}
.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}
.gallery-caption {
	padding: 0 5px;
}
/*============================ Featured Posts Slider ============================*/

#content-slider {
	margin: 0 5px 20px 0;
	padding: 10px;
	border-bottom: 1px solid #999;
	background-color: #eee;
}

#content-slider2 {
	margin: 3px 5px 20px 3px;
	padding: 10px;
	border: 3px solid #478dcb;
	background-color: #fff;
        width: 835px;
        height: 280px;
}

#slideshow2 {  
    width: 800px;  
    padding: 0;  
    margin:  0;
}

#slideshow {  
    width: 550px;  
    padding: 0;  
    margin:  0;
}

#slideshow .post{  
    padding: 0;
	margin: 0;
	border: none;
}
#slideshow .post h2 {
	margin-top: 0 !important;
}
#slideshow .post h2 a{  
    color: #478dcb;
}
#slideshow .post h2 a:hover{
	color: #333;
}
#slideshow .entry, #slideshow .postmeta{  
    color: #333;
}
#slideshow .postmeta a {
	color:#222;
}

#slide_panel {
	float: left;
	margin: 5px 0 5px 0;
	width: 840px;
	background-color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid #999;
}

#slide_panel2 {
	float: left;
	margin: 5px 0 5px 0;
	width: 840px;
	background-color: #fff;
	padding: 10px 5px;
	border-bottom: 1px solid #999;
}
#slide_head {
	float: left;
	font-size: 1.5em;
}
#slide_keys {
	float: right;
	margin-top: 5px;
}
#slide_keys a:link, #slide_keys a:visited {
	font-size: 1.0em;
	cursor: pointer;
	margin-right: 5px;
	padding: 5px;
	color: #333;
	font-weight: bold !important;
	text-decoration: none;
}
#slide_keys a:hover {
	text-decoration: none;
}

/*============================ Comments ============================*/
#comments, #respond {
	padding: 5px;
	background-color: #fff;
}
#comments h3, #respond h3 {
	font-size: 1.5em;
	color: #000;
	padding: 5px;
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}
/* Reset #comments h3 */ 
.comment h3 {
	padding: 0 !important;
	border: none !important;
}
#comments a:link, #comments a:visited, #respond a:link, #respond a:visited {
	color:#444;
	text-decoration: none;
}
#comments a:hover, #comments a:active, #respond a:hover, #respond a:active{
	color:#555;
	text-decoration: none;
}
.comment_navi {
	margin: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
.comment_navi .alignright {
	float: right;
}
.commentlist {
	text-align: justify;
}
.commentlist .comment {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background: #f3f3f3;
	border-top: 2px solid #bbb;
}
.comment-author img {
	float: left;
	margin: 5px 10px 5px 0;
}
.comment-author .says {
	display: none;
}
.comment-author .fn {
	line-height: 30px;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
}
#comments .children {
	margin-top: 10px;
	margin-left: 25px;
}
.commentlist p {
	clear: left;
	margin: 10px 5px 10px 0;
}
.comment-reply-link {
	text-decoration: none !important;
	color: #478dcb !important;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform p {
	margin: 5px 0 15px 10px;
}
#commentform input {
	display: block;
	width: 250px;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 15px 0;
}
.comment-form-comment {
	padding-right: 10px;
}
#commentform textarea {
	display:block;
	width: 100%;
	border: 2px solid #ccc;
	padding: 5px;
	margin: 0 0 20px 0;
}
#commentform #submit {
	cursor: pointer;
	margin: 15px 0;
	font-weight: bold;
	padding: 5px;
	background: url(images/button.png) repeat-x #eee;
}
#commentform #submit:hover {
	background: url(images/button_hover.png) repeat-x #eee;
	
}
#commentform label {
	font-size: 1.0em;
	font-weight: bold;
}
.nocomments {
	margin: 10px;
	padding: 0;
}
/*============================ WP-Pagenavi ============================*/
.wp-pagenavi {
	margin: 10px 5px 5px 5px;
}
.wp-pagenavi .pages {
    float: right;
	margin-right: 10px;
}
.wp-pagenavi a {
    margin: 0 5px 0 0;
    padding: 4px 5px;
    color: #505050;
    text-align: center;
	font-size: 1.2em;
	text-decoration: none;
}
.wp-pagenavi a:hover {
	text-decoration: none;
}
.wp-pagenavi .current {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    background-color: #478dcb;
    color: #fff;
    text-align: center;
}
/*============================ BOTTOM BAR ============================*/
#bottombar {
	padding: 15px 10px;
	background: #333;
	border-top: 7px solid #555;
}
#bottombar ul li h2 {
	color: #fff;
	background: #404040;
	line-height: 1.3em;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-family: verdana, arial;
}
#bottombar ul li {
	width: 210px;
	float:left;
	margin: 10px;
}
#bottombar ul li div{
	padding: 5px;
	margin-bottom: 5px;
}
#bottombar ul li ul{
	list-style: url(images/bottombar_arrow.png) inside !important;
	margin-bottom: 5px;
}
#bottombar a, #bottombar ul {
	color:#eee;
	font-size: 1.0em;
	text-decoration: none;
}
#bottombar a:hover {
	color:#aaa;
}
#bottombar ul ul li {
	margin: 0;
	padding: 5px 0;
	border: 0;
	border-bottom: 1px solid #444;
}
/*============================ FOOT ============================*/
#foot {
	padding: 5px;
	background: #478dcb;
	color: #fff;
}
#foot a {
	color: #fff;
}
#foot a:hover {
	color: #eee;
	text-decoration: none;
}
#foot_left {
	float: left;
	margin: 10px;
}
#foot_right {
	float: right;
	margin: 10px;
}

/* === qtranslate === */
#qtranslate-chooser li{float:right;padding:1px 1px}

/* === BOXEN === */

.box1 {
	margin: 4px;
	padding: 5px;
	border: 3px solid #478dcb;
        width: 550px;
        height: 270px;
        float: left;
}

.box2 {
	margin: 4px;
	padding: 5px;
	border: 3px solid #478dcb;
        width: 270px;
        height: 270px;
        float: left;
}

.box3 {
	margin: 4px;
	padding: 0px;
	border: 3px solid #478dcb;
        width: 840px;
        height: 150px;
        float: left;
}

.box4 {
	margin: 4px;
	padding: 5px;
	border: 3px solid #478dcb;
        width: 262px;
        height: 270px;
        float: left;
}

/* === spendenwidget === */

#wid3Steps{
	position:		relative;
	width:			500px;
}
#wid3Steps a{
	color:			#478CCB;
}
#wid3Steps a:hover, #wid3Steps a:visited, #wid3Steps a.a{
	color:			#CADFED;
}
 #wid3Steps a:visited{
	color:			#478CCB;
}
/*#wid3Steps .wid3title{
	position:		absolute;
	margin:			-40px 0 0;
	padding:		5px 0 0 60px;
	background:		url(http://http://thecompensators.org/wp-content/uploads/stern_gefuellt-150x150.png) no-repeat;
}*/
#wid3Steps .wid3gal{
	width:			540px;
	overflow:		hidden;
	background: -moz-linear-gradient(top, #CADFED 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CADFED),  color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #CADFED 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #CADFED 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #CADFED 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #CADFED 0%,#ffffff 100%); /* W3C */
	filter: 	progid:DXImageTransform.Microsoft.gradient( startColorstr='#CADFED', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	/*background:		url(background.jpg) no-repeat;*/
	
	text-align: 	left;
	width:			500px;
	border:			2px solid #fff;
	border-radius:	10px;
	box-shadow:		2px 2px 3px #CADFED;
}
.wid3but{
	border:			1px solid #478CCB;
	background:		#fff;
	padding:		2px 10px;
	border-radius:	10px;
}
#wid3Steps .wid3gal .wid3GalList{
	position:		relative;
	left:			0;
	overflow:		hidden;
	-moz-transition:left .5s ease-in-out;
	-webkit-transition:left .5s ease-in-out;
	-ms-transition: left .5s ease-in-out;
	-o-transition:	left .5s ease-in-out;
}
#wid3Steps .wid3gal.a0 .wid3GalList{
	left:			0px;
}
#wid3Steps .wid3gal.a1 .wid3GalList{
	left:			-500px;
}
#wid3Steps .wid3gal.a2 .wid3GalList{
	left:			-1000px;
}
/*MENUE*/
#wid3pageMenue{
	text-align:		center;
	width:			auto;
}
.wid3LineMen{
	text-align:center;
	width:			65px;
	margin:			0 auto;
	overflow:		hidden;
}
.wid3LineMen li a{
	background:		#478CCB;
	border-radius:	10px;
	float:			left;
	margin:			0 2px;
}
.wid3LineMen li a:hover, .wid3LineMen li a.a{
	background:		#CADFED;
}
.wid3LineMen a{
	background:		#478CCB;
	display:		block;
	padding-top:	10px;
	overflow:		hidden;
	height:			0;
	width:			10px;
}
.fl{
	float:			left;
}
#wid3Steps ul, #wid3Steps li{
	list-style: 	none;
}
#wid3Steps .wid3GalList li{
	float:			left;
	width:			470px;
	padding:		15px;
}
#wid3Steps .title h1{
	color:			#478CCB;
	font-weight:	bold;
	font-size:		2em;
	margin-bottom:	0;
	letter-spacing:	.2em;
	text-transform: uppercase;
}
#wid3Steps h1, #wid3Steps h2{
	color:			#478CCB;
	font-weight:	bold;
	margin-bottom:	10px;
	letter-spacing:	0em;
}
#wid3Steps h1{
	color:			#478CCB;
	font-size:		2.7em;
	text-transform: uppercase;
}

#wid3Steps h2{
	font-size:		1.4em;
	padding-left:	25px;
	background:		url(http://www.thecompensators.org/widget/stern_klein.png) no-repeat;
}
#wid3Steps .subHead{
	font-style:		italic;
	margin-bottom:	40px;
	width:			auto;
	overflow:		hidden;
}

#wid3Steps .wid3GalList{
	width:			1500px;			
}
#wid3Steps p{
	font-size:		1.2em;
}
#wid3Steps .undl{
	text-decoration:	underline;
}
#wid3Steps input{
	border-radius:	10px;
	padding:		5px;
	border:			none;
	text-align:		right;
	color:#478CCB;
	font-weight:bold;
	border:			1px solid #478CCB;
}
.wid3or{
	text-align:		center;
	color:			#4FA0CF;
}
.fr{
	float:			right;
}
.wid3c{
	overflow:		hidden;
	width:			auto;
}
#wid3Steps .wid3option{
	margin-left:	25px;
	height:			0;
	overflow:		hidden;
	-moz-transition: 	height .2s ease-in-out;
	-webkit-transition: height .2s ease-in-out;
	-ms-transition: 	height .2s ease-in-out;
	-o-transition:		height .2s ease-in-out;
}
#wid3Steps .wid3option.a{
	height:			auto;
}
#komp_abo{
	opacity:		0;
	-moz-transition: 	opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: 	opacity .2s ease-in-out;
	-o-transition:		opacity .2s ease-in-out;
}
#komp_abo.a{
	opacity:		1;
}
#wid3Cal{
	font-size:			2em;
}
p#wid3CalRes{
	font-size:			3em;
	font-weight:		bold;
	color:				#FFF;
	text-shadow:		0 1px 1px #666;
	text-align:			center;
	height:				50px;
	overflow:			hidden;
	/*background: -moz-linear-gradient(top, #E3EFF6 0%, #CBE0EE 50%, #E3EFF6 100%); 
	border:				1px solid #454;*/
}
#wid3CalRes ol{
	position:			relative;
	-moz-transition: 	top .5s ease-in-out;
	-webkit-transition: top .5s ease-in-out;
	-ms-transition: 	top .5s ease-in-out;
	-o-transition:		top .5s ease-in-out;
	top:				0;
	float:				left;
	
}
#wid3Steps #wid3CalRes ol li{
	width:				auto;
	clear:				both;
	padding:			0;
	height:				50px;
	letter-spacing:		0;
}
.lil{
	font-size:			.8em;
}
.wid3Einheit{
	margin-left:		10px;
}
.wid3KompBut{
	/*-moz-transition: 	opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-ms-transition: 	opacity .2s ease-in-out;
	-o-transition:		opacity .2s ease-in-out;
	opacity:			0;*/
	text-align:			right;
}
.wid3KompBut.a{
	opacity:			1;
}
#TEMPRES{
	visibility:			hidden;
}
.wrapper{
}
#wid3selectedEmissions{
	width:				100%;
}
#wid3selectedEmissions td{
	width:				33%;
}
#wid3selectedEmissions thead{
	color:				#478CCB;
	font-weight:		bold;
}
#wid3SpendeTonnen, #wid3SpendeEuro{
	color:				#478CCB;
	font-weight:		bold;
}
.delBut{
	cursor:				pointer;
	color:				#478CCB;
}
.delBut:hover{
	color:				#CADFED;
}
.option{
	margin-left:		25px;
}
.donateBut{
	padding: 20px 20px 9px 140px;
	display:	block;
	float:left;
	height:		35px;

	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	
	
}
.donateBut.cab{
	border: 1px solid #FF7B00;
	background:		#fff url(http://www.thecompensators.org/widget/clickandbuy.gif) no-repeat 0 5px;
}
.cabTxt{color:#FF7B00;}
.cab2Txt{color:#7A7A7A;}

.ppTxt{color:#003366;}
.pp2Txt{color:#336699;}

.donateBut.pp{
	border: 1px solid #003366;
	background:		#fff url(http://www.thecompensators.org/widget/paypal.gif) no-repeat 10px 15px;
}
.wid3High{
	color:#478CCB;
	font-weight:bold;
}
.noco2{
	background:		url(http://www.thecompensators.org/widget/co2no.png) no-repeat;
	width:			119px;
	height:			130px;
}

#navi ul li#menu-item-3160{
	background-color: #459C4B;
	float:right;
	border-left:1px solid #FFF;
}
