

* {
	padding:0; margin:0; 
}

html {
	font-size:100.01%;
}

body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

button {
	cursor:pointer;
}

table {
	border-collapse:collapse;
	width:100%;
}
td {
	vertical-align: top;
}
a {
	color: #003466;
	text-decoration:none;
	cursor:pointer;
}

h1 {
	margin-top:10px;
	margin-bottom:15px;
	font-size: 1.333em; 
	padding-bottom:5px;
	color: #003466;
	line-height:normal;
}

h2 {
	font-size: 1.2em;
	line-height:normal;
}

p {
	margin-bottom:8px;
}

ul {
	margin-bottom:15px;
	margin-left:20px;
	margin-top:5px;
	list-style-image: url('/graphics/dot.png');
}

ol {
	margin-left:20px;
}
ol.disclaimer li {
	margin-bottom:10px;
}
ol.imprint li {
	margin-bottom:10px;
} 

img {
	border:none;
}


#center,
#footerinner {
	margin: 0 auto;
	width:1000px;
	font-size:0.72em;
	line-height:1.333em;
	border-left:1px solid silver;
	border-right:1px solid silver;
}

#header {
	background: no-repeat url(/graphics/header2.png);
	position:relative;
}
#header_inner {
	height: 175px;
	background: no-repeat url(/graphics/header2.png) 0 -30px;
	position:relative;
	border-bottom:1px solid #D2D2D2;
	overflow:hidden;
}

#logo {
	position:absolute;
	left:1px;
	top:-2px;
}

#topinfobox {
	width: 486px;
	height: 104px;
	position:absolute;
	left:420px;
	top:-100px;
	background: no-repeat url(/graphics/topinfobox.png) left bottom;
}
#topinfobox.topinfobox_yellow {
	background-image: url(/graphics/topinfobox_yellow2.png);	
}

	#topinfoboxinner {
		margin-top:10px;
		padding:8px 14px 8px 14px;
		color: #003466;
	}

#menutable {
	position:absolute;
	left:0;
	bottom:0;
}
	#menutable td {
		font-size:0.95em;
		color: #666;
		background: url(/graphics/menuspacer.png) right 1px no-repeat;
	}
	#menutable td div.menuinner {
		padding: 8px 14px 8px 14px;
	}
	#menutable td:last-child {
		background: none;
	}
	#menutable td .menutitle {
		font-size:1.2em;
		font-weight: bold;
		text-transform: uppercase;		
	}
	#menutable td.menuactive {
		background: url(/graphics/menuactive.png) repeat-x;
		height: 45px;
		color: #003366;
	}
	#menutable td.menumaterialica {
		background-color: #FFEB00;
		height: 45px;
		color: #003366;
	}
	#menutable td .menuinner {
		white-space:nowrap;
	}
	#menutable td.menumaterialica .menuinner {
		padding-left:48px;
		background: url(/graphics/materialica_logo_40.png) 4px 5px no-repeat;
	}
	#menutable a {
		color: #666;
		text-decoration: none;
	}
	#menutable td.menuactive a {
		color: #003366;
		text-decoration: none;
	}
	
#submenurow {
	padding:4px 0;
	border-bottom: 1px dashed #C0C0C0;
	position:relative;
	overflow:hidden;
}
	#clock {
		padding-top:1px;
		padding-left:14px;
		font-size:10px;
		color: #666666;
		float:left;
		width:160px;
	}
	#submenu a {
		color: #666;
	}
	#submenu a.menuactive {
		color: #003466;
		font-weight:bold;
	}

#topmenu {
	position:absolute;
	right:20px;
	top:4px;
	color:#999999;
	font-weight:bold;
	font-size:0.95em;
}
	#topmenu * {
		font-size:1em;
	}

#rightcontent {
	width:240px;
	padding-left:15px;
	padding-right:15px;
	float:right;
} 

#content {
	
}
	#contentinner {
		padding:20px 14px;
		min-height: 400px;
	}

#footer {
	color: #999999;	
}
	#footerinner {
		padding-top: 27px; 
		height: 20px;
		background: repeat-x 0px 20px url(/graphics/footer.png);
	}
	#footer a {
		color: #999999;
	}
	
table.padding td {
	padding:5px 5px 5px 0;
}


