/* CSS Document Curata */
/* Programmierung m-worx.net */

/* structure */
body {
	margin: 0;
	padding: 0;
	background: #997761 url(images/background.gif) repeat-y;
	overflow-x:hidden;
}

#wrapper {
	width: 1246px;

}

#header {height: 240px; width: 1246px;background: url(images/background2.gif) repeat-y;}

#banner {
	height: 240px;
	width: 1000px;
	background: url(images/header4.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 0px;
}
#logo {
	width: 236px;
	text-align: center;
	padding: 30px 5px 0 4px;
	float:left;
}

#left {
	width: 236px;
	float: left;
	padding: 0 5px;
	position: absolute;
	top: 212px;
}
#left ul {
	padding: 0px 0 0 0 ;
	margin: 0;
	color: #48362c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style: none;
}
#left ul li {
	padding: 0px 8px 0 40px;
	line-height: 30px;
	margin:0;

}
#left a:link, #left a:visited {
	padding: 5px;
	color: #efe8de;
	text-decoration: none;
	display: block;
}
#left a:hover {
	padding: 5px;
	color: #48362c;
	text-decoration: none;

	display: block;
}
#left a.active {color:#48362c; font-weight:bold;}


#rahmen {
	background-color: #dcd1c2;
	border: 1px solid #94786c;
	width: 100%;
	padding: 10px;
	margin: 10px 0px;
}

#main {	
	width: 890px;
	margin-top: 0px;
	padding: 0px 50px 10px 50px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	letter-spacing: 0.3px;
	line-height: 20px;
	height: 400px;
}
#main td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	letter-spacing: 0.2px;
	line-height: 20px;
}

#uploads ul {list-style:url(images/pdf_kl.gif);  }
#uploads ul li {margin:0; padding: 0; }

#text {width: 750px;}
#right {
	float: right;
	width: 1000px;
	margin-left: 245px;
	position: absolute;
	top: 222px;
}



/* fonts */

h1 {
	margin: 0px;
	padding: 0px 0 6px 0;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 25px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #846a5e;
	letter-spacing: 0.9px;
}
h2 {
	margin: 0px;
	padding: 5px 0 6px 0;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 25px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #846a5e;
	letter-spacing: 0.3px;
}
h3 {
	margin: 0px;
	padding: 8px 0 8px 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 21px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #846a5e;
	letter-spacing: 0.1px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #95786b;
}
a:hover {
	text-decoratino: underline;
	color: #000000;
}
#log {
	width: 520px;
	margin-top: 10px;
	color: red;
	font-weight:bold;
}
 
#log_res {
	overflow: auto;
	color: red;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}

