/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        background: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
}
body {
        line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
        /*clear: both;*/
        font-weight: normal;
}
ol, ul {
        list-style: none;
}
blockquote {
        quotes: none;
}
blockquote:before, blockquote:after {
        content: '';
        content: none;
}
del {
        text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;	
}
a img {
        border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
        float: left;
        margin: 32px -250px 0 0;	
        width: 100%;	
	/*background-color:#ff0000;*/
}
#content,
#footer_content {
        /*margin: 0 280px 0 20px;*/
	margin: 0 270px 0 30px;
	/*background-color:#ffff00;*/
}

#primary,
#secondary {
        float: right;
        overflow: hidden;
        width: 202px;
	margin-right:30px;
	background-color:#ffffff;
}
#primary {
	margin-top:32px;
}
#primary .widget-container {
        margin: 0 0 42px 0;
}
#secondary {
        clear: right;
}
#footer {
        clear: both;
        width: 100%;
	/*height:108px;*/
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
        margin: 0 auto;
        width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
        margin: 0 auto;
        width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
        /*font-family: Georgia, "Bitstream Charter", serif;*/
        font-family: Arial, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
        /*font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
        font-family: Arial, sans-serif;
}
pre {
        /*font-family: "Courier 10 Pitch", Courier, monospace;*/
        font-family: Arial, sans-serif;
}
code {
        /*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
        font-family: Arial, sans-serif;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
        margin: 0 auto;
        width: 956px;
	background-position:center;
        /*background-image:url(http://www.akku-race.at/Race2011/Wordpress/wordpress/wp-content/themes/twentyten/images/bg_shadow.png);*/
        background-repeat:y-repeat;	
        /*width: 1388px;*/
        /*background-color:#ffff00;*/

}
#wrapper {
        /*background: #fff;*/
        /*margin-top: 20px;*/
        /*padding: 0 20px;*/
        /*background: #fff;*/
        margin-top: 114px;
        padding: 0 0px;        
        /*background-color:#ffffff;*/
}

/*Eigener Wrapper für den Sponsorbereich */
#wrapper_sponsor {
        /*width:100%;*/
        /*width:1018px;*/
        height:130px;
        margin: 0 auto;
        padding: 0 0px;
        background-color:04a2e3;
        background-position:center;
        /*background-image:url(./images/sponsor_background.png);*/
        background-repeat:no-repeat;
}

#wrapper_sponsor #sponsor_container {
        width:880px;
        height:130px;
        margin: 0 auto;
        padding: 0 30px;
        background-color:#ffffff;
        /*background-position:center;
        /*background-image:url(./images/brp_logo.png);*/
        background-repeat:no-repeat;*/
}

#sponsor_container div.intro_text {
	width:272px;
}

#sponsor_container div.intro_text span.highlight {
	font-size:14px;
}

/*Ende Eigener Wrapper für den Sponsorbereich */

/*Eigener Wrapper für den Footer über die ganze Breite */
#wrapper_footer {
        width:100%;
        height:108px;
        margin: 0 auto;
        padding: 0 0px;
        /*background-color:#ffff00;*/
        /*background-position:center;*/
        background-image:url(http://www.akkurace.at/footer_bg.png);
        /*background-repeat:no-repeat;*/
}
/*Ende Eigener Wrapper für den Footer über die ganze Breite */

/* Structure the footer area */
#footer-widget-area {
        overflow: hidden;
	height:108px;
        /*margin-left:224px;*/
}
#footer-widget-area .widget-area {
        float: left;
        margin-right: 30px;
        width: 107px;
        /*padding-top:34px;*/
        font-size:12px;
        line-height:16px;
        color:#ffffff;
        display:inline;
	/*background-color:#ffff00;*/
}

/* Eigene Elemente für den ersten Footer Widget - Firmendaten*/
#footer-widget-area #first {
        width:400px;
	margin-top:14px;
        margin-left: 30px;
        /*padding-top:126px;*/
        /*font-size:12px;*/
        /*line-height:16px;*/
        /*color:#ffffff;*/
}

#footer-widget-area #first a {
        color: #ffffff;
        text-decoration: none;
}

#footer-widget-area #first a:hover {
        color: #aaa839;	
	text-decoration: underline;
}

.menu-footernavi-container {
	height:14px;
	font-size:14px;
        line-height:14px;
	display:block;
}

#company_info {
	margin-top:18px;
}

a#link_to_shop {
	font-weight:900; 
	color:#bcbcbc!important;
	text-decoration:underline!important;
}

a#link_to_shop:hover {
        color: #aaa839!important;
}

/* Ende Eigene Elemente für den ersten Footer Widget - Firmendaten*/

#footer-widget-area #second {
        /*background-color:#ffff00;*/
}

/* Eigene Elemente für den ersten Footer Widget - Social Media*/
#footer-widget-area #fourth {
        margin-left: 89px;
	padding-top:35px;
        width:368px;
        /*background-color:#ffff00;*/
}

#footer-widget-area #fourth a img {
        margin-right:14px;
}

#footer-widget-area #fourth a img.last {
        margin-right:0px;	
}

#footer_social_media_container {
	margin-top:25px;
	border-top:solid 2px #ffffff; 
	padding-top:9px;
}

/* Ende Eigene Elemente für den ersten Footer Widget - Social Media*/


