/*//////////////////////////////STANDARTS*/
/*PAGE*/
@page {
	size: auto;
	margin: 1cm;
}
/*BODY*/
body { background-color: #FFFFFF; }
/*FONT*/
body, div, table, tr, td, p, input, select, textarea, legend {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
/*HR*/
hr {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
/*//////////////////////////////*/


/*//////////////////////////////LINKS*/
a { color: #3333ff; text-decoration: none; }
/*//////////////////////////////*/


/*//////////////////////////////SITE*/
#site {
	width: 95%;
	margin: 10px; 
	padding: 0px;
}
/*//////////////////////////////*/


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

/*//////////LOGO*/
#logo {
	position: relative;
	z-index: 99;
	top: 0px;
	left: 0px;
	/**/
	margin: 0px;
	padding: 10px;
	/**/
	border-bottom: 1px solid #CCCCCC;
}
#logo a img { border: 0px none; }
/*//////////*/

/*//////////LANG*/
#lang { display: none; }
/*//////////*/

/*//////////SEARCH*/
#searchBOX { display: none; }
/*//////////*/

/*//////////NAVI*/
#navi { display: none; }
/*//////////*/
/*//////////////////////////////*/


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

/*//////////LEFT-BOX*/
#leftBOX { display: none; }
/*//////////*/

/*//////////CONTENT*/
#content { 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; }
/**/

/*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 #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.contentBOX h1 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}
/**/
.contentBOX a {
	font-weight: normal;
	padding-right: 20px;
	/**/
	background-image: url(img/icon_go.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*//////////*/

/*//////////BOTTOM*/
#bottom {
	clear: both;
	margin: 30px 0px 0px -7px;
	padding: 3px 7px 7px 7px;
	/**/
	border-top: 1px solid #CCCCCC;
	/**/
	text-align: left;
	color: #999999;
	font-size: 85%;
}
/**/
#bottom a { color: #999999; font-weight: normal; }
/*//////////*/
/*//////////////////////////////*/


/*//////////////////////////////DATE*/
#datum { display: none; }
/*//////////////////////////////*/


/*//////////////////////////////BANNER*/
/*//////////RIGHT*/
#banner_right { display: none; }
/*//////////*/
/*//////////////////////////////*/


/*//////////////////////////////SEARCH-NUMBERS*/
.search_number { display: none; }
/*//////////////////////////////*/


/*//////////////////////////////FORM*/
.form_text, .form_select, .form_textarea, .form_button {
	background-color: #FFFFFF;
	margin: 1px 0px 1px 0px;
	padding: 1px;
	border: 1px dotted #999999;
}
.form_button { display: none; }
/*//////////////////////////////*/


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