/* CSS-File fuer spengler-installateur.ch */
/* Erstellt:         16.03.09 NWe */
/* Letzte Aenderung: 13.05.11 NWe*/

div {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.clr {
clear: both;
}
body, div {
padding: 0;
margin: 0;
}


body {
width: 100%;
height: 100%;
background: url(../images/body-bg.gif);
background-repeat: repeat-x;
text-align: center;
}
#background {
width: 100%;
height: 100%;
}
#page {
width: 936px;
margin: 0 auto;
}
#wrapper {
width: 936px;
text-align: left;
background-image: url(../images/wrapper-bg.png);
background-repeat: repeat-y;
padding: 0 18px;
text-align: left;
}
#header {
width: 900px;
height: 233px;
padding-left: 1px;
}
#mainmenu {
width: 900px;
height: 37px;
background: #6e6e6e url(../images/navi-bg.gif);
border-top: 5px solid #e4e4e4;
border-bottom: 6px solid #666;
}
#mainmenu ul {
padding: 0;
margin: 0;
list-style: none;
}
#mainmenu li {
float: left;
}
#mainmenu li:hover,
#mainmenu li.current {
border-bottom: 6px solid #fce302;
}
#mainmenu a {
display: block;
/*width: 100px;*/
height: 27px;
background: transparent;
font-size: 14px;
color: white;
font-weight: bold;
text-decoration: none;
padding: 10px 17px 0 17px;
}
#maincontainer {
width: 900px;
background: url(../images/content-bg.gif);
background-repeat: repeat-y;
}
#submenu {
float: left;
width: 180px;
padding-top: 50px;
}
.submenu {
float: left;
width: 180px;
}
#submenu ul {
padding: 0;
margin: 0;
list-style: none;
border-bottom: 1px solid #666;
}
#submenu li {
width: 174px;
height: 30px;
padding-top: 9px;
border-top: 1px solid #666;
border-left: 4px solid #ccc;
}
#submenu li:hover,
#submenu li.active {
border-left: 4px solid #f00;
}
#submenu a {
background: transparent;
color: black;
font-weight: bold;
text-decoration: none;
padding-left: 11px;
}
#content {
float: left;
width: 630px;
min-height: 400px;
padding: 50px 35px;
}
.content-left {
float: left;
width: 47%;
padding-bottom: 1em;
}
.content-right {
float: right;
width: 47%;
padding-bottom: 1em;
}
.start-content-left {
float: left;
width: 65%;
}
.start-content-right {
float: right;
width: 30%;
background-color: #ebebeb;
padding: 5px;
overflow: hidden;
}
.start-content-right h1 {
font-size: 12px;
font-weight: bold;
border-bottom: 2px solid black;
padding-bottom: 8px;
margin-bottom: 1em;
font-style: italic;
}
.wysiwygimg img {
padding: 1em;
padding-bottom: 2em;
}
.wysiwygimg td img  {
padding: 3px;
}
h1 {
font-size: 14px;
font-weight: bold;
border-bottom: 2px solid black;
padding-bottom: 8px;
margin-top: 0;
margin-bottom: 40px;
}
#footer {
height: 35px;
background: #6e6e6e url(../images/navi-bg.gif);
background-repeat: repeat-x;
border-top: 5px solid #e4e4e4;
text-align: right;
font-size: 14px;
color: white;
font-weight: bold;
padding: 9px 17px 0 0;
}
.image {
float: left;
padding: 5px;
}
#suchbox {
margin-top: 20px;
margin-left: 16px;
}
#suchbox fieldset {
border: none;
}
#suchbox input.inputsearch {
width: 117px;
border: 1px solid #666;
}
#suchbox input.submitsearch {
width: 21px;
background: transparent url(../images/suche.png) no-repeat scroll right center;
border: none;
}
.grey {
background:#EFEFEF none repeat scroll 0 0;
margin: 2px;
padding: 10px;
}


/* externe links markieren */
a[href^="http:"] {
background: transparent url('../images/externer-link.gif') 100% 50% no-repeat;
padding-right: 15px;
}

/* interne links */
a[href^="http://spengler-installateur.ch"],
a[href^="http://www.spengler-installateur.ch"],
a[href^="http://www.spengler-installateur.ch"],
{
background: transparent;
padding-right: 0px;
}

/* pdf links */
a[href$=".pdf"] {
background: transparent url('../images/pdf.gif') 100% 50% no-repeat;
padding-right: 15px;
}
