/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.nav {
	padding-left: 35px;
 	padding-top: 65px;
 	border-right: 1px solid rgb(255,255,255)
}

.headline {
	font-size: 16px;
 	color: rgb(132,154,177);
 	font-weight: bold;
 	font-variant: small-caps
}

.footer {
	font-size: 10px;
 	font-weight: bold;
 	text-align: center
}

.rahmen1 {
	background-color: rgb(238,238,238);
 	border: 4px solid rgb(255,255,255)
}

.rahmen2 {
	background-color: rgb(156,247,231);
 	border-left: 4px solid rgb(255,255,255);
 	border-right: 4px solid rgb(255,255,255);
 	border-bottom: 4px solid rgb(255,255,255)
}

.rb_l {
	border: 1px solid rgb(0,0,0);
 	margin-left: 15px
}

.ft {
	margin-left: 15px;
 	margin-right: 10px
}

.dont {
	background-repeat: no-repeat;
 	margin-left: 15px
}

.rb {
	border: 1px solid rgb(0,0,0);
 	margin-right: 10px
}

A {
	color: rgb(0,0,0);
 	text-decoration: none 
}
