/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;	
    color: #000;
    font-weight: normal;
    background-color: #fff;
    scrollbar-base-color: #0A3992;
    scrollbar-face-color: #0A3992;
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: #ffffff;
}


td, table, tr {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;	
    font-weight: normal;
}

a               {font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-size: 12px;}
a:link 		{color: #000; }
a:visited 	{color: #000; }
a:hover 	{color: #acacac; }



a.weisser-bildrand, a.weisser-bildrand:link, a.weisser-bildrand:active, a.weisser-bildrand:visited  {
	border:1px solid #000;}
a.weisser-bildrand:hover 	{border:1px solid #acacac;}



/* -----  boxendesign ------------------------------------------------- */


#contentrahmen {
	width:645px;
	margin:0px auto;
	text-align:left;
	background-color:#fff;
	border:1px solid #000;
	}

#spalte-links {
	display: none;
}

#menu {
	float: left;
	width:130px;
	border:1px solid #fff;	
}

#content {
	float: left;		
	margin-top: 10px;
	margin-left: 10px;
	width: 600px;
	border: 0px solid #000;		
}



#box-mitte {
	border: 1px solid #fff;		
	padding-left: 15px;
}

#box-mitte-emobild {
	border:1px solid #000;		
}

#spalte-rechts {
	display: none;
}


#box-rechts {
	float: left;		
	width: 150px;
	margin-bottom:15px;
	border:1px solid #fff;		
}


/* -----  bildlisting ------------------------------------------------- */

#newslisting-bild {
	float: left;
	border: 0px solid #f00;		
	margin-right: 10px;
}

#weisser-rand {
	border:1px solid #000;	
	width: 90px;
	margin-top: 10px;
	padding-left: 10px;
}


/* -----  menu ------------------------------------------------- */

.hauptmenu {
	margin-left: 10px;
	font-size: 12px;	
	font-weight: bold;	
}


.untermenu {
	margin-left: 20px;
}



/* ------------- 3 spaltige Folgeseite: (mr) ------------------------------------------------------- */

#content-3-spalter{	
	margin: 15px 15px 15px 0px;
	border: 0px solid #00f;
	}


#box-1-spalte {
	width: 155px;
	border: 0px dashed #a00;
	float: left;
	margin-right: 25px; 
}

#box-1-5-spalte {
	width: 162.5px;
	border: 0px dashed #a00;	
	float: left;
	margin-right: 25px; 
}

#box-2-spalte {
	width: 335px;
	border: 0px dashed #a00;	
	float: left;
	margin-right: 25px; 
}

#box-3-spalte {
	width: 515px;
	border: 0px dashed #a00;	
	float: left;
	margin-right: 25px; 
}

#spalte-leer {
	width: 155px;
	border: 0px dashed #0F0;	
	float: left;
	margin-right: 25px; 
	display: none;
}

#box-1-spalte-editmode {
	width: 155px;
	border: 1px dashed #f00;	
	float: left;
	margin-right: 25px; 
}


.drei-spalten-ueberschrift {
	color: #FFC500;
	font-weight: bold;
	float: left;
	margin-bottom: 20px; 
	clear:both;
	width: 100%;
}

.drei-spalten-text {
	float: left;
	margin-bottom: 20px; 
	clear:both;
	width: 100%;

}

.drei-spalten-bild-block {
	width: 100%;
	float: left;
	margin-bottom: 20px; 
	clear:both;
}

.drei-spalten-bild {
	margin-bottom: 20px; 
	border:1px solid #000;	
}



.editmode {
	float: left;
	margin-bottom: 20px; 
	width: 155px;
	clear:both;
}


.bild-fliesstext{
	float: left;
	margin: 0 15px 15px 0;
        border: #bbb solid 1px;
}

#text-eingerueckt-3-spalter{	

	border: 0px dashed #ff0;
}



/* -----  sonstiges ------------------------------------------------- */


#header-druck {
	display: true;
}

#nicht-drucken {
	display: none;
}




#header {
	display: none;
}



#adresszeile-druck {
	display: true;
}


#text-eingerueckt{	
	margin: 5px;
	border:0px solid #f00;
}


.kein-rand {
	border:0px solid #f00;
}

.zeile{
	clear:both;
}	



