/***************************************************************************************/
/*
Titel:    Standardstyles fuer Bildschirmmedien
Autor:    
Update:   24.04.2009

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
          - Stempel Duermeyer
standard.css
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/
@import url("cssStyledContent.css");
@import url("html.css");
/*###############################GLOBALE EINSTELLUNGEN#################################*/

* {
  margin: 0;
  padding: 0;
  border: none;
}
#wrapper {
	position: relative;/* absolute */
	left: 0px;
	top: 15px;
	width: 900px;
	height: 630px;
	z-index: 1;
	border: 1px solid navy;
	background-image: url(../bilder/hintergrundUntenStempel.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
}
#leftWrap {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 120px;
}
#menuLeft {
	position:absolute;
	left:20px;
	top:116px;
	width:119px;
	height:262px;
	z-index:1;
	text-align: right;
}
#logoLeft {
	position:absolute;
	left:27px;
	top:434px;
/*	width:109px;
	height:150px;*/
	z-index:3;
}
#centerWrap {
	position: static;
	top: 0px;
	left: 0px;
	width: auto;
	padding: 10px;
	margin: 0 140px 0 140px;

}
#contentWrap {
	position:absolute;
	left:167px;
	top:93px;/* 121px */
	width:573px;
	height:437px;/* 409px */
	background-image: url(../bilder/hgContent.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	z-index:4;
	padding: 4px 10px 0 10px;
	/* border: gold 1px dotted; */
}
span.contentright {
	position:absolute;
	right:10px;
	top:40px;
	z-index:9;
/*	border: gold 1px dotted;*/
}
#partner {
	position:absolute;
	left:0px;
	top:534px;
	width:500px;
	height:66px;
	z-index:6;
	margin-left: 225px;
	text-align: right;
/*	border: magenta 1px dotted;*/
}
#rightWrap {

}

#logoRight {
	position:absolute;
	right: 0px;
	top:37px;
	width:144px;
	height:556px;
	z-index:2;
/*	border: 1px red dotted;*/
}
#bottom {
	width:574px;
	height:25px;
	z-index:5;
	text-align:center;
	margin: 20px auto;
	/* border: magenta solid 1px; */
}
#bottom span.bottom_nav {
	font-size: 0.8em;
}
#bottom a.bottom_nav {
	font-size: 0.8em;
}