#site-info {
        float: left;
        font-size: 14px;
        font-weight: bold;
        width: 700px;
}
#site-generator {
        float: right;
        width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
        background: #f1f1f1;
}
body,
input,
textarea {
        color: #666;
        font-size: 12px;
        line-height: 18px;	
}
hr {
        background-color: #e7e7e7;
        border: 0;
        clear: both;
        height: 1px;
        margin-bottom: 18px;
}

/* Text elements */
p {
        margin-bottom: 18px;	
}
ul {
        list-style: square;
        margin: 0 0 18px 1.5em;
}
ol {
        list-style: decimal;
        margin: 0 0 18px 1.5em;
}
ol ol {
        list-style: upper-alpha;
}
ol ol ol {
        list-style: lower-roman;
}
ol ol ol ol {
        list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
        margin-bottom: 0;
}
dl {
        margin: 0 0 24px 0;
}
dt {
        font-weight: bold;
}
dd {
        margin-bottom: 18px;
}
strong {
        font-weight: bold;
}
cite,
em,
i {
        font-style: italic;
}
big {
        font-size: 131.25%;
}
ins {
        background: #ffc;
        text-decoration: none;
}
blockquote {
        font-style: italic;
        padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
        font-style: normal;
}
pre {
        background: #f7f7f7;
        color: #222;
        line-height: 18px;
        margin-bottom: 18px;
        padding: 1.5em;
}
abbr,
acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
}
sup,
sub {
        height: 0;
        line-height: 1;
        position: relative;
        vertical-align: baseline;
}
sup {
        bottom: 1ex;
}
sub {
        top: .5ex;
}
input[type="text"],
textarea {
        background: #f9f9f9;
        border: 1px solid #ccc;
        box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        padding: 2px;
}
input[type="email"],
textarea {
        background: #f9f9f9;
        border: 1px solid #ccc;
        box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
        padding: 2px;
}
a:link {
        color: #0098dd;
}
a:visited {
        color: #0098dd;
}
a:active,
a:hover {
        color: #aaa839;
}

/* Text meant only for screen readers */
.screen-reader-text {
        position: absolute;
        left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
        /*margin-left: 224px;*/
        /*padding: 30px 0 0 0;*/
        padding: 0px 0 0 0px;
}
#site-title {
        float: left;
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 18px 0;
        width: 700px;
}
#site-title a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
}
#site-description {
        clear: right;
        float: right;
        font-style: italic;
        margin: 14px 0 18px 0;
        width: 220px;
}

/* This is the custom header image */
#branding img {
        border-top: 4px solid #000;
        border-bottom: 1px solid #000;
        clear: both;
        display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access {
        /*background: #000;*/
        display: block;
        float: left;
        margin: 0 auto;
	margin-left:12px;
        width: 939px;
        /*Höhe der Navi oben gesamt*/
        height:36px;
        /*Ende Höhe der Navi oben gesamt*/
        /*background-image:url(./images/navi_oben.jpg);*/
        /*background-repeat:no-repeat;*/
}
#access .menu-header,
div.menu {        
        font-size: 18px;
        font-weight:bold;
        width: 910px;
        /*Höhe der Navi oben grauer Bereich*/
        height:36px;	        
        /*Ende Höhe der Navi oben grauer Bereich*/
	/*margin-left:30px;	*/
	/*border-left:solid 1px #ffffff;*/ 
	/*background-color:#ffff00;*/	
}

#access .menu-header ul,
div.menu ul {
        list-style: none;
        margin: 0;
}
#access .menu-header li,
div.menu li {
        float: left;
        position: relative;
	/*border-left:solid 2px #ababab;*/
	/*border-right:solid 1px #ffffff;*/
}

#access a {        
        color:#ffffff;
        display: block;
        line-height: 36px;
        padding: 0 12px;
        text-decoration: none;
}
#access ul ul {
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
        display: none;
        position: absolute;
        top: 48px;
        left: 0;
        float: left;
        /*width: 208px;*/
        z-index: 99999;
}
#access ul ul li {
        min-width: 208px;
}
#access ul ul ul {
        left: 100%;
        top: 0;
}
#access ul ul a {
        /*background: #333;*/
        line-height: 1em;
        padding: 10px;
        /*width: 180px;*/
        height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
        color:#d2c300;		
	background-color:  rgba(000,000,000, .7);  
}
#access ul li:hover > ul {
        display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-post-ancestor > a {
        color: #d2c300;
        background-color:  rgba(000,000,000, .7);
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
        color: #fff;
        /*background: #616161;*/
}

#access li.last a,
#access li.last a:hover,
#access ul li.last.current_page_item > a,
#access ul li.last.current-menu-ancestor > a,
#access ul li.last.current-menu-item > a,
#access ul li.last.current-menu-parent > a {
        color: #ffffff;
        background-repeat:no-repeat;
        background-position:right;
}

#access li.last a:hover,
#access ul li.last.current_page_item > a,
#access ul li.last.current-menu-ancestor > a,
#access ul li.last.current-menu-item > a,
#access ul li.last.current-menu-parent > a {
        color:#d2c300;
}

/* =Content
-------------------------------------------------------------- */

#main {
        clear: both;
        overflow: hidden;
        /*padding: 40px 0 0 0;*/
	padding: 0px 0 0 0;
        width:940px;
        /*margin-left:224px;*/	
	/*background-color:#ffff00;*/
}
#content {
        /*margin-bottom: 36px;*/
}
#content,
#content input,
#content textarea {
        color: #616161;
        /*font-size: 16px;*/
        /*line-height: 24px;*/
	font-size: 14px;
        line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
        margin-bottom: 18px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
        margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
        font-size: 15px;
        line-height: 21px;
}
#content code {
        font-size: 13px;
}
#content dt,
#content th {
        color: #616161;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
