/* Stand vom 12.02.08 */ 

/* wer immer hier drin was ver�ndert: bitte jew. Name+Datum im Kommentar der Zeile geben!*/

h1 { 
	font: normal 16px Arial,Verdana;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0px;
}

h2,h3,h4,h5,h6 { 				/* Juliane 4.Sept.09* Ueberschriften extraformat extra*/
	font: bolder 14px Arial,Verdana;
	text-decoration: underline;
	margin-top: 3px;
	margin-bottom: 0px;
}
div,p,body,html,input,button {			/* Juliane 4.Sept.09* schriftgroeße*/
	font: normal 14px Arial,Verdana;
	margin-top: 3px;
	margin-bottom: 0px;
}

body{
margin: 0px;
font-seize: 14;
background: url(styles_02_FILES/bg-1x1001.jpg);
background-attachment: fixed;
}


a{
text-decoration: none;
font-family: arial,verdana;
color: #b30000;
}


/* KoKo + BeKo 2008 */

/* 1. Zeile: Logos und Banner */

td#logo_l{
width: 150px;
height: 120px;
vertical-align: top;
}


td#banner{
height:120px;
width: 700px;
}


td#logo_r{
height: 120px;
width: 150px;
vertical-align: top;
}



/* 2. Zeile: Datum, Druck und Men� Oben */

td#datum{
height: 30px;
width: 80px;
text-align: center;
font-weight: bold;         /* bold am 4.4.08, hs */
font-size: 12px;
/*color: #356498;*/
color: #ffffff;            /*Juliane 04.Sept 09* Farbe weiß*/ /* Farbe ge�ndert hs, 4.4.08  */
}


td#druck{
height: 30px;
width: 100px;
text-align: center;
font-weight: bold;
font-size: 12px;
}

td#druck a{
color: #ffffff;		/*Juliane 04.Sept 09* Farbe weiß*/
font-weight: bold;
font-size: 12px;
}


td#m_oben{
height: 30px;
width: 800px;
padding-left: 10px;
padding-right: 10px;
text-align: center;	/*Juliane 04.Juni 10* Position*/
color:white;
}

td#m_oben a{
color: white;
font-weight: bold;
font-size: 14px;
}


/* 3. Zeile: Spalte Links, Mitte, Rechts */

table#tab_links{
padding-left: 0px;
padding-right: 0px;
}

td#login{
background:#5483b8;
border-bottom:1px solid #ffffff;
height:100px;
width:140px;
vertical-align: top;				/*versuch ausrichtung*/
}

input{
font-family:arial,verdana;	/*Juliane 04.Sept.09*  Schriftart arial*/
font-size:10px;
width:60px;
}

.submit{
border:none;
width:100px;
height:18px;
background:url(images/login.gif);
}


.typo3-editPanel{
background:none;
width:100%;
}

.typo3-editPanel-controls{
width:100px;
background:none;
}

.typo3-editPanel-label{
background:none;
font-weight:bold;
width:100%;
}



td#m_links{
height: 600px;
width: 150px;
font-weight: bolder;
vertical-align: top;
}



table#tab_mitte{
padding-left: 0px;
padding-right: 0px;
vertical-align: top;
}

td#titel{
height: 40px;
width: 680px;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
text-align: center;
font-size: 20px;
color: red;
background: white;
}

td#inhalt{
height: 600px;
width: 680px;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
vertical-align: top;
font-size: 14px;
background: #ffeecc;			/* Juliane 11.Nov.09 farbe*/
}



td#rechts{
height: 100%;
width: 140px;
padding-left: 5px;
padding-right: 5px;
text-align: center;
/*background: #FFFF99;*/			/*Juliane 04.Sept09  Farbe ausgeschaltet */
}



/* 3. Zeile: Fu�zeile */

td#footer{
height: 22px;
width: 1000px;
color: white;
font-size: 10px;
font-weight: bold;
text-align: center;
}

.align-left{ text-align: left;}
.align-center{ text-align: center;}
.align-right{ text-align: right;}

