/*******************************************************
*  THM 20090531
*  layout13i.css -- dreispaltig
*  http://typo3-beratung.com
*
* #9F0000 -- rt -- Hintergrund
* #7E0045 -- vi --  Tastenhintergrund, Fusszeile
* black -- sw -- Links in Mitte
* red -- rt -- MouseOver
*
******************************************************/

html, #meta, .zaehler {
	background: url("/fileadmin/schraeg.png") left top repeat;
}

#hmenue li a, #erstellt, #umenue {
	background: url('/fileadmin/t3b/verlauf-rt.png') top center repeat;
	background-color: #9F0000;
}

#hmenue li a {
	margin: 3px 1px;
}

html {
	background-color: white;
}

body {
	padding: 10px;
	width: 802px;
}
.rahmen {
	background-image: none;
	border: 1px dotted #9F0000;
}
#hmenue, .rahmen{
	background-color:#9F0000;
}
#banner {
	background-color: white;
}
#meta { 
	padding: 5px; 
	background-color: white;  
	margin-bottom: 0;
}
#meta, #meta a {
	color: #9F0000;
}
#meta a:hover { color: #7E0045; }

#banner { 
	margin-top: 0; 
	margin-bottom: 10px;
	padding-top: 30px; 
}


/* *** Menue ************************************ */

#hmenue {
	background-color: #9F0000;
	border-left: none;
	border-right: none;
	width: 800px;
}
#hmenue li a {
	margin: 3px 1px;
	font-size: 9px;
	font-weight: normal;
}
#hmenue li.aktiv  a  {
	background-image: none;
	background-color: white;
	color: #6E0000;
}

#hmenue a:hover, #hmenue li.aktiv  a:hover {
	background-image: none;
	background-color: #6E0000;
	color: white;
}

/* *** Dimensionen im Mittelteil ******************************** */

#mittelteil {
	padding: 15px 0;
	margin: 0;
	background-color: white;
	background-image: none;
}

#links, #mitte, #rechts {
	float: right;
	background-color: white;
	padding: 0;
	margin: 10px 5px;
}

#links, #rechts {
	width: 160px;
}
#mitte {
	width: 440px;
	padding: 0;
	margin-left: 10px;
}


/* *** Links ******************************** */

#umenue  ul{
	list-style: none;
	border: 1px outset #9F0000;
	padding: 5px;
	margin: 0;
}
#umenue li a {
	display: block;
	border: 1px solid white;
	padding: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	color: white;
}
#umenue li a:hover {
	border: 1px outset #9F0000;
	color: #9F0000;
	background-color: white;
	text-decoration: none;
}


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

#mitte, #mitte h1, #mitte h2, #mitte h3 { color: #9F0000; }
#mitte h1 { margin-top: 0; }

#mitte a { 
	color: black; 
	border-bottom: 1px dotted black; 
}
#mitte a:hover { 
	border-bottom: 1px solid red; 
	text-decoration: normal;
	color: red;
}

/* *** Rechts ********************************* */

.tx-vgetagcloud-pi1  {
border: 1px outset #A1A1A1;  
}
.tx-vgetagcloud-pi1 ul {
 width:160px;
}



/* *** Unten ********************************* */

#verweise {
	color: white;
	text-align: center;
	margin: 5px;
	font-weight: normal;
	line-height: 20px;
}

#erstellt, #erstellt a {
	color: peachpuff;
}

