* {
	margin: 0;
	padding: 0;
}

body {
		 background-color: #000;
		 font: normal 13px "Lucida Grande", "Lucida Sans Unicode", arial, verdana, sans-serif;
		 line-height:120%;
		 color: #000000;
		 scrollbar-3dlight-color:#292526;
		 scrollbar-arrow-color:#c60;
		 scrollbar-darkshadow-color:#efefef;
		 scrollbar-face-color:#292526;
		 scrollbar-highlight-color:#efefef;
		 scrollbar-shadow-color:#292526;
		 scrollbar-track-color:#292526;
		 scrollbar-base-color:#292526;
		 }

strong {
			 color: #c60;
			 }

hr {
	 color:#150EA7;
	 width:400px;
	 }
			 
b {
	color:#000000;
	}			 


h1, h2, h3 {
					 color: #c60;
					 }

h1 {
	 margin-bottom: 0.5em;
	 font-size: 162%;
	 font-weight: bold;
	 letter-spacing: -1px;
	 }

h2 {
	 margin-bottom: .5em;
	 font-size: 136%;
	 font-weight: normal;
	 letter-spacing: -1px;
	 }

h3 {
	 font-size: 100%;
	 font-weight: bold;
	 }

p, blockquote, ul {
	 						 		margin-bottom: 1.5em;
									text-align: justify;
									line-height: 167%;
									font-size: 100%;
									}

ul {
	 list-style: none;
	 }

a {
	text-decoration: none;
	color: #000;
	}

a:hover {
				text-decoration: underline;
				color: #c60;
				}

a.aktiv {
				background: #fff;
				text-decoration: none;
				color: #c60;
				}								
				
th {
	 background-color:#c60;
	 color:white;
	 text-align:center;
	 }
td{
	 background-color:#fff;
	 color:#000;
	 text-align:left;
	 }

th.kontakt {
					 text-align:left;
					 background-color:#E3E3E6;
					 }
td.kontakt {
					 background-color:#E3E3E6;
					 text-align:left;
					 vertical-align:top;
					 }

/*Header*/
#header {
				width:100%;
				background-color:#000;
				height:100px;
				padding: 10px 0px 0px 10px;
				}
#header ul {
				 margin: 0;
				 padding: 0;
				 list-style: none;
				 }

#header li {
				 padding: 7px;
				 display: inline;
				 background: none;
				 }				

/* Menu */

#menu {
			background-color:#c60;
			width: 100%;
			height: 30px;
			margin: 0;
			}

#menu ul {
				 margin: 0;
				 padding: 0;
				 list-style: none;
				 }

#menu li {
				 padding: 0;
				 display: inline;
				 
				 }

#menu a {
				display: block;
				float: left;
				height: 30px;
				padding: 0px 10px 0px 10px;
				font-size: 100%;
				font-weight: bold;
				color:#fff;
				}

#menu a:hover {
							background: #fff;
							text-decoration: none;
							color: #c60;
							}
#menu a.aktiv {
				display: block;
				float: left;
				height: 30px;
				padding: 0px 10px 0px 10px;
				font-size: 100%;
				font-weight: bold;
				color:#c60;
				}
			
			
/* Page */

#page {
			background-color:#000;
			float:left;
			width: 100%;
			padding: 0;
			margin: 0;
			}						

/* Left-Content */

#leftcontent {
				 background-color:#fff;
				 float: left;
				 width: 500px;
				 height:500px;
				 overflow:auto;
				 padding: 20px 30px 20px 10px;
				 
				 }

#welcome {
				 margin-bottom: 20px;
				 padding-bottom: 1px;
				 
				 }

td.quadrat {
width:50px;
text-align:center;

}
td.quadrat img {
width:10px;
height:10px;

}

/* Right-Content */

#rightcontent {
				 float: left;
				 width: 400px;
				 padding: 20px 0px 20px 20px;
				 background-color:#000;
				 color:#fff;
				 }


/* Footer */

#footer {
				height: 50px;
				border-top: 1px solid #fff;
				border-bottom: 1px solid #c60;
				}

#footer .wrapper {
								 width: 100%;
								 margin: 10px;
								 }


#footer .legal {
							 float: left;
							 width: 300px;
							 height: 30px;
							 margin: 0px ;
							 padding: 0px 0px 0px 0px;
							 background: #000;
							 text-align: left;
							 font-size: 85%;
							 color: #c60;
							 }



