body {
	background-color:#D4DFE8;
	margin:0px;
	padding:5px;
}

body,table,div,p,span,a {
	font-family:arial,verdana,helvetica;
	font-size:12px;
	line-height:18px;
	color:#000;
}

h1 {
	font-size:16px;
}

#mainOuterTable {
	width:960px;
}

/* Allgemein ###################################### */
.bg_Darkblue {
	background-color:#393593;
}
.bg_Middleblue {
	background-color:#6D77B0;
}
.bg_Lightblue {
	background-color:#A0B9CC;
}
.bg_White {
	background-color:#fff;
}

/* Haupt Content Bereich  ############################# */
#mainContent {
 	border:1px solid #ccc;
 	margin:7px;
 	 	
 	}

#mainContent h1 {
	color:#FE0000;
}

#mainContent label {
	clear:both;
	display:block;
	text-align:right;
	float:left;
	width:90px;
}

#mainContent input,
#mainContent textarea,
#mainContent select {
	display:block;
	margin-left:100px;
}


/* Navigation ######################################### */
#navi {
	margin-left:20px;
	width:150px;
}
#navi div {
	margin-bottom:10px;
	padding:4px;
	width:150px;
}
#navi a {
 	color:#fff;
 	text-decoration:none;
}

#navi div.child {
	margin-left:10px;
	width:140px;
}

#libImpressum  div.content-wrapper  {
	text-align:center;
	margin:0 11px;
}

#libImpressum  div.content-wrapper p, #libImpressum  div.content-wrapper h1 {
	text-align:left;
	margin:0;
	padding:0;
	color: #2e619e;
	font-size: 95%;
}

/* TOP-Navigation ##################################### */
#topNavi span {
	margin:4px;
}
#topNavi a {
	text-decoration:none;
}

#topImg {
	text-align:center;
}

/* SIDEBAR ############################################ */
#sidebar {
	text-align:center;
}

#sidebar div.content-wrapper {
	text-align:left;
	background-color:#A0B9CC;
	border:6px solid #393593;
	margin:0 auto 20px;
	margin-bottom:20px;
}

#sidebar div.content-wrapper p {
	padding:0 5px;
	font-size:90%;
}

#sidebar div.content-wrapper h1 {
 	margin-top:0px;
 	padding:2px;
 	text-align:center;
	background-color:#393593;
	color:#fff;
}

/* TYPO3 ############################################### */

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border:1px dashed #393593;
}