/* HTML-Elemente */

* {
	margin: 0px; 
	padding: 0px;		
}
html, body {
	height: 100%;		
}
body {
	background: url("../images/background.jpg");
	color: #241705;	
}
body, p, i, ul, ol, li, dl, dt, dd, div, td, th { 
	font-family: Georgia;
}

h2, h3, h4, h5 {
	font-family:  LittleLordFontleroy2;	
	font-weight: normal;
	text-align: center;
}
h2 {
	font-size: 46px;
	height: 46px;
}
h3 {
	font-size: 38px;
	height: 38px;
}
h4 {
	font-size: 33px;
	height: 33px;
}
h5 {
	font-size: 25px;
}
p, a, i {
	font-size: 17px;
}
a {
	color: #241705;	
	text-decoration: none;	
	outline: none;
}
img{
	border: 0px;
}
title {
	text-transform: capitalize;	
}
/* Grundklassen*/
.failure {
	color: red;
}
.succeed {
	color: green;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: #7b0d0d;
}
table {
	text-align: left;
}
table .line {
	border-bottom: 2px dotted #241705;
}
table .middle {
	padding-top: 20px;
	text-align: center;
}
.backlink h3 {
	color: #dbb36e;
	float:  left;
	margin-top: -40px;
	margin-left: 30px;
	cursor: pointer;
}
.subnavi table {
	width: 100%;
}
.subnavi .space {
	width: 50%;
}
.subnavi .arrow_left{
	margin-right: 8px;
	margin-top: 8px;
	width: 21px;
	height: 20px;
	display: block;
	background: url("../images/arrow_left.png") no-repeat;
	float: right;
	cursor: pointer;
}
.subnavi .arrow_right{
	margin-left: 8px;
	margin-top: 8px;
	width: 21px;
	height: 20px;
	display: block;
	background: url("../images/arrow_right.png") no-repeat;
	float: left;
	position:relative;
	cursor: pointer;
}

/* Header */
#header {
	display: block;
	margin: auto;
	margin-top: 25px;
	width: 1024px;
	background: url("../images/title.png") no-repeat center;	
}
#header_content {
	position: relative;
	width: 1024px;
	height: 140px;
}
#header h1{
	display: none;
}
#languages {
	position: absolute;
	bottom: 0px;
	left: 575px;
	list-style-type: none;
}
#languages li {
	float: left;
	margin-left: 5px;
}
/* Center */
#center {
	width: 1024px;
	margin: auto;
}


/* Menu */
#menu {
	float: left;
	width: 233px;
	margin-left: 20px;
}
#mainmenu {
	display: block;
	width: 233px;
	height: 440px;	
	background: url("../images/menu_background.png") no-repeat;
	padding-top: 160px;
	padding-left: 2px;
}

#mainmenu ul{
	list-style-type: none;
	width: 128px;
	margin: auto;
}

#mainmenu li {
	text-align: center;
	height: 36px;
}

#mainmenu li a {
	font-family:  LittleLordFontleroy2;
	color: #dbb36e;	
	font-size: 35px;
	text-transform: capitalize;
	cursor: pointer;
}

#mainmenu li a .regular { display: block;  }
#mainmenu li a .hover { display: none; color: #f0b248;}
#mainmenu li a:hover .regular { display: none; }
#mainmenu li a:hover .hover { display: block; } 
#mainmenu li a .active { display: block; color: #f0b248;}

#menu_contact {
	margin:auto;
	width: 127px;
}

/* Footer */
#footer {
	padding-top: 30px;
	width: 121px;
	clear: both;
	margin: auto;
}

/* Messages */
.message table {
	margin: auto;
}


/* Page */
#page {
	width: 771px;
	float: right;
}


/* Startseite */
#frame {
	margin: auto;
	width: 725px;
}
#frame_top {
	width: 724px;
	height: 37px;
	display: block;
	background: url("../images/frame/frame_top.png") no-repeat;
}
#frame_left {
	width: 39px;
	height: 852px;
	display: block;
	background: url("../images/frame/frame_left.png") no-repeat;
	float: left;	
}
#frame_center {
	width: 645px;
	height: 852px;
	display: block;
	background: url("../images/frame/frame_center.jpg") no-repeat;
	float: left;	
}
#frame_right {
	width: 40px;
	height: 852px;
	display: block;
	background: url("../images/frame/frame_right.png") no-repeat;
	float: left;
}
#frame_bottom {
	width: 724px;
	height: 40px;
	display: block;
	background: url("../images/frame/frame_bottom.png") no-repeat;
	clear: both;
}
#frame_content {
	margin: 125px 115px 0px 115px;
	width: 415px;
}
#home h2 {
	margin-bottom: 6px;
}
#home .first {
	margin-top: 0px;
}
#home p {
	margin-top: 16px;	
	font-size: 16px;
}

