@charset "utf-8";
@font-face {
    font-family: 'Baskerville Pro';
    src: url('fonts/baskerville-pro-regular-webfont.eot');
    src: url('fonts/baskerville-pro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/baskerville-pro-regular-webfont.woff') format('woff'),
         url('fonts/baskerville-pro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Pro Bolditalic';
    src: url('fonts/baskerville-pro-bolditalic-webfont.eot');
    src: url('fonts/baskerville-pro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/baskerville-pro-bolditalic-webfont.woff') format('woff'),
         url('fonts/baskerville-pro-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Pro Bold';
    src: url('fonts/baskerville-pro-bold-webfont.eot');
    src: url('fonts/baskerville-pro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/baskerville-pro-bold-webfont.woff') format('woff'),
         url('fonts/baskerville-pro-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Pro Heavy';
    src: url('fonts/baskerville-pro-heavy-webfont.eot');
    src: url('fonts/baskerville-pro-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/baskerville-pro-heavy-webfont.woff') format('woff'),
         url('fonts/baskerville-pro-heavy-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Baskerville Pro Italic';
    src: url('fonts/baskerville-pro-italic-webfont.eot');
    src: url('fonts/baskerville-pro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/baskerville-pro-italic-webfont.woff') format('woff'),
         url('fonts/baskerville-pro-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*color scheme: 312264 6a48d7  412c84  3914af  876ed7 6448d7 200772    ffd300  bfa730  a68900  ffde40 ffe773  */
body {
	font-family:Baskerville Pro, Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	/*background-image: url(background.png);*/
	background-repeat:repeat;
	background-color:#FFC;
}
a, a:visited, ul li a, ul li a:visited {
	font-family:Baskerville Pro Heavy, Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#538ccd;
}

a:hover, ul li a:hover {
	text-decoration:none;
	background-color:#538ccd;
	color:white;
}
input, textarea, select {
	background-color: #538ccd;
	font-family:Baskerville Pro, Verdana, Geneva, sans-serif;
	border:none;
	border-right: 1px solid #538ccd;
	border-bottom: 1px solid #538ccd;
	padding: 5px;
	color:white;
}
textarea {
	width:75%;
	min-width:140px;
	max-width:500px;
}
input:hover, textarea:hover {
	background-color: #bfdfff;
	color:#538ccd;
}
input:required, textarea:required {
	background-color: #538ccd;
	color:white;
}
input:required:hover, textarea:required:hover {
	background-color: #bfdfff;
	color:#538ccd;
}
fieldset { 
	border: 5px solid #538ccd; 
	border-radius: 6px; 
	font-family:Baskerville Pro Bold, Verdana, Geneva, sans-serif;
	color:black;
	padding: 12px;
} 
legend {
	background: #538ccd;
	border: solid 1px black;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 6px;
}
.message {
	color:#F00;
	font-family:Baskerville Pro, Verdana, Geneva, sans-serif;
}


#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
/*	display: block;*/
	height:150px;
	background-color:#538ccd;
	background-image: -moz-linear-gradient(top, #538ccd 25%, #bfdfff 75%);
	background-image: -webkit-linear-gradient(top, #538ccd 25%, #bfdfff 75%);
	background-image: -ms-linear-gradient(top, #538ccd 25%, #bfdfff 75%);
	background-image: -o-linear-gradient(top, #538ccd 25%, #bfdfff 75%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#538ccd',endColorstr='#bfdfff');
}
#firstpage {
	width: 100%;
}




#menubar {
	clear: both;
	background-color:#538ccd;
	background-image: -moz-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	background-image: -webkit-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	background-image: -ms-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	background-image: -o-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	width: 100%;
	height:32px;
	z-index:1000;
	font: 1em Baskerville Pro, sans-serif;
}
#menubar2 {
	clear: both;
	margin-top:3px;
	background: #538ccd;
	width: 100%;
	z-index:1001;
	font: 1em Baskerville Pro, sans-serif;
}
#menu ul {
	padding:0;
	margin:0px;
	background-color:#538ccd;
	background-image: -moz-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	background-image: -webkit-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	background-image: -ms-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	background-image: -o-linear-gradient(top, #bfdfff 75%, #bfdfff 25%);
	width: 100%;
	z-index:1002;
} 

#menu li { 
	list-style:none; 
    position:relative;
    float:left; 
    text-align:center; 
    margin-right:30px; 
    font: 1em Baskerville Pro Bold, sans-serif;
	width:10em;
	z-index:1003;
}   

#menu a { 
    font: 1em Baskerville Pro Bold, sans-serif;
	display: block; 
    width:100%; 
    color: #538ccd;
    line-height: 30px; 
    text-decoration: none;
    background: transparent;
	margin: 1px -1px 0 0;
	border-top:2px solid #538ccd;
	border-left:2px solid #538ccd;
	border-right:2px solid #538ccd;
	margin: 0 -1px -1px 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}       
#menu a.navigation_active {
	background: #ffffff;
	color: #538ccd;
}

#menu :hover > a {
	background: #538ccd;
	color: #ffffff;
}

.level2 { 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom:2px solid #538ccd;
	position:absolute; 
    top:30px; 
    left:0;  
}        
                                                              
.level3,.level4 { 
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom:2px solid #538ccd;
	position:absolute;  
    top:0; 
    left:8.08em; 
} 

.level2,.level3,.level4 {
 	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom:2px solid #538ccd;
   visibility:hidden; 
} 

:hover > ul { 
    visibility:visible;
} 

#LayoutDiv1 {
	background-color:rgba(255,255,255,0.5);
	-moz-box-shadow: 5px 5px 6px #555;
	-webkit-box-shadow: 5px 5px 6px #555;
	box-shadow: 5px 5px 6px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#555');
}
#Bodytext {
	padding:10px;
}
#Footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	height:30px;
	background-color:#538ccd;
	font: 0.8em Baskerville Pro Heavy, sans-serif;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font: Baskerville Pro Heavy, sans-serif;
	color: #538ccd;
}
/* @end */

















