/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.box1 {
	padding-left: 10px;
 	padding-right: 10px
}

.box2 {
	padding-right: 10px
}

.NaviOben:active {
	color: rgb(196,194,55);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviOben {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(240,239,235);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.footer {
	background-color: rgb(31,31,32);
 	padding: 10px 20px;
 	border-left: 10px solid rgb(31,31,32);
 	border-right: 10px solid rgb(31,31,32)
}

.layout_bg {
	background-color: rgb(240,239,235);
 	background-image: none;
 	padding: 1px 10px;
 	border-left: 10px solid rgb(31,31,32);
 	border-right: 10px solid rgb(31,31,32)
}

.header {
	text-align: center;
 	background-color: rgb(31,31,32);
 	padding-left: 20px;
 	border-left: 10px solid rgb(31,31,32);
 	padding-top: 10px;
 	border-top: 10px solid rgb(31,31,32);
 	border-right: 10px solid rgb(31,31,32);
 	padding-bottom: 10px
}

.NaviOben:visited {
	color: rgb(240,239,235);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.NaviOben:link {
	color: rgb(240,239,235);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	color: rgb(196,194,55);
 	text-decoration: none 
}

A:hover {
	color: rgb(137,193,229)
}

.NaviOben:hover {
	color: rgb(137,193,229);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}
