/* CSS Document */

body	{	/*background-color: #4e4b49;*/
		background-color: #000000;
			font-family: Arial, Verdana;
			font-size: 10pt;
			margin: 0px;
			margin: 8px;
			margin-top: 45px;
			padding: 0px;
		}
		
		div#black	{	background-color: #000000;
					width: 978px;
					padding: 4px;
					padding-top: 14px;
					margin: 0px auto;
				}

		div#site	{	margin: 0px auto;
						width: 960px;
						background-color: #000000;
						border: 0px solid #000000;
						padding: 0px;
					}

					div#head	{	/*background: url("./images/grau-oben.png") no-repeat #1F1A17;*/
									height: 89px;
								}

								div#grau-oben	{	background: url("./images/balken-bottom.png") no-repeat;
				                                                    	margin-top: 25px;
                                				                    	height: 18px;
											position: relative;
											top: 55px;
													}

								div#line-m-oben	{	background: url("./images/linie-m-oben.png") no-repeat;
													height: 47px;
													position: relative;
													top: 19px;
													z-index: 50;
												}

								div#visuell		{	position: relative;
													top: -56px;
													left: 40px;
													width: 506px;
												}

								div#visuell     img {	border: 0px;
													}

								div#logo		{	position: relative;
													top: -98px;
													left: 617px;
													width: 210px;
												}

								div#logo		img	{	border: 0px;
													}

					div#main	{	/*background: #1F1A17;*/
									padding: 17px 17px 6px 17px;
									color: #FFFFFF;
									line-height: 22px;
									min-height: 422px;

								}

								div#menu-left	{	float: left;
													width: 113px;
													/*background: #00ff00;*/
													margin-top: 0px;
												}

								div#menu-left	ul.navigation	{	margin: 0;
																	padding: 2px 10px 28px 0px;
																	margin: 0;
																	border: 0px;
																}

								div#menu-left	ul.navigation	li	{	list-style: none;
																		padding: 6px 0 6px 0;
																	}

								div#menu-left	ul.navigation	li	a	{	color: #ffffff;
																			text-decoration: none;
																			font-weight: normal;
																			font-size: 8.5pt;
																			letter-spacing: 2px;
																		}

								div#menu-left	ul.navigation	li	a:hover	{	color: #C60679;
																				text-decoration: underline;
																			}

								div#menu-left	ul.navigation	li	span	a	{	color: #C60679;}
								div#menu-left	ul		li	ul	{	margin: 0px;
															margin-left: 2px; 
															margin-bottom: 10px;
															padding: 0px;
															padding-left: 5px;
															border: 0px;
															border-left: 1px solid #C60679;
															border-bottom: 1px solid #C60679;
															border-bottom-left-radius: 5px;
														}
								div#menu-left	ul		li	ul	li	{}

								div#content		{	/*background: #1F1A17;*/
													margin-left: 116px;
													padding-left: 22px;
													border-left: 2px solid #ffffff;
													margin-bottom: 25px;
												}

								div#content	a:link		{	color: #ffffff; text-decoration: underline; }
								div#content	a:visited	{	color: #ffffff; text-decoration: underline; }								
								div#content	a:active	{	color: #ffffff; text-decoration: underline; }
								div#content	a:hover		{	color: #C60679; text-decoration: underline; }
												
                    div#bottom	{	overflow: hidden;
                                    height: 65px;
                                    /*background-color: #1F1A17;*/
								}

								div#farbstreifen	{	background: url("./images/farbstreifen.png") no-repeat;
														height: 6px;
													}

                                div#menu-bottom		{	background: url("./images/balken-bottom.png") no-repeat;
                                                    	text-align: right;
                                                    	margin-top: 25px;
                                                    	height: 18px;
													}

								div#menu-bottom	ul.navigation	{	margin: 0;
																	position: relative;
																	top: 1px;
																	padding: 0px 1px 0px 0px;
																	
																	border: 0px;
																}

								div#menu-bottom	ul.navigation	li	{	list-style: none;
																		padding: 0px 6px 0px 6px;
																		display: inline;

																	}
																	
								div#menu-bottom	ul.navigation	li	a   {	height: 30px;

    																		width: 46px;
																		}

								div#menu-bottom	ul.navigation	li	a#home	{	background: url("./images/home.png") no-repeat scroll left top transparent;
																				width: 46px;
																				padding: 16px 25px 0;
																			}

								div#menu-bottom	ul.navigation	li	a#impressum	{	background: url("./images/impressum.png") no-repeat scroll left top transparent;
																				width: 46px;
																				padding: 16px 25px 0;
																			}

								div#menu-bottom	ul.navigation	li	a#sitemap	{	background: url("./images/sitemap.png") no-repeat scroll left top transparent;
																				width: 46px;
																				padding: 16px 25px 0;
																			}