/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Content {
    font: 100% Baskerville Pro, sans-serif;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#menubar {
	display:none;
}
#menubar2 {
	display:block;
}
#Logo {
	display: table;
	width:100%;
	height:150px;
	background-image: url(logo.fw.png);
	background-repeat:no-repeat;
}
#sitename {
	font: 2em Baskerville Pro Heavy, sans-serif;
	color: white;
	text-shadow: -1px -1px 0 #538ccd, 1px -1px 0 #538ccd, -1px 1px 0 #538ccd, 1px 1px 0 #538ccd;
	display:table-cell;
    vertical-align:middle;
	padding-left: 10px;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-top:1%;
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
    font: 100% Baskerville Pro, sans-serif;
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	display: block;
	background-image:url(bicherwuerm.png);
	background-repeat:no-repeat;
}
#menu a {
	font-size: 1em;
}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: white;
}
#menubar {
	display:block;
}
#menubar2 {
	display:none;
}
#menu li { 
	list-style:none; 
    position:relative;
    float:left; 
    text-align:center; 
    margin-right:5px; 
    font: 1em Baskerville Pro Bold, sans-serif;
	width:90px;
	z-index:1003;
}   
#Logo {
	display: table;
	width:100%;
	height:150px;
	background-image: url(logo.fw.png);
	background-repeat:no-repeat;
}
#sitename {
	font: 2em Baskerville Pro Heavy, sans-serif;
	color: white;
	text-shadow: -1px -1px 0 #538ccd, 1px -1px 0 #538ccd, -1px 1px 0 #538ccd, 1px 1px 0 #538ccd;
	display:table-cell;
    vertical-align:middle;
	padding-left: 10px;
}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	margin-top:2%;
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	width: 100%;
	display: block;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Content {
    font: 120% Baskerville Pro, sans-serif;
	clear: both;
	float: left;
	margin-top: 10px;
	width: 100%;
	display: block;
	background-image:url(bicherwuerm.png);
	background-repeat:no-repeat;
}
#menu a {
	font-size: 1em;
}
#menu a span {
	display: block;
	position: absolute; top: 5px; left: 8px;
	width: 8px; height: 8px;
	background: white;
}
#menubar {
	display:block;
}
#menubar2 {
	display:none;
}
#menu li { 
	list-style:none; 
    position:relative;
    float:left; 
    text-align:center; 
    margin-right:20px; 
    font: 1em Baskerville Pro Bold, sans-serif;
	width:7em;
	z-index:1003;
}   
#Logo {
	display: table;
	height:150px;
	background-image: url(logo.fw.png);
	background-repeat:no-repeat;
}
#sitename {
	font: 2em Baskerville Pro Heavy, sans-serif;
	color: white;
	text-shadow: -1px -1px 0 #bfdfff, 1px -1px 0 #bfdfff, -1px 1px 0 #bfdfff, 1px 1px 0 #bfdfff;
	display:table-cell;
    vertical-align:middle;
	padding-left: 350px;
}
}

