/*GLOBAL--------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Times New Roman, Times, serif;
	/*font-family: arial, "lucida console", sans-serif;*/
	/*font-family: "Trebuchet MS", Verdana, sans-serif;  /*font-style: italic;*/
	/*font-family: courier, serif*/
	/*font-size: 1em;*/
	/*color: #808080;*/
	color: black;
	text-align: center;
}

a, a:visited {
	text-decoration: underline;
	color: #2946DD;
}

a:hover {
	color: #2946DD;
}

a img {
	border: none;
}

h3 {
	font-size: 100%;
}

/*CONTAINER---------------------------------------------------*/

#container {
	width: 1020px;
	background: #fff;
	margin: 0 auto;
	padding-bottom: 5px;
	text-align: left;
}

/*HEADER-------------------------------------------------------*/

#header {
	/*width: 1018px;*/
	width: auto;
	height: 100px;
	background:#fff url(header.gif) no-repeat;
	border-bottom:1px solid #2946DD;
	margin-bottom: 5px;
}
.absolute {
    position: absolute;
    width: 1016px;
    height: 100px;
    margin: 0px;
    padding: 0px;
}
#logo1 {
    	width: 171px;
	height: 95px;
	background:#fff url(images/logo.png) no-repeat;
}
#logo2 {
    	width: 214px;
	height: 95px;
	position:absolute; 
	top:0px; left:802px;
	background:#fff url(images/logo2.png) no-repeat;

}

#header h1{
	font-size:15pt;
	font-weight:bold;
	/*color: #2946DD;*/
	color: #5E616E;
	text-transform: uppercase;
	text-align: center;
	padding-left: 0px;
	position: absolute;
	top:0px; left:3px;
	width: 156px;
}

#header h2{
	font-size: 14pt;
	padding-left: 18px;
	/*color: #2946DD;*/
	color: #5E616E;
	position: absolute;
	top:72px; left:350px;
    
}

#header em{
	font-style: normal;
	color: #2946DD;
}


    

#header a, #header a:visited {
   color:#2946DD;
   text-decoration:none;
}

#header a:hover {
    color:#fff;
	border-bottom:1px solid #fff;
}



/*LEFT SIDE-AND-RIGHT-SIDE------------------------------*/
#left, #right{
	font-size: 80%;
	color: #808080;
	width: 160px;
	padding-top: 8px;
	margin-top: 0px;
}

#left {
	float: left;
	margin-left: 0px;
}

#right {
	float: right;
	margin-right: 0px;
}

#left a, #right a {
    text-decoration: none;
}

#left p, #right p {
	display:block;
	background:#E0E5ED;
	color: black;
	border: 1px solid #2946DD;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;

}

#left .tx-cal-controller, #right .tx-cal-controller {
	margin-bottom: 20px;
	border: 1px solid #2946DD;
	background:#E0E5ED;
}

#left li, #right li {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

#left ul, #right ul {
    	display:block;
    	/*background:#CCCCFF;*/
    	background:#E0E5ED;
    
    	color:#000099;
    	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
	border: 1px solid #2946DD;
}

#left h3, #right h3 {
	display:block;
	background:#2946DD;
	color:white;
	padding-left:10px;
	margin-bottom: 0px;
	font-size: 110%
}

#meta-top {
	float:right;
}




/*CONTENT------------------------------------------------*/

#content {
	float: left;
	width: 670px;
	margin: 0px 0 5px 4px;
	padding: 8px;
	font-size: 100%;
}

#content h1 {
   	font-size: 120%;
}

#content h2 {
   	font-size: 110%;
}

#content h3 {
   	font-size: 100%;
}

#content h1, #content h2, #content h3 {
	font-weight: bold;
	color: #2946DD;
	margin-bottom: 5px;
	padding-left: 14px;
	background: #fff;
	border-bottom:1px solid #2946DD;
	clear: both;
}

.csc-firstHeader {
        clear: none !important;
}

#content h1 a {
	color: #2946DD;
	text-decoration:none;
}

