﻿/*<font color="#006600"> grün - Schrift*/
/*<bgcolor="#F2F3EE"> hellgrau - Hintergrund*/
/*<bgcolor="#F2FFF2"> hellgrün - Seiten- Tabellenhintergrund*/
/*<bgcolor="#DCE0E2"> mittelgrau - Seiten- Tabellenhintergrund*/
 /*color:#8c0825 - FKSG*/
 /* ######################################################################################################### */
/* ##### Gestaltung der Headlines ##### */
/* #########################################################################################################

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Rajdhani', sans-serif!important; line-height: 1.5!important; }

h1, .h1 { font-size:30px!important; color:#8c0825!important; margin-top: 40px!important; margin-bottom: 5px!important; font-weight:600!important; }
h2, .h2 { font-size:26px!important; color:#8c0825!important; margin-top: 20px!important; margin-bottom: 10px!important; font-weight:600!important; }
h3, .h3 { font-size:18px!important; color:#8c0825!important; margin-top: 20px!important; margin-bottom: 10px!important; font-weight:600!important; }
h4, .h4 { font-size:16px!important; color:#8c0825!important; margin-top:  0px!important; margin-bottom:  0px!important; font-style:italic;  font-weight:600!important; }
############################################################################################################################### */


/* h3 { font-family: Verdana, Arial, sans-serif; font-size: 9pt; font-weight: bold; color: #006600} */

td           { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #47585C }
p            { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #47585C }

h1           { font-family: Verdana, Arial, sans-serif; font-size: 14px;font-weight: bold; color: #8c0825;
				margin-top: 0; margin-bottom: 0 }
h2           { font-family: Verdana, Arial, sans-serif; font-size: 15px;font-weight: bold; color: #8c0825;
				margin-top: 0; margin-bottom: 0 }
h3           { font-family: Verdana, Arial, sans-serif; font-size: 16px;font-weight: bold; color: #8c0825;
				margin-top: 0; margin-bottom: 0 }
h4           { font-family: Verdana, Arial, sans-serif; font-size: 17px;font-weight: bold; color: #8c0825;
				margin-top: 0; margin-bottom: 0 }
h5           { font-family: Verdana, Arial, sans-serif; font-size: 18px;font-weight: bold; color: #8c0825;
				margin-top: 0; margin-bottom: 0 }
h6           { font-family: Verdana, Arial, sans-serif; font-size: 19px;font-weight: bold; color: black;
				margin-top: 0; margin-bottom: 0 }

BODY {
	/*padding:1px;  MARGIN: 1px; leftmargin: 0px; BACKGROUND-REPEAT: repeat; BACKGROUND-COLOR: #DCE0E2;*/
	padding:1px;  MARGIN: 1px; leftmargin: 0px; BACKGROUND-REPEAT: repeat; BACKGROUND-COLOR: white;
	}
/* MARGIN: = Rand oben */
/* BACKGROUND-REPEAT: repeat = Hintergrundbild wird senkr. + waager. gekachelt */
/* repeat-y oder repead-x = nur in senkr. oder waager. Richtung gekachelt */
/*-------------------------------------------------------------------------------------*/

A:link 		{color: #8c0825}
A:visited 	{color: #8c0825}
A:active	{color: #8c0825}
A:hover 	{color: #FF0000}

/*TABLE { BACKGROUND-COLOR: #F2FFF2} */
table {
	/*background-color:#F2F3EE;*/
	/*background-color:#DCE0E2;*/
	background-color:white;
}
/*
table.box { 
			border: solid 3px; 
			border-color: #C3C3C3; 
			background: #F2FFF2; 
			padding: 0px;
			}*/
/* #C3C3C3 hellgrau; #FFFFFF weiss */

/* Linie........................ */
hr {
	height: 0.8px;
	width: 800px;
	background-color: #8c0825;	
}

/* Bilderrahmen */
img { 	border: solid 1px;
		/*border-color: #C3C3C3;*/
		border-color: black;
		border-radius:10px;
	}

#kopf_breit {
	background-color:#8c0825;
}	
#kopf_breit p {
	background-color:white;
	color:#8c0825;
	font-size:24px;
	font-variant:small-caps;
	font-weight:bold;
	font-style:italic;
	margin-top: 0px; 
	margin-bottom: 0px;
}

#inhalt_breit {
	position:relative;
	background-color:white;
	color:#006600;
	width:800px;
	margin-left:80px;
	margin-right:80px;
	margin-top:0px;
	text-align:center;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	min-height:700px;
	text-align:left;
	/*border-left:1px #006600 dotted;
	border-right:1px #006600 dotted;
	border-top:1px #006600 dotted;
	border-bottom:1px #006600 dotted;*/

}

