a		{ color: #004284; text-decoration: underline; }
a:link		{ color: #004284; text-decoration: underline; }
a:visited	{ color: #004284; text-decoration: underline; }
a:hover		{ color: #A0CDD0; text-decoration: none; }
a:active	{ color: #004284; text-decoration: underline; }

.boxcontainer a		{ color: #004284; text-decoration: underline; }
.boxcontainer a:link	{ color: #004284; text-decoration: underline; }
.boxcontainer a:visited	{ color: #004284; text-decoration: underline; }
.boxcontainer a:hover	{ color: #FFFFFF; text-decoration: none; }
.boxcontainer a:active	{ color: #004284; text-decoration: underline; }

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

table, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #004284;
}

h1 {
	font-size: 11px;
	font-weight: bold;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}

#breadcrumb {
	color: #FFFFFF;
}

.cntcontainer {
	margin-left: 0px;
	margin-right: 0px;
}

.cnthead {
	width: 480px;
	height: 20px;
	background-image: url(pic_interface/cnt_head.gif); background-repeat: no-repeat;
	color: #FFFFFF;
}

.cnttext {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.boxcontainer {
	text-align: left;
	width: 150px;
	margin-bottom: 5px;
	background-color: #A0CDD0;
}

.box {
	position: relative;
	top:0px;
	left:0px;
}

.boxcnt {
	padding: 5px;
}

.boxhead {
	height: 20px;
	color: #FFFFFF;
	background-image: url(pic_interface/box_head.gif); background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 3px;
}

.boxfoot {
	height: 6px;
	background-image: url(pic_interface/box_foot.gif); background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.arrow {
	font-size: 12px;
	font-weight: bold;
}

.menumain_lvl1_no {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.menumain_lvl2_no {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
}

.copyright {
	text-align: center;
	height: 20px;
	width: 490px;
	color: #FFFFFF;
	background-image: url(pic_interface/cnt_copyright.gif); background-repeat: no-repeat;
	padding-top: 3px;
}

table.datelist {
	width: 96%;
	border-collapse: separate;
	border-spacing: 1px;
}

table.datelist th, table.datelist th.td-0, table.datelist th.td-2 {
	background-color: #004284;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table.datelist td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
	background-color: #A0CDD0;
}

/* ### news latest box ### */
div#newslatestbox {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #A0CDD0;
	padding: 5px;
}

/* ### homepage status box ### */
#guestcounter {
}

/* ### standard-tabellen (contenttable) ### */
.contenttable {
	width: 95%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.contenttable td, .contenttable tr {	margin: 0; padding: 0;}
.contenttable td, .contenttable th { text-align: left; vertical-align: top; }
.contenttable th { font-weight: normal; font-style: italic; }
.contenttable .td-0 { width: 30%; }
.contenttable .td-1 { width: 70%; }

/* ### chronik ### */
.chronicle {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.chronicle thead {
	font-weight: bold;
	background-color: #A0CDD0;
	padding: 5px;
}
.chronicle .td-0 {
	width: 20%;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}
.chronicle .td-1 {
	width: 80%;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

/* ### formulars ### */
.mailform, .csc-mailform {
	border-width: 0px;
	border-style: none;
	padding: 0px;
}
.csc-mailform-field label {
	float: left;
	clear: both;
	font-weight: bold;
	margin-top: 5px;
	width: 120px;
}
.csc-mailform-field input {
	border-width: 1px;
	border-style: solid;
	border-color: #004284;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	margin-top: 5px;
	padding: 2px;
	width: 300px;
}
.csc-mailform-field textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #004284;
	margin-top: 5px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-size: 10px;
	padding: 2px;
	width: 300px;
}
.csc-mailform-submit {
	margin-left: 120px;
	background-color: #FFFFFF;
}

/* ### FCEs ### */

.grouplist {
	border-collapse: collapse;
	width: 96%;
}
.grouplist th {
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	background-color: #A0CDD0;
	width: 50%;
}
.grouplist td {
	padding: 5px;
	width: 50%;
}

/* fce_groups */
#fce_groups_image {
	float: right;
	margin: 0px 0px 5px 5px;
}
