/**************** BIBA global *******************/

BODY {
	color: #000000;
	font: 90% Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
}
BODY a{
	text-decoration: none;
}
/*********** Boxgerüst ***********/
/* Titelbild */
DIV#oben {
	height: 150px;
	background-image: url(biba_back.jpg);
	background-repeat: repeat-x;
	border-bottom: 2px solid #ad2921;
}
/* logo */
DIV#oben img {
	float: right;
	border: none;
	margin: 10px 10px 10px 10px;
}
/* Navigation links*/
DIV#navi {
	position: absolute;
	left: 10px;
	top: 162px;
	width: 170px;
	min-height: 600px;
	background-color: #eaeaea;
	padding-top: 50px;
	padding-left: 10px;
}
/* Spalte rechts */
DIV#rechts{
	position: absolute;
	top: 120px;
	right: 20px;
	z-index: 0;
	width: 170px;
}
/* Inhalt */
DIV#content{
	position: relative;
	width: auto;
	min-width: 500px;
	z-index: 2;
	margin: 10px 190px 20px 190px;
	padding: 0px 0px 20px 0px;
	border: thin solid #eaeaea;
	font-size: 90%;
	background-color: #ffffff;
}

/********** Box-Füllungen ********/
/*** roter Balken ***/
/* Sprach-Switch */
DIV#language{
	position: absolute;
	left: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
}

/* Untermenü 1. Ebene */
Div.mainPoint a {
	color: #4A4A4A;
}
Div.mainPoint_on a {
	color: #ad2921;
}
DIV.subPoint a{
	font-size: 90%;
	padding-left: 10px;
	color: #4A4A4A;
}
DIV.subPoint_on a{
	font-size: 90%;
	padding-left: 10px;
	color: #ad2921;
}
/* Untermenü 2.Ebene */
DIV.subPoint1 a{
	font-size: 85%;
	padding-left: 20px;
	color: #4A4A4A;
}
DIV.subPoint1_on a{
	font-size: 85%;
	padding-left: 20px;
	color: #ad2921;
}
/*********** rechts ***********/
/* aktuell */
DIV#aktuell{
	font-size: 90%;
	padding-top: 100px;
	min-height: 500px;
}
/* Druckversion */
DIV#print {
	font-size: 80%;
}
DIV#print a{
	font-size: 80%;
	color: #ad2921;
}
/* update */
DIV#update{
	font-size: 80%;
}
/*********** Inhalt ***********/
/* Text */
DIV.bodytext {
	padding: 0px 0px 10px 0px;
}
P{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
/******* Ueberschriften im content *****/
DIV.csc-header a{
	color: #ad2921;
}
H1{
	margin: 20px 10px 10px 10px;
}
H3{
	margin: 5px 0px 0px 10px;
}
H4.csc-firstHeader{
	background-color: #eaeaea;
	font-size: 130%;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
}
H4 {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
.imgtext-nowrap {
	font-size: 90%;
}
.text {
	margin: 0px 0px 0px 10px;
}
.text A {
	color: #ad2921;
}
H5{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 120%;
}
P.csc-caption {
	font-size: 80%;
}
/* Bilder */
TABLE.imgtext-table{
	margin: 10px 10px 10px 10px;
}
DIV.csc-textpic-imagewrap{
	margin: 0px 10px 0px 10px;
}
/* Tabellen */
img {
	border: none;
}
/******* Uploads ******/
TABLE.csc-uploads{
	font-size: 90%;
	padding-top:10px;
	width: 95%;
}
TABLE.csc-uploads-3{
	position: relative;
	left: 25%;
	font-size: 90%;
	padding-top:10px;
	width: 350px;
}
TABLE.csc-uploads a{
	color:  #ad2921;
}
TD.csc-uploads-icon{
	width: 8%;
}
TD.csc-uploads-fileName{
	width: 79%;
}
TD.csc-uploads-fileSize{
	width: 8%;
}
IMG#top{
	margin: 20px 5px 5px 10px;
	border: none;
}
IMG#dbtop{
	margin: 20px 5px 5px 10px;
	border: none;
}
Table.contenttable{
	font-size: 90%;
	padding-left:10px;
}
TD.td-0{
	width: 40%;
	vertical-align: top;
}