#home .image {
	width: 120px;
	height: 220px;
	display: block;
	float: right;
}
/* Aktuelles */

#news table td {
	padding-top: 15px;
	padding-bottom: 0px;	
}
#news table .bottom {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: justify;
}
#news table td .title {
	font-weight: bold;
	color: #7b0d0d;
}
/* Ensemble */
#ensemble h4 {
	margin-top: 15px;
	text-align: left;
	margin-bottom: 5px;
}

#ensemble ul, #ensemble p {
	margin-left: 50px;
}
#ensemble li {
	padding-bottom: 5px;
}
#ensemble a {
	text-decoration: underline;
}

/* Ensemble-Unterseite */
#ensemble .left {
	width: 240px;
	padding-top: 50px;
}
#ensemble .left h2 {	
	line-height: 35px;
}
#ensemble .left .block {
	display: block;
	padding-top: 20px;
	padding-bottom: 25px;
}

#ensemble .left h4 {
	line-height: 25px;
 	margin-left: 0px;
	text-align: center;
}

#ensemble .left p {
	margin-left: 0px;
	text-align: center;
}
#ensemble .right {
	margin-bottom: 10px;
}
#ensemble .clear {
	padding-top: 5px;
	padding-bottom: 5px;
}
#ensemble .clear h5 {
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	height: 25px;
}
#ensemble .clear p {
	margin-bottom: 10px;
	margin-left: 10px;
}

#ensemble li, #ensemble p, #ensemble i, #ensemble b, #ensemble u {
	font-size: 0.9em;
}

/* Programm - Kategorieauswahl */

#program #categories {
	display: block;
	width: 650px;
	height: 963px;
	background: url("../images/program2.png") no-repeat;
	margin-top: 20px;
	margin-left: 60px;
}
#program #categories table {
	width: 600px;
	height: 920px;
	margin: auto;
	border-collapse: separate;
	padding-right: 14px;
}
#program #categories td {
	width: 50%;	
	text-align: center;	
	vertical-align: top;
}
#program #categories .category_left,
#program #categories .category_right {
	padding-left: 40px;
	padding-right: 40px;
}
#program #categories .row_1 {
	padding-top: 70px;
}
#program #categories .row_2 {
	padding-top: 65px;
}
#program #categories .row_3 {
	padding-top: 65px;
}
#program #categories .row_4 {
	padding-top: 55px;
}
#program #categories .category a {
	cursor: pointer;
}	
#program #categories .category h3{
	color: #7b0d0d;
	margin-bottom: 5px;
	text-decoration: underline;
}
#program #categories .category p{
	margin-bottom: 10px;
}
/*  #83411a
0c1e4a
7b0d0d
	margin-left: 100px;
	width: 121px;
	height: 47px;	
	background: url("../images/about_de.png") no-repeat;
*/



/* Programm */
#program {
	
}
#program h2, #construction h2 {
	margin: auto;
	font-size: 60px;
	height: 60px;	
	color: #dbb36e;
}

#program .program {
	float: left;
	width: 245px;
}
#program .margin_left {
	margin-left: 100px;
}
#program .program_frame {
	width: 272px;	
}
#program .program_frame_top {
	width: 272px;
	height: 121px;
	display: block;
	background: url("../images/program_frame/program_frame_top.png") no-repeat;
}
#program .program_frame_left {
	width: 63px;
	height: 175px;
	display: block;
	background: url("../images/program_frame/program_frame_left.png") no-repeat;
	float: left;	
}
#program .program_frame_center {
	width: 145px;
	height: 175px;
	display: block;
	float: left;	
}
#program .program_frame_right {
	width: 64px;
	height: 175px;
	display: block;
	background: url("../images/program_frame/program_frame_right.png") no-repeat;
	float: left;
}
#program .program_frame_bottom {
	width: 272px;
	height: 121px;
	display: block;
	background: url("../images/program_frame/program_frame_bottom.png") no-repeat;
	clear: both;
}

