/* @group seitenaufbau */

#outer {
	text-align:left;
	position: relative;
	background-image: url(../_img/raster.png);
	background-repeat: no-repeat;
	background-position: right 0;
	float: none;
	top: 4em;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 382px;
}

#hdr {
	margin: 0 auto 30px 0;
	text-align: left;
	position: relative;
}

#cont {
	width: 79%;

	position: absolute;
	text-align: left;
	overflow: auto;
	float: left;
	display: inline;
	height: inherit;
}

#rightnav {
	width: 19%;
	position: relative;
	float: right;
	display: inline;
	text-align: right;
	margin: 0 0 0 0;
}

#image {
	float: left;
	margin: 0;
	position: relative;
	padding-right: 1em;
}

#clearer {
	clear: both;
	padding-bottom: 1em;
}

/* @end */

/* @group marker box */

#corners
{
	background: url(../_img/cross.png) no-repeat;
	min-width: 30em;
	max-width: 35em;
	height: auto;
	position: absolute;
	padding: 0em 1em 0;
}

#splitters
{
	background: url(../_img/cross_left.png) no-repeat;
	min-width: 25em;
	max-width: 40em;
	height: auto;
	position: relative;
	padding: 2.5em 2em 2em 1em;
}

#splitters_weit
{
	background: url(../_img/cross_left.png) no-repeat;
	min-width: 25em;
	max-width: 40em;
	height: auto;
	position: relative;
	padding: 2.2em 2em 3em 1em;
}

#enders
{
	background: url(../_img/cross.png) no-repeat;
	min-width: 25em;
	max-width: 35em;
	height: auto;
	position: relative;
	padding: 1em 2em 0 1em;
}


.tr, .bl, .br {
	position : absolute;
	width : 13px;
	height : 13px;
	display : block;
}

.tr {
	background : transparent url(../_img/cross_right.png) no-repeat;
	top : 0;
	right : 0;
}

.bl {
	background : transparent url(../_img/cross_left.png) no-repeat;
	bottom : 0;
	left : 0;
	margin: 0;
	padding: 0;
}

.br {
	background : transparent url(../_img/cross_right.png) no-repeat;
	right : 0;
	bottom : 0;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group mainmenu */

a.menu, a.actmenu {
	background-image: url("../_img/button.png");
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	line-height: 2em;
	text-decoration: none;
	margin: 0 0.4em 0 auto;
}

a.menu {
	background-position: -11px center;
}

a:hover.menu {
	background-position: right center;
	color: #FFF;
}

a.actmenu {
	background-position: right center;
}

a:hover.actmenu {
	background-position: right center;
	color: #FFF;
}



/* @end */
