#menue21 {
		background-color: #6699CC;
}

#menue34 {
		color: black;
		background-color: #6699CC;
		border-bottom: 1px black solid;
}



#sstring {
		border: 1px black solid;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 500px;
		font-family: Verdana;
		font-size: 12px;
		margin: 2px;
		padding: 2px;
}

#submit {
		background-color: #6699CC;
		border: none;
		height: 30px;
		width: 128px;
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 5px;
		left: 520px;
}


#recherche {
		border: none;
		padding: 0px;
		margin: 0px;

}

form#search {
		background-color: #6699CC;
		border: 1px black solid;
		margin: 20px;
		width: 660px;
		height: 64px;
		position: relative;

}

table {
		border-collapse: collapse;
		margin-bottom: 20px;
		width: 100%;
}

td, th {
		padding: 5px;
		/*border: 1px black solid;*/
		font-family: Verdana;
		font-size: 10pt;
}

h1 {
		font-size: 13pt;
		background-color: #6699CC;
		width: 50%;
		text-align: center;
}

em.rechts {
		font-style: normal;
		position: absolute;
		left: 25%;
	
}

p.sign {
		font-family: Verdana;
		font-size: 10pt;
		font-weight: bold;		
		text-align: right;
		padding-left: 20px;
		padding-right: 20px;
}

p.footnote {
		text-align: right;
		padding-left: 50px;
		padding-right: 20px;
		font-size: 8pt;
		font-weight: bold;
		color: #666666;
}


p.footnote a {
		color: #999999;
		text-decoration: none;
}

p.footnote a:hover {
		color: black;
		text-decoration: underline;
		font-style: italic;
}

h2 {
		font-family: Verdana;
		font-size: 10pt;
		text-align: justify;
		padding-left: 20px;
		padding-right: 20px;
}



div#right {
		float: right;
		width: 25em;
		padding-top: 3em;
}

div#links {
		padding-right: 27em;
}