body {
	background-color: #F1F9FC;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	margin: 0px;
	text-align: center;
	font-size: 9pt;
	background-image: url('blank.gif');
	color: #484C49;
}

/* fck-klasse */

.content {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
	color: #484C49;
	line-height: 140%;
	width: 627px;
	padding: 10px;
	background-color: #e4f1f6;
	background-image: none;
}

#ibk_master_container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: left;
	position: relative;
	width: 910px;
}

#ibk_head_container {
	height: 220px;
	/* border: 1px solid #EA8F00; */
	margin-bottom: 7px;
	background-color: #FFFFFF;
	background-image: url('./ibk_head.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
	width: 900px;
}

#ibk_main_container {
	min-height: 500px;
	position: relative;
	width: 900px;
}

#ibk_foot_container {
	height: 60px;
	/* border: 1px solid #EA8F00; */
	margin-top: 15px;
	margin-bottom: 7px;
	text-align: center;
	position: relative;
	width: 900px;
	background-color: #EEA200;
	background-image: url(grad_orange.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#ibk_navi_container {
	margin-right: 10px;
	margin-top: 10px;
	width: 26%;
	min-height: 400px;
	float: left;
	position: relative;
	margin-bottom: 60px;
}

.ibk_navi_container {
	background-color: #e4f1f6;
	margin-bottom: 15px;
}

#ibk_content_container {
	margin-top: 10px;
	margin-right: 0px;
	width: 72%;
	float: right;
	min-height: 490px;
	border: 0px;
	background-color: #e4f1f6;
	color: #000000;
}

#ibk_master_container.standardwidth {
	width: 904px;
}

.standardwidth {
	width: 900px;
}

#ibk_ibkfoot_container {
	margin-left: 0px;
	margin-right: 10px;
	left: 0px;
	right: auto;
}

/* inner boxen*/
#ibk_verlaufbox {
 height: 60px;
 background-color: #EEA200;
 background-image: url(grad_orange.png);
 background-repeat: repeat-x;
 background-position: top left;
 border-bottom: 1px dotted white;
 color: #FFFFFF;
}

#ibk_titlebox {
	padding-left: 10px;
	padding-top: 19px;
	font-size: 160%;
	font-style: italic;
	text-transform: capitalize;
}

#ibk_titlebox a{
 color: #FFFFFF;
}

#ibk_head_box {
	margin-left: 15px;
	float: float;
	margin-top: 50px;
}

.ibk_navi_box {
	margin: 10px;
	color: #484C49;
	overflow: hidden;
}

.ibk_navi_topbox {
	min-height: 30px;
	background-color: #EEA200;
  background-image: url(grad_orange.png);
  background-repeat: repeat-x;
  background-position: top left;
}

#ibk_foot_box {
	vertical-align: middle;
	text-align: center;
	position: relative; 
	padding-top: 20px;
}

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

#ibk_content_box {
	margin: 10px;
	
}

.transparenz {
	filter:alpha(opacity=95); /* IE */
	opacity:0.95; /* allgemein */
	-moz-opacity:0.95; /* Mozilla */
	-khtml-opacity:0.95; /* KTHML */
	-opera-opacity:0.95; /* Opera */
}

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

.rundeecke10o {
	-moz-border-radius-topleft: 10px; 
	-webkit-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	border-radius-topleft: 10px-topleft; 
	-moz-border-radius-topright: 10px; 
	-webkit-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	border-radius-topright: 10px-topleft; 
}

.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;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=5); */
}

.schatten99 {
	-webkit-box-shadow: 2px 2px 6px #999999;
	-moz-box-shadow: 2px 2px 6px #999999;
	box-shadow: 2px 2px 6px #999999;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=5); */
}

/* HTML-Elemente */

h1, h2, h3  {
	background-color: #EEA200;
  background-image: url(grad_orange.png);
  background-repeat: repeat-x;
  background-position: top left;
  padding: 4px;
  padding-left: 10px;
  -moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px; 
	color: #FFFFFF;
}

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

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

h3 {
	font-size: 100%;
}

a {
	text-decoration: none;
	color: #FF6600;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}


/* Standardseite Inhalt fuer Editor */



.pagecontent {
	font-family: Tahoma, sans-serif;
	text-align: left;
	color: #484C49;
	line-height: 140%;
}

.pseudo_h1 {
	font-size: 120%; 
	font-style: italic; 
	font-weight: bold; 
	display: inline-block; 
	padding-top: 7px; 
	padding-bottom: 7px; 
	padding-left: 10px;
}

/* spezielle Tags */

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

}

#ibk_headtext2 {
	margin: 0px;
	margin-left: 10px;
	background-color: transparent;
	background-image: none;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	color: #EEEEEE;
	font-weight: normal;
	font-style: italic;
	text-shadow: 0.1em 0.1em 0.2em #000000;
	filter: shadow(color:#000000, direction=125, strength=3);
}
