@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 30px 0 30px 0;
	background-color: #bbbbbb;
	background-image: url(../gfx/background_body.gif);
	background-repeat: repeat-x;
	background-position: top;
}

*html body {
	text-align: center;	
}

/*
	MARTIN: #top/#content link/anchor verstecken
*/

body #toContent {
	display:block;
	height:0px;
	width:0px;
	overflow:hidden;
	position:absolute;
	top:-20px;
}


#pageOuterContainer {
	text-align: center;
	margin: auto;
	width: 950px;
	background-color: white;
}

.rightColBackground {
	background-image: url(../gfx/page_background_160w_gray.gif);
	background-repeat: repeat-y;
	background-position: right;	
}

#pageInnerContainer {
	text-align: left;
}

#pageHeaderContainer {
	height: 163px;
	overflow: hidden;
	position: relative;
}

#pageHeaderContainer a.homeLink,
#pageHeaderContainer a.homeLinkLogin {
	position: absolute;
	display: block;
	background-image: url('/clear.gif');
	background-color: transparent;
	text-indent: -10000px;
	width: 260px;
	height: 110px;
	top: 5px;
	left: 10px;
	overflow: hidden;
	z-index: 500;
}
#pageHeaderContainer a.homeLinkLogin {
	width: 340px;
	height: 70px;
	top: 5px;
	left: 30px;
}

#printLogo {
	/*
	position: absolute;
	right: -10000px;
	top: -1000px;
	*/
	display: none;
}

#menuHeaderContainer {
	width: 950px;
	height: 30px;
	background: #163261;
}

*html #menuHeaderContainer {
	overflow: hidden;
}

/*** popup for images ***/
#popupContainer {
	margin: 0 auto;
	width: 600px;
	background-color: white;
	padding: 20px;
	text-align: left;
}

#popupContainer .image {
	text-align: center;
}

/*** user header box is display if user is logged in ***/
#userHeaderBox {
	position: absolute;
	top: 50px;
	left: 42px;
	width: 318px;
}
#userHeaderBox span {
	display: block;
}
#userHeaderBox .welcome-message {
	color: #163261;
	font-weight: bold;
	margin-top: 35px;
	line-height: 1em;
}
#userHeaderBox .username {
	margin-top: 10px;
	line-height: 1em;
}
#userHeaderBox .logout {
	text-align: right;
	position: absolute;
	top: 70px;
	right: 0;
}
#userHeaderBox .logout a {
	background-image: url(../gfx/bullet_arrow.gif);
	background-repeat: no-repeat;
	padding: 0 0 2px 20px;
	display: block;
	width: auto;
}

#libMenuMetaTop {
	float: right;
	background: #163261;
	height: 20px;
	padding: 10px 10px 0 10px;
	font-size: 10px;
	color: white;
}

#libMenuMetaTop a {
	color: white;
}

#libMiscSearch {	
	float: right;
	background: #163261;
	height: 22px;
	padding: 8px 10px 0 10px;
	font-size: 10px;
}

#libMiscSearch a {
	color: white;
}

/*
	MARTIN: das geheime label für das srch-ipt
*/


#libMiscSearch label{
	display:none;	
}

*html #libMiscSearch {
	height: 24px;
	padding: 6px 10px 0 10px;	
}

#libMiscSearch input {
	margin: 0;
	padding: 2px;
	border: 0;
	background: white;
	font-size: 10px;
	position: relative;
	top:-11px;
}

/* ie6 */
*html #libMiscSearch input {
	top: -8px;
}

#libMiscSearch input.libMiscSearchSubmitButton {
	border: 0;
	margin:0;
	padding: 0;
	position: relative;
	top:-4px;
	width: 22px;
}

/* ie6 */
*html #libMiscSearch input.libMiscSearchSubmitButton {
	top: -2px;
}

#libMiscSearch a {
	position: relative;
	top: -11px;
	font-size: 10px;
}

/* ie6 */
*html #libMiscSearch a {
	top: -8px;
}

/* ie7 */
*+html #libMiscSearch a {
	top: -10px;
}

#columnContainer {
}

#columnLeft {
	float: left;
	width: 160px;
	padding: 40px 0 30px 20px;
}

* html #columnLeft {
	overflow: hidden;
}

#columnRight {
	float: left;
	width: 160px;
	padding: 0;
}

* html #columnRight {
	padding: 31px 0;	
}	

*+ html #columnRight {
	padding: 31px 0;	
}

#columnCenter {
	float: left;
	width: 570px;
	padding: 0 20px 20px 20px;
	min-height: 300px;
}

#columnCenterExtended  {
	background: white;
	float: left;
	width: 655px;
	padding: 0 0px 20px 20px;
	min-height: 300px;
}

.clearFix {
	clear: both;
}

#footerContainer {
	background: #989898;
	height: 30px;
	color: white;
}

#footerContainer a {
	color: white;
}

#footerLeft {
	width: 790px;
	float: left;
	position: relative;
}

#footerRight {
	width: 140px;
	float: left;
	height: 22px;
	padding: 8px 10px 0 10px;
	font-size: 10px;
	background: #163261;
	color: white;
}

a.toTop {
	background-image: url(../gfx/background_arrow_top_white.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;	
}

#footerRight a {
	color: white;
}

a.print {
	background-image: url(../gfx/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-bottom: 4px;	
	white-space: nowrap;
}

a.pdf {
	background-image: url(../gfx/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	padding-bottom: 4px;	
	white-space: nowrap;
}

li.tipafriend a {
	background-image: url(../gfx/icon_tipafriend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	padding-bottom: 4px;	
	white-space: nowrap;
}

#copyright {
	float: left;
	height: 22px;
	padding: 8px 10px 0 10px;
	font-size: 10px;
}

.printonly {
	display: none;
}
