/* Textstyle */
*
{
	font-family : Verdana ;
	font-size: 10px ;
}

/* Linkstyle */
 a:link { color:#000000; text-decoration:none; }
 a:visited { color:#000000; text-decoration:none; }
 a:hover { color:#E50E63; text-decoration:none;  }
 a:active { color:#E50E63;  }

/* Strukturierung aller Elemente im Bodybereich */
body
{
    	padding-top: 0px ;
    	margin-top : 0px ;
}

/* Strukturuierung des Headerdivs und Vergabe der Hintergrundgrafik und ihrer Position */
#header
{
	height : 55px;
	background-image : url(../images/logo.gif);
	background-position : 69px 14px ;
	background-repeat : no-repeat ;

	padding-left : 472px ;
	padding-top : 20px ;
    	margin : 0 ;
}

#header a
{

	display : block ;
	width : 80px ;
	float : left ;
}


/* Strukturierung der Gesamten Seite */
#page
{
	position : absolute ;
	width : 100%;
}

/* Strukturierung aller Elemente im Bodybereich */
body
{
	margin : 0px ;
	padding : 0px ;
}

/* Strukturuierung des Contebtrdivs */
#content
{
	height : 395px ;
	padding : 0px ;
    	margin : 0px ;
}

/* Strukturuierung vom Rubrikdiv */
#content #contentRubrik
{
	position: absolute;
	background-position : LEFT BOTTOM ;
	width: 182px;
	height:49px;
	left: 82px;
	top: 160px;

}

/* Strukturuierung vom Menudiv */
#content #contentMenu
{
	position: absolute;

	background-image : url(../images/menu_background.gif);
	background-position : LEFT BOTTOM ;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 432px;
	height:49px;
	left: 274px;
	top: 160px;
}

/* Strukturuierung vom Anidiv */
#content #contentAni
{
	position: absolute;
	background-position : LEFT BOTTOM ;
	background-image : url(../images/ani_background.gif);

	width: 182px;
	height: 279px;
	left: 82px;
	top: 230px;

}

/* Strukturuierung vom Backgrounddiv */
#content #contentBackground
{
	position: absolute;
	background-image :   url(../images/text_background.gif);
	background-position : LEFT BOTTOM ;
	background-repeat: no-repeat;
	overflow:auto;

	z-index:0;
	width: 432px;
	height: 279px;
	left: 274px;
	top: 230px;

}

/* Strukturierung vom Pressediv*/
#content #contentBackgroundPresse
{
	position: absolute;

         background-position : LEFT BOTTOM;
         background-image : url(../images/ani_background.gif);

         width: 182px;
         height: 279px;
         left: 716px;
         top: 230px;
}

/* Strukturuierung vom Textdiv */
#content #contentText
{

	padding-left: 20px;
	position: absolute;
	overflow:auto;
	z-index:1;
	width: 423px;
	height: 245px;
	left: 274px;
	top: 247px;

}

/* Strukturuierung vom Footerdiv und Vergabe der Hintergrundgrafik */
#footer
{
	height : 62px ;
	background-image : url(../images/background2.jpg);
	background-repeat : repeat-x ;
	background-position : LEFT BOTTOM ;
}

/* Erweiterte menu Struturierung */
#menu
{
    	padding-bottom : 0px ;
    	margin-bottom : 0px ;
	padding-left : 0px ;
	margin-left : 0px ;
	list-type : none ;

}
