/*
divs
*/
div#mittelpunkt
{
	position:absolute;
	top:50%;
	left:50%;
	height:0;
	width:0;
}
div#alles
{
	position:absolute;
	width:960px;
	height:600px;
	top:-300px;
	left:-480px;
	padding:0;
	background-color:#aa8;
}
div#header
{
	position:absolute;
	top:10px;
	left:10px;
	width:940px;
	height:135px;
	background:#fff url(../images/logo.gif) 0 0 no-repeat;
}
div#hauptnavigation
{
	position:absolute;
	top:188px;
	left:10px;
	height:383px;
	width:125px;
	background-color:#fff;
	padding:19px 42px 0 28px;
}
div#footer
{
	position:absolute;
	top:603px;
	left:0;
	width:960px;
	text-align:right;
	color:#aaa;
}

div#unternavigation
{
	position:absolute;
	top:188px;
	left:228px;
	height:auto;
	width:114px;
}

div#suche
{
	position:absolute;
	top:540px;
	left:10px;
	width:195px;
	height:50px;
	padding:0 0 0 28px;
	z-index:2000;
}
div#subnavi
{
	position:absolute;
	top:188px;
	left:228px;
	height:310px;
	width:114px;
	z-index:100000;
}

/*
startseite: home-template
*/
div#home div#links
{
	position:absolute;
	top:188px;
	left:228px;
	width:347px;
	height:350px;
	background-color:#fff;
	overflow:hidden;
}
div#home div#unten
{
	position:absolute;
	top:548px;
	left:228px;
	width:347px;
	height:42px;
	background-color:#fff;
}
div#home div#rechts
{
	position:absolute;
	top:188px;
	left:585px;
	width:365px;
	height:402px;
	background-color:#fff;
	overflow:hidden;
}

/*
normale darstellung: default-template
*/
div#default div#links
{
	position:absolute;
	top:188px;
	left:228px;
	width:722px;
	height:402px;
	background-color:#fff;
	overflow:hidden;
}

/*
weblinks: schmaler bereich rechts
*/
div#right div#rechts
{
	position:absolute;
	top:188px;
	left:445px;
	width:505px;
	height:402px;
	background-color:#fff;
	overflow:hidden;
}

div#textonly div#links
{
    position:absolute;
	top:188px;
	left:228px;
	width:722px;
	height:402px;
	background-color:#fff;
	overflow:hidden;
}

/* vorschau */
div.preview
{
	width:166px;
	padding:4px;
	background-color:#999;
	margin:0 40px 0 0;
	height:auto;
}
