html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	background-image: url(img_global/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #0055a9;
	SCROLLBAR-ARROW-COLOR: #0055a9;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #0055a9;
	SCROLLBAR-3DLIGHT-COLOR: #0055a9;
	margin: 0; 
	padding: 0;
}

#wraper {
	min-height: 100%;
	position: relative;
	margin: auto;
	width: 750px;
	background-color: #FFFFFF;
}

* html #wraper {
	height: 100%;
}

#footer {
	position: absolute;
	width: 750px;
	bottom: 0px;
	/*left: 0px;*/
	background-color: #FFFFFF;
	background-image: url(img_global/bg_fade.jpg);
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: -15px;

}

#language {
	position: absolute;
	top: 125px;
	right: 50px;
}

.bgfade {
	background-image: url(img_global/bg_fade.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

ul {
	margin-left: 0.75em; 
	padding-left: 1.0em;
}

li {
	font-size: 13px;
	color: #333333;
	list-style-image: url(img_global/li.gif);
	margin-bottom: 10px;
}

hr {
	border: 1px solid #D9DAD5;
	size: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

td {
	text-align: left;
}

td.box {
	border-top: 1px solid #0055A9;	
	border-right: 1px solid #0055A9;
	border-left: 1px solid #0055A9;
}

th {
	text-align: left;
	font-weight: normal;
}

.title {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d9dad5;
}
.headline {
	color: #0055A9;
	font-size: 18px;
}
.subheadline {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.FFFFFF {
	color: #FFFFFF;
}
.FFFFFF-bold {
	font-weight: bold;
	color: #FFFFFF;
}
.bold {
	color: #000000;
	font-weight: bold;
}
.black {
	color: #000000;
}






.textbox {
	margin-right: 15px;
}

.textfield {
	border: 1px solid #92979D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
}

.forms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border: 1px solid #0055A9;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border: 1px solid #0055A9;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border: 1px solid #0055A9;
}

.headlforms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0055A9;
	height: 20px;
	width: 420px;
	padding-left: 10px;
	padding-top: 1px;
}
.flag {
	border: 1px solid #92979D;
}
.flaggrey {
	border: 1px solid #92979D;
	cursor: wait;
	filter: Gray;
}


img.teaser{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-right-width: 0px;
	border-left-width: 0px;
}
.navlink {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.navlink:hover {
	text-decoration: underline;
}