#content h1 a:hover {
	color: #000;
	font-weight:bold;
}

#content strong {
   	color: #2946DD;
}

#content .csc-textpic-caption {
   	font-size: 90%;
}

#content p {
   	clear: both;
   	text-align:justify;
	margin-bottom: 20px;
	padding-left: 14px;
	background: #fff;
}

#content ul {
   	margin-bottom: 20px;
	padding-left: 14px;
        margin-left: 14px;
	background: #fff;
}

#content a, #content a:visited {
   color: #2946DD;
   text-decoration:none;
}

#content a:hover {
    color:#2946DD;
	text-decoration:none;
}

#contentarea {
	width:100%;
	height: 900px;
}
 
/*SEARCH----------------------------------------------------------*/

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #000;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#box {
	padding: 3px;
	background:#fff url(searchbox.gif) no-repeat;
	height: 20px;
	margin-bottom:10px;
}
/*SMALL LOGIN-------------------------------------------------*/
#small_login input {
   	height:1.3em; 
	background-color:#FFFFFF; 
	border:solid 1px #A0A0A0; 
	font-size:100%;
}
   	
#small_login #user {
   	width: 100%;
}

#small_login #passw {
   	width: 85%;
}

#small_login #login {
   	margin-bottom: -3px;
}

#small_login #logout {
   	height:20px;
}


   	

/*FOOTER------------------------------------------------------*/

#footer, #copyright {
	color: #2946DD;
	font-size: 80%;
	/*background:#fff url(footer.gif) no-repeat;*/
	clear: both;
	width: auto;
	padding: 4px;
	text-align:center;
	/*      top right bot left */
	margin: 0px 0px 0px 0px;
	padding-bottom: 5px;
    	border-bottom:1px solid #2946DD;
}

#footer {
	border-top:1px solid #2946DD;
}

#footer a, #copyright a, #footer a:visited, #copyright a:visited{
	color: #2946DD;
	text-decoration: none;
}

#footer a:hover, #copyright a:hover{
	color: #2946DD;
	border-bottom:1px solid #fff;
}

#footer p {
	display: inline;
}

/*LINKS------------------------------------------------------*/
#links {
   	text-align: center;
	border: none ! important;
	background: none! important;
}
#links a {
	font-size: medium;
   	text-decoration: none;
}
#links img, #w3c img {
   	border: none;
}

#aitpl { /*color: #006300;*/ color: gray; }
#fp6 {color: gray;}

#w3c {
	position:relative; 
	top:0.35em; left:0em;
}
#webstats4u {
	position:relative; 
	top:0.35em; left:0em;
}



/* main menu styles */

/* Single Item Styles */
div.fzi-filemanagement-changelog {
	text-align: justify;
	font-family: Mono;
	padding-top: 2px;
        font-size: 10px;
	}
span.fzi-filemanagement-changelog-title {
	font-weight: bold;
	}
span.fzi-filemanagement-changelog-author {
	color: #86d800;
	font-weight: bold;
	}	

.tx-fzifilemanagement-pi1 ul {
	list-style: square outside;
	margin-left: 0px;
	padding-left: 20px;
	padding-bottom: 20px;
	}
.tx-fzifilemanagement-pi1 ul li {
	padding-top: 3px;
	padding-bottom: 3px;
        font-size: 12px;
	}
	
/* List View Styles */

div.fzi-filemanagement-document-title {
	float: left;
	/*width: 315px;*/
	width: 280px;
	}
div.fzi-filemanagement-document-date {
	float: left;
	/*width: 150px;*/
	width: 170px;
	} 
div.fzi-filemanagement-document-icon {
	clear: both;
	float: left;
	padding-top: 2px;
	padding-bottom 0px;
	width: 25px;
	}

div.fzi-filemanagement-document-author {
	float: left;
	width: 70px;
	}
div.fzi-filemanagement-document-entry {
	height: 22px;
	}
