body {
margin : 0;
padding : 0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #DCE6F2;
line-height : 1.7em;
color : #0E3584;
}
			/*TOP BANNER*/
#header {
height : 120px;
margin-top : 0;
padding : 0;
background : #b0e2ff url(../bilder/banner.jpg) no-repeat;
background-size: 100% 100%;
color : #555;
}
			/*TOP NAVIGATION*/
#topnav ul {
outline: none;
padding : 0.5em 0;
margin : 0 0 1px 0;
list-style-type : none;
background : #0E3584;
color : #fff;
text-align : center;
font-weight : bold;
}
#topnav li {
outline: none;
display : inline;
}
#topnav li a, #topnav a:visited {
outline: none;
text-decoration : none;
background : #0E3584;
color : #fff;
padding : 0.5em 3em;
border-right : 1px solid #fff;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
outline: none;
text-decoration : none;
background : #99ccff;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 15%;
margin-bottom : 1em;
padding-right : 3%;
}
#col2 {
float : left;
width : 70%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 0px dashed #0E3584;
border-right : 0px dashed #0E3584;
padding-right : 3%;
padding-left : 3%;
}
#col3 {
float : left;
width : 15%;
margin-left : 3%;
margin-bottom : 1em;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
outline: none;
margin : 0;
padding : 0;
list-style-type : none;
background : #fffff0;
color : #666;
}
#navcontainer ul li a {
outline: none;
padding : 0 0 0 20px;
color : #05286D;
background : transparent url(pics/blau.jpg) no-repeat left center;
text-align : left;
font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
line-height: 1.5em;
}
#navcontainer ul li a:hover {
outline: none;
color : #f17327;
background : transparent url(pics/blau.jpg) no-repeat left center;
}
#navcontainer ul li a#current {
outline: none;
background : transparent url(pics/blau.jpg) no-repeat left center;
color : #000;
}

			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 75px;
text-align : center;
font-size : 2em;
color : #efecdc;
background : inherit;
}
h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #05286D;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 1.2em;
color : #05286D;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
/* Links */
a {
outline: none;
text-decoration : none;
color : #05286D;
background : inherit;
}
a:hover {
outline: none;
text-decoration : underline;
color : #05286D;
background : inherit;
}
a img {
outline: none;
border : 10;
border-width: thin thin thin thin
}
/* Bilder */
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin : 10px 30px 20px 20px;
}0
