@CHARSET "UTF-8";

body {
	font: 8pt/1.3em Arial,"Lucida Sans Unicode";
	background:#d9e5f0;
}

a {
	color:#3f71a2;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	
}

div#contrssnews {
	height:20px;
}
ul.newsticker {
	margin:0 0 0 20px;
	padding:0;	
}
div#contrssnews ul li {
	list-style-type:none;
	padding:0;
	margin:0;
}

div#container {
	width:1020px;
	background-color:white;
	border-top:3px solid #9db8d2;
	border-bottom:3px solid #9db8d2;
	margin:auto;
	padding-bottom:20px;
}

div#user-controls {
	font: 9pt/1.2em Arial;
	text-align:right;
	width:1020px;
	margin:0 auto .5em;
}
div#user-controls a, div#footer a {
	color:#3f71a2;
	text-decoration:none;
}
div#user-controls a:hover, div#footer a:hover {
	text-decoration:underline;	
}

div#header {
}

div#navigation {
	margin:0 0 0 20px;
	position:relative;
	height:20px;
	padding-bottom:20px;
}

div#navigation ul {
	margin:0;
	padding:0;
}

div#navigation ul ul {
	border-bottom-width:0px;	
	background:white;
}

div#navigation ul li {
	list-style-type:none;	
	width:195px;
	float:left;
	position:relative;
	height:25px;
	border-left:1px solid #c8d4e0;
}

div#navigation ul li ul {
	border-left:1px solid #c8d4e0;
	border-right:1px solid #c8d4e0;
	border-bottom:1px solid #c8d4e0;	
}

div#navigation ul li a {
	display:block;
	padding:6px;
	text-decoration:none;
	background:url('../images/gradient_menu.gif') bottom #d9e5f0;
	color:#3f71a2;
	font-weight:bold;
}
div#navigation ul ul {
	visibility:hidden;
	position:absolute;
}
div#navigation ul li:hover ul {
	visibility:visible;
	top:25px;
	left:-1px;
	display:block;
	z-index:100;	
	padding-bottom:5px;
}
div#navigation ul li a.image {
	padding:2px 5px 5px;
}
div#navigation ul li a.image img {
	position:relative;
	top:3px;
}
div#navigation ul li.current a {
	font-weight:bold;	
}
div#navigation ul li.current li a {
	font-weight:normal;	
}
div#navigation ul li.current li.subcurrent a {
	font-weight:bold;	
}
div#navigation ul li a:hover {
	background:url('../images/gradient_menu_hover.gif') bottom #3f71a2;
	color:white;
}
div#navigation ul li ul li  {
	height:20px;	
	border-left-width:0;
}
div#navigation ul li ul li a {
	background:transparent;	
	padding:5px 0 5px 10px;
	font-weight:normal;
}
div#navigation ul li ul li a:hover {
	background:transparent;
	color:#3f71a2;
	text-decoration:underline;
}


div#content {
	padding:0 20px;
	/*overflow-x:auto;*/
}

h2 {
	font:16pt/1.2em Arial;
	font-weight:bold;
	padding-bottom:1px;
	border-bottom:1px solid #d9e5f0;
	letter-spacing:.03em;
}
h2.first {
	margin-top:0;	
}

form.search {
	width:200px;
	float:right;
}
form.search h3 {
	font-size:100%;
	text-align:center;
	padding:3px;
}
form.search div.search {
	padding:5px;
	text-align:center;	
}
form.search div.search input.text {
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	background:white;
}
form.search div.search input.submit {
	padding:1px;
}
form.search div.search input.text:focus {
	border:1px solid #3f71a2;
	color:black;
}
form.search div.search input.search {
	width:120px;
	padding:2px;
}

fieldset {
	margin:0 0 20px;
	padding:0 0 0;
	border:0;
	background:#f8f8f8;
}

fieldset h3 {
	margin:0;
	padding:4px 5px 4px;
	background-color:#d9e5f0;
	color:#3f71a2;
}

