/*******************************************************
*  THM 20111116
*  SSO 20100415
*  layout2f.css, http://typo3-beratung.com
*  Ohne linke und rechte Spalte
*
* #666        -- gr  - Hintergrund, H1
* #CCC	-- hgr - Meta, Hover Erstellt
* #37A727 -- gn  - UMenue, Fuss
*
******************************************************/

#register  li 		   { background: url('/fileadmin/register.gif') no-repeat top left; }
#register  li.sprache	   { background: url('/fileadmin/register-sprache.gif') no-repeat top left; }
#register  li.aktiv { background-image: url('/fileadmin/register-akt.gif'); }

#hmenue li.aktiv a   { background: url('/fileadmin/taste2-akt.png') repeat top center; }
#hmenue a:hover, #hmenue li.aktiv  a:hover { background-image: url('/fileadmin/taste2-hover.png'); }
#hmenue a:hover, #hmenue li.aktiv  a:hover {color: white;}

#hmenue {
text-transform: none;
font: 14px Verdana;
}

				  
html, #kopf, #fuss, #mitte h1, #umenue a:hover { background-image:none; }

html { background-color: #666; }
body { overflow-y: scroll; } /* vert. Scrollleiste immer zeigen */


/* *** Oben *** */

#register ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#register li {
	float: left;
	display: block; 
	width: 122px;
	height: 20px;
	text-align: center;
}
#register li.sprache {	width: 82px; }

#register li a { line-height: 20px; color: white; }
#register li a:hover {
	text-decoration: none;
	font-weight: bold;
}

#meta {
	float: right;
	border: none;
	padding: 0;
	margin: 3px 0 0;
	text-align: right;
}
#meta, #meta  a, #meta  a:hover { color: #CCC; }

 
#rahmen {
    margin-top: 1px;
	background-color: transparent; 
	width: 1000px; /* Interne Breite 1000px - 2x5px = 990px */
	border: none;
}

#rahmen2 { 
	background-color: white; 
	width: 1000px; 
}


/* *** Kopfereich *** */

#kopf { width: 1000px; height: auto; background-color: black; }

#hmenue, #umenue { width: 998px; 
font-size:10pt}
#hmenue ul li.aktiv a { background-color: #37A727; }
#umenue, #umenue a {
	background-color: #37A727;
	color: white;
	font-size:10pt
}
#umenue  {
	padding: 5px 8px 5px 15px;
}
#umenue {
	width: 977px; 
	_width: 957px; /* fuer Bloedi */
}


/* *** Mitte *** */

#links { padding-left: 30px; }

#inhalt  { padding-right: 80px; 
padding-left: 30px}

#mitte a { color: #37A727; }
.zurueck a:hover { font-weight: bold; }

#mitte { 
   padding: 0;
   margin: 10px;
   width: 100%; 
}

#mitte h1  {
   font-size: 10pt; 	
   background-color: #666;
   width: 100%;
   position: relative;
   left: -10px;
}

#mitte h2  {font-size: 10pt;}

#mitte h3  {font-size: 10pt;}


#mitte ul { list-style-type:circle; }
#mitte ul li a { display: inline; }

.tx_cfloat_first, .tx_cfloat_middle, .tx_cfloat_last { border: none; }
.tx_cfloat_middle, .tx_cfloat_last { margin-top: 40px; }

#mitte em {color: #F00;}
#mitte i {color: #F00;}

#mitte .infobild img {margin-left:-80px;margin-top:-10px}

/* In den Formularen */

#b1 { float: left; width: 450px; }
#b2 { float: left: width: 250px; }


/* *** Fuss *** */

#fuss {
	background: #37A727 url('/fileadmin/taste2-akt.png') repeat top center; 
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
}
#fuss a  { color: white; }

#erstellt a:hover { color: #CCC; }

.zaehler { margin: 10px auto; width:300px; }
