
body, td, th, a {
	color: #333;
}

input, select, textarea {
	font-size: 11px;
	border: 1px solid #666;
}
input.image {	
	border: 0;
}

body {
	background: url(images/site_bg_full.png) top center repeat-y #fff;
	padding: 0;
	margin: 0;
}

#Main {
	margin: 0 auto;
	width: 990px;
}
#BorderTop {
	margin-top: 10px;
	height: 18px;
	background: url(images/site_bg_top.png) no-repeat;
}
#BorderBottom {
	height: 18px;
	background: url(images/site_bg_bottom.png) no-repeat;
}
#Main-2 {
	background: url(images/site_bg2.png) top center;
	padding: 0 15px 0 15px;
	width: 960px;
}
#Main-3 {
	width: 960px;
	position: relative;
}
#PageContainer {
	padding: 180px 0 0 226px;
}
#PageContainer-2 {
	background: #fff;
	width: 734px;
	position: relative;
	min-height: 300px;
}
#PageContainer-2.koblmueller {
	background: url(/images/edi_koblmueller.jpg) top right no-repeat #fff;
}


#TopLogo {
	position: absolute;
	left: 0;
	top: 0;
	width: 214px;
	height: 174px;
	background: url(images/top_logo.png) no-repeat;
}
#TopLogo span {
	display: none;
}
#TopImage {
	position: absolute;
	left: 226px;
	top: 0;
	width: 734px;
	height: 174px;
	background: url(images/top_image.jpg) no-repeat;
}
#Impressum {
	position: absolute;
	left: 666px;
	top: 120px;
	display: block;
	width: 70px;
	height: 40px;
}
#Impressum span {
	display: none;
}


/* *** LEFTMENU *** */
#LeftMenu {
	position: absolute;
	left: 0;
	top: 180px;
	width: 214px;
}
#LeftMenu a {
	display: block;
	padding: 2px 2px 2px 36px;
	margin-bottom: 2px;
	text-decoration: none;
	height: 13px;
}
/*
#LeftMenu a:hover {
	text-decoration: underline;
}
*/
#LeftMenu a.Level0 {
	background: url(images/arrow_level0_right.png) 24px 5px no-repeat #D9D9D9;
	padding: 2px 2px 2px 36px;
}
#LeftMenu a.ItemSelected {
	background: url(images/arrow_level0_right_selected.png) 24px 6px no-repeat #bbb;
}
#LeftMenu a.ItemOpen {
	background: url(images/arrow_level0_down.png) 24px 6px no-repeat #bbb;
}
#LeftMenu div.SubItems {
	display: none;
}
#LeftMenu div.SubItems a {
	background: #fff;
	color: #666;
	padding-left: 46px;
	width: 166px;
}
#LeftMenu div.SubItems a:hover, #LeftMenu div.SubItems a.ItemSelected {
	background: url(images/arrow_level1_right.png) 34px 5px no-repeat #eee;
}




#ContentLeft {
	width: 510px;
	float: left;
}
#ContentRight {
	width: 216px;
	float: right;
}





/* *** PAGES *** */
#MenuPath {
	background: #85c9ec;
	margin-bottom: 20px;
	height: 17px;
	padding-left: 6px;
}
#MenuPath a, #MenuPath span {
	text-decoration: none;
	display: block;
	float: left;
	padding: 2px 4px 2px 4px;
	font-size: 9px;
	height: 13px;
}
#MenuPath a:hover {
	text-decoration: underline;
}
.PageContent {
	padding-left: 10px;
}
.PageHeader {
	color: #005da8;
	padding: 0 0 10px 6px;
	font-weight: bold;
	font-size: 15px;
}

.Header {
	color: #005da8;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 15px;
}
.blue_bold {
	color: #005da8;
	font-weight: bold;
}


/* *** RIGHT AREA *** */
.Headline-green, .Headline-blue, .Headline-red, .Headline-yellow, .Headline-khaki, .Headline-lightblue, .Headline-sommer {
	display: block;
	background: url(images/headline_bg_green.png);
	padding: 8px 4px 2px 10px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.Headline-blue {
	background-image: url(images/headline_bg_blue.png);
}
.Headline-red {
	background-image: url(images/headline_bg_red.png);
}
.Headline-yellow {
	background-image: url(images/headline_bg_yellow.png);
}
.Headline-khaki {
	background-image: url(images/headline_bg_khaki.png);
}
.Headline-lightblue {
	background-image: url(images/headline_bg_lightblue.png);
}
.Headline-sommer {
	background-image: url(images/headline_bg_sommer.png);
}

a.RightBanner {
	display: block;
	text-decoration: none;
	padding-bottom: 24px;
}
a.RightBanner * {
	text-decoration: none;
}
.RightImage {
	display: block;
	text-align: right;
	margin-bottom: 2px;
}
.RightText {
	display: block;
	padding-left: 10px;
}
.RightBlock {
	margin-left: 6px;
}





/* CONTENT */

/*
#PageContent {
	border: 1px solid #1f1f1f;
	/* old: #86847A *
	background: #ABA99D;
	color: #333;
	position: relative;
	margin-right: 6px;
	padding: 10px 20px;
	min-height: 100px;
}
*/
#FootClearer {
	height: 20px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}
#BottomButtons {
	text-align: right;
	padding-top: 12px;
	font-size: 10px;
	text-decoration: none;
	color: #666;
}
#Copyright {
	padding: 0 16px 20px 16px;
}
#Copyright, #Copyright a, #Copyright td {
	font-size: 10px;
	text-decoration: none;
	color: #666;
}
#Copyright a:hover {
	text-decoration: underline;
}

table.normal-padding td {
	padding: 5px;
}

.festival_logo {
		margin: 10px 0 0 0;
		padding: 0 0 0 20px;
}
.festival_logo a {
		padding: 0 !important;
		margin: 0;
		width: 182px;
}