@import url("text-basic.css");

/* ***************************************************** */
/*  GLOBALE PARAMETER */

*{
	margin: 0px;
	padding: 0px;
}

img {
    border: 0;
}

html,
body {
	border: 0px;
	height: 100%;
	background-color: white;
}


/*----------------- DIV ANZEIGE ----------------*/
#main,
#header,
#logo,
#content,
#content1,
#content2,
#footer,
#menuMOSS{
}





#content_print,
#menu-preloader{
	display: none;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/*----------------- Haupt ----------------*/

#rahmen{
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#main{
	margin: 0px;
	padding: 0px;
	border: 1px solid #002762;
	background-color: transparent;
	background-color: #FFFFFF;
	font-size: 0.85em;
	width: 1000px;
	height: 737px;
}

#header,
#content{
	width: 100%;
}

#header{
	background-image: url(../images/global/head.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 110px;
}

#logo,
a.logo{
	background-color: transparent;
	margin: 28px 10px 0px 0px;
	width: 160px;
	height: 72px;
}

a.logo{
	display: block;
	text-decoration: none;
}
#logo{
	float: right;
}

#content,
#content1,
#content2{
	height: 587px;
 	background-color: transparent;

}


#content1{
 	background-color: #ffb300;
	width: 320px;
	float: left;
}

#content2{
 	background-color: transparent;
	width: 628px;
	float: right;
}

#content2l{
	width: 39%;
	float: left;
}

#content2r{
	width: 60%;
	float: right; 
}

#footer{
	clear: both;
	background-color: transparent;
}

#navi_L0{
}

#navi_L1{
}

#navi_L2{
}

#navi_L3{

}

/* ***************************************************** */
/*  TEXT */



#content2{
	text-align: left;
}


/* ***************************************************** */

/*----------------- BlueBOX ----------------*/

.blueBox{
 	background-color: transparent;
	width: 100%;
	margin-top: 35px;
}

.blueHead,
.blueIMG,
.blueTXT{
	width: 100%-2px;
}

.blueHead{
 	background-color: #0d1c76;
 	border: 0px solid #0d1c76;
	color: #FFFFFF;
	border-width: 0 1px;
}

.blueHead h3{
	color:#fff;
	padding: 5px 0px 5px 5px;
}

.blueIMG{
 	background-color: transparent;
 	border: 0px solid #ffb300;
	border-width: 0 1px 1px 1px;
	text-align: center;
	height:255px;
	margin: 0;
	padding: 0;
}

.blueIMG img{
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	width: 343px;
	height: 255px;
}

.blueTXT{
 	background-color: transparent;
 	border: 0px solid #ffb300;
	border-width: 0 1px 1px 1px;
	padding: 5px 0px;
	text-align: center;
}

.blueTXT table{
	width:96%;
	margin: 0 2%;
	text-align:left;
}

/*----------------- Formular ----------------*/

select{
	border: 1px solid #B9BDBE;
	color: #000000;
	width: 140px;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
}

* select{  /* hack für IE < 6 */
	height: 20px;
}
/*----------------- SCROLLER Window ----------------*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 590px;
	height: 561px;
	min-height: 561px;
	max-height: auto;
}
