/*	------------------------
	Allgemeines
	------------------------ */
div, body, p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid lightgrey;
}
a:hover, a:active, a:link, a:visited {
	color: #A5041C;
}
/*	------------------------
	Layoutebenen
	------------------------ */
#layout, #layout_navigation {
	position: static;
	width: 850px;
	height: 580px;
	border: 0px solid lightgrey;
	padding: 25px;
}
#layout {
	background-image: url(../_img/fond.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#one_column, #two_columns, #three_columns, #four_columns, #foot, #navigation_column, #big_column, #small_column {
	position: static;
	border: 0px solid lightgrey;
	padding: 5px;
	text-align: left;
}
#one_column {
	width: 100%;
	clear: both
}
#navigation_column {
	width: 100%;
	text-align: center;
	clear: both;
	color: #EDCCB8;
}
#small_column {
	width: 30%;
	float: left
}
#big_column {
	width: 66%;
	float: left
}
#two_columns {
	width: 50%;
	float: left
}
#three_columns {
	width: 33%;
	float: left
}
#four_columns {
	width: 25%;
	float: left
}
#foot {
	text-align: left;
	float: left;
	width: 50%;
	font-size: 10px;
}
/*	------------------------
	Verlinkungen
	------------------------ */
a.navigation, a.navigation:visited, a.navigation:link, a.navigation:active, a.navigation:hover, a.subnavigation, a.subnavigation:visited, a.subnavigation:link, a.subnavigation:active, a.subnavigation:hover {
	font-size: 12px;
	font-weight: bold;
	color: #EDCCB8;
	text-decoration: none;
 }
a.subnavigation, a.subnavigation:visited, a.subnavigation:link, a.subnavigation:active, a.subnavigation:hover {
	font-weight: normal;
 }
/*	------------------------
	Programm
	------------------------ */
#entry {
	position: static;
	width: 95%;
	padding-left: 5px;
	text-align: left;
}

a.white:hover, a.white:active, a.white:link, a.white:visited {
	color: white;
}
.title {
	font-weight: bold;
}
#head {
	background-color: #880514;
}
.headertext, .border, .description {
	position: static;
	padding: 2px;
}
.headertext {
	font-weight: bold;
	color: white;
}
.border {
	position: static;
	background-image: url(../_img/border_klein.gif);
	background-repeat: repeat-x;
}
#toplink {
	position: static;
	text-align: right;
}
.description {
	position: static;
}
