body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}


/*
 *  Header
 */
#head {
	height: 130px;
	background: #369 url(img/allg/bildmarke.gif) no-repeat;
	position: relative;
	/*margin-bottom: 2px;*/
}
#head-logo {
	width: 430px;
	height: 130px;
	background-color: #369;
}
#head-logo img {
	display: block;
}

#head-title {
	width: 282px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(img/allg/typologo.gif) no-repeat;
}

/*
 *  Content
 */
#content {
	float: left;
	padding-left: 40px;
	padding-top: 30px;
	background-color: #fff;
	width: 520px;
/*	overflow: hidden;*/
}

#content h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #333;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 16px;
	margin-top: 32px;
	color: #333;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 0;
	color: #333;
}

#content p {
	line-height: 16px;
	margin-bottom: 16px;
}

#content ul {
	margin-bottom: 1.4em;
	margin-top: 1.4em;
}
#content ol {
	margin-bottom: 1.4em;
}

#content ul li {
	background: url(img/allg/listbullet.gif) no-repeat 0 .7em;
	padding-left: 0.8em;
	text-indent: 0px;
	margin-left: 0px;
	margin-bottom: 0.5em;
}

#content ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 0.5em;
}


/* index menu */
#content ul.csc-menu li {
	background: #fff url(img/allg/navipfeil_content_6C0.gif) 0 0.5em no-repeat;
}

/* subpage menu */
#content div.csc-menu li {
	background: #fff url(img/allg/navipfeil_6C0.gif) 0 0.5em no-repeat;
}

/* container with hr */
#content div.csc-frame-rulerBefore {
	margin-top: 32px;
	margin-bottom: 32px;
	border-top: 1px solid #999;
}




/* images */
#content img {
	border-left: 10px solid #6c0;
}
#content img.noborder {
	border-left: 0 none;
}

#content div.csi-textpic {
	margin-top: 16px;
}

#content .imgsub {
	font-size: 11px;
	color: #333;
}

#content a:link,
#content a:visited { color: #6c0; }
#content a:hover,
#content a:active { color: #333; }

/* testweise: */
#content p a:link,
#content p a:visited {
	padding-left: 10px;
	background: #fff url(img/allg/navipfeil_6C0.gif) 0 0.5em no-repeat;
}
#content p a:hover,
#content p a:active {
	padding-left: 10px;
	background-image: url(img/allg/navipfeil_333.gif);
}

#content a.backlink {
	padding-left: 15px;
	background: url(img/allg/navipfeil_back_6C0.gif) no-repeat 0 0.25em;
}
#content p.toplink {
	display: none;
} 


/* tables */
#content table {
	border-collapse: collapse;
	border: 1px solid #e6eef7;
	margin-bottom: 16px;
}
#content table th {
	background-color: #e6eef7;
	font-weight: normal;
}
#content table th, 
#content table td {
	text-align: left;
	padding: 10px 20px 10px 10px;
	border-bottom: 1px solid #e6eef7;
}


/*
 *  General Styles
 */
span.hidden {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.clearing {
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: #fff;
	line-height: 1px;
	visibility:hidden;
}


/*
 *  TEST
 */
#content .tx-obalphabetindex-pi1 {
	width: 500px;
	line-height: 16px;
} 
#content .tx-obalphabetindex-pi1 div {
	border-left: 10px solid #6c0;
	float: left;
	width: 230px;
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 16px;
}
#content .tx-obalphabetindex-pi1 h2 {
	color: #6c0;
	margin: 0;
}
#content .tx-obalphabetindex-pi1 ul {
	margin: 0;
}
#content .tx-obalphabetindex-pi1 li {
	margin: 0;
	text-indent: 0;
	padding: 0;
	background: 0 none;
}

#content .tx-obalphabetindex-pi1 a:link,
#content .tx-obalphabetindex-pi1 a:visited { color: #666; }
#content .tx-obalphabetindex-pi1 a:hover,
#content .tx-obalphabetindex-pi1 a:active { color: #6c0; }
