/*
Theme Name: infosite (based on Twenty Eleven)
Author: qualitylabs Online Media GmbH
Author URI: http://qualitylabs-om.de
Description: LTE-infosite.de Theme
Version: 0.1
License: GNU General Public License
License URI: license.txt
Tags: infosite Layout
*/

/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

body {
    font: 14px/18px Arial, sans-serif;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

footer h3 {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #336699;
}

p {
    margin-bottom: 45px;
}

nav#breadcrumb ul li,
nav#breadcrumb ul li a {
    font-size: 12px;
    color: #333;
}

nav#breadcrumb ul li a {
    text-decoration: underline;
}


nav#main a {
    line-height: 23px; 
}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */

body {
    background: url(images/bg.png) repeat-x #336699;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    padding-top: 50px;
}

.wrapper {
    width: 896px;
    padding: 0 48px;
    margin: 0 auto;
}

header {
    width: 896px;
    height: 146px;
    background: rgba(255,255,255,0.2);
    border-bottom: 2px;
    border-top: 2px;
    border-color: #ccc;
    border-style: solid;
    
}

#logo {
    float: left;
    width: 248px;
    height: 146px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#heading {
    float: right;
    width: 618px;
    height: 146px;
    border-right: 2px;
    border-color: #ccc;
    border-style: solid;
}

#heading nav#breadcrumb {
    margin: 80px 0 15px;
}

#heading nav#breadcrumb ul li {
    float: left;
    margin-right: 5px;
}

#heading h1 {
}

nav#main {
    float: left;
    width: 248px;
    background-color: #ccc;
    border: 2px solid #fff;
    border-top: none;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px; 
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45); 
}

nav#main ul {
    width: 210px;
    margin: 0 auto;
    margin-top: 40px;
}

nav#main ul li a {
    padding-left: 30px;
    text-shadow: 0px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    margin-bottom: 7px;
    background: url(images/nav_list_style.png) no-repeat 10px 8px, #ffffff; /* Old browsers */
    background: url(images/nav_list_style.png) no-repeat 10px 8px, -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%); /* FF3.6+ */
    background: url(images/nav_list_style.png) no-repeat 10px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: url(images/nav_list_style.png) no-repeat 10px 8px, -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: url(images/nav_list_style.png) no-repeat 10px 8px, -o-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* Opera11.10+ */
    background: url(images/nav_list_style.png) no-repeat 10px 8px, -ms-linear-gradient(top, #ffffff 0%,#cccccc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    background: url(images/nav_list_style.png) no-repeat 10px 8px, linear-gradient(top, #ffffff 0%,#cccccc 100%); /* W3C */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25); 
}

nav#main ul li a:hover {
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, #cccccc; /* Old browsers */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%); /* FF3.6+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -o-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Opera11.10+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -ms-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, linear-gradient(top, #cccccc 0%,#ffffff 100%); /* W3C */
}

nav#main ul li a:active {
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, rgb(204,204,204); /* Old browsers */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    background: url(images/nav_list_style_hover.png) no-repeat 10px 8px, linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* W3C */
}

nav#main ul li a#ob {
    color: #fff;
    text-shadow: none;
    line-height: 36px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    height: 36px;
    border: 2px solid #fff;
    margin: 24px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    background: #4991c4; /* Old browsers */
    background: -moz-linear-gradient(top, #4991c4 0%, #1e3d70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4991c4), color-stop(100%,#1e3d70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4991c4 0%,#1e3d70 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4991c4 0%,#1e3d70 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #4991c4 0%,#1e3d70 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4991c4', endColorstr='#1e3d70',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #4991c4 0%,#1e3d70 100%); /* W3C */
}

nav#main ul li a#ob:hover { 
    background: #1e3d70; /* Old browsers */
    background: -moz-linear-gradient(top, #1e3d70 0%, #4991c4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3d70), color-stop(100%,#4991c4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1e3d70 0%,#4991c4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1e3d70 0%,#4991c4 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #1e3d70 0%,#4991c4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3d70', endColorstr='#4991c4',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #1e3d70 0%,#4991c4 100%); /* W3C */
}