#program .sign {
	display: block;	
	width: 226px;
	height: 129px;	
	background: url("../images/sign.png") no-repeat;
	margin-left: 30px;
	padding: 22px;
}
#program .sign p {
	display: table;
	width: 176px;
}
#program .sign a {
	display: table-cell; 	
	width: 100%;
	vertical-align: middle;	
	text-align: center;
	cursor: pointer;	
	padding: 0px;
}
#program .sign .top {
	height: 45px;
}
#program .sign .short {
	height: 35px;
}
#program .sign .top a {
	font-size: 17px;	
	color: #7b0d0d;
}
#program .sign .bottom {
	height: 28px;
}
#program .sign .bottom a {
	font-size: 16px;
	font-style: italic;
}





/* Programm Unterseite */

#frame3 {
	margin: auto;
	width: 725px;
}
#frame3 .frame_top {
	width: 665px;
	height: 31px;
	display: block;
	background: url("../images/frame3/frame3_top.png") no-repeat;
}
#frame3 .frame_left {
	width: 31px;
	height: 766px;
	display: block;
	background: url("../images/frame3/frame3_left.png") no-repeat;
	float: left;	
}
#frame3 .frame_left_long {
	width: 31px;
	height: 1144px;
	display: block;
	background: url("../images/frame3/frame3_left_long.png") no-repeat;
	float: left;	
}
#frame3 .frame_center {
	width: 603px;
	height: 766px;
	display: block;
	background: url("../images/frame3/frame3_center.jpg") no-repeat;
	float: left;	
}
#frame3 .frame_center_long {
	width: 603px;
	height: 1144px;
	display: block;
	background: url("../images/frame3/frame3_center_long.jpg") no-repeat;
	float: left;	
}
#frame3 .frame_right {
	width: 31px;
	height: 766px;
	display: block;
	background: url("../images/frame3/frame3_right.png") no-repeat;
	float: left;
}
#frame3 .frame_right_long {
	width: 31px;
	height: 1144px;
	display: block;
	background: url("../images/frame3/frame3_right_long.png") no-repeat;
	float: left;
}
#frame3 .frame_bottom {
	width: 665px;
	height: 32px;
	display: block;
	background: url("../images/frame3/frame3_bottom.png") no-repeat;
	clear: both;
}
#frame3 .frame_content {
	margin: 90px 110px 0px 80px;
	width: 440px;
	height: 600px;
	position: relative;
}
#frame3 .frame_content_long {
	margin: 90px 110px 0px 80px;
	width: 440px;
	height: 978px;
	position: relative;
}
#frame3 h4{
	margin-top: 20px;	
	text-align: left;
	margin-bottom: 5px;
}
#frame3 p{
	font-size: 16px;
	margin-left: 20px;
	margin-right: 15px;
}
#frame3 ul {
	margin-left: 35px;
}
#frame3 ul li {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#frame3 li p {
	font-size: 16px;
	margin-top: 5px;
	margin-left: 130px;
}
#frame3 ul a {
	font-size: 16px;
	text-decoration: underline;
}
#frame3 .links {
	margin-top: 15px;
	margin-bottom: 25px;
	width: 440px;
}
#frame3 .links a {
	cursor: pointer;
}
#frame3 table {
	table-layout: fixed;
}
#frame3 .links h3 {
	text-decoration: underline;
}
#frame3 .links .left {
	text-align: left;
}
#frame3 .links .center {
	text-align: center;
}
#frame3 .links .right {
	text-align: right;
}

