
	body {
		font-family: Verdana, Arial;
		font-size: 11px;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	p {
		margin: 0px 0 8px 0;
	}

	div#bgimage {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	.dhtmlgoodies_floatingWindow {
		position: absolute;
		width: 328px;
	}

	.dhtmlgoodies_floatingWindow .floatingWindow_moveBar {
		background: transparent url(/fileadmin/img/nav_bg.gif) no-repeat;
		height: 29px;
		position: relative;
		cursor: move;

		/* CSS HACK */
		height: 29px;	/* IE 5.x */
		height/* */:/**/29px;	/* Other browsers */
		height: /**/29px;
	}

	.dhtmlgoodies_floatingWindow .floatingWindow_moveBar:hover {
		background-position: -328px 0;
	}

/* navigation: begin */

	ul#nav {
		position: relative;
		top: 0px;
		left: 0px;
		width: 328px;
		height: 54px;
		margin: 0;
		padding: 0 0 0 10px;
		list-style-type: none;
		overflow: hidden;
		background: transparent url(/fileadmin/img/nav_bg.gif) 0px -29px no-repeat;
	}

	ul#nav li {
		position: relative;
		display: inline;
		top: 7px;
		left: 0;
		margin: 0;
		padding: 0 7px 0 0;
	}

	ul#nav li a {
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}

	ul#nav li a:hover {
		text-decoration: underline;
		color: #00519e;
	}

	ul#nav li a.act {
		text-decoration: underline;
		color: #00519e;
	}


	ul#subnav {
		position: absolute;
		top: 33px;
		left: 10px;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	ul#subnav li {
		position: relative;
		display: inline;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0 9px 0 0;
	}

	ul#subnav li a {
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
	}


	ul#breadcrumb {
		position: relative;
		top: 0px;
		left: 0px;
		width: 328px;
		height: 27px;
		margin: 0;
		padding: 0 0 0 10px;
		list-style-type: none;
		overflow: hidden;
		background: transparent url(/fileadmin/img/nav_bg.gif) 0px -83px no-repeat;
	}

	ul#breadcrumb li#pfad {
		font-weight: bold;
		color: #00519e;
		margin-right: 4px;
	}

	ul#breadcrumb li span.trenner {
		margin: 0 2px;
	}

	ul#breadcrumb li {
		position: relative;
		display: inline;
		top: 5px;
		left: 0;
		margin: 0;
		padding: 0;
	}

	ul#breadcrumb li a {
		text-decoration: none;
		display: inline;
		font-size: 11px;
		color: #00519e;
	}

	ul#breadcrumb li a:hover {
		text-decoration: underline;
	}


/* cBox: begin */

	div#cBox {
		position: absolute;
		z-index: 10;
		display: block;
		left: 0;
		bottom: 60px;
		height: 220px;
		width: 100%;
		background-color: #5b3707;
		color: #fff;
		opacity: .75;
		filter: alpha(opacity=75);
		border-top: 1px solid #000;
	}

	#cBoxHeadline {
		position: absolute;
		top: 10px;
		left: 20px;
	}

	#cBoxLeft, #cBoxNormal, #cBoxRight, #cBoxBorder {
		position: absolute;
		top: 40px;
		left: 10px;
		height: 170px;
		padding: 0 4px 0 10px;
		line-height: 17px;
		font-size: 11px;
		xborder: 1px solid red;
	}

	#cBoxLeft {
		width: 320px;
	}

	#cBoxNormal {
		left: 350px;
		width: 200px;
		border-left: 1px solid #eee;
	}

	#cBoxRight {
		left: 570px;
		width: 200px;
		border-left: 1px solid #eee;
	}

	#cBoxBorder {
		left: 790px;
		width: 210px;
		border-left: 1px solid #eee;
	}

	div#cBox h1 {
		font-family: Verdana;
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0.2ex;
		color: #fff;
		margin: 0;
		padding: 0;
	}

	div#cBox h2 {
		font-family: Verdana;
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 0;
	}

	div#cBox a {
		text-decoration: underline;
		color: #fff;
	}

	div#cBox a:hover {
		text-decoration: none;
	}



/* cBox: portfolio links */

	ul#portfolio_menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	ul#portfolio_menu li span {
		font-weight: bold;
	}

	ul#portfolio_menu li ul {
		margin: 0 0 15px 0;
		padding: 0;
		list-style-type: none;
	}

	ul#portfolio_menu li ul li.act {
		color: #00519e;
	}

	ul#portfolio_menu li ul li:hover {
		background-color: #eee;
	}


/* iContent: image */

	div#image {
		position: absolute;
		z-index: 2;
		display: block;
		top: 40px;
		left: 0px;
		height: 250px;
		width: 100%;
		white-space: nowrap;
		border-top: 1px solid #888;
		border-bottom: 1px solid #888;
		xbackground-color: #ccc;
	}

	span.imageset {
		position: relative;
		margin: 0 5px;
	}

	span.imageset img {
		border-left: 1px solid #aaa;
		border-right: 1px solid #aaa;

	}

	span.serieStripe {
		position: absolute;
		display: block;
		bottom: -70px;
		left: 0;
		height: 60px;
	}

	span.serieStripe a {
		margin-right: 6px;
	}

	div#image img:hover {
		opacity: .7;
	}

	div#image div#iScroll dl {
		float: none;
	}

	div#image ul#scroll_links_horizontal {
		position: absolute;
		z-index: 2;
		top: -30px;
		right: 10px;
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 21px;
		width: 26px;
		background: #fff url(/fileadmin/img/scroll_pfeil_horizontal.gif) no-repeat;
	}

	div#image ul#scroll_links_horizontal:hover {
		background-position: bottom right;
	}

	div#image ul#scroll_links_horizontal li a {
		position: absolute;
		width: 13px;
		text-indent: -9000px;
		text-decoration: none;
		padding: 21px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:21px; /* IE5/Win */
	}

	#scroll_links_horizontal li#left a {
		left: 0;
	}

	#scroll_links_horizontal li#right a	{
		left: 13px;
	}

	#scroll_links_horizontal li#left a:hover {
		background: transparent url(/fileadmin/img/scroll_pfeil_horizontal.gif) 0 -42px no-repeat;
	}

	#scroll_links_horizontal li#right a:hover {
		background: transparent url(/fileadmin/img/scroll_pfeil_horizontal.gif) -13px -21px no-repeat;
	}

	.skip {
		position: absolute;
		left: -1000em; /* LTR */
		top: -1000em;
	}
