/*******************************************************
*  THM 20080509
*  layout13.css, http://typo3-beratung.com
*
* #7c023b -- li-- Mitte
* #606060 -- gr -- HMenue, Fuss
*
******************************************************/

body {
	width: 800px; /* Interne Breite 960px - 2x5px = 950px */
	margin: 0 auto;
}

.rahmen {
	background: url("fileadmin/hintergrund-13a.gif") left top repeat-x;
	background-color: #7c023b;
}

a {
	text-decoration: none;
	color: #7c023b;
}

img { border: none; }

	
/* *** Metamenue ************************************* */

#meta {
	margin: 10px 0 30px;
	text-align: right;
}
#meta a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: inline;
	color: #7c023b;
}
#meta a:hover {
	color: black;
	text-decoration: underline;
}


/* *** Kopf und Banner ************************ */

#banner {
	margin: 30px auto;
	text-align: center;
	display: block;
}
#banner a img { border: none; }



/* *** Hauptmenue ******************************* */

#hmenue {
	margin: 0 0 0 0;
	padding: 0px;
	float: left;
	font: bold 14px verdana;
	width: 798px;
	border: 1px solid #7c023b;
	background-color: #606060;
	text-transform: uppercase;
	overflow: hidden;
}
#hmenue ul {
	margin: 0;
	padding: 0;
}
#hmenue li  {
	display: inline;
}
#hmenue li  a {
	float: left;
	color: white;
	padding: 6px 12px;
	text-decoration: none;
	border-right: 1px solid #333333;
	border-left: 1px solid #676767;
}

#hmenue li.aktiv  a  {
	background-color: black;
}

#hmenue a:hover, #hmenue li.aktiv  a:hover {
	background-color: #7c023b;
}




/* *** Mitte *********************************************** */

#mitte {
	padding: 15px 100px;
	color: white;
}
#mitte a { color: silver; }
#mitte li a { display: block; }

#mitte h1, #mitte h2, #mitte h2 {
	font-style: Garamond, Verdana, sans-serif;
}

#mitte h1 {
	margin: 30px 0 10px 0;
	color: white;
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 26px;
}

#mitte h2 {
	margin: 30px 0 10px;
	font-size: 16px;
}

#mitte h3 {
	margin: 20px 0 10px;
	font-size: 14px;
}

#mitte ul {
	line-height: 1.5em;
	margin: 0; 
	padding-left: 1.3em;
}

#mitte ul p {
	font-size: inherit;
	line-height: inherit;
}


/* *** Fussbereich ******************************* */


#erstellt {
	margin: 10px auto 0px;
	padding: 8px;
	background-color: #606060;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: white;
}
#erstellt a { color: white; }

#erstellt a:hover { 
	text-decoration: underline; 
}