h1.entry-title {
        color: #0098dd;
}

/* Eigenes h1 Element für den Content*/

#content h1,
h1.entry-title {
	font-size:30px;
	margin-bottom:28px;	
}

/* Ende eigenes h1 Element für den Content*/

/* Eigenes h2 Element für den Content*/

#content h2 {
	font-size:20px;
	font-weight:900;		
	margin-bottom:19px;
}

/* Ende eigenes h2 Element für den Content*/

#content h3 {
	font-size:18px;
	font-weight:900;		
	margin-bottom:9px;
}

#content h4 {
	font-size:16px;
	font-weight:900;		
	margin-bottom:9px;
}

#content table {
        /*border: 1px solid #e7e7e7;*/
        /*border-bottom:solid 2px #bcbcbc;*/
	/*margin: 0 -1px 24px 0;*/
	margin: 0 -1px 0px 0;
        text-align: left;
        width: 100%;	
}
#content tr th,
#content thead th {
        color: #616161;
	text-align:left;
        font-size: 14px;
        font-weight: bold;
        line-height: 18px;
        /*padding: 9px 24px;*/
	padding: 9px 8px 4px 8px;
	border-bottom: 2px solid #bcbcbc;
	/*background-color:#616161;*/
}
#content tr td {
        border-bottom: 1px dotted #bcbcbc;
        padding: 6px 12px;
}
#content tr.odd td {
        /*background: #f2f7fc;*/
	background-color:#f0f0f0;
}
.hentry {
        margin: 0 0 48px 0;
}
.home .sticky {
        background: #f2f7fc;
        border-top: 4px solid #000;
        margin-left: -20px;
        margin-right: -20px;
        padding: 18px 20px;
}
.single .hentry {
        margin: 0 0 36px 0;
}
.page-title {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 36px 0;
}
.page-title span {
        color: #333;
        font-size: 16px;
        font-style: italic;
        font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
        color: #888;
        text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
        color: #ff4b33;
}
#content .entry-title {
        color: #000;
        font-size: 21px;
        font-weight: bold;
        line-height: 1.3em;
        margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
        color: #000;
        text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
        color: #ff4b33;
}
.entry-meta {
        color: #616161;
        font-size: 12px;
	margin-bottom:18px;
}
.entry-meta abbr,
.entry-utility abbr {
        border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
        border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
        clear: both;
	padding: 0px 0 0 0;
	/*background-color:#ffff00;*/
}
#content .entry-summary p:last-child {
        margin-bottom: 12px;
}
.entry-content fieldset {
        border: 1px solid #e7e7e7;
        margin: 0 0 24px 0;
        padding: 24px;
}
.entry-content fieldset legend {
        background: #fff;
        color: #000;
        font-weight: bold;
        padding: 0 24px;
}
.entry-content input {
        margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
        margin-right: 24px;
}
.entry-content label {
        color: #888;
        font-size: 12px;
}
.entry-content select {
        margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
        font-size: 10px;
}
.entry-content blockquote.left {
        float: left;
        margin-left: 0;
        margin-right: 24px;
        text-align: right;
        width: 33%;
}
.entry-content blockquote.right {
        float: right;
        margin-left: 24px;
        margin-right: 0;
        text-align: left;
        width: 33%;
}
.page-link {
        color: #000;
        font-weight: bold;
        margin: 0 0 22px 0;
        word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
        background: #f1f1f1;
        color: #333;
        font-weight: normal;
        padding: 0.5em 0.75em;
        text-decoration: none;
}
.home .sticky .page-link a {
        background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
        color: #ff4b33;
}
body.page .edit-link {
        clear: both;
        display: block;
}
#entry-author-info {
        background: #f2f7fc;
        border-top: 4px solid #000;
        clear: both;
        font-size: 14px;
        line-height: 20px;
        margin: 24px 0;
        overflow: hidden;
        padding: 18px 20px;
}
#entry-author-info #author-avatar {
        background: #fff;
        border: 1px solid #e7e7e7;
        float: left;
        height: 60px;
        margin: 0 -104px 0 0;
        padding: 11px;
}
#entry-author-info #author-description {
        float: left;
        margin: 0 0 0 104px;
}
#entry-author-info h2 {
        color: #000;
        font-size: 100%;
        font-weight: bold;
        margin-bottom: 0;
}
.entry-utility {
        clear: both;
        color: #616161;
        font-size: 12px;
        line-height: 18px;
	margin-bottom:0px!important;
}

