/* General
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body { background: #546163; font: 10px/15px 'Lucida Grande', Verdana, Geneva, Arial, sans-serif; color: #546163; }
p {
	margin-bottom: 0;
}

img { border: none; }

/* Links 2098AB
----------------------------------------------- */

a:link, a:visited {color: #2098AB; text-decoration: none;}
	a:hover {color: #07343B; text-decoration: none;}


/* Layout
----------------------------------------------- */


div#bak {
    position: absolute; /*wichtig*/
    top: 40px;
    left: 50%; /*wichtig*/
    margin: 0 -373px; /*wichtig*/
    width: 746px;
    height: 389px;
    background: url(bak.gif);
	z-index:5;
}
div#bild {
    position: absolute; /*wichtig*/
    top: 45px;
    left: 50%; /*wichtig*/
    margin: 0 -373px; /*wichtig*/
    width: 746px;
    height: 384px;
	background-color: #ffffff;
	z-index:3;
	text-align: right;
	overflow:hidden;
}
div#papierindex {
    position: absolute; /*wichtig*/
    top: 46px;
    left: 50%; /*wichtig*/
    margin: 0 -364px; /*wichtig*/
    width: 242px;
    height: 377px;
    background: url(links2.gif) no-repeat;
	z-index:6;
}
div#textindex {
    position: absolute; /*wichtig*/
    top: 71px;
    left: 50%; /*wichtig*/
    margin: 0 -339px; /*wichtig*/
    width: 192px;
    height: 352px;
	font: 11px/15px 'Lucida Grande', Verdana, Geneva, Arial, sans-serif;
	z-index:9;
	text-align: left;
	overflow: hidden;
}

div#kontakt {
    position: absolute; /*wichtig*/
    top: 183px;
    left: 470px; /*wichtig*/
    margin: 0 -75px; /*wichtig*/
    width: 190px;
	z-index:9;
	text-align: right;
	overflow: hidden;
}

div#bakkontakt {
    position: absolute; /*wichtig*/
    top: 46px;
    left: 50%; /*wichtig*/
    margin: 0 -364px; /*wichtig*/
    width: 512px;
    height: 377px;
    background: url(kontaktbak.gif) no-repeat;
	z-index:6;
	overflow: hidden;
}

div#papier {
    position: absolute; /*wichtig*/
    top: 46px;
    left: 50%; /*wichtig*/
    margin: 0 -364px; /*wichtig*/
    width: 242px;
    height: 377px;
    background: url(links2.gif) no-repeat;
	z-index:6;
	overflow: hidden;
}
div#text {
    position: absolute; /*wichtig*/
    top: 71px;
    left: 50%; /*wichtig*/
    margin: 0 -339px; /*wichtig*/
    width: 192px;
    height: 352px;
	z-index:9;
	text-align: left;
	overflow: hidden;
}

div#papierklein {
    position: absolute; /*wichtig*/
    top: 46px;
    left: 50%; /*wichtig*/
    margin: 0 -364px; /*wichtig*/
    width: 160px;
    height: 377px;
    background: url(links_klein.gif) no-repeat;
	z-index:8;
	overflow: hidden;
}

div#textklein {
    position: absolute; /*wichtig*/
    top: 71px;
    left: 50%; /*wichtig*/
    margin: 0 -339px; /*wichtig*/
    width: 110px;
    height: 352px;
	z-index:9;
	text-align: left;
	overflow: hidden;
}

div#weiter {
    position: absolute; /*wichtig*/
    top: 388px;
    left: 50%; /*wichtig*/
    margin: 0 -364px; /*wichtig*/
    width: 110px;
    height: 18px;
	padding-left: 25px;
    background-color: #ffffff;
	z-index:9;
	text-align: left;
	overflow: hidden;
}

div#menu {
    position: absolute; /*wichtig*/
    top: 426px;
    left: 50%; /*wichtig*/
    margin: 0 -360px; /*wichtig*/
    width: 720px;
    height: 20px;
	padding: 0px;
	font: 11px/15px 'Lucida Grande', Verdana, Geneva, Arial, sans-serif; color: #FFFFFF; 
	z-index:7;
	text-align: right;
	overflow:hidden;
}

#menu a:link, #menu a:visited { 
	color: #ffffff;
}
#menu a:hover { 
	color: #abcdef;
}

#home {
    position: absolute; /*wichtig*/
    top: 426px;
    left: 50%; /*wichtig*/
    margin: 0 -360px; /*wichtig*/
    width: 200px;
    height: 20px;
	padding: 0px;
	font: 11px/15px 'Lucida Grande', Verdana, Geneva, Arial, sans-serif; color: #FFFFFF; 
	z-index:8;
	text-align: left;
	overflow:hidden;
}

#home a:link, #home a:visited { 
	color: #ffffff;
}
#home a:hover { 
	color: #abcdef;
}

