/*
   Stadtbild-Seite-Stile
   Autor: MN
   Letzte Änderung: 03/06
*/

/*
html {
       scrollbar-base-color: #600000;
       scrollbar-arrow-color: #600000;
       scrollbar-3dlight-color: #600000;
       scrollbar-darkshadow-color: #600000;
       scrollbar-face-color: #FF9933;
       scrollbar-highlight-color: #600000;
       scrollbar-shadow-color: #600000;
       scrollbar-track-color: #600000;
     }
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px; /* war 16 */
	color: #000000;
	/* margin: 50px; */
	background-color: #6981A5;
	

}
h1 {
	font-size: 30px; /* war 36 */
	color: #AD695F;
	line-height: 36px;

}
p {
	text-align: justify;
	line-height:21px /*war 24 */
}
.verfasserinitialien {
	font-style: italic;
	text-align: right;
}
h2 {
	font-size: 22px; /* war 24 */
	color: #AD695F;
	text-decoration: underline;

}
h3 {
	font-size: 20px; /* war 18 */
	color: #AD695F;
	text-decoration: underline;
}
h4 {
	font-size: 18px;
	}
a {
	text-decoration: none;
}
a:link {
	color: #6981A5;
	font-weight:bold;
}
a:visited {
	/* dunkler: color: #283955; */
	color: #6981A5;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #6981A5;
}
a:active {
	color: #B97175;
}

.bildumlauf
{
	line-height:21px;
}

.stadtbild-hervorhebung {
    /* font-family:Georgia, "Times New Roman", Times, serif; */
	/* font-style: italic; */
	font-weight: bold;
	color: #AD695F;
}

.nav_unterpunkte
{
	background-color:#FFA248;
	color:#000000;
	font-size:small;
	text-align:left;
}
.nav_unterpunkte a:link {
	color: #000000;
	font-weight:normal;
}
.nav_unterpunkte a:visited {
	color: #000000;
	font-weight:normal;
}
.nav_unterpunkte a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:normal;
}
.nav_unterpunkte a:active {
	color: #AD695F;
	font-weight:normal;
}
.bildverweis
{
}
.bildverweis img
{
  border-width:1px;
  border-color:#000000;
}

/*
.bildverweis a:link {
	color: #000000;
}
.bildverweis a:visited {
	color: #000000;
}
.bildverweis a:hover {
	color: #FFFF00;
}
.bildverweis a:active {
	color: #FF0000;
}
*/

.bildunterschrift
{
	font-style:italic;
	font-size:small;
	text-align:center;
}
.grossansicht
{
  background-color:#283955;
  color:#D2DAF7;
}
.grossansicht img
{
  border-width:1px;
  border-style:solid;
  border-color:#000000;
}
.grossansicht a:link {
	color: #E4C014;
	font-weight:normal;
}
.grossansicht a:visited {
	color: #E4C014;
}
.grossansicht a:hover {
	text-decoration: underline;
	color: #E4C014;
}
.grossansicht a:active {
	color: #D2DAF7;
}

.einschub_gelb
{
background-image:url(einschub_gelb.gif);
border-width:0px;
background-color:#E4C015;
/*font-weight:bold;*/
}
/* FA832F */
.einschub_gelb a:link {
	color: #373923;
}
.einschub_gelb a:visited {
	color: #373923;
}
.einschub_gelb a:hover {
	text-decoration: underline;
	color: #373923;
}
.einschub_gelb a:active {
	color: #FA832F;
}

.neuigkeiten_kopfzeile
{
	background-color:#283955;
	color:#D2DAF7;
	text-align:left;
	font-weight:bold;
}

.blogeintrag
{
	line-height:21px;
	text-align:left;
}
/*
.blogeintrag a:link {
	color: #6981A5;
	font-weight:bold;
}
.blogeintrag a:visited {
	color: #6981A5;
	font-weight:bold;
}
.blogeintrag a:hover {
	text-decoration: underline;
	color: #6981A5;
}
.blogeintrag a:active {
	color: #B97175;
}
*/