#content .video-player {
        padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        margin-top: 0;
}
.home .hentry.category-asides {
        padding: 0;
}
.home #content .category-asides .entry-content {
        padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
        border: 10px solid #f1f1f1;
        margin-bottom: 0;
}
.category-gallery .gallery-thumb {
        float: left;
        margin-right: 20px;
        margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
        padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
        font-size: 140%;
        margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
        content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
        content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
        margin: 0;
        height: auto;
        max-width: 640px;
        width: auto;
}
#content .attachment img {
        max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
        display: inline;
        float: left;
        margin-right: 24px;
        margin-top: 4px;
}
#content .alignright,
#content img.alignright {
        display: inline;
        float: right;
        margin-left: 24px;
        margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
        margin-bottom: 12px;
}
#content .wp-caption {
        /*background: #e6e6e6;*/
        line-height: 18px;
        /*margin-bottom: 20px;*/
        /*padding: 4px;*/
        /*text-align: center;*/
	text-align:left;
}
#content .wp-caption img {
        /*margin: 5px 5px 0;*/
	margin: 0px 0px 0px 0px;
}
#content .wp-caption p.wp-caption-text {
        color: #616161;
        font-size: 12px;
        margin-top: 5px;
}
#content .wp-smiley {
        margin: 0;
}
#content .gallery {
        margin: 0 auto 18px;	
}
#content .gallery .gallery-item {
        float: left;
        margin-top: 0;
	margin-bottom:14px;
        text-align: left;
        width: 33%;
}
#content .gallery img {
        /*border: 2px solid #cfcfcf;*/
}
#content .gallery .gallery-caption {
        color: #616161;
        font-size: 12px;
        margin: 0 0 12px;
	text-align: left;
}
#content .gallery dl {
        margin: 0;
}
#content .gallery img {
        /*border: 10px solid #f1f1f1;*/
}
#content .gallery br+br {
        display: none;
}
#content .attachment img { /* single attachment images should be centered */
        display: block;
        margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        color: #616161;
        font-size: 12px;	
        line-height: 18px;
	font-weight:bold;
        overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
        color: #616161;
        text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
        color: #0098dd;
	text-decoration:underline;
}
.nav-previous {
        float: left;
        width: 50%;
}
.nav-next {
        float: right;
        text-align: right;
        width: 50%;
}
#nav-above {
        margin: 0 0 18px 0;
}
#nav-above {
        display: none!important;
}
.paged #nav-above,
.single #nav-above {
        display: block;
}
#nav-below {
        margin: -18px 0 0 0;	
}


/* =Comments
-------------------------------------------------------------- */
#comments {
        clear: both;
}
form#commentform {
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6, #cfcfcf);    
	background: -webkit-linear-gradient(top, #d6d6d6, #cfcfcf);
	background: -ms-linear-gradient(top, #d6d6d6, #cfcfcf);
	background: -o-linear-gradient(top, #d6d6d6, #cfcfcf); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:12px 12px;
	/*padding-bottom:0px;*/
}

form#commentform p {		
	margin-bottom:22px;
}
	
#comments .navigation {
        padding: 0 0 18px 0;
}
h2#comments-title,
h3#comments-title,
h3#reply-title {
        color: #616161;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
}
h2#comments-title,
h3#comments-title {
        padding: 19px 0;
}
.commentlist {
        list-style: none;
        margin: 0;		
}
.commentlist li.comment {
        border-bottom: 1px dotted #bcbcbc;
        line-height: 22px;
        margin: 0 0 21px 0;
        padding: 0 0 0 56px;
        position: relative;
}
.commentlist li:last-child {
        /*border-bottom: none;*/
        margin-bottom: 0;
}
ol.commentlist,
#comments .comment-body ul,
#comments .comment-body ol {
        margin-bottom: 18px;
}
#comments .comment-body p:last-child {
        /*margin-bottom: 6px;*/
}
#comments .comment-body blockquote p:last-child {
        margin-bottom: 0px;
}
.commentlist ol {
        list-style: decimal;
}
.commentlist .avatar {
        position: absolute;
        top: 3px;
        left: 0;
}
.commentlist em {	
	line-height:26px;
	font-weight:bold;
	color:#af1c06;
}
.comment-author {		
	margin: 0 0 4px 0;
	line-height:16px;
	font-size:14px;
}
.comment-author span.fn {		
	font-weight:bold;
}
.comment-author cite {
        color: #000;
        font-style: normal;
        font-weight: bold;
}
.comment-author .says {
        /*font-style: italic;*/
}
.comment-author a time,
.comment-meta {
	line-height:12px;
        font-size: 12px;
	margin-bottom:16px;
}
.comment-author a,
.comment-meta a:link,
.comment-meta a:visited {	
        line-height:12px;
        font-size: 12px;
	color: #616161!important;
	font-weight:normal;
        text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
        color: #616161;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
        font-size: 12px;
        padding: 0 0 11px 0;	
}
.reply a,
a.comment-edit-link {
        font-weight:bold;
	color: #0098dd;	
}
.reply a:hover,
a.comment-edit-link:hover {
        color: #aaa839;
}
.commentlist .children {
        list-style: none;
        margin: 0;
}
.commentlist .children li {
        border: none;
        margin: 0;
}
.nopassword,
.nocomments {
        display: none;
}
#comments .pingback {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 18px;
        padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
        margin-top: -6px;
}
#comments .pingback p {
        color: #888;
        display: block;
        font-size: 12px;
        line-height: 18px;
        margin: 0;
}
#comments .pingback .url {
        font-size: 13px;
        font-style: italic;
}

/* Comments form */
input[type=submit] {
        color: #0098dd;
}
#respond {
        /*border-top: 1px solid #e7e7e7;*/
        margin: 0 0 58px 0;
        overflow: hidden;
        position: relative;
}
#respond p {
        margin: 0;
}
#respond .comment-notes {
        margin-bottom: 18px;
}

