/* CSS-File fuer spengler-installateur.ch */
/* Erstellt:         07.08.09 NWe */
/* Letzte Aenderung: 07.08.09 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 {
width: 100%;
height: 100%;
}
#page {
width: 100%;
}
#wrapper {
width: 100%;
text-align: left;
}
#header {
display: none;
visibility: hidden;
}
#mainmenu {
display: none;
visibility: hidden;
}
#submenu {
display: none;
visibility: hidden;
}
#content {
width: 100%;
}
.content-left {
float: left;
width: 47%;
padding-bottom: 1em;
}
.content-right {
float: right;
width: 47%;
padding-bottom: 1em;
}
.start-content-left {
width: 100%;
}
.start-content-right {
display: none;
visibility: 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 {
display: none;
visibility: hidden;
}
.image {
float: left;
padding: 5px;
}

/* 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;
}