/* Kalender */ 
#calendar {
	width: 732px;
	margin: auto;
	position: relative;
}
#calendar_image {

	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 448px;
	height: 573px;
	display: block;
	background: url("../images/calendar.png") no-repeat;	
	
}
#calendar_image .content {
	padding-top: 350px;
	color: #fec562;
}
#calendar .link {
	position: absolute;
	top: 185px;
	color: #fec562;	
}
#calendar .link h3 {
	/*text-decoration: underline;*/
}
#calendar .link_left {
	left: 90px;
}
#calendar .link_right {
	right: 50px;
}
#calendar .backlink h3 {
	margin-top: -5px;
	height: 10px;
}
#calendar .calendar_top_top {
	width: 732px;
	height: 33px;
	display: block;
	background: url("../images/calendar/calendar_top_top.png") no-repeat;
}
#calendar .calendar_top_left {
	width: 113px;
	height: 281px;
	display: block;
	background: url("../images/calendar/calendar_top_left.png") no-repeat;
	float: left;
}
#calendar .calendar_top_center {
	width: 517px;
	height: 281px;
	display: block;
	background: url("../images/calendar/calendar_top_center.jpg") no-repeat;
	float: left;
}
#calendar .calendar_top_right {
	width: 102px;
	height: 281px;
	display: block;
	background: url("../images/calendar/calendar_top_right.png") no-repeat;
	float: left;
}
#calendar .calendar_center {
	width: 732px;
	display: block;
	background: url("../images/calendar/calendar_center.png") repeat-y;
	clear: both;
}
#calendar .calendar_bottom_left {
	width: 105px;
	height: 127px;
	display: block;
	background: url("../images/calendar/calendar_bottom_left.png") no-repeat;
	float: left;
}
#calendar .calendar_bottom_center {
	width: 544px;
	height: 127px;
	display: block;
	background: url("../images/calendar/calendar_bottom_center.jpg") no-repeat;
	float: left;
}
#calendar .calendar_bottom_right {
	width: 83px;
	height: 127px;
	display: block;
	background: url("../images/calendar/calendar_bottom_right.png") no-repeat;
	float: left;
}
#calendar .calendar_bottom_bottom {
	width: 732px;
	height: 79px;
	display: block;
	background: url("../images/calendar/calendar_bottom_bottom.png") no-repeat;
	clear: both;
}
#calendar .calendar_top_center h2 {
	margin-top: 15px;
	font-size: 70px;
	height: 70px;
	color: #fec562;
}
#calendar .calendar_top_center .subnavi {
	margin-top: 0px;	
}
#calendar .calendar_center table{
	top: -10px;
	margin-right: 140px;
	margin-left: 160px;
	width: 432px;
	position: relative;
}
#calendar .calendar_center table td {
	padding-top: 8px;
	padding-bottom: 8px;
}
#calendar .calendar_center table .date {
	padding-left: 20px;
	width: 120px;
}
#calendar .calendar_sub table .date {
	padding-left: 10px;
	padding-top: 46px;
	vertical-align: top;
}
#calendar .calendar_center table .program {
	vertical-align: top;
}
#calendar .calendar_center table .program b a {
	text-decoration: underline;
}
/* Fotos */
#photos h2 {
	margin: auto;
	font-size: 60px;
	height: 60px;	
	color: #dbb36e;
}
#photos h3 {
	margin-left: 20px;
	font-size: 40px;	
	height: 40px;
	color: #dbb36e;
	text-align: left;
	margin-bottom: 10px;
}
#photos h4,
#photos h4 a {
	font-size: 30px;
	height: 30px;
	color: #dbb36e;
}
#photos td h4 {
	margin-left: 20px;
	text-align: left;
}
#photos #frame2 h3 {	/*keine fotos vorhanden*/
	margin-top: 190px;
}
#photos .top {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 451px;
}
#photos table {
	margin-left: 50px;
}
.sign_big {
	width: 258px;
	height: 170px;
	display: block;
	background: url("../images/sign_big.png") no-repeat;	
	padding: 25px;
	float: left;
		
}
.sign_big a {
	width: 255px;
	height: 110px;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	font-size: 38px;
}

.sign_big h3 {
	height: auto;
	line-height: 0.7em;
}
.sign_arrow_left {
	width: 71px;
	height: 123px;
	display: block;
	background: url("../images/sign_arrow_left.png") no-repeat;	
	float: left;
	margin-top: 24px;
	cursor: pointer;
}
.sign_arrow_right {
	width: 72px;
	height: 123px;
	display: block;
	background: url("../images/sign_arrow_right.png") no-repeat;	
	float: left;
	margin-top: 24px;
	cursor: pointer;
}

#photos .comment {
	width: 500px;
	height: 167px;
	display: block;
	background: url("../images/sign_photocomment.png") no-repeat;	
	margin: auto;
} 
#photos .comment .content {
	margin-left: 35px;
	margin-right: 40px;
	padding-top: 40px;

	display: block;
}
#photos .comment h4 {
	display: table-cell;
	width: 425px;
	height: 90px;
	vertical-align: middle;

}

/* medium Frame */
.photo_frame2 {
	float: left;
	position: relative;	
}
.photo_frame2 .content{
	padding: 62px;
} 