.children #respond {
        margin: 0 48px 0 0;
}
h3#reply-title {
        margin: 9px 0 18px 0;
}
#comments-list #respond {
        margin: 0 0 18px 0;
}
#comments-list ul #respond {
        margin: 0;
}
#cancel-comment-reply-link {
        font-size: 12px;
        font-weight: normal;
        line-height: 18px;
}
#respond .required {
        color: #0098dd;
	font-size:18px;
        font-weight: bold;
}
#respond label {
        color: #000000;
        font-size: 14px;
	font-weight: bold;
}
#respond input {
        margin: 0 0 0px;
        width: 98%;
	line-height:18px;
}
#respond textarea {
        width: 98%;
}
#respond .form-allowed-tags {
        color: #000000;
        font-size: 14px;
	font-weight:bold;
        line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 12px;
	font-weight:normal;
}
#respond .form-submit {
        margin: 12px 0;
}
#respond .form-submit input {
	background: #32ace3;
	background: -moz-linear-gradient(top, #32ace3, #0098dd);    
	background: -webkit-linear-gradient(top, #32ace3, #0098dd);
	background: -ms-linear-gradient(top, #32ace3, #0098dd);
	background: -o-linear-gradient(top, #32ace3, #0098dd); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:12px 12px;
        font-size: 16px;
	font-weight:bold;
	color:#ffffff;
        width: auto;
	border:none;
	cursor:pointer;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: square;
        margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
        width: 60%;
}
.widget_search label {
        display: none;
}
.widget-container {
        margin: 0 0 0px 0;
}
.widget-title {
        color: #222;
        font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
        text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
        text-decoration: underline;
}
.widget-area .entry-meta {
        font-size: 11px;
}
#wp_tag_cloud div {
        line-height: 1.7em;
}
#wp-calendar {
        width: 100%;
}
#wp-calendar caption {
        color: #222;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 4px;
        text-align: left;
}
#wp-calendar thead {
        font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
        color: #aaa;
}
#wp-calendar tbody td {
        background: #f5f5f5;
        border: 1px solid #fff;
        padding: 3px 0 2px;
        text-align: center;
}
#wp-calendar tbody .pad {
        background: none;
}
#wp-calendar tfoot #next {
        text-align: right;
}
.widget_rss a.rsswidget {
        color: #000;
}
.widget_rss a.rsswidget:hover {
        color: #ff4b33;
}
.widget_rss .widget-title img {
        width: 11px;
        height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
        margin-left: 0;
	/*padding: 0 20px 0 0;*/
        padding: 0 0px 0 0;
}
#main .widget-area ul ul {
        border: none;
        margin-left: 1.3em;
        padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
        /*width:1218px;        */
        /*margin-bottom: 20px;*/
        margin-bottom: 0px;
}
#colophon {
        /*width:1218px;*/
        /*border-top: 4px solid #000;*/
        /*margin-top: -4px;*/
        overflow: hidden;
        /*padding: 18px 0;*/
        /*padding: 10px 0;*/
        /*background-position:center;
        background-image:url(http://latitude.la.funpic.de/wp-content/themes/twentyten/images/footer_mid_section.jpg);*/
}
#site-info {
        /*font-weight: bold;*/
        /*padding-top:118px;*/
        /*padding-left:20px;*/
        font-size:12px;
        line-height:16px;
        color:#ffffff;
}
#site-info a {
        color: #ffffff;
        text-decoration: none;
}

#site-info a:hover {
        color: #aaa839;
        text-decoration: none;
}

#site-generator {
        font-style: italic;
        position: relative;
}
#site-generator a {
        background: url(images/wordpress.png) center left no-repeat;
        color: #666;
        display: inline-block;
        line-height: 16px;
        padding-left: 20px;
        text-decoration: none;
}
#site-generator a:hover {
        text-decoration: underline;
}
img#wpstats {
        display: block;
        margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
        -webkit-text-size-adjust: 140%;
}
code {
        /*-webkit-text-size-adjust: 160%;*/
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
        /*-webkit-text-size-adjust: 120%;*/
}
#site-description {
        -webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
        body {
                background: none !important;
        }
        #wrapper {
                clear: both !important;
                display: block !important;
                float: none !important;
                position: relative !important;
        }
        #header {
                border-bottom: 2pt solid #000;
                padding-bottom: 18pt;
        }
        #colophon {
                border-top: 2pt solid #000;
        }
        #site-title,
        #site-description {
                float: none;
                line-height: 1.4em;
                margin: 0;
                padding: 0;
        }
        #site-title {
                font-size: 13pt;
        }
        .entry-content {
                font-size: 14pt;
                line-height: 1.6em;
        }
        .entry-title {
                font-size: 21pt;
        }
        #access,
        #branding img,
        #respond,
        .comment-edit-link,
        .edit-link,
        .navigation,
        .page-link,
        .widget-area {
                display: none !important;
        }
        #container,
        #header,
        #footer {
                margin: 0;
                width: 100%;
        }
        #content,
        .one-column #content {
                margin: 24pt 0 0;
                width: 100%;
        }
        .wp-caption p {
                font-size: 11pt;
        }
        #site-info,
        #site-generator {
                float: none;
                width: auto;
        }
        #colophon {
                width: auto;
        }
        img#wpstats {
                display: none;
        }
        #site-generator a {
                margin: 0;
                padding: 0;
        }
        #entry-author-info {
                border: 1px solid #e7e7e7;
        }
        #main {
                display: inline;
        }
        .home .sticky {
                border: none;
        }
}

/*Eigene Style Elemente*/

h2.entry-title,
h2.entry-title a {
	color:#616161!important;
	font-weight:bold;
}

h2.entry-title a:hover {
	color:#aaa839!important;
}

h1.entry-title {
	/*color:#ffffff!important;*/	
	/*margin-bottom:24px!important;*/
	/*padding:8px;*/
	/*font-size:38px!important;*/
	/*font-weight:bold;*/
	/*background-color:#616161;*/
}

