/*//////////////////////////////STANDARTS*/
/*HTML*/
html {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
/*BODY*/
body {
	padding: 0px;
	margin: 0px;
}
/*FORM-BUG (IE)*/
form { margin: 0px; padding: 0px; }
/*FONT*/
body, div, table, tr, td, p, input, select, textarea, legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	font-size: 11px;
}
/*SCROLLBARS*/
textarea { overflow: auto; }
/*HR*/
hr {
	border-top: 1px solid #D4DCEB;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
/*//////////////////////////////*/


/*//////////////////////////////BGs*/
.bg_body {
	background-color: #FFFFFF;
	/**/
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*//////////////////////////////*/


/*//////////////////////////////LINKS*/
a {
	color: #3333FF;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #9292FF;
	text-decoration: none;
	cursor: pointer;
}
/**/
a img { border: 0px none; }
/*outlines off*/
:active, :focus { outline: none; }
a:active, a:focus { outline: none; }
/*//////////////////////////////*/


/*//////////////////////////////SITE*/
#site {
	position: relative;
	top: 0px;
	/**/
	width: 940px;
	margin: 0px; 
	padding: 0px;
	/**/
	text-align: left;
}
/*//////////////////////////////*/


/*//////////////////////////////MAINDIV*/
#mainContainer {
	position: absolute;
	top: 7px;
	left: 0px;
	/**/
	width: 810px;
	margin: 0px; 
	padding: 0px;
	/**/
	text-align: left;
}
/*//////////////////////////////*/


/*//////////////////////////////TOP*/
#top {
	width: 100%;
	height: 72px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
}
/*//////////*/

/*//////////LOGO*/
#logo {
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	/**/
	margin: 0px;
	padding: 4px 0px 3px 0px;
}
#logo a img { border: 0px none; }
/*//////////*/

/*//////////LANG*/
#lang {
	position: absolute;
	z-index: 99;
	top: 12px;
	left: 210px;
	/**/
	margin: 0px;
	padding: 0px;
}
#lang , #lang a { color: #1D1D90; }
/*//////////*/

/*//////////SEARCH*/
#searchBOX {
	position: absolute;
	z-index: 99;
	top: 7px;
	right: 10px;
	/**/
	margin: 0px;
	padding: 0px;
	/**/
	text-align: right;
}
/**/
#searchBOX { font-weight: bold; color: #1D1D90; }
#searchBOX .form_text { background-color: #FFFFFF; width: 180px; margin: 0px 5px 0px 5px; color: #1D1D90; font-weight: normal; }
/*//////////*/

/*//////////NAVI*/
#navi {
	position: relative;
	z-index: 999;
	top: 54px;
	height: 18px;
	/**/
	padding: 0px;
	/**/
	background-color: #1D1D90;
}
/**/
#navi ul { margin: 0px; padding: 0px; list-style-type: none; }
/**/
#navi li { margin: 0px; padding: 0px; float: left; }
#navi li a {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	/**/
	margin: 0px;
	padding: 0px 7px 0px 7px;
	/**/
	border-right: 1px solid #FFFFFF;
	/**/
	font-weight: bold;
}
/**/
#navi li a { color: #D4DCEB; }
#navi li a:hover { color: #FFFFFF; background-color: #3D3DD8; }
#navi .down a { color: #FFFFFF; background-color: #000000; }
/*//////////*/
/*//////////////////////////////*/


/*//////////////////////////////MAIN*/
#main {
	position: relative;
	top: 0px;
	left: 0px;
	/**/
	margin-top: 25px;
	padding: 0px;
}
/*//////////*/

