/*
	
		CSS-Datei für Anzeige in Version 4.0 von www.pdv-sachsen.net
		
		(C)opyright 2002-2004
		pdv-systeme Sachsen Gesellschaft für Systemtechnik mbH
		
		Version 2.0.6 vom 09.03.2004
		GO:	Farben und Verhalten bei Aufzählungen geändert
		
		Version 2.0.5 vom 05.03.2004
		Version 2.0.4 vom 24.02.2004
		Version 2.0.3 vom 04.02.2004
		Version 2.0.2 vom 29.10.2003

*/

/*		Links		*/
a:link
{
	color: #003065;
	font-family : "Tahoma",sans-serif;
	font-weight: bold;
	text-decoration : none;
}
a:active
{
	color: #003065;
	font-family : "Tahoma",sans-serif;
	font-weight: bold;
	text-decoration : none;
}
a:visited
{
	color: #003065;
	font-family : "Tahoma",sans-serif;
	font-weight: bold;
	text-decoration : none;
}
a:hover
{
	color: #003065;
	font-family : "Tahoma",sans-serif;
	font-weight: bold;
	text-decoration : underline;
}
a:focus
{
	color: #003065;
	font-family : "Tahoma",sans-serif;
	font-weight: bold;
	text-decoration : none;
}

/*		gesamte Seite		*/
body
{
	scrollbar-face-color:#FFFFFF;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#AD1018;
   scrollbar-shadow-color:#AD1018;
   scrollbar-darkshadow-color:#FFFFFF;
   scrollbar-track-color:#EFEFEF;
   scrollbar-arrow-color:#AD1018;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family : Tahoma,sans-serif;
	font-style : normal;
	font-size : 10pt;
}

td
{
	font-family : Tahoma,sans-serif;
	font-style : normal;
	font-size : 10pt;
}

.td_frame
{
	font-family : Tahoma,sans-serif;
	font-style : normal;
	font-size : 10pt;
	border-right: thin solid #003065;
	border-right-width: 1;
}

.table_news
{  
	border: 1px dashed Silver;
	margin-left: 15px;
	margin-bottom: 15px;
}

/*		Überschriften		*/
h1
{
	color: #003065;
	background: #A0B2C6;
	font-family : Tahoma,sans-serif;
	font-weight : bold;
	padding-left: 13pt;
}

/* 	Überschrift für Startseite		*/
h2
{
	color: #000000;
	background: #FFFFFF;
	font-weight : bold;
	font-family : Tahoma,sans-serif;
	font-size : 14pt;
	padding-top: 3pt;
	padding-bottom: 4pt;
	text-align: center;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin-left: 13pt;
	margin-right: 13pt;
}

/*		H3: Themenüberschrift, mit blauem Hintergrund		*/
h3
{
	color: #003065;
	background: #A0B2C6;
	font-weight : bold;
	font-family : Tahoma,sans-serif;
	font-size : 10pt;
	padding-left: 13pt;
	padding-top: 3pt;
	padding-bottom: 4pt;
}

h4
{
	color: #003065;
	background: #A0B2C6;
	font-family : Tahoma,sans-serif;
	font-weight : bold;
	font-size : 12pt;
	padding-left: 13pt;
}

h5
{
	color: #003065;
	background: #A0B2C6;
	font-family : Tahoma,sans-serif;
	font-weight : bold;
	padding-left: 13pt;
}

/*		H6: Kapitelüberschrift, unterstrichen mit führenden Leerzeichen		*/
h6
{
	color: #003065;
	background: White;
	font-family : Tahoma,sans-serif;
	font-weight : bold;
	font-size: 10pt;
	border-bottom: 1px solid #003065;
	padding-left: 13pt;
	padding-right: 13pt;
	margin-right: 13pt;
}

PRE 
{
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-family : "Courier New",monospace;
	font-style : normal;
	font-size : 10pt;
}

ul 
{
	background-color: rgb(255, 255, 255);
	color: #AD1018;
	font-family : "Tahoma",sans-serif;
	font-style : normal;
	font-size : 10pt;
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
}

ol 
{
	background-color: rgb(255, 255, 255);
	color: #000000;
	font-family : "Tahoma",sans-serif;
	font-style : normal;
	font-size : 10pt;
	list-style-type: decimal;
	margin-bottom: 0px;
	margin-top: 0px;
}

textarea
{
	color: rgb(0, 0, 0);
	font-family : "Tahoma",sans-serif;
}

/*		normaler Standardtext		*/
.text 
{
	padding-left: 13pt;
	padding-right: 13pt;
	text-align: justify;
	font-family: "Tahoma",sans-serif;
	font-size:10pt;
}

/*		normaler Standardtext		*/
.text_list 
{
	padding-right: 13pt;
	margin-bottom: 0pt;
	margin-top: 0pt;
	text-align: justify;
	font-family: "Tahoma",sans-serif;
	font-size:10pt;
	color: rgb(0, 0, 0);
}

/*		Überschrift und Text bei news			*/
.news_header
{
	color: #003065;
	background: White;
	font-family : Tahoma,sans-serif;
	font-weight : bold;
	font-size: 8pt;
	padding-left: 5pt;
	padding-top: 3pt;
	padding-bottom: 3pt;
	border-bottom: 1px solid #003065;
}

.news_text
{
	padding-top: 5pt;
	padding-bottom: 5pt;
	padding-left: 5pt;
	padding-right: 5pt;
	text-align: justify;
	font-family: "Tahoma",sans-serif;
	font-size:8pt;
}

.position 
{
	padding-right: 13pt;
	padding-top: 5pt;
	padding-bottom: 5pt;
	color: #003065;
	background: #A0B2C6;
	font-weight : bold;
	font-family : Tahoma,sans-serif;
	font-size : 7pt;
}

.form_button
{
	font-family: Tahoma; 
	font-size: 11px; 
	background-color: #B1C1D1; 
	color: #000000; 
	border-style: dotted; 
	border-width: 1; 
	padding-top: 3; 
	padding-bottom: 3;
}