nav#main ul li a#ob:active { 
    background: rgb(30,61,112); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,61,112,1) 0%, rgba(73,145,196,1) 50%, rgba(30,61,112,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,61,112,1)), color-stop(50%,rgba(73,145,196,1)), color-stop(100%,rgba(30,61,112,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,61,112,1) 0%,rgba(73,145,196,1) 50%,rgba(30,61,112,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,61,112,1) 0%,rgba(73,145,196,1) 50%,rgba(30,61,112,1) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(30,61,112,1) 0%,rgba(73,145,196,1) 50%,rgba(30,61,112,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3d70', endColorstr='#1e3d70',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(30,61,112,1) 0%,rgba(73,145,196,1) 50%,rgba(30,61,112,1) 100%); /* W3C */
}

nav#main ul li a,
footer #top a {
    display: block;
}

footer #top:hover {
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cccccc 0%,#ffffff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cccccc 0%,#ffffff 100%); /* W3C */
}

section#content {
    float: right;
    width: 620px;
    padding: 40px 0;
    min-height: 600px;
}

section#content .alignright {
    width: 248px;
    float: right;
    margin: 0 0 45px 24px;
    border: 2px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}

section#content .alignleft {
    width: 340px;
    float: left;
    margin: 0 24px 45px 0;
    border: 2px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}

section#content span.fr {
    clear: both;
    float: right;
    font-size: 12px;
    font-style: italic;
    margin-top: -45px;
}

section#content span.fl {
    clear: both;
    float: left;
    font-size: 12px;
    font-style: italic;
    margin-top: -45px;
}

section#content span.fr a,
section#content span.fl a {
    text-decoration: none;
}

section#content .provider_logo {
    float: left;
    margin-right: 24px;
    border: 2px solid #ccc;
}

section#content .prov_link {
    float: right;
    height: 51px;
    width: 248px;
    margin-left: 24px;
    line-height: 51px;
    font-weight: bold;
    color: #336699;
    text-align: center;
    text-shadow: 0px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1); 
    border: 2px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#ccc 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#ccc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fff 0%,#ccc 100%); /* W3C */
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45); 
}

section#content .prov_link.small {;
    height: 37px;
    line-height: 37px; 
}

section#content #einzeltarif td .zumangebot:hover,
section#content .angebot .zumangebot:hover,
section#content .prov_link:hover,
section#content .prov_link2:hover {
    background: #ccc; /* Old browsers */
    background: -moz-linear-gradient(top, #ccc 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccc), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccc 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccc 0%,#fff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ccc 0%,#fff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ccc 0%,#fff 100%); /* W3C */
}

section#content #einzeltarif td .zumangebot:active,
section#content .angebot .zumangebot:active,
section#content .prov_link:active,
section#content .prov_link2:active {
    background: no-repeat 10px 8px, rgb(204,204,204); /* Old browsers */
    background: no-repeat 10px 8px, -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: no-repeat 10px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: no-repeat 10px 8px, -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: no-repeat 10px 8px, -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* Opera11.10+ */
    background: no-repeat 10px 8px, -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    background: no-repeat 10px 8px, linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); /* W3C */
}

section#content #tarife {
    border: 2px solid #ccc;
    margin-bottom: 45px;
}

section#content #tarife table {
    background-color: #fff;
    width: 616px;
    border-collapse: collapse;
    font-size: 12px;
    color: #333333;
    text-align: left; 
    vertical-align: middle;
}

section#content #tarife table th {
    background-color: #ccc;
    height: 35px;
    text-shadow: 0px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
}

section#content #tarife table td {
    border-top: 5px solid #336699;
    border-bottom: 5px solid #336699;
    vertical-align: top;
    padding: 5px 0 3px;
}

section#content #tarife table td a {
    display: block;
    color: #333;
}

section#content #tarife table td a.ttitle {
    float: right;
    width: 230px;
}

section#content #tarife table th,
section#content #tarife table td {
    padding-left: 10px;
}

section#content #tarife table td img.provider {
    float: left;
    margin-right: 10px;
}

section#content #tarife table td img.telefon {
    margin-top: 8px;
}

section#content .anbieter {
    float: left;
    width: 148px;
    margin: 0 4px 10px 0;
    border: 2px solid #ccc;
    background-color: #fff;
}

section#content .anbieter.mr0 {
    margin: 0 0 10px 0;
}

section#content .anbieter h4 {
    text-align: center;
    line-height: 35px;
    background-color: #ccc;
    text-shadow: 0px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
}

