/* Bafis */
/*****************************************************************************/
.sitemap
{
	margin:0;
	padding:0;
	margin-top:-15px;	
}

.sitemap-ueberschrift
{
	margin:0;
	padding:0;	
	font-size:80%;
	font-weight:bold;
}

/*****************************************************************************/


body /*Schriftart, Schriftgroesse, Seitenhintergrundbild, Abstand zum Browserrand*/
{
	margin:0;padding:0;
	margin:12px 0 12px 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	color:#003399;
	font-size:100%;
	background-color: #CAD4DE;
}

ul,ol,table,p
{font-size:90%;}

td p, td ul, td ol
{
margin:0;
padding:0;
font-size:100%;
}

ul p
{font-size:100%;
margin:0;
padding:0;}

table p
{
font-size:100%;
padding:0;
margin:0;
}

p table 
{
font-size:100%;
padding:0;
margin:0;
}
/***************************************************************************************************/

/* POSITIONIERUNG und spezielle Stile chronologisch von oben nach unten*/

/*****************************************************************************/
.blind 
{
	position:absolute;
	left:-2000px;
}

 #print-adresse {
        display:none;
    }

/*****************************************************************************/

#seite-container /*der Container für alles: Maximal- und Minimalbreite*/
{
	width:990px;
	margin:auto;
	background-image:url("../bilder/layout/hg_seite.gif");
	background-repeat: repeat-y;
	position:relative; /* fuer positionierung der interne-links-box ganz unten */
	}


/*****************************************************************************/

/* KOPF */

#kopf-container /* der Container für den ganzen Kopf: Hoehe, Breite, Kontur */
{	
	height:101px; width:100%;
	margin:0;padding:0;	
	background-color:#F1F0F0;
	}
	
#titel {
			padding:0;
			margin:0;
			height:40px;		
			border-bottom: 1px solid white;
			color:white;
			font-weight:bold;
			background-color:#0458A6;
			font-size:90%;
			}

/* ______________________________ ENDE NAVIGATION OBEN ________________________ */

/* Ende KOPF */

/*****************************************************************************/

/* Spalte links */

	#links-container /*der Container für die Navspalte links*/
	{
		float:left; 
		width:197px;
		color:white;
		font-weight:bold;
		background-image:url("../bilder/layout/verlauf_li.jpg");
		background-repeat: repeat-x;
		padding-bottom:50px;
	}

/*****************************************************************************/
 /* Buttons linke Box */		
	
	#menue-1
		{
			padding:0;
			margin:0;
			margin-bottom:40px;
			font-size:80%;
		}
		
		#menue-1 a
		{
			display: block;
			padding: 3px;
			padding-top:4px;
			padding-bottom:4px;
			width: 184px;
			border-bottom: 1px solid white;
			padding-left:10px;	
			}
		
		#menue-1 a:link, #menue-1 a:visited
		{
			color: #0458A6;
			font-weight:bold;
			text-decoration: none;
		}
		
		#menue-1 a:hover
		{
			background-color: #0458A6;
			font-weight:bold;
			color: white;
		}
		
		#menue-1 .button-sk
		{
			background-color: #0458A6;
			font-weight:bold;
			display: block;
			padding: 3px;
			padding-top:4px;
			padding-bottom:4px;
			border-bottom: 1px solid white;
			padding-left:10px;				
		}
		
		
/*****************************************************************************/		
		
		#menue-2
		{
			padding:0;
			margin:0;
			font-size:90%;
			font-weight:normal;
			padding-left:10px;
		}
		
		#menue-2 a
		{
			display: block;
			padding: 3px;
			padding-top:2px;
			padding-bottom:2px;
			width: 174px;
			border-bottom: 1px solid white;
			padding-left:10px;	
			}
		
		#menue-2 a:link, #menue-2 a:visited
		{
			color: #0458A6;
			font-weight:normal !important;
			text-decoration: none;
		}
		
		#menue-2 a:hover
		{
			background-color: #0458A6;
			font-weight:normal !important;
			color: white;
		}
		
		#menue-2 .sk
		{
			background-color: #94BCE4;
			font-weight:normal !important;
			display: block;
			padding: 3px;
			padding-top:2px;
			padding-bottom:2px;
			border-bottom: 1px solid white;
			padding-left:10px;
			color:#0458A6;
				
		}
		
			
