/***************************/
/* General element styles: */
/***************************/


A { color: #000; text-decoration: underline;}
A:hover { color: #B22222; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }

/*******************/
/* RTE / Bodytext: */
/*******************/

P { 
  font-size:13px;
  line-height:1.4em;
  }
  
P A { font-weight: bold; }


/*********************/
/* Tables, generally */
/*********************/
/*-------contenttable--------*/

table  {
	font-size:13px!imortant;
	background-color: #FFFFFF ! important;
	border:0px ! important;
	margin:0px ! important;
	border-collapse:collapse;
	margin-left:0px ! important;
	margin-top:0px ! important;
	width:100% ! important;
	}
	
table td {
   font-size:13px!important;
   vertical-align:top;
   line-height:17px;
	/* background-color:#ffffff ! important; */
	/* border-bottom:1px solid #d1d1d1 ! important; */
	/* width:25%; */
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
table p {
   margin:0px ! important;
   padding:0px ! important;
	color:#000000 ! important;
	background-color:transparent ! important;
    }
	 

/*-------contenttable--------*/



/* RTE / Bulletlists */
UL { margin-top: 0px;  }
UL UL LI { font-size: 0.8em; }
OL { margin-top: 0px; }
LI { font-size:13px!important;
  line-height:1.4em; margin-top: 0px; margin-bottom: 0px; padding-top: 2px; }



/*Gestaltung*/

.textsmall, #textsmall {
	font-size : 9px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

.textsmallb, #textsmallb {
	font-size : 9px;
	color: #000000;
	font-weight : bold;
	font-style : normal;
}

.textverysmall, #textverysmall {
	font-size: 8px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textbig, #textbig {
	font-size: 20px;
	color: #003300;
	font-weight: bold;
	font-style: normal;
}


.textverybig, #textverybig {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.info-box
{
    border: 1px solid #ddd!important;
	background-color: #EAEAEA;
	width: 90%;
	margin: auto;
	padding: 5px;
	overflow: auto;
	}

.info-box2
{
	font-weight: bold;
	border: 2px dotted #8B0000;
	width: 80%;
	margin: auto;
	padding: 5px;
	overflow: auto;
}
	
.text-spalte-links {
	float: left;
	width:47%;
	margin-right:2%;
	text-align: justify;
   }
	
.text-spalte-links:first-line {
	font-weight: bold;
   }

.text-spalte-rechts {
	float: left;
	width:47%;
	margin-left:2%;
	text-align: justify;
	}

.text-spalte-rechts:first-line {
	font-weight: bold;
   }

P.bodytext img {
	border:none;
   }

hr {
	height: 1px;
	color: #000;
}
