﻿/* Styles für die index.html */
.body-ecke {
	background-image: url('../images/ecke.jpg');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.body-rechts {
	background-image: url('../images/rechts.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.body_unten {
	background-image: url('../images/unten.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.body_links {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
}
.body_oben {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
.copyright_text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
}
.copyright_text_2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	text-align: right;
}
a {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	text-decoration: underline;
	color: #000000;
}
