/*
 * Design and Coding by Plain-Solution.de
 * Contact: support@plain-solution.de
 * 
 * 12.02.2012
 * 
 * Author: Robin Faßbender, Lars Koenen
 * 
 * Siegel-Brunnenbau.de Stylesheet
 */

* { margin:0; padding:0; }
body { background:url(background.png) repeat-x #390305; }

.clear { float:none; clear:both; }
.line { border-top:1px solid #A3A3A3; border-bottom:1px solid #DDD; width:490px;}

div#wrapper { width:940px; position:relative; margin:20px auto; padding:10px; background:url(main_bg.png) repeat-x #EEE; box-shadow:2px 2px 15px #000; }

div#banner { width:500px;  height: 99px; position:absolute; top:24px; right:15px; background:url(banner.png); } 

div#head { width:960px; height:180px; position:relative; }
div#header { width:477px; height:180px; position:absolute; top:20px; left:-33px; background:url(header.png); }

div#nav { width:450px; position:absolute; right:60px; top:130px; font-family:Share; }
div#nav a { display:block; padding:8px 15.3px; float:left; color:#1e719d; text-decoration:none; }


div#nav a:hover { background:url(nav_a_hover_bg.png) repeat-x; color:#EEE; }
div#nav a.active { background:url(nav_a_hover_bg.png) repeat-x; color:#EEE; text-decoration:underline; }

div#main { position:relative; margin:50px 20px 20px; padding:10px; font-family:Arial; font-size:14px; color:#333; }
div#main a { color:#1e719d; text-decoration:underline; }
div#main a:hover { color:#333; text-decoration:none; }

h1 { font-family:Share; color:#1e719d; margin:0 0 20px -5px; }
h2 { font-family:Share; font-size:24px;}
h3 { font-family:Share; font-size:20px;}
ul { margin:20px 0 10px 30px; }
li { padding:2px 0; }

div.spalte img { border:1px solid #333; }

.smallFont { font-size:12px; }
.bigFont { font-size:18px; }

ul.ulBig li { font-weight:bold; color:#1e719d; font-size:16px; padding:5px 10px; }

div.spalte { width:420px; position:relative; float:left; padding:0 20px 0 0; text-align:justify; }

p { margin:15px 0; }

div#footer { font-family:Share; font-size:12px; text-align:center; color:#666; margin:40px 0 10px 0; }
div#footer a { color:#666; }


div#aktuelles { width:400px; position:absolute; top:0; right:0; border:1px solid #999; background:url(aktuellesBg.png) repeat-x #e1e1e1; box-shadow:0 0 10px #AAA; }
div#aktuelles div#aktuellesContent { width:388px; border:1px solid #FFF; padding:5px; }
div#aktuelles h3 { border-bottom:1px solid #CCC; padding: 5px; }
div#aktuelles .news_item { width:380px; margin:0 auto; padding:10px 0; }
div#aktuelles .news_image { width:100px; padding:0 10px 0 0; float:left; }
div#aktuelles .news_text { width:270px; float:left; font-size:12px; }
div#aktuelles .news_text h2 { font-size:16px; padding:0 0 5px 0; }

div#aktuelles .news_image img
{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

table.leistungen  td{ padding-right:50px;}

table#karriere {
    width: 100%;
    border-collapse: collapse;
}

table#karriere th, table#karriere td {
    text-align: left;
    padding: 10px;

    border-bottom: solid 1px #000;
}

table#karriere th:last-child, table#karriere td:last-child {
    text-align: right;
}

table#karriere a{
    text-decoration: none;
    color: #1e719d;
}

table#karriere a:hover{
    text-decoration: underline;
}