.photo_frame2 .top_left {
	width: 62px;
	height: 62px;
	display: block;
	background: url("../images/photo_frame2/photo_frame_top_left.png") no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
} 
.photo_frame2 .top_center {
	height: 66px;
	background: url("../images/photo_frame2/photo_frame_top.png") repeat-x;
	position: absolute;
	top: 0px;
	left: 62px;	
	right: 62px;
} 
.photo_frame2 .top_right {
	width: 62px;
	height: 62px;
	display: block;
	background: url("../images/photo_frame2/photo_frame_top_right.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
} 
.photo_frame2 .left {
	width: 66px;
	background: url("../images/photo_frame2/photo_frame_left.png") repeat-y;
	position: absolute;
	top: 62px;
	bottom: 62px;
	left: 0px;		
} 

.photo_frame2 .right {
	width: 66px;
	background: url("../images/photo_frame2/photo_frame_right.png") repeat-y;
	position: absolute;
	top: 62px;
	bottom: 62px;
	right: 0px;	
} 

.photo_frame2 .bottom_left {
	width: 62px;
	height: 62px;
	display: block;
	background: url("../images/photo_frame2/photo_frame_bottom_left.png") no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
} 
.photo_frame2 .bottom_center {
	height: 66px;
	background: url("../images/photo_frame2/photo_frame_bottom.png") repeat-x;
	position: absolute;
	bottom: 0px;
	left: 62px;
	right: 62px;
} 
.photo_frame2 .bottom_right {
	width: 62px;
	height: 62px;
	display: block;
	background: url("../images/photo_frame2/photo_frame_bottom_right.png") no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
} 
/* small Frame */


.photo_frame3 {
	float: left;
	position: relative;	
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.photo_frame3 .content{
	padding: 31px;
} 

.photo_frame3 .top_left {
	width: 31px;
	height: 31px;
	display: block;
	background: url("../images/photo_frame3/photo_frame_top_left.png") no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
} 
.photo_frame3 .top_center {
	height: 33px;
	background: url("../images/photo_frame3/photo_frame_top.png") repeat-x;
	position: absolute;
	top: 0px;
	left: 31px;	
	right: 31px;
} 
.photo_frame3 .top_right {
	width: 31px;
	height: 31px;
	display: block;
	background: url("../images/photo_frame3/photo_frame_top_right.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
} 
.photo_frame3 .left {
	width: 33px;
	background: url("../images/photo_frame3/photo_frame_left.png") repeat-y;
	position: absolute;
	top: 31px;
	bottom: 31px;
	left: 0px;		
} 

.photo_frame3 .right {
	width: 33px;
	background: url("../images/photo_frame3/photo_frame_right.png") repeat-y;
	position: absolute;
	top: 31px;
	bottom: 31px;
	right: 0px;	
} 

.photo_frame3 .bottom_left {
	width: 31px;
	height: 31px;
	display: block;
	background: url("../images/photo_frame3/photo_frame_bottom_left.png") no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
} 
.photo_frame3 .bottom_center {
	height: 33px;
	background: url("../images/photo_frame3/photo_frame_bottom.png") repeat-x;
	position: absolute;
	bottom: 0px;
	left: 31px;
	right: 31px;
} 
.photo_frame3 .bottom_right {
	width: 31px;
	height: 31px;
	display: block;
	background: url("../images/photo_frame3/photo_frame_bottom_right.png") no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
} 
/* Presse */
.frame4 {
	margin: auto;
	width: 667px;
	clear: both;
}


.frame4 .center {
	width: 667px;
	display: block;
	background: url("../images/frame4/frame4_center.png") repeat-y;	
	clear: both;
}
.frame4 .content {
	margin: 0px 110px 0px 105px;
	padding-top: 10px;
	width: 443px;
	clear: both;
}
.frame4 .content .report {
	width: 443px;
}

.frame4 .report td {
	padding: 10px;
	font-size: 14px;
}
#presse h2 {
	margin-bottom: 10px;
}
#presse .title {
	padding-top: 25px;
	font-weight: bold;
	color: #7b0d0d;
	font-size: 16px;
}
#presse .frame4 .report td p {
	font-size: 14px;
	margin-bottom: 14px;
}
#presse .frame4 .report td .photo {
	float: right;
	margin-top: -20px;
}
#presse .frame4 .report td .italic {
	font-size: 16px;
}
.frame4 .small {

}

.frame4 .top_top {
	width: 667px;
	height: 30px;
	display: block;
	background: url("../images/frame4/frame4_top_top.png") no-repeat;
}
.frame4 .top_left {
	width: 29px;
	height: 78px;
	display: block;
	background: url("../images/frame4/frame4_top_left.png") no-repeat;
	float: left;
} 
.frame4 .top_center {
	width: 609px;
	height: 78px;
	display: block;
	background: url("../images/frame4/frame4_top_center.jpg") no-repeat;
	float: left;
} 
.frame4 .top_right {
	width: 29px;
	height: 78px;
	display: block;
	background: url("../images/frame4/frame4_top_right.png") no-repeat;
	float: left;
} 


