/* 
margin: 	Aussenabstand (ausserhalb einer Box)
padding: 	Innenabstand (Innenabstand innerhalb der Box zu Boxinhalt)
*/

/* -------- [ SCHRIFTEN] -------- */
div#mainContent h1{
	color: #E15119;
	font-size: 160%;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
}

div#sideBar h1 {
	color: #E15119;	
	font-size: 120%;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
}

div#mainContent h2 {
	color: #4c3314;
	font-size: 130%;
	font-weight: bold;
}

div#sideBar h2 {
	color: #E15119;
	font-weight: bold;
	font-size: 110%;
}

div#mainContent h3 {
	color: #E15119;
	font-style: italic;
	font-size: 110%;
}

div#sideBar h3 {
	color: #E15119;
	font-style: italic;
	font-size: 100%;
}

p.csc-caption, .csc-uploads-fileName, .csc-uploads-description {
	padding-bottom: 10px;
	font-size: 8pt;
	color: #939393;
}

/* -------- [ BLOECKE ] -------- */
body {
	text-align : center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
//	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,arial,sans-serif;
	padding-top: 10px;
	background: #FFFFFF;
}

#pageWrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	background: white;
}

#pageHeader {
	height: 145px;
	width: 800px;
	background: #2F4E6F url(/fileadmin/template/main/pageHeader.gif) top left no-repeat;
//	clear: left;
}

#mainCat {
	height: auto;
	width: auto;
	background: #2F4E6F;
	padding-top: 5px;
	padding-left: 8px;
	margin: 0px;
	font-size: 10pt;
	text-transform: uppercase;
}

#mainCat .mainCat_1-act {
	background: white;
	margin-right: 8px;
	padding-right: 8px;
}

#mainCat .mainCat_1-no {
	background: #98B1C4;
	margin-right: 8px;
	padding-right: 8px;
}

#subMenu {
	height: 16px;
	width: 800px;
	background: white;
	padding-top: 3px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#content {
	width: 100%;
	height: auto;
	color: #333333;
	font-size: 12px;
}

#mainContent {
	float: left;
	width: 450px;
	padding-left: 10px;
}

#sideBar {
	margin-left: 520px;
	padding-left: 10px;
	padding-right: 8px;
//	font-size: 10px;
}

#footer {
	clear: both;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: auto;
	background: white;
	border-top: 1px solid #333333;
}

div#mainContent p.bodytext, table, td.td-0 p {
	border-bottom: 1px;
//	color: black;
}

div#sidebar p.bodytext {
	border-bottom: 1px;
//	color: black;
}


/* -------- [ LINKS ] -------- */

span.mainCat_1-act a:link, span.mainCat_1-act a:hover, span.mainCat_1-act a:visited {
	padding: 1px;
	width: auto;
	margin-left: 10px;
	color: #2F4E6F;
	font-weight: bold;
	text-decoration: none;
}

span.mainCat_1-no a:hover {
	margin-left: 10px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

span.mainCat_1-no a:link, span.mainCat_1-no a:visited{
	margin-left: 10px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.subMenu_1_2-act a:hover {
	color: #2F4E6F;
	font-size: 8pt;
	margin-left: 10px;
	padding: 3px;
	text-decoration: underline;
}

.subMenu_1_2-act a:link, .subMenu_1_2-act a:visited, .subMenu_1_2-act a:active, .subMenu_1_2-act a:focus {
	color: #2F4E6F;
	font-size: 8pt;
	width: auto;
	margin-left: 10px;
	text-decoration: none;
	padding: 3px;
}

.subMenu_1_2-no a:hover {
	color: #98B1C4;
	font-size: 8pt;
	margin-left: 10px;
	text-decoration: underline;
	padding: 3px;
}

.subMenu_1_2-no a:link, .subMenu_1_2-no a:visited, .subMenu_1_2-no a:active, .subMenu_1_2-no a:focus {
	color: #98B1C4;
	font-size: 8pt;
	margin-left: 10px;
//	text-decoration: none;
	padding: 3px;
}

a:link, a:focus, a:active, a:hover {
	color: #800080;
	text-decoration: underline;
//	font-weight: bold;
}

a:visited {
	color:  #F507F8;
}

/* -------- [ TYPO3-BLOECKE ] -------- */
/* ----------------------------------- */

/* -------- [ Tabellen ] --------*/
table.contenttable tr.tr-even td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
}

table.contenttable tr.tr-odd td {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
}

/* -------- [ Listen ] -------- */
/*  Aufzaehkungsliste mit Layout-1 Variante */ 
div#mainContent ul.csc-bulletlist-1 {
#        list-style-image: url(listBullet.gif);
        font-size: 140%;
        color: #2F4E6F;
        font-weight: bold;
        line-height: 150%;
}

