/*-------------------- 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: 76%;
color: #000000;
background: #cccccc url(../bilder/MuT_muster.jpg) repeat;
line-height: 1.5em;
text-align: left;
}

h1,
h2,
h3 {
font-weight: bold;
}

h1,
h2 {
color: #ff9900;
}

h1 {
margin-bottom:0.2em;
font-size: 2.5em;
}

h2 {
font-size: 2.0em;
}

h3 {
font-size: 1.2em;
color: #ff9900;
}

h3.datum {
color: #505862;
font-size: 0.95em
}

blockquote {
color: #f18118;
}

a:link,
a:visited {
color: #ff9900;
text-decoration: none;
}

a:hover, 
a:focus,
a:active{
color: #ff9900;
text-decoration: none;
}

p a:link,
p a:visited {
color: #cc9933;
text-decoration: none;
}

p a:hover, 
p a:focus,
p a:active{
color: #3333cc;
text-decoration: underline;
}

.zahlf{
font-size:2.0em;
font-weight:bold;
color:#ffffff;
}

/*-------------------- Layout    -----------------
------------------------------------------------*/
#container{
width:675px;
height:592px;
background:#6633cc;
}

#header{
width:655px;
height:100px;
padding:20px 0 0 20px;
}

#sidebarLeft{
width:330px;
height:360px;
float:left;
}

#bildpos{
height:390px;
padding:0 0 0 20px;
}

#sidebarRight{
width:345px;
height:420px;
float:right;
}

#text{
width:325px;
height:370px;
padding-right:20px;
color:#ffffff;
}

#untertext{
height:20px;
font-size:0.8em;
margin-bottom:5px;
color:#ffffff;
}

#navi{
width:325px;
height:25px;
padding-top:5px;
border-top:1px solid #cc9933;   
}

#navi_links{
float:left;
}

#navi_rechts{
float:right;
}

#footer{
width:655px;
padding-top:25px;
height:52px;
clear:both;
}

#footerpos{
text-align:right;
font-size:0.9em;
}