body {
padding: 0px;
margin: 0px;
}
a		{ color: #004284; text-decoration: underline; }
a:link		{ color: #004284; text-decoration: underline; }
a:visited	{ color: #004284; text-decoration: underline; }
a:hover		{ color: #020296; text-decoration: none; }
a:active	{ color: #004284; text-decoration: underline; }

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

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;
}

.header {
   background-image: image/header.jpg;; 
}

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

.cnthead {
	width: 480px;
	height: 20px;
	background-color: #020296;
	color: #A0CDD0;
	top:0px;
	left:10px;
	padding-left:5px
}

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

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

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

.boxcnt {
	padding: 5px;
}

.boxhead {
	height: 20px;
	background-color: #020296;
	color: #A0CDD0;
	padding-left: 22px;

}

.boxfoot {
	height: 6px;
	background-color: #FFFFFF;
}

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

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


.copyright {
	text-align: center;
	height: 20px;
	width: 490px;
	color: red;
	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: #020296;
}

/* ### news latest box ### */
div#newslatestbox {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #020296;
	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%; }


#buch2 {
border: medium solid blue;
}

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

