body {
	background-color: #E3E2E1;
	/* background-color: #EBC01F; */
	color: #040f51;
	font-family: 'Trebuchet MS', Helvetica, Jamrul, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: 9pt;
	background-image: url('blank.gif'); 
}

/* Standardseite Inhalt fuer Editor */

.content {
	font-family: 'Trebuchet MS', Helvetica, Jamrul, sans-serif;
	text-align: left;
	background-color: #FFFFFF;
	color: #040f51;
	padding: 10px;
	line-height: 140%;
	width: 870px;
}

#ibk_master_container {
	background-color: #FFFFFF;
	width: 901px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: left;
	position: relative;
	text-align: center;
}

#ibk_head_layer {
	background-color: #EDEDED;
	width: 798px;
	height: 220px;
	position: absolute;
	border: 10px solid #EDEDED;
	left: 41px;
	top: 40px;
	z-index: 20;
	-webkit-box-shadow: 0px 5px 5px #CCCCCC;
	-moz-box-shadow: 0px 5px 5px #CCCCCC;
	box-shadow: 0px 5px 5px #CCCCCC;
}

#ibk_head_container {
	background-color: #333333;
	width: 798px;
	background-image: url('./ibk_head.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 184px;
	margin-top: 0px;
	float: left;
}

#ibk_navi_container {
	width: 798px;
	border-top: 10px solid #EDEDED;
	float: left;
}

#ibk_foot_box {
	width: 901px; 
	height: 140px; 
	background-color: #333333;
	/* background-color: #83004F; */
	color: #FFFFFF; 
	border-top: 5px solid #EDEDED; 
	border-bottom: 5px solid #EDEDED; 
}

#ibk_foot_box span {
	display: block;
	margin-top: 7px;
}



#ibk_navi_box {
	display: inline-block;
}

#ibk_main_container {
	min-height: 500px;
	background-color: #FFFFFF;
	position: relative;
	width: 901px;
	margin: auto; 
	text-align: left;
}

#ibk_breadcrumb_container {
	height: 20px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align: center;
	position: relative;
	width: 901px;
	margin: auto; 
	margin-bottom: 7px;
	background-color: #EEEEEE;
	/* background-color: #EBE07F; */
	
}

#ibk_ibkfoot_container {
	height: 50px;
	border-top: 1px dotted #EDEDED; 
	border-bottom: 5px solid #EDEDED; 
	padding-top: 5px;
	background-color: #333333;
	/* background-color: #83004F; */
	text-align: center;
	width: 901px;
	margin: auto; 
	text-align: center;
	color: #EBEBEB;
}

#ibk_ibkfoot_container a {
	color: #EBEBEB;
}



#ibk_content_container {
	margin: 20px;
	margin-top: 30px;
	min-height: 480px;
	border: 0px;
	background-color: #FFFFFF;
}

#ibk_fillup_container { 
	background-color: #FFFFFF; 
	width: 901px; 
	height: 160px; 
	color: #FFFFFF;
}



/* inner boxen*/
#ibk_head_box {
	text-align: center;
	margin: auto;
	margin-top: 10px;
}



#ibk_breadcrumb_box {
	vertical-align: middle;
	text-align: center;
	position: relative; 
	margin-top: 2px;
}


#ibk_content_box {
	margin: 10px;
}


.rundeecke10 {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
}

.rundeecke10_top {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.rundeecke5 {
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}

.schattenCC {
	-webkit-box-shadow: 5px 5px 10px #CCCCCC;
	-moz-box-shadow: 5px 5px 10px #CCCCCC;
	box-shadow: 5px 5px 10px #CCCCCC;
}

.schatten00 {
	-webkit-box-shadow: 2px 2px 6px #000000;
	-moz-box-shadow: 2px 2px 6px #000000;
	box-shadow: 2px 2px 6px #000000;

}

/* HTML-Elemente */

h1, h2, h3  {
	margin: 0px;
	font-weight: normal;
	padding: 4px;
	border: 1px dotted #CCCCCC;
	/* background-color: #EBE07F; */
	background-color: #EEEEEE;
	margin-left: -5px;
	margin-right: -5px;
}

h1 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;

}

h2 {
	font-size: 110%;
	margin-bottom: 13px;
	
}

h3 {
	font-size: 100%;
	
}

a {
	text-decoration: none;
	color: #3399FF;
	/* color: #83004F; */
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}




/* spezielle Tags */

#ibk_headtext1 {
	margin: 0px;
	background-color: transparent;
	text-decoration: none;
	position: relative;
	font-size: 26px;
	color: #EEEEEE;
	text-shadow: 0.1em 0.1em 0.2em #000000;
	filter: shadow(color:#000000, direction=135, strength=3);

}

#ibk_headtext2 {
	margin: 0px;
	background-color: transparent;
	text-decoration: none;
	position: relative;
	font-size: 17px;
	color: #EEEEEE;
	text-shadow: 0.1em 0.1em 0.2em #000000;
	filter: shadow(color:#000000, direction=125, strength=3);
}