h1.no_margin_bottom,
h2.no_margin_bottom {
	margin-bottom:0px!important;
}

span.nach_oben {
	float:right;
	font-size:10px;
}

span.nach_oben a {
	text-decoration:none!important;	
	color:#bcbcbc;
}

span.nach_oben a:hover {
	color:#616161;
}

a.externer_link {
	text-decoration:none;
}

div.wp-caption {
	margin:0px 0px; 0px 0px!important;
	padding:0px!important;	
}

div.wp-caption img.image_statische_seite {	
	margin:0px!important;
	padding:0px!important;	
}

p.wp-caption-text {
	margin:0px!important;
	padding:2px 0px 8px 0px;!important;
	/*background-color:#ff0000;*/
}

p.wp-caption-text a {
	text-decoration:none;
}

/* Elemente für Infobox Über uns*/

h2.info_box {
	margin-bottom:0px!important;
	padding:8px;
	color:#ffffff!important;
	background-color:#616161;
}

h3.info_box,
h3.info_box_small {	
	margin-bottom:0px!important; 
	padding:4px 8px 4px 8px;
	font-size:14px;
	color:#ffffff!important;
	background-color:#616161;
}

h3.info_box_small,
div.info_box_small {	
	width:294px;
}

div.info_box,
div.info_box_small {
	margin-bottom:18px;
	padding:8px;
	padding-top:18px;
	background-color:#e6e6e6;
}

div.info_box_small ul {
	list-style-position:outside;
}

div.infobox_cyan ul#history {
	height:184px;
	margin:0px!important;
	padding:0px!important;
	list-style-type:none;
}

div.infobox_cyan ul#history li {
	float:left;
	width:286px;
}

div.infobox_cyan ul#history li.odd {
	margin-right:16px;
}

div.calender_container {
	float:left;
	width:40px;
	height:72px;
	margin-right:8px;
}

div.calender_container .year {
	width:34px;
	height:26px;
	padding:2px;
	border:solid 1px #616161;
	border-top:solid 10px #616161;
	color:#616161;
	background-color:#ffffff;
}

/* Ende Elemente für Infobox Über uns*/

/* Elemente für den Bearbeiten-Link*/
span.edit-link {
	font-size:12px;
}

span.edit-link a {
	text-decoration:none;
}
/* Ende Elemente für den Bearbeiten-Link*/

/* Elemente für das Anmeldeformular*/

form.cform anmeldeformular {
	font-family: Arial, sans-serif;
}
/* Ende Elemente für das Anmeldeformular*/

/* Elemente für seitliche Navi */

ul#menu-seitliches-menu li.last,
ul#menu-seitliches-menu li.last a {
        border:none!important;
}

/* Ende Elemente für seitliche Navi */

/* Elemente für Footernavi */

ul#menu-footernavi {
        margin:0px!important;
        padding:0px!important;
        list-style-type:none;
        list-style-position:outside;
}

ul#menu-footernavi li {	
	/*border-right:solid 2px #ffffff;*/
}

ul#menu-footernavi a {
	float:left;
	display:block;
        font-weight:900;
	color:#ffffff;
	padding:0 9px;
	border-right:solid 2px #ffffff;
}

/* Erstes Element in Footer Navi soll nicht eingerückt sein */
ul#menu-footernavi li#menu-item-412 a {
	padding:0 9px 0 0px;
}

ul#menu-footernavi li.lastCurrent a,
ul#menu-footernavi li.current_page_item a {
        color:#aaa839;
}

ul#menu-footernavi a:hover {
        text-decoration:none;
        color:#aaa839;
}

ul#menu-footernavi li.last,
ul#menu-footernavi li.last a {
        border:none!important;
}

/* Ende Elemente für Footernavi */

/* Elemente für Hauptnavi */

ul li.last {
	/*border-right:solid 2px #ababab!important;*/
}

ul li.last a {	
	/*border-right:solid 1px #ffffff;*/	
}

ul#menu-hauptnavigation ul.sub-menu li.current-page-ancestor a {	
	color:#ffffff;	
}

ul#menu-hauptnavigation ul.sub-menu  {
	/*width:200px;*/
	margin-left:-2px;	
	border-top:solid 2px #ababab;
	border-bottom:solid 2px #ababab;
	background-color:#ffffff;	
}

ul#menu-hauptnavigation ul.sub-menu ul.sub-menu {	
	margin-top:-2px;	
}

ul#menu-hauptnavigation ul.sub-menu li {	
	/*padding-left:4px;*/
	/*padding-right:4px;*/
	border-right:solid 2px #ababab;		
	/*border-left-width:1px;	*/
}

ul#menu-hauptnavigation ul.sub-menu li a {	
	border-bottom:dotted 1px #ababab;
	font-size:14px;
	color:#616161;	
	background-color:#ffffff!important;
}

ul#menu-hauptnavigation ul.sub-menu li a:hover {	
	color:#ffffff;
	background-color:#616161!important;
}

/*li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent*/

ul#menu-hauptnavigation ul.sub-menu li#menu-item-394 a {	
	border-bottom:none;
}

ul#menu-hauptnavigation ul.sub-menu ul.sub-menu {	
	margin-left:0px;	
}

ul#menu-hauptnavigation ul.sub-menu {	
	display:none!important;
}


/* Ende Elemente für Hauptnavi */

div.claim_container {	
	width:212px;
	height:274px;	
	margin-bottom:28px;
	/*background-image:url(./images/claim.jpg);*/
        background-repeat:no-repeat;
	background-position:top left;		
}

/* Elemente für Home */

