﻿/* CSS-Layout */
* {
	padding: 0px; margin: 0px;
}
#wrapper {
	color: #CCCCCC;
	background-color: #1E1A16;	
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	text-align: center;
}

#masthead {
	margin-top:10px;
	text-align: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#top_nav {
	color: silver;
	position: relative;
	text-align: center;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#iframetop {
	max-height: 50px;
	margin: 0px;
}

#zentrum {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: -13px;
}

#container {
	position: relative;
	width: 100%;
	text-align: center;
}

#left_col {
	width: 237px;
	position: absolute;
	/* margin-top:-166px;
	margin-left:-490px; */
	padding-bottom: 20px;
	left: 0px;
	top: 0px;	/* left und top auskommentieren und magin-top u m-left gültig machen geht auch - position fixed */
	text-align: left;
	color: #1E1A16;
	background-color: #75AD38;	/* bisher #006600 */
	}

#linke_navi { 
	text-align:center;
	background-color: #75AD38;
}

#TreeView1 {
}

#left_col a: {
	color: #1E1A16;
}

#left_col a:visited {
	color:#FFFF99
}

#left_col a:hover {
	color: #1E1A16;
}

#left_col a:active {
	background-color:green;
}

#page_content {
	margin-right: 200px;
	margin-left: 230px;
	background-color: #1E1A16;
}

#right_col {
	width: 182px; /* 200 px ohne Erfolg getestet */
	position: absolute;
	right: 15px;
	top: 0px;
	text-align: center;
	padding-left: 2px;
}

#right_col a {
	color: silver;
	border-bottom: 2px #ff0066 dotted;
}

#right_col a:visited {
	color: silver;
	border-bottom: 2px #ff0066 dotted;
}

#right_col a:hover {
	color: white;
	border-bottom: 3px solid #CC3300;
	font-weight: bold;
	letter-spacing: 2px;
}

#right_col a:active {
	color: red;
	border-bottom: 2px white solid;
	font-weight: bold;
}

#rechts_skyscraper {
	text-align:left;
	background-color: #1E1A16;
	/* margin-right:-20px; */
}

h1 {
	font-size: 150%;
}

a {
	color: #1E1A16;
}

a:visited {
	color: #444444;		/* bisher #666666 */
}

a:active {
	color: #ff0066; 		/* bisher #CC6699 bzw. war später auch #ff0066 */
	background-color: green;	/* bisher #1E1A16 */
}
	
a:hover {
	color: #1E1A16;		/* bisher #FF33CC */
	font-weight: bold;
	border-bottom: 2px red solid;

}