legend {
	display:none;
}

fieldset div {
	padding:3px 10px;
}
fieldset div.odd {
	background:#f0f0f0;	
}

fieldset div.linear-input div {
	clear:both;	
	height:0;
	padding:0;
}

fieldset div.linear-input div.multiple-select {
	clear:none;
	float:left;
	height:auto;
	width:306px;
	line-height:24px;
}

fieldset div.linear-input div#choosenPublications {
	margin:1px 0 0 205px;
	clear:none;
	height:auto;
}
fieldset div.linear-input div p {
	margin:0 0 10px;
}

fieldset div.two-layer-checkbox label {
	width:175px;
	text-align:left;
}
div.checkboxlist {
	float:left;	
	padding:0;
	width:520px;
}
div.clear {
	clear:both;
	padding:0;
}
fieldset div.two-layer-checkbox div.checkboxlist label {
	width:100px;	
}
div.checkboxlist div {
	width:30%;
	padding:0 2% 2px 0;
	float:left;
}
div.checkboxlist div.newline {
	clear:both;
}
div.checkboxlist input {
	float:left;	
	width:25px;
}

input.checkbox {
	margin-right:289px;
	float:left;	
}

fieldset .checkbox-left {
	float:left;
	width:25px;	
}

fieldset label {
	float:left;
	font-size:9pt;
	width:200px;
	text-align:right;
	font-weight:normal;
	margin-right:5px;
	position:relative;
	top:2px;
}

fieldset .field-info {
	float:left;
	margin-left:10px;
	width:210px;
	font:8pt/10pt "Lucida Sans Unicode";
	color:#555;
	margin-top:2px;
}

fieldset input.big {
	float:left;
	width:300px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px;
}
fieldset textarea.small {
	float:left;
	width:300px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px;
	height:80px;
}
fieldset textarea.medium {
	float:left;
	width:520px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px;
	height:100px;
}
fieldset textarea.big {
	float:left;
	width:520px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px;
	height:200px;
}
fieldset input.date {
	float:left;
	width:70px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px 2px 2px 19px;
	background:url("../images/icons/calendar.png") white no-repeat 1px 1px;
	margin-right:212px;
}
fieldset input.picture {
	float:left;
	width:200px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px 2px 2px 20px;
	background:url("../images/icons/picture.png") white no-repeat 1px 1px;
	margin-right:82px;
}
fieldset input.file {
	float:left;
	width:200px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px 2px 2px 20px;
	background:url("../images/icons/page_white.png") white no-repeat 1px 1px;
	margin-right:82px;
}
fieldset input.small {
	float:left;
	width:75px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px;
	margin-right:225px;
}
fieldset input.small_double {
	float:left;
	width:75px;
	font:9pt/1.2em Arial;
	border:1px solid #9db8d2;
	color:#555;
	padding:2px;
	margin-right:5px;
}
fieldset span.inter_input {
	float:left;
	padding-right:5px;	
}
input.big:focus, input.date:focus, textarea.small:focus,
input.small:focus, textarea.big:focus, input.picture:focus,
input.file:focus, input.small_double:focus, textarea.medium:focus {
	border:1px solid #3f71a2;
	color:black;
}

