/*CSS-Style f&uuml;r die Samariter-Stiftung, komplett &uuml;berarbeitet 09.2007, Autor: Dirk Heidenblut */

/*Seitenlayout */

html. body {
background: #ccccff;
height : 100%;
margin : 0;
padding : 0;
}

#rahmen {
margin: 0 auto;
width: 760px;
}

#kopf {
position: fixed;
z-index: 2;
top: 0;
height: 60px;
width: 760px;
background-image: url(../graf/koband.jpg);
}

#nav {
position: fixed;
padding-top: 0;
padding-left: 2px;
margin-top: 50px;
width: 120px;
height: 100%;
float: left;
background: orange;
font-size: 80%;
font-weight: bold;
overflow: hidden;
}

#nav img {
top: 0;
left: 0;
margin-left: -6;
padding-left: 0;
}

#inhalt {
margin: 50 0 0 0;
padding: 0px;
width: 620px;
float: right;
}

/*Navigation */

#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav ul li {
margin-top: 4px;
}

#nav ul li a {
display: block;
background-color: moccasin;
color: darkblue;
text-decoration: none;
font-weight: bold;
padding: 2px 0 3px 10px;
border: 1px solid;
border-color: #fff #757575 #757575 #fff;
}

#nav ul li a:hover {
background-color: #dfdfdf;
color: black;
padding: 3px 0 2px 11px;
border: 1px solid
border-color: #757575 #fff #fff #757575;
}

/*Layoutformatierung */

.bic {
text-align: center;
}

/*Formatierung */

h1 {
text-align: center;
color: dimgray;
font-size: 140%;
font-weight: bold;
}

h1:first-letter {
color: orange;
font-size: 180%;
}

h5 {
font-size: 80%;
font-weight: bold;
}

/* Bilder */

.bir {
float: right;
margin: 2px;
}