div.fzi-filemanagement-document-download {
	width: 30px;
	margin-left: 630px;
	margin-top: 3px;
	}


/* Admin Interface Styles */
.tx-fzifilemanagement-pi1 fieldset {
	margin: 1em 0;
	padding: .3em 1em;
	border: 0px solid;
}
.tx-fzifilemanagement-pi1 legend {
	font-weight: bold;
	padding: .2em .5em;
	border: 0px solid;
	display: none;
}
.tx-fzifilemanagement-pi1 label {
	margin: 0;
	display: block;
	width: 13em;
	text-align: right;
	float: left;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 5px;
}
.tx-fzifilemanagement-pi1 label:before {
	/*content: "\00BB \0020";*/
	}
.buttons {
	text-align: right;
}
.tx-fzifilemanagement-pi1 fieldset div {
	padding-bottom: 3px;
}
textarea.fzi-filemanagement-textarea,
input.fzi-filemanagement-input {
	width: 250px;
	border: 1px solid #808080;
	padding: 3px; 
	margin: 1px;
	color: #808080;
	}
input.fzi-filemanagement-button {
	width: 100px;
	border: 1px solid #808080;
	padding-right: 3px; 
	padding-left: 3px;
	}

.tx-fzifilemanagement-pi1 h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
	padding-bottom: 2px;
	}
.tx-fzifilemanagement-pi1 h2:before {
	content: "\00BB \0020";
	}
#print {
	float: right;
	margin-top: -20px;
	margin-right: 3px;
}
#comment {
	width: 100%;
}
.alignleft {
   	float: left;
}
.alignright {
   	float: right;
        margin-bottom:2em;
}
.alt {
   	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}
small, .postmetadata {
   	color: #777;
}
small {
   	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	line-height: 1.5em;
	padding-left: 14px;
}
.postmetadata {
        text-align: center !important;
}

.post h3 {
	border:none !important;
	font-size: 110% !important;
}

.tx-imipastevents-pi1 h3 {
	border: none !important;
	padding-left: 0 !important;
	padding-bottom: 0.2em;
	padding-top: 0.2em;´
}
.tx-imipublications-pi1 h3 {
   	border: none !important;
	padding-left: 0 !important;
	padding-bottom: 0em;
	padding-top: 0.5em;
        margin-top: 0.3em;
        margin-bottom: 0em;
}
.tx-imipublications-pi1 h4 {
	padding-left: 14px;
}
.tx-imipublications-pi1 {
        margin: 0;
        padding:0;

}
.tx-imipublications-pi1 fieldset {
   	padding-left: 14px;
	border: 0;
	margin-bottom: 1em;
}	

.tx-imipublications-pi1 label {
   	display: block;
   	width: 5em;
   	float: left;
}

.tx-imipublications-pi1 input,.tx-imipublications-pi1 textarea {
   	margin: 3px 0;
   	border: 1px solid #2946DD;
   	background: white;
   	padding: 3px 3px;
	width: 20em;
}
.tx-imipublications-pi1 textarea {
        width: 40em;
	height: 10em;
}
.tx-imipublications-pi1 input[type="submit"] {
	width: 10em;
	margin-left: 6em;
}
	      
.tx-imipublications-pi1 input:active,.tx-imipublications-pi1 input:focus,.tx-imipublications-pi1 input:hover,.tx-imipublications-pi1 textarea:active,.tx-imipublications-pi1 textarea:focus,.tx-imipublications-pi1 textarea:hover { 
   	background: #E8EBDF;
}
.tx-imipublications-pi1 label {
   	margin: 5px 0;
}
.tx-imipublications-pi1 input[type="file"] {
        height: 2em;
}
#newsletter li{
	padding-left: 0px;
}
#newsletter {
	list-style-image:url(../../../typo3/gfx/fileicons/pdf.gif);
	list-style-position:inside;
}
#public_documents li{
	padding-left: 0px;
}
#public_documents {
	list-style-image:url(../../../typo3/gfx/fileicons/pdf.gif);
	list-style-position:inside;
}
