/* ****************************** ALLGEMEIN ********************************************/

a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BC6822;
	background: none;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BC6822;
	background: none;
	text-decoration: underline;

}

body, p, td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px; 
 color: #000000; 
}

img {
 border: 0px;
}

h1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 22px; 
 color: #BC6822; 
}
h2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 20px; 
 color: #BC6822; 
 margin-top: 8px; 
 margin-bottom: 1px; 
}
h3 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 18px; 
 color: #BC6822; 
 margin-top: 6px; 
 margin-bottom: 1px; 
}
h4 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px; 
 color: #BC6822; 
 margin-top: 4px; 
 margin-bottom: 1px; 
}
h5 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px; 
 color: #BC6822; 
 margin-top: 2px; 
 margin-bottom: 1px; 
}
h6 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px; 
 color: #BC6822; 
 margin-top: 0px; 
 margin-bottom: 1px; 
}
.h4link a:link, .h4link a:hover, .h4link a:visited{
	font-size: 16px;
	color: #BC6822;
}
.h5link a:link, .h5link a:hover, .h5link a:visited{
	font-size: 14px;
	color: #BC6822;
}
/* ****************************** MENUE CSS ********************************************/
#leftnavigation {
 width: 216px;
 margin-left: 9px;
 padding: 0px;
 text-align:left;
}
/* Menu: Div-Container - Allgemein Info + Background */
.menue_point_toplevel {
 width: 216px;
 height: 30px;
 margin: 0px;
 background: url(../img/toplevel.jpg) top left no-repeat;
}

/* Menu: Link + DisplayBlock and Styles */
a.navpoint_toplevel:link, a.navpoint_toplevel:active, a.navpoint_toplevel:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
 color: #343E76;
 /* Mouse Over by Mario Kavel */
 line-height: 22px;
 vertical-align: middle;
 display:block;
 width: 216px;
 height: 30px;
 text-indent:25px; 
}

/* Menu: Hover-Link + DisplayBlock and Styles */
a.navpoint_toplevel:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 color: #000000;
 /* Mouse Over by Mario Kavel */
 display: block;
 width: 216px;
 height: 30px;
 background: url(../img/toplevel_over.jpg) top left;
 text-indent: 25px;
 line-height: 22px;
 vertical-align: middle;
}

/* ****************************** UNDERMENUE CSS ***************************************/

/* Undermenue Background */
.menue_group {
 margin: 0px;
 padding: 0px;
}

/* Undermenue Start */
.menue_group_header {
 width: 216px;
 height: 6px;
 margin: 0px;
 padding: 0px;
 background: url('../img/secondlevel_start.jpg') top left no-repeat;
 font-size: 1px;
}

/* Undermenu: Div-Container - Allgemein Info + Background */
.menue_point_secondlevel {
 width: 216px;
 height: 20px;
 background: url('../img/secondlevel.jpg') top left no-repeat;
}

/* Undermenu: Link + DisplayBlock and Styles */
a.navpoint_secondlevel:link, a.navpoint_secondlevel:active, a.navpoint_secondlevel:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #995013;
 /* Mouse Over by Mario Kavel */
 line-height: 16px;
 vertical-align: middle;
 display:block;
 width: 216px;
 height: 20px;
 text-indent:25px;
}

/* Undermenu: Hover-Link + DisplayBlock and Styles */
a.navpoint_secondlevel:hover {
 text-decoration: none;
 color: #1C2C84;
 font-weight: bold;
 display: block;
 width: 216px;
 height: 20px;
 background: url('../img/secondlevel_over.jpg') top left no-repeat;
 text-indent: 25px;
 line-height: 16px;
 vertical-align: middle;
}

/* Delete Hover ... no change on internet explorer
.menue_point_secondlevel:hover {
 background: url(../img/bg_nav_blue_hover.jpg) top left no-repeat;
}*/

/* Undermenue End */
.menue_group_footer {
 width: 216px;
 height: 13px;
 margin: 0px;
 padding: 0px;
 background: url('../img/secondlevel_ende.jpg') top left no-repeat;
 font-size: 1px;
}

/* ****************************** CONTENT **********************************************/

#content {
 text-align: left;
}

/* ****************************** FORM *************************************************/
.label {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #559DDC;
}
#innersearch {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #559DDC;
}
#newsletter {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #559DDC;
}
.inputfield {
 width: 90px;
 height: 13px;
 border: 1px solid #63C0E1;
 text-align: left;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #b4b4b4;
}
.button {
 width: 11px;
 height: 17px;
 border: 0;
 background: url(../img/button.jpg) top left no-repeat;
}



/* ****************************** Newsletter ***********************************************/


#newsletter {
	margin: 8px 0 0 37px;
	width: 168px;
	height: 44px;
}

#newsletter_text {
	width: 168px;
	height: 20px;
	float: left;
	color: #1C2C84;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}

#newsletter_form {
	width: 168px;
	height: 20px;
	float: left;
	background: url('../img/bg_news.jpg') top right no-repeat;
}

#newsletter_spacer {
	height: 2px;
	font-size: 1px;
	line-height: 1px;
}

#newsletter_input {
	width: 148px;
	background: transparent;
	vertical-align: top;
	margin: 0 0 0 7px;
	padding: 0;
	border: 0;
}

#newsletter_submit{
	width: 13px;
	background: transparent;
	padding: 0;
	border: 0;
}

/* ****************************** WETTER ***********************************************/
#innerwetter {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#000000;
 margin-left: 50px;
 text-align: left;
}
/* ****************************** FUSSZEILE ********************************************/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #559ddc;
	text-decoration: none;
	text-align: center;
}
.footer a:link, .footer a:active, .footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #559ddc;
	text-decoration: none;
}
.footer a:hover {
	color: #000000;
}

/* ****************************** OTHER ***********************************************/

.vorschau {
	margin: 0px; 
	color: #666666; 
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tiny_p {
	margin: 0px;
	padding: 0px;
}

.tiny_ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#newslinks {
 border: 1px solid #F78E0E;
}
#newsmandate {
 border: 1px solid #F78E0E;
}
#newslinkhead {
 font-weight: bold;
}
#newslinktitel {
 font-weight: normal;
}

#newslinks a:hover {
    background: url( http://daten.verwaltungsportal.de/interaktiv/buttons/link.gif ) no-repeat 0 0;
    padding-left: 15px;
    text-decoration: none;
}

#newslinks a:link, #newslinks a:visited, #newslinks a:active {
    background: url( http://daten.verwaltungsportal.de/interaktiv/buttons/link.gif ) no-repeat 0 0;
    padding-left: 15px;
    text-decoration: none;
}
#startseite_news ul {
	list-style-image: url(../img/listelement.gif);
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-left: 15px;
}
#startseite_news ul a{
	list-style-image: url(../img/listelement.gif);
	font-size:12px;
	color: #7C7C7C;
	font-weight: normal;
}