.frame4 .bottom_left {
	width: 29px;
	height: 78px;
	display: block;
	background: url("../images/frame4/frame4_bottom_left.png") no-repeat;
	float: left;
} 
.frame4 .bottom_center {
	width: 609px;
	height: 78px;
	display: block;
	background: url("../images/frame4/frame4_bottom_center.jpg") no-repeat;
	float: left;
} 
.frame4 .bottom_right {
	width: 29px;
	height: 78px;
	display: block;
	background: url("../images/frame4/frame4_bottom_right.png") no-repeat;
	float: left;
} 
.frame4 .bottom_bottom {
	width: 667px;
	height: 29px;
	display: block;
	background: url("../images/frame4/frame4_bottom_bottom.png") no-repeat;
	clear: both;
}


/* Impressum */
#frame2 {
	margin: auto;
	width: 711px;
}
#frame2_top {
	width: 710px;
	height: 32px;
	display: block;
	background: url("../images/frame2/frame2_top.png") no-repeat;
}
#frame2_left {
	width:33px;
	height: 469px;
	display: block;
	background: url("../images/frame2/frame2_left.png") no-repeat;
	float: left;	
}
#frame2_center {
	width: 647px;
	height: 469px;
	display: block;
	background: url("../images/frame2/frame2_center.jpg") no-repeat;
	float: left;	
}
#frame2_right {
	width: 31px;
	height: 469px;
	display: block;
	background: url("../images/frame2/frame2_right.png") no-repeat;
	float: right;
}
#frame2_bottom {
	width: 710px;
	height: 36px;
	display: block;
	background: url("../images/frame2/frame2_bottom.png") no-repeat;
	clear: both;
}
#frame2_content {
	margin: 100px 105px 0px 105px;
	width: 435px;
	
}
#impressum .content {
	margin-left: 20px;
}
#impressum h2 {

}
#impressum p {
	font-size: 100%;
}
#impressum table {
	margin-top: 10px;
	width: 435px;
}
#impressum table td {
	vertical-align: top;
	padding-bottom: 6px;;
}

/* Kontakt*/
#postcard {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 466px;
}
#postcard_top {
	width: 600px;
	height: 34px;
	display: block;
	background: url("../images/postcard/postcard_top.png") no-repeat;
}
#postcard_left {
	width: 35px;
	height: 385px;
	display: block;
	background: url("../images/postcard/postcard_left.png") no-repeat;
	float: left;	
}
#postcard_center {
	width: 526px;
	height: 385px;
	display: block;
	background: url("../images/postcard/postcard_center.jpg") no-repeat;
	float: left;	
}
#postcard_right {
	width: 39px;
	height: 385px;
	display: block;
	background: url("../images/postcard/postcard_right.png") no-repeat;
	float: left;
}
#postcard_bottom {
	width: 600px;
	height: 48px;
	display: block;
	background: url("../images/postcard/postcard_bottom.png") no-repeat;
	clear: both;
}

#postcard_top .message{
	color: #4e3717;
	font-weight: bold;
	padding-left: 55px;
	padding-top: 105px;	
	position: absolute;
}

#postcard_content {
	color: #4e3717;
	margin-top: 100px;
}
#postcard_content .left{
	margin-left: 10px;	
	width: 250px;
	display: block;
}
#postcard_content .left textarea {
	color: #4e3717;
	background-color:  #d7bc8e;
	width: 210px;
	height: 250px;
}
#postcard_content .right {
	margin-top: 42px;
	width: 250px;
	display: block;	
}
#postcard_content .right .addresser {
	font-weight: bold;
	padding-left: 16px;
	padding-bottom: 16px;
}

#postcard_content .right td {
	vertical-align: top;
}
#postcard_content .right td input{
	color: #4e3717;
	width: 160px;
}
#postcard_content .right td {
	padding-bottom: 15px;
}
#postcard_content .right i {
	font-size: 80%;
	float: left;
}
#postcard_content .right .submit {
	float: right;
}

/* Aufbau */
#construction #frame2_content h3 {
	margin-top: 190px;
	color: #241705 ! important;	
	text-align: center;
}