.rows {
	column-count: 2;
	column-gap: 20px;
	column-rule-width : 1px;
	column-rule-style : dotted;
	column-rule-color : #C0C0C0;

	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-moz-column-rule-width : 1px;
	-moz-column-rule-style : dotted;
	-moz-column-rule-color : #C0C0C0;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	-webkit-column-rule-width : 1px;
	-webkit-column-rule-style : dotted;
	-webkit-column-rule-color : #C0C0C0;
}

.rows3 {
	column-count: 3;
	column-gap: 15px;
	column-rule-width : 1px;
	column-rule-style : dotted;
	column-rule-color : #C0C0C0;
	
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	-moz-column-rule-width : 1px;
	-moz-column-rule-style : dotted;
	-moz-column-rule-color : #C0C0C0;
	
	-webkit-column-count: 3;
	-webkit-column-gap: 15px;
	-webkit-column-rule-width : 1px;
	-webkit-column-rule-style : dotted;
	-webkit-column-rule-color : #C0C0C0;
}

.mgatehighlight {
	color: #003466;
	font-weight:bold;
}
	.mgatehighlight img {
		margin-bottom: -1px;
	}

.nd {
	display:none;
}

.highlight {
	color: #003366;
}

.search_word_highlight {
	color: #003366 !important;
}




a.fis_glossary_match {
	text-decoration: underline;
	cursor: help;
	color:black;
	font-weight:inherit;
	xpadding-right:10px;	
	xmargin-right:2px;
	xbackground: url('/graphics/info.gif') right 2px no-repeat;
}
div.fis_glossary_display {
	font-size:0.70em;
}
div.fis_glossary_comp {
	color:#211955;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom:1px solid #211955;
	margin-right:5px;
	background-color:white;
}
div.fis_glossary_title {
	padding:5px 0;
	font-weight:bold;
	background-color:white;
}
div.fis_glossary_content {
	margin-right:5px;
	height:70px;
	overflow:auto;
	background-color:white;
}

.youtubeVideo {
	clear:both;
	text-align:center;
	margin-bottom:10px;
}
	


#newslettersignouter {
	position:absolute;
	top:102px;
	right:18px;
	width:330px;
	height:125px;
	border:1px solid silver;
	background-color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	z-index:6000;
}
#newslettersignouterclose {
	z-index:6004;
}
#newslettersignsendresult {
	font-size:10px;
}
#newslettersignbg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:160px;
	background: no-repeat url(/graphics/header2.png) 0 -40px;
	z-index:6001;	
}
#newslettersigninner {
	position:absolute;
	left:0px;
	top:0px;
	width:310px;
	height:160px;
	color: #003466;
	padding:10px;
	z-index:6002;
}

#newslettersignouterclose {
	cursor: pointer;
}

input.checkbox {
	vertical-align:top;
	margin-top:2px;
	margin-right:5px;
}

div.sdd {
	z-index: 250;
}
div.sdd table {
	width:auto !important;
}
div.sdd_content {
	background-color: white;
	padding:0;
	z-index:250;
}
div.sdd_images { 
	border: 2px solid #333;
}
div.sdd_titlebar {
	sheight:0px;
	font-weight:bold;
}
div.sdd_titlebar a {
	cursor: pointer; 
}
div.sdd_prevArrow,
div.sdd_nextArrow {
	position:absolute;
	top:50%;
	margin-top:-36px;
	width: 86px;
	height: 72px;
	z-index:251;
	cursor: pointer;
	background:no-repeat;
}
div.sdd_prevArrow {
	background:url(/graphics/img_arrow_left.png) no-repeat left;
	margin-left:10px;
}
div.sdd_nextArrow {
	background:url(/graphics/img_arrow_right.png) no-repeat right;
	margin-right:10px;
}
div.sdd_loading {
	background:white url(/graphics/SlideDDImages/load.gif) no-repeat center center;
	border:1px solid silver;
	width:50px;
	height:50px;
	z-index:251;
}
div.sdd_title {
	position:absolute;
	left:0;
	top: 5px;
	color: white;
	padding:4px 10px 4px 5px;
	background-color: #A0002B;
	-moz-border-radius: 0 8px 8px 0 ;
}

td.sdd_title_bg_a {
	color:white;
	font-size:9px;
}


