body {
	 height : 100%;
	 margin : 5px;
	 padding : 0px;
	 position : absolute;
	 width : 950px;
	 background-color : #FFFFFF;
	 font-family : "Verdana", "Helvetica", "sans-serif";
	 font-size : 13px;
}

#navigation {
	 position : relative;
	 width : 950px;
	 height : 70px;
	 font-weight : bold;
     font-size : 13px;
	 color : #3333CC;
}

#navbar {
	 position : absolute;	 
	 height : 18px;
	 width : 780px;
	 top : 20px;
	 left : 170px;   
	 background-color : #3333CC;
	 font-variant : small-caps;
	 color : #FFFFFF;
	 -moz-border-radius-topleft : 10px;
}

#navbar a, #navbar a:visited {
	 color : #FFFFFF;
	 text-decoration : none;
	 margin-left: 20px;
}

#navbar a:hover {
	 color : #FF0000;
	 background-color : #FFFFFF;
}

#content {
	 position : absolute;
	 top : 70px;
	 left : 0px;
	 width : 900px;
	 min-height : 100%;
	 padding : 30px 15px 15px 35px;
	 background: #3333CC url(Bilder/bkg.gif) fixed repeat-y;
	 color : #FFFFFF;
}

#content_ix {
	 position : absolute;
	 top : 70px;
	 left : 0px;
	 width : 900px;
	 min-height : 100%;
	 padding : 30px 15px 15px 35px;
	 background: #FFFFFF url(Bilder/bkg.gif) fixed repeat-y;
	 color : #3333CC;
     font-size: 1.1em;
}
 
a, a:visited {
     color : #FFFFFF;
	 text-decoration : none;
     font-weight : bold;
}

a:hover {
     color : #FF0000;
}

#index a, #index a:visited {
     color : #3333CC;
	 text-decoration : none;
}

#index a:hover {
     color : #FF0000;
}

#sidekick {
     position : absolute;
     top : 205px;
     left : 600px;
}

#impressum {
     float : right;
     width : 270px;
     text-align : justify;
     font-size : 0.8em;
}

.linklist {
     list-style-type : none;
     list-style-position : inside;
     border-left: 1px solid white;
     font-weight : bold;
}

.linklist li {
     margin: 5px 0px 5px 0px;
}

.subtitle {
     font-size : 1.25em;
     font-variant : small-caps;
}