@import url("BGC_general.css");
body {
	padding:0;
	margin:0;
	background: #b3d8de url(bg1.jpg) top center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	font-family: sans-serif;
	font-size: 85%;
	color: #3A3A3A;
}

/*for setting e.g. additional Background-image*/

#FlexiAll {
	position:relative;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left:1%;
	width:98%;
	max-width:90em;
	background-color: #ffffff;
	padding-bottom: 0;

	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}

#FlexiTop {
	position:relative;
	margin-top: 0.5em;
	max-width:2700px;

	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
}
.LogoImageLeft {
	float: left;
	margin-right: 0.5em;
}
.LogoImageRight {
	float: right;
	margin-left: 0.5em;
}
@media screen and (max-width: 40em) {
	#FlexiTop {
		background: #eeeeee;
		/*background: url(header_mpibgc4.jpg) top left no-repeat;*/
		height: 60px;
	}
	#FlexiTop img {
		height: 45px;
	}
	.LogoImageLeft {
		padding-left: 35px;
		padding-top: 0px;/*8*/
	}
	.LogoImageRight {
		padding-right: 35px;
		padding-top: 8px;
	}
}
@media screen and (min-width: 40em) and (max-width: 70em) {
	#FlexiTop {
		background: #eeeeee;
		/*background: url(header_mpibgc2.jpg) top left no-repeat;*/
		height: 100px;
	}
	#FlexiTop img {
		height: 60px;
	}
	.LogoImageLeft {
		padding-left: 58px;
		padding-top: 0px;/*12*/
	}
	.LogoImageRight {
		padding-right: 38px;
		padding-top: 12px;
	}
}
@media screen and (min-width: 70em) {
	#FlexiTop {
		background: #eeeeee;
		/*background: url(header_mpibgc1a.jpg) top left no-repeat;*/
		height: 120px;
	}
	#FlexiTop img {
		/*height: 120px; /*85*/
	}
	.LogoImageLeft {
		padding-left: 50px;/*75*/
		padding-top: 0px;/*18*/
	}
	.LogoImageRight {
		padding-right: 75px;
		padding-top: 18px;
	}
}

#FlexiTitle {
	z-index: 3;
	position: relative;
	max-width: 2700px;
	max-height: 250px;
}
@media screen and (max-width: 40em) {
#FlexiTitle {
	display: none;
}	
}

/*navigation*/

#FlexiLeft {
	position: absolute;
	z-index: 10;
	padding-top: 0em;
	margin-left: 1%;
	background-color: #ffffff;
	text-align: left;
	color: #838f96;
}
@media screen and (max-width: 40em) {
	.clicker {
		height: 1em;
		width: 4em;
		outline: none;
		cursor: pointer;
	}
	.clicker img {
		width: 1.4em;
		height: 1.4em;
	}
	.hiddendiv{
		display: none;
	}
	.hiddendiv:hover{
		display: block;
	}
	.clicker:focus + .hiddendiv{
		display: block;
	}
	#FlexiLeft {
		top: 60px;
		width: 50%;
	}
}
@media screen and (min-width: 40em) and (max-width: 70em) {
	.clicker {
		display: none;
	}
	#FlexiLeft {
		top: 100px;
		width: 27%;
	}
}
@media screen and (min-width: 70em) {
	.clicker {
		display: none;
	}
	#FlexiLeft {
		top: 120px;
		width: 18%;
	}
}

#FlexiLeft li {
	display: list-item;
	margin: 0px;
	border-bottom: 1px dotted #005c71;
}
#FlexiLeft li a {
	text-decoration: none;
	font-weight: bold;
	color: #838f96;
	padding: 2px 2px 4px 2px;
	text-indent: 1em;
	background: #ffffff;
}
#FlexiLeft li a:hover {
	text-decoration: none;
	color: #838f96;
	text-indent: 1em;
}
#FlexiLeft li a.selflink {
	text-decoration: none;
	color: #8D0000;
	text-indent: 1em;
}
#FlexiLeft li li {
	text-decoration: none;
	margin-left: 4em;
	text-indent: 0em;
	border-bottom: 0;
	list-style-image: url(sub_icon1.png);
}
#FlexiLeft li li a {
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0;
	text-indent: 0em;
}
#FlexiLeft li li a:hover {
	background: #ffffff;
	font-weight: normal;
	text-indent: 0em;
	border-bottom: 0;
	list-style-image: none;
}
#FlexiLeft li li a.selflink {
	text-decoration: none;
	font-weight: normal;
	text-indent: 0em;
	border-bottom: 0;
	list-style-image: none;
}
#FlexiLeft ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#FlexiLeft ul li a {
	display: block;
	color: #005c71;
}
#FlexiLeft ul li a:hover {
	text-decoration: none;
	color: #838f96;
	background: #ffffff url(selector.gif) center left no-repeat;
	padding: 2px 2px 4px 2px;
	text-indent: 1em;
}
#FlexiLeft a {
	text-decoration: none;
	text-indent: 1em;
	padding: 1px 1px 1px 18px;
}
#FlexiLeft h2 {
	font-size:150%;
	color: #ffffff;
	margin-bottom: 0px;
	border-bottom: 1px solid #005c71;
}
#FlexiLeft h3 {
	font-size:130%;
	color: #ffffff;
	margin-bottom: 0px;
	border-bottom: 1px solid #005c71;
}
#FlexiLeft h4 {
	font-size:100%;
	color: #ffffff;
	margin-bottom: 0px;
	border-bottom: 1px solid #005c71;
}