td.sdd_glow_nw {background:url(/graphics/SlideDDImages/glow_nw.png) bottom right no-repeat; }
td.sdd_glow_n { background:url(/graphics/SlideDDImages/glow_n.png) bottom left repeat-x; }
td.sdd_glow_ne { background:url(/graphics/SlideDDImages/glow_ne.png) bottom left no-repeat; }
td.sdd_glow_e { background:url(/graphics/SlideDDImages/glow_e.png) top right repeat-y; }
td.sdd_glow_w { background:url(/graphics/SlideDDImages/glow_w.png) top left repeat-y; }
td.sdd_glow_sw { background:url(/graphics/SlideDDImages/glow_sw.png) top right no-repeat; }
td.sdd_glow_s { background:url(/graphics/SlideDDImages/glow_s.png) top left repeat-x; }
td.sdd_glow_se { background:url(/graphics/SlideDDImages/glow_se.png) top left no-repeat; }

a.sdd_close {
	display:block;
	width:30px;
	height:30px;
	background:url(/graphics/SlideDDImages/closebox.png) top left no-repeat;
	z-index:300;
	position:absolute;
	right:28px;
	top:28px;	
}
a.sdd_slide {
	display:block;
	width:30px;
	height:30px;
	z-index:300;
	position:absolute;
	right:53px;
	top:28px;	
}

a.sdd_slide_on {
	background:url(/graphics/SlideDDImages/slide_on.png) top left no-repeat;
}
a.sdd_slide_off {
	background:url(/graphics/SlideDDImages/slide_off.png) top left no-repeat;
}

.sdd_sideBar {
	font-family:Verdana;
	font-size:11px;
	background: white;
	-moz-border-radius: 8px 0 0 8px;
	border:2px solid #BDBDBD;
	color: black;
	text-align:left;
	padding:10px;
	line-height:15px;
}

.sdd_sideBarLoading {
	color:black;
}


/*
// FISFormValidator Version 0.8
// FISolution
// 14. März 2008 04:11:54
*/

.FISFV_Errorfield {
	display:none;
	background-image: url(/graphics/warning_big.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-top:0px;
	padding-left:38px;
	font-weight:bold;	
	min-height:36px;
	margin-bottom:5px;
}
.FISFV_Errorfield_caption {
	font-weight:bold;
}

.FISFV_Errorfield h1 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}
.FISFV_Errorfield ul {
	margin:0;
	padding:0 0 0 20px;
	list-style-type: circle;
}
.FISFV_Errorfield li {
	margin:0px;
	padding:0px;
	font-weight: normal;
	color:#FF2C2C;
}

.FV_error_display {
	padding:2px;
	padding-left:20px;
	background-image:url(/graphics/warning_small.gif);
	background-repeat:no-repeat;
	background-position: 4px 3px;
	font-size: 11px;
	background-color:#ffffff;
	border:1px solid #FFcccc;
	white-space:nowrap;
	font-weight:bold;
	color:red;
	line-height:normal;
}

.FV_error_display_side {
	padding-left:20px;
	color: #FF0000;
	border:1px solid #FFAAAA;	
}

.FV_error_display_top {
	position:absolute;
	z-index:100;
}

input.FV_validation_required,
textarea.FV_validation_required,
select.FV_validation_required {
	background-color: #d5e2e9;
}


/* UPLOADER */
	.uploadprogress_caption {
		text-align:center;
		margin-bottom:5px;
		font-weight:bold;
	}
	#progressbar {
		width:100%; 
		background-color:white;
		position:relative;
		display:none;				
	}
	.progressbar_percent {
		width:100%; 
		font-weight:bold;
		text-align:center; 
		color:green;
		padding-top:2px;
	}
	.progressbar_bar {
		height:20px;
		background-color:#42A738;
	}

/* UPLOADER ENDE */
/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

.hidden {
	opacity: 0;
	position: absolute;
}
.visible {
	opacity: 1;
}


input.calendar,
select.calendar {
	width: 99px;
}

button.calendar {
	background: url(/graphics/calendar/calendar-icon.gif);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 6px;
	width: 20px;
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}