div#footer {
	text-align:center;
	margin-top:1em;
	font:9pt/12pt Arial;
	color:#444;
}
table {
	border-collapse:collapse;
	width:100%;
	border:1px solid #9db8d2;
}
table tbody td {	
	border-left:1px solid #d5e3f1;
	border-right:1px solid #d5e3f1;
}
table tbody {
	background-color:white;
}
table tbody td.actions a img {
	border-width:0;	
}
table tr td, table tr th {
	padding:3px 5px;
	color:#333;
}
table tr.odd td {
	background:#ebf2f9;	
}
table tr th {
	background:url('../images/gradient_menu_hover.gif') bottom #3f71a2 repeat-x;
	color:white;
	text-align:left;
}
table thead tr th a {
	color:white;	
}
table thead tr th a img {
	border-width:0;	
}
table tfoot tr th {
	font-size:8pt;
	text-align:left;
	padding:4px 5px 3px;
}
table tfoot tr th a {
	background:transparent;
	color:#ebf2f9;
	padding:1px 4px;
	text-decoration:none;
}
table tfoot tr th a.current {
	padding:1px 4px;
	background:#ebf2f9;
	color:#3f71a2;
}
table tfoot tr th a:hover {
	background:#3f71a2;
	padding:0 3px;
	border:1px solid #ebf2f9;
	color:#ebf2f9;
}

div.date, div.loc {
	color:#3f71a2;
	background:#ebf2f9;
	padding:5px;
	/*float:left;*/
}
div.date em, div.loc em {
	font-style:normal;
	font-weight:bold;
}

div.images {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
	border:1px solid #ccc;
	padding:.5em;
	background:white;
	width:400px;
	height:265px;
}

h3.head {
	margin:0;
	font-size:8pt;
	font-weight:normal;
	text-transform:uppercase;
	color:#3f71a2;
}

p.initial {
	font-weight:bold;
	clear:left;
	padding-top:1em;
}

div.actionbar {
	height:28px;
	margin:1em 0;
}

div.actionbar a {
	padding:0px 5px 4px;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#f8f8f8;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	margin-right:5px;
}

div.actionbar a img {
	border:0;
	position:relative;
	top:4px;
}

div.actionbar a:hover {
	background:#ebf2f9;
	color:#3f71a2;
	border-top:1px solid #c2dcf6;
	border-left:1px solid #c2dcf6;
	border-right:1px solid #aacbec;
	border-bottom:1px solid #aacbec;
}

div.topic {
	margin:1em;
	color:#666;	
}
div.topic a {
	color:#666;	
}

div.actionbar a:active {
	background:#3f71a2;
	color:#ebf2f9;
	border:1px solid #3f71a2;
}
td.name {
	text-align:right;
	font-weight:bold;
	color:#333;
	width:40%;
}
td.value {
	text-align:left;
	color:#333;
	width:60%;
}

div.message {
	width:60%;
	margin:1em auto;
	background-color:#fffde5;
	border:1px solid #f0e52f;
	padding:1em;
	text-align:center;
}
div.message ul {	
	margin-top:0;
	margin-bottom:0;
}

/** Autocompleter **/
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background : url("../images/loading.gif") right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.startpageleft {
	float:left;
	width:49%;
}
.startpageright {
	float:right;
	width:49%;
}
.startpagebottom {
	clear:both;
}

.startpageleft div.box, .startpageright div.box {
	
	margin-bottom:1em;
}

div.box h3 {
	background:#3F71A2 url(../images/gradient_menu_hover.gif) repeat-x scroll center bottom;
	color:white;
	margin:0;
	padding:2px 5px 5px 5px;
}

div.box h3 img {
	position:relative;
	top:2px;	
}

div.box div.cont {
	border-right:1px solid #D5E3F1;
	border-left:1px solid #D5E3F1;
	border-bottom:1px solid #D5E3F1;
}

a img {
	border:0;
}

/** Kalender **/
td.tagBox {
	border:1px solid #D5E3F1;
	height:100px;
	width:100px;
	padding:0;
}
td.notInMonth {
	background-color:#f8f8f8;
}

div.tageszahl {
	color:#ccc;
	margin:5px;
	font-size:15pt;
	line-height:1.0em;
}
div.termin {
	font-size:8pt;
	line-height:1.05em;
	background-color:#EBF2F9;
	padding:5px;
}
td.today {
	background-color:#FFFDE5;
}
td.today div.tageszahl {
	color:#888;
}
td.today div.termin {
	background-color:#f0ea89;
}
td.today div.termin a {
	color:#807a1a;
}