body {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #EEEEEE;
	margin: 0px;
	height: 100%;
	
	background-image: URL('../gfx2/bg.png');
}

table {
	font-family: Verdana, sams-serif;
	font-size: 8pt;
	text-align: left;
}

a {
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #EEEEEE;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

a:active {
	color: #FFFF00;
	text-decoration: underline;
}

img {
}

h1 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2 {
	font-size: 9pt;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

h3 {
	font-size: 8pt;
	padding-left: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.small {
	font-size: 7pt;
}


div.logo_intro {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}



ul {
	margin-top: 2px;
	margin-bottom: 2px;
}

li {
	margin-left: -16px;
}

#sidebar {
	position: absolute;
	right: 26px;
	top: 0px;
	width: 210px;
	height: 100%;
	
	background-position: left;
	background-repeat: repeat-y;
	background-image: URL('../gfx2/sidebar_bg.png');
	
	overflow: auto;
	z-index:1;
	visibility: visible;
}

#sidebar_content {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 160px;
	overflow: hidden;
	z-index:2;
	visibility: visible;
}

#sidebar_content img {
	border-color: #444444;
	margin: 2px 0px 2px 0px;
}

#mainbar {
	position: absolute;
	left: 0px;
	bottom: 5%;
	width: 100%;
	
	z-index: 3;
}


#mainbar_1 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;

	/*background-image: URL('../gfx2/mainbar_t.png');*/
	z-index: 5;
}

#mainbar_2 {
	left: 0px;
	top: 0px;
	width: 100%;
	
	background-image: URL('../gfx2/mainbar_c.png');
	z-index: 5;
	
}

#mainbar_3 {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 25px;

	background-image: URL('../gfx2/mainbar_b.png');
	z-index: 5;
}


#content {
	position: relative;
	
	left: 40px;
	width: 700px;
	min-height: 260px;
	
	background-image: URL('../gfx2/content_bg.png');
	background-repeat: repeat-y;
	
	z-index: 6;
}


#logo {
	position: absolute;
	
	right: 76px;
	top: 100px;
	
	z-index: 3;
}

#hoverbild {
	position: absolute;
	right: 26px;
/*	left: 750px;*/
	bottom: 35px;

	text-align: center;

	background-color: #333333;
	padding: 8px;
	border: 1px solid #cccccc;
	
	visibility: hidden;
	z-index: 100000; /* häßlich, muss aber höher als die Menüreiter sein, sonst schauts kacke aus *g* */
}

#hovertext {
	font-size: 7pt;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
	
	display: none;
}

img {
	border-color: #cccccc;
}