div.spalte_links,
div.spalte_rechts {
	float:left;
	width:310px;
}

div.spalte_links {	
	margin-right:20px;
}

/* Ende Elemente für Home */

/* Elemente für Suchbutton */

li.widget_search {	
	height:27px;	
	margin-bottom:40px!important;
}

form#searchform input#s {
	float:left;	
	width:165px;
	height:27px;
	border:none!important;
	margin-right:0px!important;
	padding:0px 4px 0px 4px!important;
	line-height:27px;
	font-size:14px;
	/*vertical-align:bottom;*/
	/*background-image:url(./images/search_field.gif);*/
        background-repeat:no-repeat;
	background-position:top left;
}

form#searchform input#searchsubmit {
	float:left;
	width:29px;
	height:27px;
	margin-left:0px!important;
	padding-left:0px!important;
	border:none;
	cursor: pointer;
	text-indent: -9999px;
	/*background-image:url(./images/search_button.jpg);*/
        background-repeat:no-repeat;
	background-position:top left;
}

.textwidget div.social_media_info {
	margin-top:14px!important;
	font-size:12px;
	line-height:16px;
	/*background-color:#ffff00;*/
}

/* Ende Elemente für Suchbutton */

h3.widget-title {
	/*margin-top:44px;*/
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:solid 2px #bcbcbc;
	font-size:18px;
	color:#616161;
	/*background-color:#ffff00;*/
}

li.widget_tag_cloud a {	
	font-weight:900;
}

li.widget_tag_cloud a:hover {
	text-decoration:none;
}

ul#menu-seitliches-menue,
li.widget_recent_entries ul,
li.widget_recent_comments ul,
li.widget_text ul {
	margin:0px!important;	
	list-style-type:none;	
}

ul#menu-seitliches-menue li,
li.widget_recent_entries li,
li.widget_recent_comments li,
li.widget_text li {		
	padding:5px 0 5px 0!important;
	border-right:none!important;
	border-bottom:dotted 1px #bcbcbc;
	list-style-position:outside!important;
	/*background-color:#ffff00!important;*/
}

ul#menu-seitliches-menue li a,
li.widget_recent_entries li a,
li.widget_recent_comments li a,
li.widget_text li a {	
	line-height:20px;
	font-size:14px;
	color:#616161;	
}

ul#menu-seitliches-menue li a:hover,
li.widget_recent_entries li a:hover,
li.widget_recent_comments li a:hover,
li.widget_text li a:hover {	
	color:#aaa839;
	/*background-color:#e6e6e6;*/
	text-decoration:none;
}

ul#menu-seitliches-menue li.current-menu-item a,
ul#menu-seitliches-menue li.current-post-parent a {
	color:#aaa839;
}

li.widget_recent_comments li a.url {	
	font-size:12px;
	color:#0098dd;
}


li.widget_recent_comments li a.url:hover {	
	color:#aaa839;
	font-weight:900;
	text-decoration:none;
}

div.social_media_container {
	height:27px;
	margin-top:5px;
	padding-bottom:5px;	
	border-bottom:dotted 1px #bcbcbc;
}

div.social_media_container img {
	margin-right:7px;
}

div.social_media_container img.last {
	margin-right:0px;
}

/* Elemente zum Formatieren von Artikeln */

.post {
	margin-bottom:36px;
}

.tag-links {
	font-weight:900;
	color:#616161;
	background: #d1d1d1;
	background: -moz-linear-gradient(top, #d1d1d1, #bcbcbc);    
	background: -webkit-linear-gradient(top, #d1d1d1, #f6f6f6);
	background: -ms-linear-gradient(top, #d1d1d1, #f6f6f6);
	background: -o-linear-gradient(top, #d1d1d1, #f6f6f6); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:6px 12px;
}

span.entry-utility-prep {
	color:#000000!important;
}

.entry-meta a {
        text-decoration:none;	
	font-weight:900;
	color: #0098dd;
}
.entry-meta a:hover {
        color: #aaa839;
}

.entry-utility a {        
	font-weight:900;
	color: #616161;
}
.entry-utility a:hover {
        color: #0098dd;
}

.tag-links a {
	text-decoration:none!important;
}

div.entry-meta a span.entry-date {
	color:#616161;	
}

span.meta-sep {
	font-size:900;
}

.post_kommentar_box {	
	padding:9px 12px 12px 12px;	
	border-bottom:dotted 1px #bcbcbc!important;
}

span.comments-link a {
	color:#0098dd;
}

span.comments-link a:hover {
	color:#aaa839;
}

/* Ende Elemente zum Formatieren von Artikeln */

/* Elemente zum Formatieren von Artikelzusammenfassungen*/
div#tag_results {
	margin-bottom:30px;
}

div.entry-summary a {
	font-weight:bold;
}

div.entry-summary a.presseinfo {
	font-size:12px;
	font-weight:bold;
}

/* Ende Elemente zum Formatieren von Artikelzusammenfassungen*/

/* Elemente für fanbox */

.fan_box .full_widget {
	border: none;
	background-color:#e6e6e6;    
}

div.connect_top {	
	background-color:#e6e6e6!important;
	border-bottom:solid 1px #bcbcbc!important;	
}

div.connect_action .name_block {
	padding:0px!important;
}

div.connect_action .name_block {
	float:left;
	width:170px;
}

div.connections span.total {
	color:#616161;
}

/* Ende Elemente für fanbox */

/* Elemente für Ergebnislisten */

th.c1, td.c1, th.c2, td.c2 {
	width:60px;
	/*background-color:#ffff00;*/
}

td.c2 {
	text-align:center;
}

th.c4, td.c4 {
	text-align:right!important;
}

span.small {
	font-size:10px;
}

/* Ende Elemente für Ergebnislisten */

/* Elemente für zweispaltige Liste */

ul.zweispaltig li.links {
	float:left;
	width:320px;
}

span.startnumber {
	float:left;
	width:16px;
	margin-right:8px;
	color:#616161;
}

/* Ende Elemente für zweispaltige Liste */

/* Elemente für die Teamporträts*/

div.archive-meta {
	margin-top:36px;
}

h3.entry-title-teams {
	padding:8px 8px 8px 8px;
	font-weight:900;
	color:#616161;
	background-color:#e6e6e6;
}

div.team_pic_box {
	margin-bottom:10px;*/	
}

div.team_pic_caption {	
	line-height:24px;	
}


img.wp-post-image {
	/*float:left;*/
	/*margin-right:20px!important;*/
	/*padding-top:6px;*/
	/*margin-bottom:20px!important;*/
}

div.startkategorie {
	margin-bottom:14px;
}

div.startkategorie a {
	text-decoration:none;
	font-weight:900;
}

div.sharethis {
	clear:both;
}

div.team_header {
	float:left;
	width:100%;
	background-color:#ffff00;	
}

div.kategorie_zurueck {
	float:right;	
	margin-top:31px;		
}

div.kategorie_zurueck a {	
	font-size:12px;
	font-weight:900;
	text-decoration:none;
	color:#bcbcbc;
}

div.kategorie_zurueck a:hover {	
	color:#aaa839;
}

div.single_team_thumb {
	margin-bottom:18px;
}

h2.single_team {
	margin-top:0px!important;
	margin-bottom:0px!important;
	font-weight:900;
}

div#breadcrumbs {	
	font-size:12px;
	font-weight:bold;
	color:#616161;	
}

p#breadcrumbs strong {	
	color:#0098dd;
}

p#breadcrumbs a {
	text-decoration:none;
	color:#616161;
}