section#content .angebot {
    border: 2px solid #ccc;
    padding: 10px;
    background-color: rgba(255,255,255,0.25);
    position: relative;
    margin-bottom: 45px;
}

section#content .angebot .pic {
    position: relative;
    float: right;
    border: 2px solid #ccc;
    width: 300px;
    height: 240px;
    background-color: #fff;
    margin-left: 24px;
}

section#content .angebot .pic .quelle {
    position: absolute;
    bottom: 0;
    right: 3px;
}

section#content .angebot .pic .quelle,
section#content .angebot .pic .quelle a {
    color: #336699;
    font-size: 12px;
    font-style: italic;
}

section#content .angebot h4 {
    margin-bottom: 25px;
}

section#content .angebot h4 a {
    font-size: 16px;
    color: #fff;
}

section#content .angebot p {
    margin-bottom: 25px;
}

section#content .angebot .al,
section#content .angebot .tuv {
    position: absolute;
    bottom: 10px;
}


section#content .angebot .al {
    float: left;
    width: 130px;
}

section#content .angebot .preis,
section#content .angebot .zumangebot {
    display: block;
}

section#content .angebot .preis {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
}

section#content #tarifdetails {
    border: 1px solid #ccc;
    margin: 10px 0 45px 0;
    padding-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
}

section#content #tarifdetails h2 {
    margin-top: -10px;
}

section#content #tarifdetails h2 span {
    padding: 0 2px;
    margin-left: 8px;
    background-color: #2D5B88;
}

section#content #einzeltarif td .zumangebot,
section#content .angebot .zumangebot {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #336699;
    text-align: center;
    text-shadow: 0px 1px 1px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1); 
    border: 2px solid #fff;
    padding: 5px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 0%, #ccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%,#ccc 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #fff 0%,#ccc 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #fff 0%,#ccc 100%); /* W3C */
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.45);     
}

section#content .angebot .tuv {
    left: 160px;
    float: right;
    display: block;
    width: 120px;
    line-height: 13px;
}

section#content .angebot .tuv a {
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 7px;
    text-decoration: underline;
}

section#content #einzeltarif tr.hl {
    background-color: rgba(255,255,255, 0.15);
}

section#content #einzeltarif th {
    padding: 0 0 15px 10px;
    text-align: left;
    vertical-align: top;
}

section#content #einzeltarif td {
    padding: 7px 0 7px 10px;
    vertical-align: top;
}

section#content #einzeltarif td .zumangebot {
    font-size: 14px;
    display: block;
    line-height: 28px;
    width: 160px;
    height: 28px;
}

section#content #einzeltarif td .link {
    color: #fff;
    text-decoration: underline;
}

section#content .post h2 {
    margin-bottom: 10px;
}

section#content .post a {
    color: #fff;
}

section#content .post p.release {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 10px;
}

section#content .post img,
section#content .single img {
    border: 2px solid #ccc;
    float: left;
    margin: 0 24px 20px 0;
    background-color: #fff;
}

section#content .kleingedrucktes {
    font-size: 12px;
    color: #ccc;
    margin: 25px 0 0;
    padding: 0 10px;
}

section#content p a {
    color: #fff;
    text-decoration: underline;
}

footer {
    clear: both;
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,0.45);
    filter: dropshadow(color=rgba(255,255,255,0.45), offx=0, offy=1); 
}

footer #top {
    float: right;
    width: 248px;
    height: 38px;
    line-height: 38px;
    background-color: #ccc;
    text-align: center;
    border: 2px solid #fff;
    border-bottom: none;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px; 
}

footer #footer {
    clear: both;
    border-top: 2px solid #ccc; 
    background: url(images/grey_bg.png) repeat #ccc;
}

footer #footer #info {
    float: right;
    width: 200px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 20px 24px 10px;
}

footer #footer #info p {
    margin: 0 0 10px;
    padding: 0;
}

footer #footer .widget {
    float: left;
    width: 252px;
    margin-right: 24px;
    padding-top: 20px;
}

footer #footer .widget ul li {
    margin-bottom: 6px;
}

footer #footer #tarife {
    width: 344px;
}

.clearer {
    clear: both;
}

.post-edit-link {
    color: #000;
}

.post-edit-link:hover {
    color: #000;
    text-decoration: underline;
}

.nav-previous a,
.nav-next a {
    color: #fff;
    text-decoration: underline;
}