/* end navigation*/

#FlexiMain {
	position: relative;
	z-index: 5;
	margin-left: 1%;
	background-color: white;
	padding-top: 0em;
	overflow-y: auto;
	min-height: 65em;

}
@media screen and (max-width: 40em) {
	#FlexiMain {
		padding-left: 0%;
		padding-top: 5%;
		width: 98%;
	}
}
@media screen and (min-width: 40em) and (max-width: 70em) {
	#FlexiMain {
		padding-left: 28%;
		width: 68%;
	}
}
@media screen and (min-width: 70em) {
	#FlexiMain {
		padding-left: 19%;
		width: 79%;
	}
}

#FlexiFooter {
	position: relative;
	margin-top:0.2em;
	width: 100%;
	height: 4em;
	padding: 0em;
	padding-top:0.1em;
	background-color: #E5E5E5;
}

p {
	color: #3A3A3A;
}

li {
	color: #3A3A3A;
}

table{
	margin: 0px;
	padding-left:0em;
	overflow: auto;
	color: #3A3A3A;
}

a {
	color: #007576;
	text-decoration: none;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}

.MainTableCell {
	border: 0px solid #CCCCCC;
	background-color: #ffffff;
}
.MainCaption {
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #005c71;
	padding: 1px;
}
.MainSideCaption {
	text-align: left;
	color: #005c71;
	background-color: #cce2e3;
	border-bottom: 1px solid #005c71;
	padding: 2px;
}

@media screen and (max-width: 70em) {
	.TableSideCell { display: none;}
	.MainTableSideCellL { display: none; }
	.MainTableSideCellS { background-color: rgb(244,249,250); }
}
@media screen and (min-width: 70em) {
	.TableSideCell { background-color: #ffffff; }
	.MainTableSideCellS { display: none; }
	.MainTableSideCellL { background-color: rgb(244,249,250); }
}

@media screen and (max-width: 70em) {
	.main_onecolumn {
		float: left;
		width: 95%;
		color: #3A3A3A;
		letter-spacing: normal;
	}
	.mainHomePageLeft {
		float: left;
	}
	.mainHomePageRight {
		float: left;
	}
	.mainLeft {
		float: left;
		width: 28em;
		color: #3A3A3A;
	}
	.mainRight {
		float: left;
		width: 28em;
		color: #3A3A3A;
	}
	.DeptLeft {
		float: left;
		color: #3A3A3A;
	}
	.DeptRight {
		float: left;
		color: #3A3A3A;
	}
}
@media screen and (min-width: 70em) {
	.main_onecolumn {
		float: left;
		width: 95%;
		color: #3A3A3A;
		letter-spacing: normal;
	}
	.mainHomePageLeft {
		float: left;
		width: 67%;
		color: #3A3A3A;
	}
	.mainHomePageRight {
		float: right;
		width: 30%;
		margin-right: 1em;
		color: #3A3A3A;
	}

	.mainLeft {
		float: left;
		width: 45%;
		color: #3A3A3A;
	}
	.mainRight {
		float: right;
		width: 45%;
		margin-right: 3em;
		color: #3A3A3A;
	}
	.DeptLeft {
		float: left;
		width: 70%;
		color: #3A3A3A;
		letter-spacing: normal;
	}
	.DeptRight {
		float: right;
		width: 10%;
		margin-right: 2em;
		color: #3A3A3A;
	}
}


navi {
	text-indent: 10px;
}

.headertext {
	font-weight: bold;
	text-align: right;
	margin-right: 1em;
}
.tagline {
	text-align: right;
	margin-right: 1.5em;
}
@media screen and (min-width: 70em) {
	.headertext {
		font-size: 1.5em;
		padding-top: 30px;
	}
	.tagline {
		font-size: 1em;
	}
}
@media screen and (min-width: 40em) and (max-width: 70em) {
	.headertext {
		font-size: 1.4em;
		padding-top: 20px;
	}
	.tagline {
		font-size: 1em;
	}
}
@media screen and (max-width: 40em) {
	.headertext {
		font-size: 1.2em;
		padding-top: 6px;
	}
	.tagline {
		font-size: 0.8em;
	}

}