p#breadcrumbs a:hover {	
	color:#0098dd;
	text-decoration:underline;
}

/* Ende Elemente für die Teamporträts*/

/* Elemente für Anmeldeliste */

table.anmeldungen th,
table.anmeldungen td {
	width:320px;
}

.entry-content p a {
	text-decoration:underline;
	font-weight:bold;
}

span.show_portrait {
	float:right;
}

span.show_portrait a {
	font-size:12px;
}

span.no_portrait {
	float:right;
	font-size:12px;
	font-weight:bold;
	color:#cecece;
}

p.teams {
	margin-bottom:36px!important;
	padding-right:12px;
}

#start_info_box {
	width:340px;
	background: #d2e3ef;
	background: -moz-linear-gradient(top, #d2e3ef, #b3d8ec);    
	background: -webkit-linear-gradient(top, #d2e3ef, #b3d8ec);
	background: -ms-linear-gradient(top, #d2e3ef, #b3d8ec);
	background: -o-linear-gradient(top, #d2e3ef, #b3d8ec); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:6px 12px;
	margin-bottom:32px;
}

#start_info_box span {
	font-weight:bold;
	color:#000000;
}

/* Elemente für Locationhinweis */

#location_info {
	float:right; margin-top:-84px; font-size:18px;
}
/* Ende Elemente für Locationhinweis */

/* Infobox */

.infobox_cyan {
	background: #d2e3ef;
	background: -moz-linear-gradient(top, #d2e3ef, #b3d8ec);    
	background: -webkit-linear-gradient(top, #d2e3ef, #b3d8ec);
	background: -ms-linear-gradient(top, #d2e3ef, #b3d8ec);
	background: -o-linear-gradient(top, #d2e3ef, #b3d8ec); 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:22px;
	/*padding-bottom:0px;*/
	margin-bottom:19px;
}

.infobox_cyan h3.infobox {
	color:#616161!important;
}

a.infobox {
	color:#616161!important;
	text-decoration:underline!important;
}

a.infobox:hover {
	color:#0098dd!important;
}

.infobox_cyan p.no_margin {
	margin-bottom:0px!important;
}

/* Ende Infobox Start */

/* Share Buttons */

.mr_social_sharing_wrapper {
	width:616px!important;
	padding:12px 12px 8px 12px!important;
	border-top:dotted 1px #bcbcbc!important;
}

.mr_social_sharing_wrapper .fb-send {
	width:62px;
}

.mr_social_sharing_wrapper .twitter-share-button {
	width:68px;
}


/* Ende Share Buttons */

/* More-Link */

a.more-link {
	font-size:12px;
}

/* Ende More-Link */

/* Elemente für Metanavi */

.pagebar {
	font-size:10px;
	font-weight:900;
	/*background-color:#ffff00;*/
	margin-bottom:32px;
}

.pagebar span.this-page {
	padding:4px;
	color:#ffffff;
	background-color:#616161;
	border:solid 1px #000000;
}

.pagebar a {
	padding:4px;
	text-decoration:none;
	color:#000000;
	background-color:#f0f0f0;
	border:solid 1px #dddddd;
}

.pagebar a:hover {	
	color:#ffffff;
	background-color:#616161;
	border:solid 1px #000000;
}

/* Ende Elemente für Metanavi */

/* Tabellen Legende */

span.tabellen_legende {
	font-size:12px;
}

/* Ende Tabellen Legende */

/*Ende Eigene Style Elemente*/