/***************************************************************************************/
/*
Titel:     Standardstyles für Bildschirmmedien
Autor:    Stephan Schindel, inixdata GmbH
Update:   19.12.2008

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
stylesheet.css Amt Arensharde
*/
/***************************************************************************************/
/* @import url("NAME_DER_DATEI.css");*/
@import url(ebenen.css);
@import url(typoext.css);
@import url(ttAddress.css);
@import url(ttNews.css);
/*###############################GLOBALE EINSTELLUNGEN#################################*/

body{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	marker-offset: 0;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

A:link {
	background-color: transparent;
	color: #B22222;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 100%;
}
A:visited {
	background-color : transparent;
	color: #B22222;
	font-family: Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 100%;
}
A:hover {
	background-color : transparent;
	color : #800080;
	text-decoration : none;
}
A:active {
	background-color : transparent;
	color : #800080;
	font-family: Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 100%;
}
A.menu {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
}
A.menu:link {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
}
A.menu:visited {
	background-color : transparent;
	color :#000000;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 8pt;
}
A.menu:hover {
	background-color : transparent;
	color : #cc0000;
	text-decoration : none;
}
A.menu:active {
	background-color : transparent;
	color : #800080;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 8pt;
}

A.menu_2 {
	background-color: transparent;
	color: #6E6E6E;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
}
A.menu_2:link {
	background-color: transparent;
	color: #6E6E6E;
	text-decoration: none;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
}
A.menu_2:visited {
	background-color : transparent;
	color :#6E6E6E;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 8pt;
}
A.menu_2:hover {
	background-color : transparent;
	color : #CC0000;
	text-decoration : none;
}
A.menu_2:active {
	background-color : transparent;
	color : #CC0000;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 8pt;
}


A.menu_act {
	background-color: transparent;
	color: #CC0000;
	text-decoration: none;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
}
A.menu_act:link {
	background-color: transparent;
	color: #CC0000;
	text-decoration: none;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
}
A.menu_act:visited {
	background-color: transparent;
	color:#CC0000;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	text-decoration : none;
	font-size: 8pt;
}
A.menu_act:hover {
	background-color : transparent;
	color : #CC0000;
	text-decoration : none;
        font-size: 8pt;
}
A.menu_act:active {
	background-color : transparent;
	color: #CC0000;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 8pt;
}


A.bottom:link {
	background-color: transparent;
	color: #00008B;
	text-decoration: none;
	font-family:  Arial, Helvetica;
	font-weight: bold;
	font-size: 9pt;
}
A.bottom:visited {
	background-color : transparent;
	color :#00008B;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 9pt;
}
A.bottom:hover {
	background-color : transparent;
	color : #cc0000;
	text-decoration : none;
}
A.bottom:active {
	background-color : transparent;
	color : #00008B;
	font-family:  Arial, Helvetica;
	font-weight : bold;
	text-decoration : none;
	font-size: 9pt;
}
img {
	border: none;
}



h1{
	margin: 0px;
	margin-bottom:14pt;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: Black;
	font-family: Verdana, sans-serif;
	font-size: 14pt;
}

p{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin:0;
}


table.contenttable.p{
	margin: 0;
	padding: 0; 
}

td{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
div{

}

caption{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

/*   */
div.csc-mailform-field {
	float:right;
}