@charset "utf-8";
/* CSS Document */

html, body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Trebuchet MS, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}

p, h1, h2, h3, h4, td, a, a:hover, table, ul, li
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #5d4680;
}

p
{
	font-size: 0.8em;
	line-height: 1.8em;
	margin-bottom: 1em;
}

h1
{
	font-size: 1.5em;
	color: #5d4680;
	font-weight: normal;
	margin-bottom: 1em;
}

h2
{
	font-size: 1.2em;
	color: #5d4680;
	font-weight: normal;
	margin-bottom: 1em;
}

h3
{
	font-size: 1.2em;
	font-weight: normal;
}

h5
{
	font-size: 0.8em;
	color: #5d4680;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin: 0em 0em 1em 0em;
}

body
{
	background: #e4e2e7;
	position: relative;
}

#root
{
	/* background: url(images/brille.gif) no-repeat left bottom; */
	width: 992px;
	height: 100%;
	position: relative;
}

#test
{
	background: #006666;
	width: 500px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#left
{	
	float: left;
	width: 340px;
	position: relative;
}

#menu
{
	margin: 30px 10px 100px 36px;
}

#menu ul
{
	list-style: none;
}

#menu ul li
{
	padding: 0.5em 0em 0.50em 0em;
	text-align: right;
	border-bottom: 1px solid #c3becc;
}

#menu ul li a
{
	color: #8b8299;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #5d4680;
}

#right
{
	float: right;
	position: relative;
	width: 644px;
	height: 100%; 	
	background: url(images/content_background.jpg) repeat-y;
}

#right .btbackground
{
	/* background: url(images/content_bottom.jpg) no-repeat left bottom; */
	height: 100%;
	width: 100%;	
}

#right .header
{
	background: url(images/content_header.jpg) no-repeat;
	width: 644px;
	height: 40px;
}

#content
{
	padding: 35px 30px 60px 30px;
	background: url(images/content_background.jpg) repeat-y;
}

/* -------------------------------- */
/* Footer */
/* -------------------------------- */
/* -------------------------------- */

#footer
{
	clear:both;
	vertical-align:top;
	padding: 2em 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1em;
}

#footer p
{
	font-size: 0.6em;
}

#footer a
{
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/* -------------------------------- */
/* Inhaltsverzeichnis */
/* -------------------------------- */
/* -------------------------------- */

#content a, #content a:visited
{
	color: #000000;
	text-decoration: none;
}

#content a:hover
{
	color: #5d4680;
}

#content ul
{
}

#content li
{
	font-size: 14px;
	line-height: 22px;
	list-style: none;
}

/* Ebene 0 */
/* -------------------------------- */

#content ul
{
	margin-top: 22px;
}

#content ul li
{
	margin-top: 22px;
	font-weight: bold;
}



/* Ebene 2 */
/* -------------------------------- */

#content ul ul
{
	margin-top: 0px;
}

#content ul ul li
{
	margin-top: 0px;
	font-weight: normal;
}


/* Ebene 2 */
/* -------------------------------- */

#content ul ul ul
{
	margin-top: 0px;
}

#content ul ul ul li
{
	margin-top: 0px;
	padding-left: 30px;
}
