/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/spacer.gif) repeat-y center top;
	scrollbar-base-color: #212842 ;
	scrollbar-face-color : #212842 ; 
	scrollbar-shadow-color : #C6C3C6 ; 
	scrollbar-highlight-color : #C6C3C6 ; 
	scrollbar-3dlight-color : #212842 ; 
	scrollbar-darkshadow-color : #212842 ;  
	scrollbar-track-color : #212842 ; 
	scrollbar-arrow-color : #C6C3C6 ; 
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797979;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.TextListe { font-family: Arial; font-size: 10px}
.TextListe1 { font-family: Arial; font-size: 11px}
.TextListe2 { font-family: Arial; font-size: 14px}

.text1 {
	text-transform: uppercase;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
}

.text2 {
	font-size: 11px;
	color: #454545;
}

.text3 {
	text-align: right;
	font-size: 9px;
	color: #696969;
}

/** LINKS */

a {
	color: #83A604;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 10px;
	color: #2F3C00;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 9px;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/subpage03.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/subpage02.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/subpage04.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/subpage05d.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/subpage07.jpg) no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 20px 0px;
	background: url(images/homepage05.gif);
}


