﻿body {
/*
background-color:lightyellow; -->
*/

text-align: center;
background-image: linear-gradient(white 0%, #9FBFD2 100%); 
background-repeat:no-repeat;
background-attachment:fixed;

}

#Website {
width:980px;
margin: 0 auto;

}

#Banner {
width:980px;
height:150px;
background-color:#003366;

/* Abgerundete Ecken */
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 10px 2px 50px grey;
}

#Banner h1 {
padding-top: 50px;
font-size: 40px;
font-weight: bold;
color: white;
font-family:"Courier";
}

#Menue {
background-color:#1B1B1B;
width: 980px;
height:50px;
margin-top:5px;
margin-bottom:5px;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 10px 2px 50px grey;

}

#Menue h3 {
padding-top:15px;
font-size: 20px;
font-weight: bold;
color: white;
font-family:"Courier";
}


#Inhalt {
width: 980px;
height: 300px;

background-color:white;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 10px 2px 50px grey;

}

#Fusszeile {

background-color:#003366;
width: 980px;
height:50px;
margin-top:5px;
margin-bottom:50px;

padding-bottom: 5px;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
box-shadow: 10px 2px 50px grey;

}

#Fusszeile h3 {
font-size: 20px;
font-weight: bold;
color: white;
font-family:"Courier";
text-align:right;
padding-right: 10px;
padding-top: 15px;


}


/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}


} 