/*//////////LEFT-BOX*/
#leftBOX { position: absolute; z-index: 99; left: 0px; top: -35px; width: 135px; }
/*SUBNAVI*/
#subnavi, #shortlinks { position: relative; width: 100%; }
/*TITLE*/
#subnavi h1, #shortlinks h1 {
	display: block;
	width: 92%;
	margin: 35px 0px 0px 0px;
	padding: 5px 3% 5px 5%;
	/**/
	color: #62656C;
	font-size: 100%;
	font-weight: bold;
	/**/
	border-top: 1px solid #D4DCEB;
	border-bottom: 1px solid #D4DCEB;
}
/*LIST*/
#subnavi ul, #shortlinks ul { margin: 0px; padding: 0px; list-style-type: none; }
/**/
#subnavi li, #shortlinks li { width: 100%; margin: 0px; padding: 0px 0px 1px 0px; border-bottom: 1px solid #D4DCEB; }
#subnavi li a, #shortlinks li a {
	display: block;
	width: 92%;
	/**/
	margin: 1px 0px 0px 0px;
	padding: 4px 3% 4px 5%;
	/**/
	background-image: url(img/icon_dot.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/**/
#subnavi li a, #shortlinks li a { color: #3333FF; }
#subnavi li a:hover, #shortlinks li a:hover { color: #1D1D90; background-color: #D4DCEB; }
#subnavi .down a, #shortlinks .down a { color: #1D1D90; background-color: #D4DCEB; }
/*//////////*/

/*//////////CONTENT*/
#content {
	position: relative;
	top: 0px;
	left: 160px;
	width: 625px;
	margin: 0px;
	/**/
	text-align: left;
}
/**/
#content h1 { margin: 0px 0px 15px 0px; padding: 0px; }
#content h2 { margin: 25px 0px 0px 0px; padding: 0px; }
#content h3 { margin: 15px 0px 0px 0px; padding: 0px; }
/**/
#content p { margin: 8px 0px 0px 0px; padding: 0px; line-height: 1.2em; }
#content a { font-weight: bold; }
/**/
#content ul { margin-top: 4px; margin-bottom: 8px; list-style-type: square; list-style-position: outside; }
#content ol { margin-top: 4px; margin-bottom: 8px; list-style-position: outside; }
#content li { margin-top: 2px; margin-bottom: 2px; }
/*TABLE*/
#content .liste { border-right: 1px solid #CCCCCC; }
#content .liste thead th { text-align: left; font-weight: bold; background-color: #D4DCEB; }
#content .liste th, #content .liste td { border-left: 1px solid #CCCCCC; border-bottom: 1px solid #D4DCEB; }
/**/

/*CONTENT-BOX*/
.contentBOX {
	margin: 0px 10px 30px 10px;
	padding: 12px 10px 5px 8px;
	/**/
	background-image: url(img/icon_dot.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	/**/
	border-top: 1px solid #D4DCEB;
	border-right: 1px solid #D4DCEB;
}
.contentBOX h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}
/**/
.contentBOX a {
	font-weight: normal;
	padding-right: 20px;
	margin-right: 5px;
	/**/
	background-image: url(img/icon_go.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*//////////*/

/*//////////BOTTOM*/
#bottom {
	clear: both;
	margin: 15px 0px 0px -7px;
	padding: 3px 7px 7px 7px;
	/**/
	border-top: 1px solid #D4DCEB;
	/**/
	text-align: left;
	color: #AAAFBB;
}
/**/
#bottom a { color: #AAAFBB; font-weight: normal; }
/*//////////*/
/*//////////////////////////////*/


/*//////////////////////////////DATE*/
#datum {
	position: absolute;
	z-index: 99;
	top: 79px;
	right: 132px;
	/**/
	margin: 0px;
	padding: 0px;
	/**/
	font-size: 85%;
	color: #AAAFBB;
}
/*//////////////////////////////*/


/*//////////////////////////////BANNER*/
/*//////////RIGHT*/
#banner_right {
	position: absolute;
	z-index: 999;
	right: 0px;
	top: 7px;
	width: 120px;
	/**/
	margin: 0px;
	padding: 0px 4px 0px 4px;
	/**/
	border-right: 1px solid #D4DCEB;
	border-bottom: 1px solid #D4DCEB;
	border-left: 1px solid #D4DCEB;
	background-color: #FFFFFF;
	/**/
	text-align: center;
}
#banner_right div {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #D4DCEB;
}
/**/
#banner_right a img { border: 0px none; }
/*//////////*/
/*//////////////////////////////*/


/*//////////////////////////////SEARCH-NUMBERS*/
.search_number { margin: 10px 0px 10px 0px; text-align: center; }
.search_number a {
	margin: 0px 1px 0px 1px;
	padding: 1px 5px 1px 5px;
	/**/
	color: #4C4C4C;
	background-color: #D4DCEB;
}
.search_number a:hover { color: #FFFFFF; background-color: #3D3DD8; }
.search_number .down a { color: #D4DCEB; background-color: #1D1D90; }
/**/
.search_number .form_button {
	width: 20px;
	margin: 0px;
	padding: 0px;
	/**/
	cursor: pointer;
}
/*//////////////////////////////*/


/*//////////////////////////////FORM*/
.form_text, .form_select, .form_textarea {
	background-color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 1px;
	border: 1px solid #1D1D90;
}
.form_button, .form_buttonIMG {
	margin: 1px 0px 1px 0px;
	padding: 1px;
	cursor: pointer;
	border: 0px none;
	/**/
	color: #FFFFFF;
	background-color: #1D1D90;
	font-weight: bold;
	text-transform: uppercase;
}
.form_buttonIMG { background-color: transparent; border: 0px none; vertical-align: middle; }
/*//////////////////////////////*/


/*//////////////////////////////TEXT-SIZES*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
/**/
.small { font-size: 85%; }
/*//////////////////////////////*/
