@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#header {
	width: auto;
	height: 250px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	background-image:url(Bilder_RI/logo_RI.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}


body {
	background-color: #CCCCCC;
	background-image: url(Bilder_RI/grau_kachel.jpg);
	}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
color: #333333;
	text-decoration: none;
}
a:hover {
color: #333333;
	text-decoration: none;
}
a:active {
color: #333333;
	text-decoration: none;
}


.geldanlage {
padding-top: 50px;
padding-left:110px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
}

.verxingung {
padding-top: 60px;
padding-left:110px;

}