/* Extension Style Sheets */
@import url(edit.css);
@import url(menu.css);
@import url(tt_news.css);


/* ============================== */
/* BODY */
/* ============================== */

html, body { 
	margin: 0px; 
	padding: 0px; 
}


#boxcenter {
	position: absolute;
	width: 797px;
	height: 553px;
	left: 50%;
	top: 50%;
	margin-left: -399px;
	margin-top: -277px;
}

/* ============================== */
/* STRUCTURE */
/* ============================== */

#einbildungshaus {
	position: relative;
	margin: 0px auto 0px auto;
	width: 797px;
	height: 532px;
	text-align: left;
	background: #bde2d1;
	overflow: hidden;	
}


#JuergenHuber {
	position: absolute;
	z-index: 1;
	right: 0px;
	bottom: -4px;
}


#mainFrame {	
	position: static;
	position: absolute;
	z-index: 2;
	width: 797px;
	height: 528px;
}

#APos {
     height: 95px;
}

#A1 {
     float: left;
     width: 18px;
}

#A2 {
     float: left;
     width: auto;
     margin-top: 41px;
}

#printA2 {
     display: none;
}

#BPos {
     clear: both;
     height: 96px;
     margin-top: 4px;
}

#B1 {
     float: left;
     width: 18px;
}

#B2 {
     float: left;
     width: 123px;
}

#printB2 {
     display: none;
}

#B3 {
     float: left;
     width: auto;
}

#CPos {
     clear: both;
}

#C1 {
     float: left;
     width: 141px;
}

#C2 {
     float: left;
     width: 308px;;
     height: 335px;
     overflow: auto;
}

#gallerieC2 {
     float: left;
     width: 654px;;
     height: 335px;
     overflow: auto;
}

#mainContent {
	position: static;
	width: 285px;
	font-size: 1.0em;	
}



#gallerieMainContent {
	position: static;
	width: 631px;
	font-size: 1.0em;	
}

#grafik {
	position: static;
	margin: 0px auto 12px auto;
	padding-top: 7px;
	width: 797px;
	text-align: left;
	font-size: 0.6em;
	border-top: 7px solid #ed0177;	
}

/* ============================== */
/* MENU */
/* ============================== */



.transparentBackground {
	width: 105px;
	margin: 0px auto 0px auto;
	background: #d9dfc8;
	opacity: 0.80;
	-moz-opacity: 0.80;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);
}

.menu2Pos {
	width: 105px;
	border-top: 1px solid #e6e4dd;
	border-right: 2px solid #b4c3b1;
	border-bottom: 2px solid #b4c3b1;
	border-left: 0px solid #e6e4dd;
	background: #f1eed6;
	opacity: 0.80;
	-moz-opacity: 0.80;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity=80);
	text-align: center;
}

td.menu1 {
	padding-right: 16px;
}


