@charset "utf-8";
.center {
	text-align: center;
}

/* CSS Document */
body {
	height: 100%;
	color: #333333;
	background-attachment: fixed;
	background-image: url(../img/logos/wappen.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#index_page {
	text-align: center;
	padding: 15px 0px;
	font-size: 12px;
}
#mainpage {
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.small {
	font-size: 12px;
}
a.LINK_noline {
	text-decoration: none;
	color: #0000FF;
}
a.LINK_noline:hover {
	color: #000000;
}
#right_side {
	margin: 0px;
	float: right;
	width: 110px;
	font-size: 10px;
	text-align: center;
}
.clear   {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#mainpage #aktionen {
	font-size: 12px;
	background-image: url(../img/nav/aktionen.png);
	background-repeat: no-repeat;
}
.miniTXT {
	font-size: 10px;
}

#mainpage #aktionen td {
	padding: 80px 0;
}
#mainpage #aktionen a:hover {
	color: #000000;
}
.big {
	font-size: 16px;
}
.red {
	color: #FF0000;
	font-size: 20px;
}
.txt14 {
	font-size: 14px;
}
a.jukebox {
	font-size: 12px;
	color: #333333;
	display: block;
	margin: 0px;
	padding: 0 5px;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 16px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFE4BA;
	text-align: left;
}
a.jukebox:hover {
	color: #FFFFFF;
	background-color: #FC782B;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
a.brown14link {
	font-size: 14px;
	color: #A8381A;
	text-decoration: none;
}
a.brown10link {
	font-size: 10px;
	color: #A8381A;
	text-decoration: none;
}
#mainpage #aktionen h1 {
	font-size: 16px;
}
.caps {
	text-transform: uppercase;
}
#top {
	padding: 10px 0;
}
#top a.smallLINK {
	font-size: 12px;
	color: #996600;
	text-decoration: none;
}

