#tlcontainer {
	max-width: 1250px;
	/*min-width: 100%;
	max-width: 100%;*/
	padding: 0px;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
        z-index: 0;
}

#content {
	/*width: 800px;*/
	min-width: 66%;
	max-width: 66%;
	padding: 0px;
	margin: auto;
	position: absolute;
	top: 150px;
	left: 17%;
	/*left: 0px;
	right: 0px;*/
        z-index: 0;
}

#sidebar {
	position: absolute;
	margin: auto;
	top: -150px;
	left: 85%;
	/*right: 40px;*/
	/*width: 160px;*/
	min-width: 16%;
	max-width: 16%;
	
	padding: auto;
}

#sidebarinhalt {
	position: fixed;
	margin: auto;
	top: 155px;
	/*left: 85%;*/
	/*width: 160px;*/
	/*right: 40px;*/
	min-width: 160px;
	max-width: 160px;
	padding: 0px;
}

#logo {
	width: 700px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	/* position: absolute; */
	position: fixed;
	top: 0px;
	font-size: 280%;
	font-variant : small-caps;
	color: #010000;
}

#plaintext {
	position: absolute;
	top: 55px;
	left: 1020px;
}

#plaintext a {
	color: #000000;
	text-decoration: none;
}


#eyecatcher {
	margin: 0px auto;
	top: 0px;
	width: 1250px;
	height: 95px;
/*	padding: 1px;               */
/*	border : 1px solid #000000; */
/*	background-color: #ffffff;  */
	/* position: absolute; */
	position: fixed;
	z-index: 5;
}

#menubackground {
	top: 0px;
	margin: auto;
	background : #ffffff url(../images/pback2.gif) repeat-x;
/*	padding: 1px;               */
/*	border : 1px solid #000000; */
/*	background-color: #ffffff;  */
	/* position: absolute; */
	position: fixed;
	z-index: 4;
}

/* #eyecatcher {                 */
/*	top: 20px;                   */
/*	left: 20px;                  */
/*	width: 200px;                */
/*	height: 50px;                */
/*	padding: 1px;                */
/*	border : 1px solid #000000;  */
/*	background-color: #888888;   */
/*	position: absolute;          */
/*	z-index: 5;                  */
/*}                              */

#common {
	top: 150px;
	/*right: -50px;*/
	left: 20px;
	width: 150px;
	position: absolute;
	/*padding-bottom: 20px;*/
	padding: auto;
}

#commoninhalt {
	top: 158px;
	width: 150px;
	position: fixed;
	/*padding-bottom: 20px;*/
	padding: auto;
}

#common a {
	color: #ED7F0F;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 0px;
	/* background : url(../images/pbull.gif) no-repeat 0px 3px; */
	font-weight: bold;
	font-style: normal;
}

#common a:hover {
	color: #ff0000;
}


/* Menü */

#menuBar {
  margin: auto;
  position: fixed;
	border: 1px solid #000000;
	top: 0px;	
	z-index: 10;
}
#fixedmenu {
	width: 800px;
	margin: auto;
	padding: auto;
	/* position: absolute; */
	position: absolute;
	top: 101px;
	text-align: center;
	left: 225px;
	z-index: 20;
	height: 27px;
/*	overflow: hidden; */
}

/* Menütext */
a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	height: 17px;
	color: #0F0F0F;
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	border-right: 1px solid #000000;
}
/* Hintergrund Menü */
.menu {
	background: #adadad url(../images/pmenu.gif) repeat-x top left;
	border: 1px solid #000000;
	padding: 0px;
	/* position: absolute; */
	position: fixed;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
}
/* Textfarbe im Menü */
a.menuItem, a.menuItemActive {
	color: #0F0F0F;
	background-color: transparent;
	display: block;
	padding: 6px 16px 6px 16px;
	text-decoration: none;
	white-space: nowrap;
}
/* Menü Hover */
a.menuButtonActive, a.menuButton:hover {
  background-color: #adadad;
  color: #000000;
}
/* Untermenü Hover */
a.menuItem:hover, a.menuItemActive {
  background-color: #ED7F0F;
  color: #ffffff;
}

form.search {
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 820px;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border: #888888 1px solid;
	background : #ffffff url(../images/pfade.gif) repeat-x;
	width: 126px;
	padding: 2px;
	margin: 0;
}

/* Zeit und Datum */

#timedate {
	width: 100px;
	padding: 40px;
	margin: auto;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: fixed;
	top: 62px;
	
        z-index: 8;
}

/* Miniaturbilder für Links */

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	overflow: auto;
	}
	#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	overflow: auto;
	}
	
#bigslider {
	/*width: 800px;*/
	min-width: 66%;
	max-width: 66%;
	padding: 0px;
	margin: auto;
	position: absolute;
	overflow: hidden;
	top: 150px;
	left: 17%;
	/*left: 0px;
	right: 0px;*/
        z-index: 0;
}



