#header {
	position:   fixed;
	width:      100%;
	min-width:  400px;
	max-width: 1000px;
	height:     120px;
	z-index:    2;
	left:       0px;
	top:        0px;
	padding:    6px;
	background: #FFFFFF;
}

#header td#links {
	width: 120px;
	background-image: url( "/joomla/templates/ycm_2/images/ycm_banner_links.gif" );
}

#header td#mitte {
	background: #e84030;
	color:      #FFFFFF;
	padding: 10px;
	font-family: "Verdana", "sans-serif"; 
	font-style:  italic;
	font-weight: normal;
	font-size:   30px; 
	line-hight:  1.5em;
}

#header td#rechts {
	width: 35px;
	background-image: url( "/joomla/templates/ycm_2/images/ycm_banner_rechts.gif" );
}

#menu {
	position:   fixed;
	left:         5px;
	top:        133px;
	width:       98px;
	height:     100%;
	z-index:    2;
	background: #282848;
	color:      #FFFFFF;
	padding:    8px;
	font-family: "Verdana", "sans-serif"; 
	font-style:  italic;
	font-weight: normal;
	font-size :  14px; 
}
#breadcrumbs {
	position:   fixed;
	left:       130px;
	top:        132px;
	height:      20px;
	width:	    80%;
	min-width:	267px;
	z-index:    2;
	background: #FFFFFF;
   color:      #282848;
   padding:    5px ;
	font-family: "Verdana", "sans-serif"; 
	font-style:  italic;
	font-weight: bold;
	font-size :  10px; 
}
#container {
	position: absolute;
	left:     130px;
	top:      160px;
	width:     80%;
	max-width: 820px;
	z-index:   1;
   padding:   0px;
}
#content {
	position: relative;
	z-index:   1;
   padding:   8px;
}
#footer {
  position: fixed;
  left:      0px;
  bottom:    0px;
  width:   100%;
  height:   10px;
  z-index:   2;
  background: #EFEFEF;
  color:      #282848;
  padding:   5px;
}


