body,p,td,tr,table,ul,li {font-family:"Times",sans-serif; font-size:11pt; color:#000000; font-weight:bold;}

h1 {font-family:"Times",sans-serif; font-size:18pt; margin-top:0pt; color:#000000; text-align:left;}

h2 {font-family:"Times",sans-serif; font-size:14pt; color:#000000; text-align:left;}

p,li,ul {text-align:justify;}

p {margin-top:0pt; margin-bottom:0pt; margin-left:0pt; margin-right:0pt;}

p.smallc {font-size:10pt; text-align:center;}

p.smallr {font-size:10pt; text-align:right;}

p.smalll {font-size:10pt; text-align:left;}

p.normalc {font-size:11pt; text-align:center;}

p.bold {font-weight:bold; color:#000000;}

a:link {color:#3d4548;}

a:visited {color:#663366;}

a:active {color:#000099;}

html {
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

div#menue {
	position: absolute;
	top: 0;
	bottom: 0; 
	left: 0;
	width: 190px;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	background-image: url(images/bg_links.gif);
}

div#main {
	position: fixed;
	top: 0; 
	left: 190px;
	right: 0;
	bottom: 0;
	overflow: auto; 
	background-color:#EBE9B8;
	background-image: url(images/bg.jpg);
	background-attachment:fixed;
	z-index: 0;
}

.innerdiv{
	margin: 5px;
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 190px;
}

* html #main{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}