@CHARSET "ISO-8859-1";

/* -------------------------- Auf das gesamte Dokument bezogene Formatierungen -------------------------------------------------*/

.container {
	width: 990px;
	margin-left: 5px;
	margin-top: 5px; 
	position: absolute;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B4B69;
}

body a:active, body a:visited, body a:hover, body a:link {
	text-decoration: none; 
	color: blue;
}

a img {
 border-style: none;
}

h1 {
	font-size: 20px;
}


/* -------------------------- TopLogo und Menüleiste -------------------------------------------------*/

.toplogo {
	float: left;
	width: 183px;
	height: 141px; 
}

.dropdown {
	float: left;
	width: 134px;
	height: 141px;
	background-image: url(/images/menue.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
}

.dropdown:hover {
	background-image: url(http://www.startklar-mfr.de/images/menue_hover.gif);
	background-position : left;
	background-repeat : repeat-x;
}

.dropdown p {
    font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	height: 25px; 
	text-align: center; 
	border-bottom-color: white; 
	border-bottom-width: 1px; 
	border-bottom-style: solid;
}

.dropdown .menu {
	color: white; 
	border-bottom-style: none; 
	margin-top: 13px; 
}

.dropdown .hide {
  color: #2B4B69;
  visibility: hidden; 
}

.dropdown  .menu  a:active, .dropdown .menu a:link,  .dropdown .menu a:visited  {
	color: white;	
}

.dropdown  .hide a:active, .dropdown .hide a:link,  .dropdown .hide a:visited, .dropdown .hide a:hover  {
	color: #2B4B69;	
}

.dropdown  .unhide a:active, .dropdown .unhide a:link,  .dropdown .unhide a:visited, .dropdown .unhide a:hover  {
	color: #2B4B69;	
}


/** Only required for MS Internet Explorer 6 and below */
.dropdown .unhide {
 color: #2B4B69;
  visibility: visible; 
 background-color: #E9EFDA;	  
}

.dropdown:hover .hide {
 visibility: visible; 
background-color: #E9EFDA;	 
}

/** An empty submenu -- visibility is always hidden*/
dropdown .emptysub {
	visibility: hidden;
}


.menuerest {
 float: left;	
 width: 3px;
 height: 141px;
 background-image: url(/images/toprest.jpg);
 background-position : bottom;
 background-repeat : no-repeat;
 
}

/* -------------------------- Hauptteil -------------------------------------------------*/

.outermain {
  clear: both; 
  width: 990px; 
  background-image: url(/images/columns.gif);
  background-repeat: repeat-y;
}

.main {
   margin-top: 5px;
   margin-left: 0px;
   padding-left: 15px;
   padding-right: 20px;   
	float: left;
	width: 623px;
	min-height: 300px;
    background-image: url(/images/fussgross.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.footer {
	width: 990px;
	height: 30px;
    background-image: url(/images/columns.gif);
    background-repeat: repeat-y;
}


.fotos {
	clear: both; 
	width: 990px; 
	height:113px;
	left: 0px; 
    background-image: url(/images/fotos.jpg);
    background-position: top;
    background-repeat: no-repeat;
}

.fotosEmpty {
	clear: both; 
	width: 990px; 
	height:113px;
	left: 0px; 
}

/* -------------------------- Linke Spalte -------------------------------------------------*/

.leftbar {
 background-color: #B9DB62;	
/* background-image: url(/images/schriftzug.jpg);
 background-position: top;
 background-repeat: no-repeat;*/
 clear: both; 
 float: left; 
 width: 183px; 
 margin-top: 5px;
}

.leftbar p {
 margin-left: 10px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-size: 13px;
}

/* -------------------------- Rechte Spalte -------------------------------------------------*/

.rightbar {
 width: 135px;
 float: left;
 padding-left: 10px; 
 padding-top: 25px;
}

.rightbar h1 {
	font-size: 12px; 
	margin-bottom: 0px; 
}

.rightbar p {
   margin-top: 0px;
	font-size: 10px; 
}

	


