/*---- css reset ---------------------
------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}
ul,ol {
list-style: none;
}
b,strong {
font-weight: bold;
}
img,a img {
border: none;
}

/* --------- Schrift / Grösse --------
------------------------------------*/

body {
font-family: Arial,Helvetica,sans-serif;
font-size: 90%;
color: #000000;
background-color: #f7f7f7;
}
h1 {
font-weight:bold;
font-size: 2.0em;
color: black;
}
h2 {
font-weight:bold;
font-size: 1.6em;
color: black;
}
h3 {
font-weight:bold;
font-size: 1.5em;
color: black;
}
a {
color: #000000;
}
p{
font-size:1.2em;
color: #000000;
}


#wrapper {
margin:0 auto;
width:94%;
min-width:40em;
max-width:70em;
border:10px solid #fff;
border-width:0 10px;
background:#fff;
}
#header {
background: #1144AA;   /* hintergrundfarbe */
height: 100px;
}
#header h1 {
padding-left:.6em;
letter-spacing:1.5pt;
}
#header h1 a {
font-weight: bold;
color:#000000;
text-decoration:none;
}
#head-font {
float:left;
margin:16px 0 0 40px;
}
#title {
color: white;
font-size: 250%;
font-weight:bold;
}
#slogan {
color: white;
font-style: italic;
font-size: 125%;
}
#advert {
background:url(images/advert.png);
width:468px;
height:60px;
margin:20px 13px 0 0;
float:right;
}
#header ul {
float: left;
margin-top: 20px;
margin-bottom: 16px;
padding: 5px 9px 5px 0px;
background: #FF6F00;       /*---hintergrundfarbe---*/
}
#header li {
display:inline;
}
#header li a {
padding: 5px 30px 5px 30px;
font-family: 'Lucida Grande', Arial, tahoma, verdana, sans-serif;
font-size: 1.2em;
color: black;              /*---schriftfarbe---*/
text-decoration:none;
}
#header li a:hover {
background: #FFD100;       /*---hintergrund bei berührung---*/
text-decoration: underline;
}
#content {
margin:10px 0 10px 10px;
float:left;
width:67%;
}
#sidebar {
margin:10px 10px 10px 20px;
float:right;
width:25%; }
#sidebar h3 {
font:bold 1.2em/3 "Lucida Bright", Georgia, Times, serif; color: black;
}
#sidebar a {
color: #000000;
font-size:120%;
line-height: 1.3em;
text-decoration: none;
}
#sidebar a:hover {
background: #FF6F00;
text-decoration: underline;
}
#footer {
height:15px;
clear:both;
}
#footercontent {
text-align: center;
}

.gutschein {
font-size: 1.2em;
padding: 10px;
background-color: #99CCFF;
}
.seitenanzeige {
text-align:center;
}
