html	{ 
	  padding:0px;
	  margin:0px 0px 10px 0px;
	  font-family:Arial; font-size:14px; height: 100%; 
	}
body	{ 
		  color:#333333;
		  margin: 0px 0px 10px 0px; padding: 0px 0px;
		}

h1	{ font-size:18px; color:#990033; }
h2	{ font-size:15px; color:#990033; }

a	{ color:#990033; }

div#bar_top	{ width:100%; height:27px; text-align:right; padding:0px;
			  font-family:Arial; font-size:13px; font-weight:bold; 
			  background-color:#990033; color:#fff; }
div#bar_top a	{ color:#fff; text-decoration:none; }
div#bar_top a:hover	{ color:#fff; text-decoration:underline; }
div#menu_top	{ float:right; margin:6px 3px 0px 0px; }
form#suche	{ float:right; height:21px; background-color:#b5637e; margin:3px; }
form#suche input[type=text]	{ background-color:#b5637e; border:0; height:21px; color:#fff; font-size:14px; padding:0px; }
input[type=submit]#search_submit	{  float:left; height:15px; width:15px; margin:3px; padding:0px; border:none;
					   background-color:#b5637e; background-image:url("../images/design/lupe.png"); background-repeat:no-repeat; }

div#header	{ width: 1100px; height:306px; margin:0px auto;}
img#logo	{ }

nav 	{ box-sizing: border-box; background-color: #990033; font-size: 17px; margin: 0px auto; display: table;}			  
nav ul	{ margin: 0px; padding: 0px; }
nav a	{ display: block; color: #fff; text-decoration: none; }

nav ul li	{ position: relative; float: left; list-style: none; z-index:100; }
nav ul li:hover	{ background: #9b9b9b; }
nav ul li a	{ padding: 5px 15px; }

nav ul ul	{ position: absolute; top: -9999px; left: -9999px; background: #990033;
		  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6); }
nav ul ul li	{ float: none; width: 200px; border-bottom: 1px solid #9b9b9b; }
nav ul ul li a	{ padding: 5px 15px; }

nav ul li:hover > ul	{ top: 100%; left: 0; }
nav ul ul li:hover > ul	{ top: 0; left: 200px; }

/*
nav ul li.submenu > a:after	{ position: relative; float: right; content: '';
						  margin-left: 10px; margin-top: 5px;
						  border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; border-bottom: 5px solid transparent; }
nav ul ul li.submenu a:after	{ margin-left: auto; margin-right: -10px;
						  border-left: 5px solid #fff; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
*/

div.downarrow	{ float: right; content: ''; 
						  margin-left: 10px; margin-top: 5px;
						  border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; border-bottom: 5px solid transparent; }

nav ul ul li:last-child	{ border-bottom: none; }

div#column_center	{ width: 1100px; margin:0px auto; background-color:#fff; }
div#content	{ padding:36px 0px; width:1100px; margin:0px auto;}
div#veranstaltungsbox	{ float:right; border: 1px solid #990033; background-color:#fcfcfc; padding:0px 6px; margin:12px 0px 12px 12px; width:280px;}
div#veranstaltungsbox ul li	{ margin-bottom:6px; }
				  
div#column_right	{ float:right; width:99px; height:50px;}
				  
hr#hr_bottom	{ background-color:#990033; height:1px; border:none; }
hr#nachrichten	{ background-color:#f0f0f0; height:1px; border:none; }

a#seiten-bauer	{ text-decoration:none; color:#000; }
a#seiten-bauer:hover	{ text-decoration:underline; color:#000; }