/*blaues band*/
#banner
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: #669;
}

/*aktiver bereich*/
#window
{
	position: relative;
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

/*marion nickig*/
a#index
{
	width: 800px;
	height: 50px;
	float: left;
	background-color: #669;
	background-repeat: no-repeat;
}

.norm { background-image: url(../gif/nickig.gif); }
a#index:hover { background-image: url(../gif/nickig-light.gif); }

/*tableiste*/
#navigation
{
	width: 100%;
	height: 106px;
	float: left;
	overflow: hidden;
}

a.tab
{
	height: 12px;
	margin-top: 7px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #666;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	border-color: #999;
	float: right;
}

a.left { float: left; }
a.home { margin-left: 110px; }
a.last { border-style: none; }
a.tab:hover { color: #336; }
a.tab:active { color: #996; }

/*pfeile*/
#transport
{
	width: 172px;
	height: 16px;
	float: right;
	padding: 0 12px 0 12px;
	background-color: transparent;
}

a#prevpage
{
	width: 16px;
	height: 16px;
	float: left;
	background-image: url(../gif/prev.gif);
}

/*neue paginierung*/
div#pageof
{
	height: 16px;
	float: left;
	line-height: 16px;
	margin: 0 0.5em 0 0.5em;
	font-size: x-small;
}

a#nextpage
{
	width: 16px;
	height: 16px;
	float: left;
	background-image: url(../gif/next.gif);
}

a#prevpage:hover { background-image: url(../gif/prev-over.gif); }
a#nextpage:hover { background-image: url(../gif/next-over.gif); }
a#prevpage:active { background-image: url(../gif/prev-active.gif); }
a#nextpage:active { background-image: url(../gif/next-active.gif); }

/*ursprŸngliche paginierung*/
#pagina
{
	width: 172px;
	height: 16px;
	float: right;
	padding: 128px 12px 0 12px;
	background-color: transparent;
}

/*subnavigation*/
ul.sub
{
	color: #669;
	padding: 0 0 0.68em 1.25em;
}

a.active
{
	color: #336;
	font-weight: bold;
}

li.active { list-style-type: square; }

li.active a
{
	color: #336;
	font-weight: bold;
}

a.more:hover:after
{
	content: " +";
	font-weight: bold;
}

a.less:hover:after
{
	content: " -";
	font-weight: bold;
}

a.hint
{
	text-transform: uppercase;
	font-size: x-small;
	letter-spacing: 0.15em;
}

/*spalten*/
#content
{
	width: 800px;
	height: 444px;
	float: left;
}

#collef
{
	width: 172px;
	min-height: 1em;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	background-color: transparent;
}

#colcen
{
	width: 384px;
	min-height: 1em;
	padding-left: 12px;
	padding-right: 12px;
	float: left;
	background-color: transparent;
}

#colrig
{
	width: 172px;
	min-height: 1em;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	background-color: transparent;
}

/*textspalte volle hšhe*/
div.copy
{
	height: 432px;
	overflow: auto;
}

/*platz fŸr subnaviagtion lassen*/
div.browse { height: 272px; }

/*fotos*/
.foto
{
	margin-top: 4px;
	text-align: center;
}

.portrait
{
	width: 100%;
	height: 192px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: center top;
}

.landscape
{
	width: 100%;
	height: 192px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-position: left top;
}


.publ
{
	margin-top: 4px;
	text-align: left;
}

/*hintergrund*/
.lavender { background-color: #E6E6FA; }

/*body*/
.silhouet
{
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(../gif/silhouet.gif);
}

/*div #window*/
.light
{
	background-color: #F5F5FF;
	background-image: url(../gif/silhouet-light.gif);
	background-repeat: no-repeat;
}

/*fotoecken div #navigation*/
.coltop
{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-image: url(../gif/col-top.gif);
}

/*fotoecken div #content*/
.colbot
{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-image: url(../gif/col-bot.gif);
}
