@import url("fomate.css");
@import url("charge.css");
@import url("buttons.css");
/* CSS Document */

.textfield {
	border: 1px solid #34348F;
	background-image: url(textfield.png);
	background-repeat: no-repeat;
}

#scrollwindow {
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #B8B8D8;
	scrollbar-arrow-color: #33338E;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #C5D8ED;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;

} 

#rahmen {
	background-image: url(../layout/rahmen.png);
	background-repeat: no-repeat;

}
#langmargin {
	margin-top: 10px;

}
#langselect {
	background-color: #FFFFFF;
	border: 1px solid #9494C3;
	width: 25px;
}
#langfloat {
	position: absolute;
	z-index: 1;
}
#textcontainer1 {
	display: none;
}
#earth {
	padding-top: 9px;

}
#sections {
	left: 10px;
	margin-left: 93px;
}
#scrollwindow {
	font-size: 13px;
	overflow: auto;
	position: relative;
	height: 500px;
	width: 600px;
	margin-bottom: 20px;
	border: 2px solid #34348F;
}
#content {
	font-size: 13px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#maintable {
	background-image: url(leftcontent.png);
	background-repeat: no-repeat;
}
body {
overflow-x:hidden;overflow-y:scroll;
background-image: url(bg.png);
background-repeat: repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #34348F;
}
.input {
	font-family: Tahoma;
	font-size: 12px;
	border: 1px solid #133884;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(textfield.png);
}
