/* CSS Document */

/* General declarations */

body {
	margin: 0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.8em;
	color:#000000;
	text-align:left;
	background-color:#eaeaea;
}

#container {
	margin: 0 auto;
	min-width:66em;
	max-width:95em;
	background-color:#ffffff;
	//overflow:hidden;
}

input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color:#2a65ad;
}

a:hover {
	color:#207fff;
}

/* The header */

#header {
/*	background: #d3d3d3; */
	background: #b1d0ff; 
/*	background: url('../backgrounds/clouds.png'); */
	height: 120px;
	border-bottom: solid #808080 2px;
}

#header img {
	border: 0;
}

#logo {
	float:left;
	position: absolute;
	margin-top: 6px;
	margin-left: 5px;
}

#section-image {
	float: right;
	height: 120px;
	background-repeat: no-repeat;
}

/* The main part */

#corpus {
	margin: 1.5em 1.5em auto 1.5em;
	padding-bottom: 1.5em;
	text-align:left;
	position:relative;
	//overflow:auto;
}

#leftbar {
	min-height: 300px;
	float: left;
	margin-left: 0px;
	width: 11em;
	padding-right: 1.7em;
	background-image: url('../backgrounds/mainbar.png');
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#leftbar ol, #leftbar ul {
	padding-left:1em;
}

#leftbar ul {
	list-style: square;
	line-height:20px;
	font-size:x-small;
	text-align:left;
	padding: 0.5em 0em 0.5em 0em;
}

#feusermenu h4 {
	margin-bottom: .3em
}

#mainbar {
	width:auto;
	margin-left: 14em;
	min-height: 300px;
	margin-right: 13.5em;
	padding-right: 1.5em;
	background-image:url('../backgrounds/mainbar.png');
	background-position:top right;
	background-repeat:no-repeat;	
	margin-bottom: 25px;
}

#rightbar {
	min-height: 300px;
	width: 13em;
	float: right;
	font-size: 95%;
	color: #000000;
	text-align: left;
	margin-bottom: 25px;
	//overflow: hidden;
}

/* Menu declarations */

#menu {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	margin-top: -.25em;
	padding-top: 2px;
	border-bottom: dotted #3472ae 1px;
}

#menu .link {
	padding-top: 0.4em;
	padding-bottom: 0.2em;
	margin-top: .25em;
	border-top: dotted #3472ae 1px;
}

#menu .link a {
	color: #203080;
	text-transform: uppercase;
}

#menu .sublink a {
	font-weight: normal;
	color: #203080;
	margin-left: 1.2em;
}

#menu a:hover {
	color: #6070e0;
}	

#menu .active a {
	font-weight: bold;
}

#usermenu .active a {
	color: green;
}

/* Mainbar declarations */

#breadcrumb {
	font-style: italic;
	margin-bottom:1em;
}

#breadcrumb #trail {
	font-style: normal;
}

#mainbar h1 {
/*	margin-left: 10px;*/
	margin-bottom: 12px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:2em;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #d0d0d0;
	color:#52409c;
}

#mainbar h1.csc-firstHeader {
	margin-top:0;
}

#mainbar h2 {
	margin-bottom: 8px;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	border-bottom:1px solid #d0d0d0;
	color:#52409c;
}


#mainbar p.bodytext {
	line-height:150%;
}

#mainbar a {
	color:#2a65ad;
	font-weight:bold;
	text-decoration:none;
}

#mainbar ul {
/*	list-style-image:url(../backgrounds/li.gif);*/ /* Doens't work because of conflict with HTMLArea */
	line-height:1.5em;
}

#note .content {
	background-color: #f0f000;
	border: 1px solid #ff0000;
	margin-bottom: .6em;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

/* Rightbar declarations */

#rightbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:1px solid #d0d0d0;
	color:#52409c;
	text-align:left;
	margin-bottom:0.2em;
}

#rightbar p {
	margin-top:2px;
	margin-bottom:.5em;
}

#rightbar .login {
	font-size:xx-small;
	padding-bottom: .5em;
	margin-bottom: 1em;
}

#rightbar .search {
	border-bottom:1px solid #d0d0d0;
	font-size:xx-small;
	padding-bottom: .5em;
	margin-bottom: 1em;
	display:none;	#Temporarily hide search box
}

/* The footer */

#footer {
	clear: both;
	text-align: center;
	width:100%;
/*	background-color:#c0c0c0;
	border-top:3px solid #e0e0e0;
	border-bottom:3px solid #a0a0a0;
	padding-top:5px;padding-bottom:5px;*/
	color:grey;
	padding-bottom: 2em;
	bottom:0;
}

#footer {
	border-top: solid #808080 1px;
	padding-top: 4px;
}

#footer a {
	margin-left: 1em;
	margin-right: 1em;
	color:grey;
}
#footer a:hover {
	color:black;
}

#maincontent {
	//overflow:hidden;	
}

/* Styles vom htmlAREA RTE */
/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

.csc-mailform legend { font-weight: bold; }
.csc-mailform p { margin: 0; }
.csc-mailform td.csc-form-labelcell { text-align:right; width: 25%; padding-right: .5em; }
.csc-mailform .csc-form-label-req span { color:red; }
.csc-mailform .csc-form-commentcell { font-size: 90%; }