/* Ende Buttons linke Box */
		
		
/*************************************/

	/* INHALT Spalte  **/
	
	
	
	
		
/*************************************/
#menue-3 /*menue-3*/
	{
	list-style-type: none;
	padding:0;
	margin:0;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#0458A6;
	font-size:70%!important;
	}
	
	#menue-3 li
	{
	display:inline;
	float:left;
	background-color:#CDE2F7;
	margin-right:2px solid white;
	background-color:#E0ECFA;
	border:1px solid white;
	}

	#menue-3 a
	{
	display:block;
	padding:3px;
	padding-left:5px;
	text-decoration:none!important;
	color:#0458A6!important;}
	
	#menue-3 a:hover
	{
	display:block;
	padding:3px;
	padding-left:5px;
	text-decoration:none!important;
	color:white!important;
	background-color:#0458A6!important;}

	#menue-3 .sk
		{
			display:block;
			padding:3px;
			padding-left:5px;
			float:left;
			background-color:#94BCE4;
			
		}
		
/*************************************/

#menue-4 /*menue-4*/
	{
	list-style-type: none;
	padding:0;
	margin:0;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;	
	color:#0458A6;
	font-size:70%!important;
	}
	
	#menue-4 li
	{
	/*display:inline;
	float:left;*/
	background-color:#CDE2F7;
	border-right:2px solid white;
	background-color:#E0ECFA;
	border-bottom:1px solid white;
	padding:0;
	margin:0;
	}

	#menue-4 a
	{
	display:block;
	padding:2px;
	padding-left:5px;
	text-decoration:none!important;
	color:#0458A6!important;}
	
	#menue-4 a:hover
	{
	display:block;
	padding:2px;
	padding-left:5px;
	text-decoration:none!important;
	color:white!important;
	background-color:#0458A6!important;}

	#menue-4 .sk
		{
			/*float:left;*/
			display:block;
			padding:2px;
			padding-left:5px;
			background-color:#94BCE4;
			
		}

/*************************************/

	#mitte-container
	{
		float:left;
		width:555px;
		margin-top:0px;
		margin-bottom:20px;
		padding-left:22px;
		padding-right:10px;
		min-height:400px;
		padding-top:5px;
		}
		
	#mitte-container p, #mitte-container ul, #mitte-container ol
	{
	font-size:90%;
	}
	
	.infobox /* Stil blaue Infobox */
	{
	color:white;
	font-size:100%;
	font-weight:bold;
	padding:5px;
	background-color:#ADC6E1;
	}
	
	.infobox-kopf
	{
	color:#0458A6;
	font-weight:bold;
	padding:2px;
	background-color:#ADC6E1;
	text-align:center;
	border-bottom:1px solid #709FCA;
	}
	
	.infobox-body
	{
	color:white;
	font-weight:bold;
	padding:5px;
	background-color:#ADC6E1;
	}
	
	.infobox-schatt /* Stil graue Infobox mit Schatten */
	{
	background-color:#F5F6F7;
	border-top:10px solid #F5F6F7;
	border-left:10px solid #F5F6F7;
	border-right:6px solid #DEE0E1;
	border-bottom:6px solid #DEE0E1;
	padding:0 10px 10px 0;
		}
	
	

#flash-2, #flash-3, #flash-4, #flash-5, #flash-6, #flash-7, #flash-8, #flash-9, #flash-10
{
display:none;
}

#ues-1
{
/*text-align:center;
margin-top:7px;*/
display:none;
}
/********************************************************************************/
/* Button-Formate im Inhalt fuer FCK-Editor */
/* Button in Tabelle */

.table-button
	{
	background-color:#0458A6;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	color:white;
	}
	
	.table-button a
	{
	display:block;
	padding:5px;	
	text-decoration:none!important;
	background-color:#0458A6!important;
	border:1px solid #0458A6;
	color:white!important;
	}
	
	.table-button a:hover
	{
	text-decoration:none!important;
	color:#0458A6!important;
	background-color:white!important;
	border:1px solid #0458A6;
	}
	
/* Inverser Button in Tabelle */

.table-button-invers
	{
	border:1px solid #0458A6;
	color:#0458A6;
	text-align:center;
	font-size:100%;
	font-weight:bold;
	background-color:white;
	}
	
	.table-button-invers a
	{
	display:block;	
	text-decoration:none!important;
	background-color:white!important; 
	color:#0458A6!important;
	padding:5px;
	}
	
	.table-button-invers a:hover
	{
	background-color:#0458A6!important; 
	color:white!important;
	}

	
/****************************************/	
/* Buttons in Text */

	.text-button /* span-Element in FCK-Styles */
	{
	color:white;
	background-color:#0458A6;
	font-weight:bold;
	}
	
	.text-button a
	{
	text-decoration:none!important;
	color:white!important;
	background-color:#0458A6!important;
	padding:3px 5px 3px 5px!important;	
	border:1px solid #0458A6;
	}
	
	.text-button a:hover
	{
	background-color:white!important;
	color:#0458A6!important;
	border:1px solid #0458A6;
	}
	
	a .text-button /* weil der FCK-Editor den Anker aussen um den span setzt */
	{
	padding:3px 5px 3px 5px;
	text-decoration:none!important;
	border:1px solid #0458A6;
	}
	
	a:hover .text-button
	{
	background-color:white!important;
	color:#0458A6!important;
	border:1px solid #0458A6;
	}
	
/* Inverser Button im Text */

.text-button-invers /* span-Element in FCK-Styles */
	{
	background-color:white;
	color:#0458A6;
	font-weight:bold;
	}
	
	.text-button-invers a
	{
	text-decoration:none!important;
	background-color:white!important;
	color:#0458A6!important;
	padding:3px 5px 3px 5px!important;	
	border:1px solid #0458A6;
	}
	
	.text-button-invers a:hover
	{
	color:white!important;
	background-color:#0458A6!important;
	border:1px solid #0458A6;
	}
	
	a .text-button-invers /* weil der FCK-Editor den Anker aussen um den span setzt */
	{
	text-decoration:none!important;
	padding:3px 5px 3px 5px!important;
	border:1px solid #0458A6;
	}
	
	a:hover .text-button-invers /* weil der FCK-Editor den Anker aussen um den span setzt */
	{
	border:1px solid #0458A6;
	color:white!important;
	background-color:#0458A6!important;
	}
	
	a:link .text-button, a:hover .text-button, a:visited .text-button, a:active .text-button, a:link .text-button-invers, a:active .text-button-invers, a:visited .text-button-invers, a:hover .text-button-invers
	{text-decoration:none!important;} /* sonst zeigen die IEs und Opera den Link dennoch unterstrichen */

/****************************************/	
/* Buttons in Seitenbox */

.text-button-rechts /* span-Element in FCK-Styles */
	{
	color:white;
	background-color:#0458A6;
	font-weight:bold;	
	margin:4px 0 4px 0;
	}
	
	.text-button-rechts a
	{
	display:block;
	text-decoration:none!important;
	color:white!important;
	background-color:#0458A6!important;
	padding:2px 4px 2px 4px!important;
	}
	
	.text-button-rechts a:hover
	{
	background-color:white!important;
	color:#0458A6!important;
	}
	
	a .text-button-rechts /* weil der FCK-Editor den Anker aussen um den span setzt */
	{
	display:block;
	padding:2px 4px 2px 4px!important;
	text-decoration:none!important;
	}
	
	a:hover .text-button-rechts 
	{
	background-color:white!important;
	color:#0458A6!important;
	border:1px solid #0458A6;
	}

/* Inverser Button in Seitenbox */	
	

	.text-button-invers-rechts /* span-Element in FCK-Styles */
	{
	background-color:white;
	color:#0458A6;
	font-weight:bold;
	margin:4px 0 4px 0;
	}
	
	.text-button-invers-rechts a
	{
	display:block;
	text-decoration:none!important;
	background-color:white!important;
	color:#0458A6!important;
	padding:2px 4px 2px 4px!important;	
	border:1px solid #0458A6;
	}
	
	.text-button-invers-rechts a:hover
	{
	color:white!important;
	background-color:#0458A6!important;
	}
	
	
	a .text-button-invers-rechts /* weil der FCK-Editor den Anker aussen um den span setzt */
	{
	display:block;
	text-decoration:none!important;
	padding:2px 4px 2px 4px!important;
	border:1px solid #0458A6;
	}
	
	a:hover .text-button-invers-rechts /* weil der FCK-Editor den Anker aussen um den span setzt */
	{
	color:white!important;
	background-color:#0458A6!important;
	border:1px solid #0458A6;
	}

/* Dokumentenlink Icon ohne border */	
	
.table-button img,  .table-button-invers img, .text-button img, .text-button-invers img, .text-button-rechts img, .text-button-rechts-invers img
{
border:0;
vertical-align:middle;
}

/********************************************************************************/

.pflicht
{
color:red;
}

/********************************************************************************/
.rechner
{
background-image:url("/bilder/layout/rechner_kl_1.gif"); 
background-repeat:no-repeat;
padding-left:25px;
padding-bottom:2px;
}


.info
{
background-image:url("/bilder/layout/rechner.gif"); 
padding-left:35px;
background-repeat:no-repeat;
}

		
/*************************************/	
	.infolink
	{
	background-image:url("http://www.bafis.de/bilder/layout/infos.gif"); /*absolut verlinkt, damit es im FCK-Editor zu sehen ist */
	padding-left:35px;
	background-repeat:no-repeat;
	background-color:#ECF3FD;
	width:300px;
	height:22px;
	font-size:90%;
	padding-top:10px;
	}
	
	.rechnerlink
	{
	background-image:url("http://www.bafis.de/bilder/layout/rechner.gif"); /*absolut verlinkt, damit es im FCK-Editor zu sehen ist */
	padding-left:35px;
	background-repeat:no-repeat;
	background-color:#ECF3FD;
	width:300px;
	height:22px;
	font-size:90%;
	padding-top:10px;
	}	
	
	.infolink p, .rechnerlink p
	{
	font-size:100%!important;
	margin:0;
	padding:0;
	}
			
/*************************************/
	
	.trenn
	{border-bottom:1px dashed #95B5D2}
	
	.linie
	{
	clear:both;
	border-bottom:1px dashed #95B5D2;
	display:block;
	margin-top:12px;
	margin-bottom:12px;
	}
	
	#adressbox
	{
	font-size:80%;
	color:#0458A6;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #0458A6;
	padding:8px;
	}
	
	#kontaktform
	{	
	}
	
	#kontaktform a
	{
	text-decoration:none;
	display:block;
	color:white;
	font-weight:bold;
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	padding:5px;
	padding-left:8px;
	background-color:#0458A6;
	font-size:90%;
	border:1px solid #0458A6;
	}
	
	#kontaktform a:hover
	{
	background-color:white;
	color:#0458A6!important;	
	}
	
/*************************************/
/* Newsformate*/

.trenn-news /* Boxen in der Newsuebersicht */
{
width:125px;
height:160px;
float:left;
margin-right:10px;
margin-bottom:12px;
background-image:url("/bilder/layout/hg_newsbox.jpg");
background-repeat:repeat-x;
font-size:12px;
padding-left:0;
padding-right:0;
padding-top:5px;
text-align:center;
border:1px solid #CFE4F8;
}

* html .trenn-news /* fuer IE 6 */
{
	height:190px;
}

.trenn-news h1
{
font-size:12px;
color: black /*#0458A6*/;
padding:0;
margin:0;
}

.trenn-news a:hover
{
background-color:#D0E4F8!important;
color:red!important /*#0458A6*/;
}

.trenn-news a:link, .trenn-news a:visited
{
color: black!important /*#0458A6*/;
}

.trenn-news img
{
border:0;
}

.datum-marke
{
margin:0;
padding:0;
}

.news-zurueck
	{	
	width:200px;
	clear:both;
	font-size:90%;
	}
	
	.news-zurueck a
	{
	text-decoration:none;
	display:block;
	color:white;
	font-weight:bold;
	padding:5px;
	padding-left:8px;
	background-color:#0458A6;		
	margin-top:15px;
	border:1px solid #0458A6;
	
	}
	
	.news-zurueck a:hover
	{
	text-decoration:none;
    color:#0458A6!important;
    background-color:white!important;
	}
		
/*************************************/
.trenn-refs /* Boxen in der Referenzenuebersicht, z.B. immo */
{
width:130px;
height:210px;
float:left;
margin-right:6px;
margin-top:8px;
margin-bottom:8px;
background-image:url("/bilder/layout/hg_refbox.jpg");
background-repeat:repeat-x;
padding-left:0;
padding-right:0;
padding-top:0;
text-align:center;
border:1px solid #CFE4F8;
}

.trenn-refs h1
{
font-size:70%;
color: black /*#0458A6*/;
padding:0;
margin:0;
}

.trenn-refs a:hover
{
background-color:#D0E4F8!important;
color:red!important /*#0458A6*/;
}

.trenn-refs a:link, .trenn-refs a:visited
{
color: black!important /*#0458A6*/;
}

.trenn-refs img
{
border:0;
margin-bottom:4px;
}

.ref-button
	{
	float:left;
	margin-right:10px;
	color:white;	
	padding-left:8px;	
	font-size:80%!important;
	margin-top:15px;
	width:250px;
	height:20px;
	}
	
	.ref-button a
	{
	text-decoration:none;
	color:white;
	display:block;
	padding:5px;
	background-color:#0458A6;
	border:1px solid #0458A6;
	}
	
	.ref-button a:hover
	{
	color:#0458A6!important;
	background-color:white!important;
	}


.trenn-refs-details /* Boxen in der Referenzendetailseite, z.B. immo */
{
width:130px;
height:130px;
float:left;
margin-right:6px;
margin-top:8px;
margin-bottom:8px;
background-image:url("/bilder/layout/hg_newsbox.jpg");
background-repeat:repeat-x;
padding-left:0;
padding-right:0;
padding-top:0;
text-align:center;
border:1px solid #CFE4F8;
font-size:75%;
}

.blaettern
{
clear:both;
padding:2px;
padding-left:15px;
border:1px solid #E7F1FB;
background-color:#F2F7FB;
font-size:70%;
margin-top:10px;
}

/*************************************/

	/*  Spalte rechts */

	#rechts-container 
	{
		float:right;
       	width:201px;  
        margin-top:4px;
		padding-bottom:20px;
	}	
		
/**********************************************************************/	
	#fuss
{       height:20px;
        padding-top:2px;padding-right:10px;padding-bottom:0px;padding-left:10px;
		background-color:#DDE9F5;
		border-top:1px solid white;
		font-size:70%;
		color:#2E77B9;
}

/*****************************************************************************/

/*Textformatierung*/

h1 {font-size:120%; font-weight:normal;font-style:normal;margin-bottom:8px; margin-top:20px;clear:both;}
h2 {font-size:100%; font-weight:bold;font-style:normal;margin-bottom:4px; margin-top:10px;}
h3 {font-size:100%;}
h4 {font-size:80%;}

p {	padding-top:5px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin:0px;}
.p-klein {padding-top:2px;padding-bottom:2px;padding-left:0px;padding-right:0px;margin:0px;}
.datum-marke {font-size:70%;margin:0;padding:0;}

b {font-weight:bold}

address {font-style:normal}

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

#mitte-container a:link, #mitte-container a:visited, #mitte-container a:active
{	color:#003399;
	text-decoration: underline;
}

#mitte-container a:hover
{ 
	color: #FFFFFF; 
	background-color:#0458A6;
	text-decoration: underline;	
}

a img
{border:0!important;}

a:hover img
{background-color:white!important;}

/*************************************************************************************************/
/* home? */

#animbox
{
 position:relative;
 width:550px;
 height:601px; 
}

#animbox h1
{
position:absolute;
top:0;left:0;
z-index:2;
}


/*************************************************************************************************/

#fuss a, #fuss a:visited, #fuss a:active, #fuss a:hover

{	color: #2E79BC;
	text-decoration:none;
}

#fuss a:hover
{
background-color:#DDE9F5;
}

/*****************************************************************************/
/*Tabellen*/

.blindtable
{	font-size:105%;
}

.left20
{	padding-left:20px;
}

td
{	
	vertical-align:top;
	padding:0px;
}

/***************************************/
/*Detailtabellen*/
.detail-table
{
	border-collapse: collapse;	
	width:550px;
}

.detail-table td
{	
	padding:3px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:#E0ECFA;	
}

.detail-table th
{	
	background-color: #E0ECFA;
	font-weight:bold;
	padding:3px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	text-align:left;	
}
/***************************************/

.detail-table-center
{
	border-collapse: collapse;	
	width:550px;
}

.detail-table-center td
{	
	padding:3px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:white;	
	text-align:center!important;
}

.detail-table-center th
{	
	background-color: #E0ECFA;
	font-weight:bold;
	padding:3px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	}
/***************************************/
/*Exposetabellen Referenzen*/
.expose-table
{
	border-collapse: collapse;	
	width:550px;
	margin-bottom:20px;
}

.expose-table td
{	
	padding:3px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:#D3D4D4;	
	background-color:white;
}

.expose-table th
{	
	font-weight:bold;
	padding:3px;
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:#D3D4D4;	
	text-align:left;
	vertical-align:top;	
	background-color:white;
	}

.expose-table td ul
{
margin-left:15px;
font-size:100%!important;
}

/************************************************************************************************/

/* Bildanzeige im HTML-Gen htmlgen formate bilder*/

.bild-right-web
{
margin-left:15px;
margin-bottom:10px;
float:right;
border:white 1px solid;
}

.bild-right-webmi
{
margin-left:15px;
margin-bottom:10px;
float:right;
border:white 1px solid;
}

.bild-right-webkl
{
margin-left:15px;
margin-bottom:10px;
float:right;
border:white 1px solid;
}

.bild-right-th
{
margin-left:15px;
float:right;
border-width:0;
}

.bild-right-kl
{
margin-left:15px;
float:right;
border-width:0;
}

.bild-right-newsbut
{
border-width:0;
}

.bild-left-newsbut
{
border-width:0;
}

.bild-right-ko
{
margin-left:15px;
float:right;
border-width:0;
}

.bild-right-mi
{
margin-left:2px;
float:right;
border-width:0;
}

.bild-left-web
{
margin-right:15px;
margin-bottom:10px;
float:left;
border:white 1px solid;
}

.bild-left-webmi
{
margin-right:15px;
margin-bottom:10px;
float:left;
border:white 1px solid;
}

.bild-left-webkl
{
margin-right:15px;
margin-bottom:10px;
float:left;
border:white 1px solid;
}

.bild-left-th
{
border-width:0;
margin-top:3px;
}

.bild-left-kl
{
margin-right:15px;
margin-bottom:10px;
float:left;
border:white 1px solid;
}

.bild-right-ko
{
margin-right:15px;
margin-bottom:10px;
float:left;
border-width:0;
}

.bild-left-mi
{
margin-right:2px;
float:left;
border-width:0;
}

.bild-left-icon
{
margin-right:5px;
float:left;
border-width:0;
padding-bottom:3px;
}

.bild-right-icon
{
margin-left:5px;
float:right;
border-width:0;
padding-bottom:3px;
}


/*****************************************************************************/

/*Formulare*/

.formbutton
{
background-color:#0458A6;
color:white;
}

#suchform
{text-align:center;
margin-top:10px;}

/*****************************************************************************/
/*Medientypen*/

@media print {
    #kopf-container,#navoben-container,#links-container,#fuss,#titel,#unav-textlinks
 {
        display:none;
 }
 
 #print-adresse
{
        display:block;
		margin-bottom:20px;
		font-size:10pt;
		width:90%;
		color:black;
 }
 
 
.detail-table
{
width:90%;
}

.detail-table th
{	
	color: black;
	background-color: white;
	border-style:solid;
	border-width:1px;
	border-color:black;	
}

#mitte-container 
	{
		width:5.7in;
		font-size:12pt;
		color:black;
		}
} 
 

