html {
	scrollbar-base-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 140%;
	color: #002C4D;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 30px;
	margin-right: 15px;
}
#top {
	height:310px;
	z-index:3;
	background-color: #FE9007;
	width: 100%;
	min-width:640px;
}


li {
	list-style-type: square;
	margin-left:20px;	
	margin-top:2px;
}
ul {
	padding:0px;
	margin:0px;
	margin-top:10px;
}
ul ul {
	margin-top:2px;
}


h1, h2, p, form {
	margin:0px;
	padding:0px;
}
h1 {
	color: #003366;
	font-size:150%;
	margin-bottom:20px;
}
h2 {
	color: #003366;
	font-size:120%;
	margin-bottom:2px;
}
a {
	font-weight: bold; 
}
a:link {
	color: #FE9007;
}
a:visited {
	color: #FE9007;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

#navi li.active { text-decoration: underline; }
#navi a:link { color: #002C4D; text-decoration: none; font-weight:normal; } 
#navi a:visited { color: #002C4D; text-decoration: none; font-weight:normal; } 
#navi a:hover { color: #FFFFFF; text-decoration: underline; font-weight:normal; }
#navi a:active { color: #FFFFFF; text-decoration: underline; font-weight:normal; }

.smalltext {
	font-size:80%;
}
#navi {
	width:150px;
	height:300px;
	float:left;
}
#content {
	margin-left:150px;
	margin-top:10px;
	width:300px;
}
#navi ul {
	list-style:none;
	margin:0px;
	margin-top:62px;
	margin-left:10px;
	padding:0px;
}
#navi li {
	list-style:none;
	margin:0px;
	margin-top:2px;
	padding:0px;
}
#img {
	width:300px;
	height:300px;
	float:left;
}
#adresse {
	width:190px;
	height:300px;
	float:left;
	background-image: url(images/logo1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#adresse p {
	font-size: 9.5px;
	line-height: 125%;
	margin-top:191px;
	margin-left:6px;
}
.ref {
	font-size: 90%;
	color: #FE9007;
	line-height: 125%;
}
.menu {
	float: left;
	width:16%;
	text-align: center;
	margin-right: 3px;
	margin-left: 2px;
}
.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}
input, submit, textarea, select {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color:#B0D8DA;
	border-width: 1px;
	border-top-style:dotted;
	border-top-color: #333333;
	border-right-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
	border-left-color: #333333;
}
submit {
	font-size: 100%;
}
.nonprint {}
.clear {
	float:none;
}

@media print
{
	body {
		line-height: 140%;
		color: #000000;
		background-color: #FFFFFF;
	}
	
	#navi, #img {display:none;}
	#top {
		position:absolute;
		height:auto;
		background-color: #FFFFFF;
		width: 750px;
		left:0px;
		top:0px;
	}
	
	#adresse {
		width:750px;
		height:100px;
		float:left;
		background-image: url(images/logodruck.gif);
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}

	#adresse p {
		font-size: 10pt;
		line-height: 110%;
		margin-top:0px;
		margin-left:380px;
	}
	
	#content {
		position:absolute;
		width:750px;
		left:0px;
		top:120px;
		margin-left:0px;
		background-color: #FFFFFF;
	}
}

