@charset "UTF-8";
/* CSS Document */

@font-face {
			font-family: BigNoodleTitling;
			src:url('images/big_noodle_titling.ttf');
}

body {
	background-color: #DFECC2;
	
	
}
body,td,th {
	vertical-align: auto;
	top: 100px;
	text-align: center;
	color: #43ADE6;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	background-color: #E4B2B0;
	vertical-align: central;
	height: 1500px;
	-moz-border-radius-bottomleft: 30;
	
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;	
	
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
	
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
	
	
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: BigNoodleTitling;
	src: url('images/big_noodle_titling.ttf') ;
	text-align: right;
	
	
}



#footer {
	height: 200px;
	-moz-border-radius-bottomleft: 30;
	background-color:#303030;
	font-size:13px;
	
	
	
	
}

#oberteil {
	height: auto;
	background-color: #303030;
	text-align: right;	
	
	
}

#main {
	height: 317px;
	-moz-border-radius-bottomleft: 30;
	background-color: #303030;
	
	
	
}

#con {
	height: 800px;
	-moz-border-radius-bottomleft: 30;
	background-color: #303030;
	
	
}

#weiter {
	height: 50px;
	-moz-border-radius-bottomleft: 30;
	background-color: #303030;
	
	
}
#rosa {
	width:606px;
	height: 100px;
	background-color: #E5B2AE;
	
}


#navi {
	position: fixed;
	top: 0;
	width: 100%;
	color: #ffffff;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	padding-bottom:10px;
	/* Adds shadow to the bottom of the bar */
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	/* Adds the transparent background */
	background-color: rgba(0,0,0,0.8);
	color: rgba(0,154,230,0.8);
	font-size: 36px;
	font-family: BigNoodleTitling;
	src: url('images/big_noodle_titling.ttf') ;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-color: #000;
	outline-color: #666;
}

nav {
	margin-top: 60px;
	position: fixed;
	top: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding-top: 0px;
	/* Adds shadow to the bottom of the bar */
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	/* Adds the transparent background */
	background-color: rgba(0,0,0,0.8);
	color: rgba(255,255,255,0.8);
	font-size: 36px;
	font-family: BigNoodleTitling;
	src: url('images/big_noodle_titling.ttf') ;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-color: #000;
	outline-color: #666;
}


nav {
	width: auto;
	position: fixed;
	outline-color: #333;
}
nav ul {
	padding: 0px;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	background-color: rgba(0,0,0,0.8);
	color: rgba(0,154,230,0.8);
	font-size: 36px;
	font-family: BigNoodleTitling;
	src: url('images/big_noodle_titling.ttf') ;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-color: #000;
	outline-color: #333333;
}

nav ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

nav ul,nav ul li{
}
nav ul li {
	list-style: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #069;
}
nav ul li a {
    text-decoration: none;
    display: block;
    color: #019CE5;
    padding: 14px 34px 14px 34px;

    transition: background 0.3s ease-out; /* explorer 10 */
    -webkit-transition: background 0.3s ease-out; /* chrome & safari */
    -moz-transition: background 0.3 ease-out; /* firefox */
    -o-transition: background 0.3 ease-out; /* opera */
}

nav ul li.cat1:hover a, nav ul li.cat1:hover > ul li a  {
    background-color: #D18745;
}
nav ul li.cat2:hover a, nav ul li.cat2:hover > ul li a  {
    background-color: #84E4B9;
}
nav ul li.cat3:hover a, nav ul li.cat3:hover > ul li a {
    background-color: #CD5460;
}
nav ul li.cat4:hover a, nav ul li.cat4:hover > ul li a {
	color: #FFFFFF;
	background-color: #B990CD;
	}
nav ul li.cat5:hover a, nav ul li.cat5:hover > ul li a {
    background-color: #6996DD;
}

nav ul li:hover > a {
    color: #FAFAFA;
}
nav ul li:hover > ul {
    visibility: visible;
}

nav ul li ul{
    display: inline;
    visibility: hidden;
    position: absolute;
    padding:0px;
}
nav ul li ul li{
	float: none;
}
nav ul li ul li a {
    color: #FAFAFA;
}
nav ul li ul li a:hover{
	color: #333;
	background-color: #FAFAFA !important;
}
