/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(test.jpg); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #666;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #0000FF; border-bottom: 1px ; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 820px;
	background: #FFF  repeat-y 25%;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {

         background: #FFF url(logo_moesinger.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 45px 30px;
	}
#header h1 {
	margin: 0;
	color: ##0080FF;
	font-size: 1.8em;
	font-weight: normal;
	cursor: default;
	}
#header h2 {
	margin: 0;
	color: #8D8E90;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}
#logo    {
	background:  url(logo_stadt.gif) no-repeat 100% 0;
         border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding: 45px 30px;
}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E;        /*Streifen oben rechts */
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}
#nav li a {
	text-decoration: none;
	color: #ddd;              /* Schrift in Navibuttons   */
	background-color: #858F9E;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #FF0000; color: #000000; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 {
	font-size: 1.1em;
	color: #49515C;
	margin: 0 10px 0 0;
	cursor: default;
	}
#content div, #sidebar div {
	padding: 1px 0 10px 0;
	border-top: 1px solid #ddd;
  padding: 10px;
	}




  #sidebar {
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}
#sidebar div { background: #fff url(para_bg.jpg) repeat-x; }




/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 625px;
	position: relative;
	margin-left: 15px;
	line-height: 18px;
	text-align: justify;
         color: black;



	}
#content2 {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 95px;
	line-height: 20px;
	text-align: justify;


	}
#content div { background: #A4B2D7}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #909EC3;
         /*background: #49515C url(header_right.gif) no-repeat 100% 0;   */
	border-bottom: 5px solid #fff;
	border-top: 6px solid #fff;
	text-align: right;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 12px;
	clear: both;
	}

#footer a { text-decoration: none; color:white; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
