/* ----- Standard-CSS ----- */
.form_prename
{
  display: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	letter-spacing: 1px;
	font-size: 12px;
}

td,tr,p
{
	line-height: 15px;
	font-size: 12px;
}

li,ul,ol
{
  list-style-position: outside;
	list-style-type: square;
}

.kursiv
{
  font-style: italic;
}

.fett
{
  font-weight: bold;
}

h1
{  
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	color: black; 
	background-color: #7CC576; /* SCHATTUR 1 */
}

h2
{  
	font-size: 16px;
	font-weight: bold;
	color: black;
	line-height: 20px;
	background-color: #7CC576; /* SCHATTUR 1 */
}

h3
{  
	font-size: 14px;
	font-weight: bold;
	color: black;
	line-height: 20px;
	background-color: #7CC576; /* SCHATTUR 1 */
}

a 
{  
	font-size: 12px;
	text-decoration: underline;
	color: #197B30; /* SCHATTUR 3 */
	line-height: 15px;
}

.schattur1
{
  background-color: #7CC576;
}

.schattur2
{
  background-color: #39B54A;
}

.schattur3
{
  background-color: #197B30;
}

.solid
{
  border-style: solid;
	border-width: 1px;
	border-color: #7CC576; /* SCHATTUR 1 */
	background-color: #197B30; /* SCHATTUR 3 */
}

.menue_link
{
  color: white;
	font-size: 12px;
}

/* DYNAMIC STANDARD Formate */

.dyn_fenster
{
  background-color: #F5F5F5;
	border-style: solid;
	border-width: 1px; 
	border-color: #727272;
}

.dyn_title
{
  font-color: black;
	font-size: 10px;
	font-family: Verdana,Arial;
	font-weight: bold;
}

.dyn_text
{
  font-color: black;
	font-size: 9px;
	font-family: Verdana,Arial;
	font-weight: normal;
}

.dyn_link
{
  font-color: #000064;
	font-size: 9px;
	font-family: Verdana,Arial;
	font-weight: normal;
}

.gruen
{
  color: #00FF00;
}

.blau
{
  color: #224F81;
}