/* body und html */
body.standard {
	font-family:Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color:#000A79;
	background-color:#FFFFFF;
	background-image:url(media/logo_fcm_background.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	padding:0px;
	margin:0px 5px 0px 5px;
	border:0px;
}
/* ----------------------------------------------------------------------------------------- */

/* form */
.input, .button{ border:1px solid #000A79; }
.button {
	color:white;
	background-color:#000A79;
}
/* ----------------------------------------------------------------------------------------- */

/* links */
a {
	color:#CC6600;
}
a:hover, a:focus { text-decoration:underline; }

/* links des Navigationsmenues */
a.menu, a.menu_select, a.menu_select_onpage, a.menu_select,
	a.menu_select_onpage, a.menu_subselect_onpage, a.menu_subselect,
	a.menu_subselect_onpage { text-decoration:none; font-weight:normal; }

/* das gleiche fuer den doofen IE... */
a:hover.menu, a:hover.menu_select, a:hover.menu_select_onpage, a:hover.menu_select,
	a:hover.menu_select_onpage, a:hover.menu_subselect_onpage, a:hover.menu_subselect,
	a:hover.menu_subselect_onpage { text-decoration:none; font-weight:normal; }
a:focus.menu, a:focus.menu_select, a:focus.menu_select_onpage, a:focus.menu_select,
	a:focus.menu_select_onpage, a:focus.menu_subselect_onpage, a:focus.menu_subselect,
	a:focus.menu_subselect_onpage { text-decoration:none; font-weight:normal; }
/* IE Ende */

a.menu, a.menu_select, a.menu_subselect { color:white; }
a.menu_select, a.menu_select_onpage {
	padding:0px 3px;
	border:3px solid #0099FF;
	border-bottom:4px solid #0099FF;
}
a.menu_select {	background-color:#0099FF; }
a.menu_select_onpage, a.menu_subselect_onpage {
	color:#0099FF;
	background-color:white;
}
a.menu_subselect_onpage { padding:0px 3px; }
/* ----------------------------------------------------------------------------------------- */

/* weitere html-tags */
ul {
	list-style-type:square;
	line-height:125%;
}
img { border:0px; }
th {
	border-bottom:1px solid #000A79;
	text-align:left;
}
/* ----------------------------------------------------------------------------------------- */

/* eigene styles */
div.headline {
	font-weight:bold;
	padding:2px 2px 2px 4px;
	border:1px solid #0099FF;
	border-bottom:0px;
	background-color:#0099FF;
	color:white;
}
div.inhaltsbox {
	padding:10px 10px 20px 10px;
	margin-bottom:20px;
	border:1px solid #0099FF;
}
span.footnote, a.footnote {	color:#999999; }
span.footnote { font-size:75%; }

.bildleiste {
	margin:0px 0px 5px 5px;
	width:80px;
	height:80px;
}

