/*

 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 * filename:      screen.css                                             *
 * created on:    2006 Apr 12 12:02:21 +0200 (CEST)                      *
 * last modified: 2006 Apr 12 12:02:21 +0200 (CEST)                      *
 * (c) 2006 Stefan 'Stefko' Kohler - eMail: heldenmagazin@stefko.com     *
 # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * #
 

##############################################
#       Allgemeine Seitendefinitionen        #
##############################################
*/

body {
/*	background-image:url(../_img/menu_top_back01.gif);
	background-repeat:repeat;
	background-attachment:scroll;
	color:#333;
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:0.7em;
	/* background-color:#008F00; */
	margin:0px;
	padding:0px;
}

a:link {
	color:/*#0d5aac*/#DE97C0; /*Farbe von blau auf rosa geändert - Stefko */
	text-decoration:none;
}

a:visited {
	color:/*#0d5aac*/#DE97C0;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

a.navlink {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	color:#E8E9EB;
	background-color:#f096c2;
    padding:1px 3px 1px 3px;
}

a.navlink:visited {
	color:#E8E9EB;
	text-decoration:none;
}

a.navlink:hover {
	color:#000;
	}

a.navlinkactive {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	color:#666;
	background-color:#f096c2;
    padding:1px 3px 1px 3px;
}

img {
	border:none;
}

/*
##############################################
#    Hier werden die Main-Layer definiert    #
##############################################
*/

#headerbild {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:85px;
	background-color:#e8e9eb;
	z-index:2;
}

#headernavi {
	position:fixed;
	left:0px;
	top:85px;
	width:100%;
	height:25px;
	background-color:#f096c2;
	z-index:2;
}

#footernavi {
	position:fixed;
	left:0px;
	bottom:30px; /* Höhe geändert -  war 60px */
	width:100%;
	height:25px;
	background-color:#f096c2;
	z-index:3;
}

#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:30px;  /* Höhe geändert -  war 55, 60px*/
	background-color:#e8e9eb;
	z-index:2;
}

#main {
	position: absolute;
	overflow: inherit;
	left: 25px;
	top: 125px;
	width: 100%;
	color: #333;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 0.8em;
	background-color: #fff;
	z-index: 1;	
}