/*defaults*/
img, div, tr, a { 
	x_behavior: url(fileadmin/templates/script/iepngfix.htc);
}

html,
body{
	margin: 0;
	xheight: 100%;
}

body{
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	position: relative;
}

img{
	border: none;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dt, dd, dl, form{
	margin: 0;
	padding: 0;
}

a:focus,
a:active{
	outline: none;
}

.clearer{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
}

/*structural elements*/
div#page{
	width: 816px;
	margin: 0px auto;
	padding: 0;
}

div#pagePrintTop{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}

div#pageTop{
	height: 100px;
	padding: 0px 8px 0px 8px;
	position: relative;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

div#langNavi{
	width: 120px;
	height: 30px;
	padding: 0;
	position: absolute;
	right: 8px;
	bottom: 0px;
	xbackground-color: red;
	text-align: right;
}

div#langNavi a{
	color: #858585;
	text-decoration: none;
}

div#langNavi a.first{
	background-image: url(../images/trenner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 2px 10px 10px 0px;
	margin: 0px 10px 0px 0px;
}

div#pageMiddle{
	height: 296px;
	padding: 0px 8px 0px 8px;
}

div#pageNavi{
	height: 50px;
	width: 816px;
	overflow: hidden;
	background-image: url(../images/bgNavi.gif);
	background-repeat: no-repeat;
}

/* TOPNAVI >>> */
ul.topNavi{
	padding: 0;
	margin: 0;
	list-style: none;
	xfloat: left;
	xposition: absolute;
	xright: 0px;
}

ul.topNavi li{
	float: left;
	margin: 0;
	xborder-right: solid 1px blue;
	height: 50px;
	_width: 50px;
}

ul.topNavi li.current{
	background-image: url(../images/navLeft.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

ul.topNavi li#first.current{
	background-image: url(../images/navLeft-f.gif);
	x_background-image: none;
}

ul.topNavi li a{
	text-decoration: none;
	display: block;
	xbackground-color: pink;
	height: 21px;
	font-size: 12px;
	color: #858585;
	padding: 22px 12px 0px 12px;
	font-family: Georgia, serif;
	
	white-space: nowrap;
}

ul.topNavi li a:hover{
	color: #002244;
	xtext-decoration: underline;
}

ul.topNavi li a.current{
	color: #002244;
	padding: 22px 22px 0px 22px;
	background-image: url(../images/navRight.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

ul.topNavi li a.current.last{
	xbackground-image: url(../images/navRight-l.gif);
}
/* <<< TOPNAVI */

div#pageContent{
	min-height: 250px;
	_height: 250px;
	background-image: url(../images/bgMain.gif);
	background-repeat: repeat-y;
	padding: 36px 54px 30px 54px;
}

div#pageBottom{
	height: 68px;
	background-image: url(../images/bgBottom.gif);
	background-repeat: no-repeat;
	padding: 0px 8px 0px 8px;
}

div#pageFooter{
	height: 20px;
	padding: 10px 0px 10px 0px;
}

div#pageFooter a{
	font-size: 11px;
	color: #858585;
	text-decoration: none;
}

div#pageFooter a:hover{
	text-decoration: underline;
}

div#printer{
	float: right;
}

div#printer a{
	/*background-image: url(../images/printer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	padding: 0px 0px 0px 22px;
}

div#specialNavi{
	float: right;
}

/* SPECIALNAVI >>> */
ul.specialNavi{
	padding: 0;
	margin: 0;
	list-style: none;
	xfloat: left;
	xposition: absolute;
	xright: 0px;
	padding: 0px 0px 0px 16px;
}

ul.specialNavi li{
	float: left;
	margin: 0;
	background-image: url(../images/trenner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 16px 5px 16px;
}

div#pageFooter ul li a.current{
	text-decoration: underline;
}
/* <<< SPECIALNAVI */