div.calendar {
	background: url(/graphics/calendar/calendar.png);
	height: 195px;
	padding: 0 6px;
	text-align: center;
	width: 147px;
}	
	div.calendar * {
		margin: 0;
		padding: 0;
	}	
	div.calendar div {
		background: none !important;
		cursor: move;
		height: 185px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.calendar caption {
		color: #333;
		font: normal 12px/16px Arial, Helvetica, sans-serif;
		padding-top: 6px;
		text-align: center;
		width: 100%;
	}
	div.calendar caption a {
		cursor: pointer;
		display: block;
		height: 12px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 17px;
		width: 11px;
	}
	div.calendar caption a.prev {
		background-image: url(/graphics/calendar/calendar-prev.gif);
		left: 0;
	}
	div.calendar caption a.next {
		background-image: url(/graphics/calendar/calendar-next.gif);
		right: 0;
	}
	div.calendar caption a:hover {
		background-position: 0 12px;
	}
	div.calendar caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.calendar caption span.month {
		padding-right: 8px;
	}
	div.calendar caption span.month:after {
		content: ',';
	}

	div.calendar table {
		background: #FFF;
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.calendar td,
	div.calendar th {
		border: 0;
		color: #0597DB;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 21px;
		text-align: center;
		width: 21px;
	}
	div.calendar td {
		background: url(/graphics/calendar/calendar-td.gif);
		color: #FFF;
		font-size: 11px;
	}
	div.calendar td.invalid {
		color: #999;
	}
	div.calendar td.valid {
		background: url(/graphics/calendar/calendar-valid.gif);
		color: #0597DB;
		cursor: pointer;
	}
	div.calendar td.hilite {
		background: url(/graphics/calendar/calendar-hilite.gif);
	}
	div.calendar td.inactive {
		background: url(/graphics/calendar/calendar-td.gif) 0 100%;
		color: #FFF;
	}
	div.calendar td.active,
	div.calendar td.hover {
		background: url(/graphics/calendar/calendar-valid.gif) 0 100%;
		color: #FFF;
		cursor: pointer;
	}
	
input.dashboard, select.dashboard {
	width:70px;
	background-color:white;
	color:#666666;
	border:1px solid #A7A6AA;
	padding:1px;
}
button.dashboard {
	background:url("/graphics/calendar/dashboard-icon.gif") repeat scroll 0 0 transparent;
	border:0 none;
	cursor:pointer;
	height:20px;
	margin-left:2px;
	width:20px;
	vertical-align:top;
}
button.dashboard:hover, button.dashboard.active {
	background-position:0 20px;
}
div.dashboard {
	background:url("/graphics/calendar/dashboard.png") repeat scroll 0 0 transparent;
	height:175px;
	padding:0 12px;
	text-align:center;
	width:147px;
}
div.dashboard * {
	margin:0;
	padding:0;
}
div.dashboard div {
	background:none repeat scroll 0 0 transparent !important;
	cursor:move;
	height:165px;
	overflow:hidden;
	padding-top:10px;
	position:relative;
	width:147px;
}
div.dashboard caption {
	color:#CC0000;
	font:12px/17px Arial,Helvetica,sans-serif;
	padding-top:4px;
	text-align:center;
	width:100%;
}
div.dashboard caption a {
	cursor:pointer;
	display:block;
	height:11px;
	overflow:hidden;
	position:absolute;
	text-indent:-100px;
	top:16px;
	width:11px;
}
div.dashboard caption a.prev {
	background-image:url("/graphics/calendar/dashboard-prev.gif");
	left:1px;
}
div.dashboard caption a.next {
	background-image:url("/graphics/calendar/dashboard-next.gif");
	right:1px;
}
div.dashboard caption a:hover {
	background-position:0 11px;
}
div.dashboard caption span {
	height:25px;
	position:relative;
	text-align:center;
}
div.dashboard caption span.month {
	padding-right:8px;
}
div.dashboard caption span.month:after {
	content:",";
}
div.dashboard table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
	cursor:default;
	margin:0 auto;
	overflow:hidden;
	width:147px;
}
div.dashboard td, div.dashboard th {
	border:0 none;
	color:#999999;
	font:12px Arial,Helvetica,sans-serif;
	height:19px;
	text-align:center;
	width:21px;
}
div.dashboard td {
	color:#333333;
	font-size:11px;
	padding-right:5px;
	text-align:right;
	width:16px;
}
div.dashboard td.invalid {
	color:#666666;
}
div.dashboard td.valid {
	color:#000000;
	cursor:pointer;
}
div.dashboard td.active, div.dashboard td.hover {
	color:#CC0000;
	cursor:pointer;
}
	
