/* grossplastiken_styles.css */

/* Hinweis: Die oft verwendete Farbe #4B0082 ist indigo */

body { background-color:#FFFFFF; color:#000000; font-family:Verdana,Helvetica,Arial; font-size:small; }
body.zoom { margin-left:9px; margin-top:10px; margin-bottom:10px; }

p { margin-top:0pt; margin-bottom:0pt; }

/* Fuer laengere Absaetze mehr Zeilenabstand, wegen besserer Lesbarkeit.
Z.B fuer den Text auf der Seite "Unser Angebot". */
.zeilenabstand  { line-height:14pt; }

p.bildtext_rechts     { } /* Bildtext rechts neben Thumbnails */
p.bildtext_rechts_tab { } /* Bildtext rechts neben Thumbnails in Tabellen */

p.linkliste        { margin-top:-6pt; margin-bottom:10pt; line-height:16pt; }
p.einleitungstext  { margin-top:-8px; margin-bottom:12px;  }  /* Einleitungstext am Anfang einer Seite */
p.text_zwischen_hr { margin-top:-4px; margin-bottom:18px; line-height:14pt; }  /* Text zwischen zwei hr-Tags, z.B. bei Presse */
p.bildtext_oben    { margin-top:-8px; margin-bottom:12px; }  /* Bildtext ueber den Thumbnails */
p.bildtext_unten   { margin-top:4px;  margin-bottom:0px;  }  /* Bildtext unter den Thumbnails */

p.bildtext_unten2  { margin-top:4px;  margin-bottom:0px;  }  /* Kann weg, wenn es in Prod nicht mehr verwendet wird. Ist in Dev schon entfernt. */

p.vergroessern_hinweis_oben { color:#4b0082; margin-top:4px; margin-bottom:4px; font-size:70% } /* Zum Vergroessern bitte ..., unter dem Seitenkopf */

p.startseite_titel { text-align:center; margin-top:20px; margin-bottom:15px; color:#4B0082; font-size:x-large; font-weight:600; 
    background-color:#DDDDFF; /* Fallback */ padding-top:3px; padding-bottom:5px; border: 0px solid #DDDDFF;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 0px 1px 1px #888;
    -moz-box-shadow: 0px 1px 1px #888;
    box-shadow: 0px 1px 1px #888;

    /* Gradient backgrounds for the buttons. Generated using gradients.glrzad.com/ */
	/* www.marcofolio.net/css/the_apple.com_navigation_menu_created_using_only_css3.html */
	/* css3please.com, modernizr.com, haz.io */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E8E8FF), color-stop(0.5, #CCCCFF), color-stop(0.51, #BBBBFF), color-stop(1, #CECEFF)); /* Safari 4+, Chrome bis 9 */
    background-image: -webkit-linear-gradient(center top, #E8E8FF 0%, #CCCCFF 50%, #BBBBFF 51%, #CECEFF 100%);  /* Safari 5.1+, iOS 5, Chrome 10+ */
    background-image: -moz-linear-gradient(center top, #E8E8FF 0%, #CCCCFF 50%, #BBBBFF 51%, #CECEFF 100%);
    background-image: linear-gradient(center top, #E8E8FF 0%, #CCCCFF 50%, #BBBBFF 51%, #CECEFF 100%);
}

p.sitemap          { margin-top:4px; margin-left:20px; }
p.sitemap_doppelt  { margin-top:4px; margin-left:40px; }

p.navi_level1 { margin-top:3px; }
p.navi_category { margin-top:5px; font-weight:bold; }
p.navi_level2 { margin-left:15px; margin-top:1px; }

/* raus: hr { background-color:#4B0082; height:2px; border:0px; margin-bottom:22px; } */
/* raus: hr.vergroessern_hinweis_oben { background-color:#4B0082; height:1px; border:0px; margin-top:0px; margin-bottom:20px; } */

/* Horizontale Trennlinien zwischen Projekten und am Ende der Seite. Hier wird kein hr-Tag verwendet, 
   weil es beim Drucken ohne Hintergrundfarben nicht gedruckt wuerde! */
div.hr { height:0px; border-top:1px solid #4B0082; border-bottom:1px solid #4B0082; margin-top:8px; margin-bottom:22px; width:100% }
div.hr_vergroessern_hinweis_oben { border-top:1px solid #4B0082; margin-top:0px; margin-bottom:20px; width:100% }

/* Bildtext unter Vollbildern. Padding und white ist wichtig fuer das horizontale Scrollen ueber die Navigation */
div.vollbildtext { margin-top:0px; padding-top:6px; padding-bottom:6px; background-color:#FFFFFF; } 

div.d3image { 
    border: 3px solid #FFFFFF; /* damit man beim IE8- auch etwas sieht, evtl. leicht grau #F8F8F8*/
    border-radius: 5px;
    -moz-border-radius: 5px; /* FF bis 3.6 */
    -webkit-border-radius: 5px; /* Safari 3-4 */
    box-shadow: 0px 0px 2px #888;
	-moz-box-shadow: 0px 0px 2px #888;  /* FF bis 3.6 */
	-webkit-box-shadow: 0px 0px 2px #888; /* Safari 3-4 */
}
img.d3image { 
    border-radius: 2px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
}

a         { text-decoration:underline; color:#990000; font-weight:normal; } /* color:#4B0082; */
a:visited { text-decoration:underline; }
a:hover   { text-decoration:underline; }
a:active  { text-decoration:underline; }
a:focus   { text-decoration:underline; }

a.sitemap         { text-decoration:none; }
a.sitemap:visited { text-decoration:none; } 
a.sitemap:visited:after { content: '\0000A0\002713'; } /* nbsp + Haekchen, zurzeit nur im IE 8, auch nicht im IE 9*/
/* padding-right: 12px; background: url(images/checked.gif) no-repeat 100% 50%; */
a.sitemap:hover   { text-decoration:underline; }
a.sitemap:active  { text-decoration:underline; }
a.sitemap:focus   { text-decoration:none; }

a.navi         { text-decoration:none; color:#4B0082; font-weight:bold; }
a.navi:visited { text-decoration:none; }
a.navi:hover   { text-decoration:underline; }
a.navi:active  { text-decoration:underline; }
a.navi:focus   { text-decoration:none; outline:none; }

a.navi_wichtig         { text-decoration:none; color:#990000; font-weight:bold; }
a.navi_wichtig:visited { text-decoration:none; }  /* vorher purple; */
a.navi_wichtig:hover   { text-decoration:underline; }
a.navi_wichtig:active  { text-decoration:underline; }
a.navi_wichtig:focus   { text-decoration:none; outline:none; }

a.rundgang         { text-decoration:none; color:#9999FF; font-weight:normal; }
a.rundgang:visited { text-decoration:none; }
a.rundgang:hover   { text-decoration:underline; }
a.rundgang:active  { text-decoration:underline; }
a.rundgang:focus   { text-decoration:underline; }


img.mit_rand  { border: 1px solid #4B0082; } /* Zeitungsartikel */
img.ohne_rand { border: 0px solid #4B0082; } /* fast alle anderen */

img.vollbild_mit_rahmen  { border: 1px solid #4B0082; } /* Zeitungsartikel */
img.vollbild_ohne_rahmen { border: 0px solid #4B0082; } /* fast alle anderen */


/* Seitenkopf mit Ueberschrift (h1 wegen der Suchmaschinen) */
h1.kopfzeile { font-size:large; font-weight:normal; color:#4B0082; padding:2px; margin-bottom:0px; margin-top:0px; }

table.kopf { 
    width:100%; 
	background-color:#DDDDFF; 

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

	box-shadow: 1px 1px 1px #888; 
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888; 

	background:-moz-linear-gradient(50% 0%, #E8E8FF, #CCCCFF); 
	background:-webkit-linear-gradient(50% 0%, #E8E8FF, #CCCCFF); 
	background:-webkit-gradient(linear, left top, left bottom, from(#E8E8FF), to(#CCCCFF));
}
td.kopf_links  { }
td.kopf_rechts { text-align:right; vertical-align:middle; }

/* raus: Gliederungsueberschriften im Leistungsspektrum. */
/* raus: span.gliederung { font-family:Verdana,Helvetica,Arial; color:#4B0082; font-weight:bold; } */

/* Gliederungsueberschriften bei den politischen Wagen, im Leistungsspektrum, Referenzen, Impressum, ... */
div.gliederung { color:#4B0082; background-color:#DDDDFF; font-weight:bold; padding:4px; margin-top:25px; margin-bottom:18px; 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	box-shadow: 1px 1px 1px #888; 
	-moz-box-shadow: 1px 1px 1px #888; 
	-webkit-box-shadow: 1px 1px 1px #888; 
}

table.anmeldeformular { 
    table-layout:fixed;
	border:10px solid #DDDDFF;
	background-color:#DDDDFF;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 1px 1px 1px #888;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
}

/* Presse-Artikel */
.artikel_table      { width:500px; } /* Besser waere max-width, aber der IE 6 stellt sich doof an */
.artikel_quelle     { margin-top:0pt; margin-bottom:10pt; font-weight:normal; }
.artikel_titel      { line-height:20pt; margin-top:0pt; margin-bottom:0pt; font-weight:bold; font-size:large }
.artikel_untertitel { line-height:14pt; margin-top:6pt; margin-bottom:6pt; font-weight:bold; }
.artikel_leserbrief_untertitel
                    { line-height:14pt; margin-top:14pt; margin-bottom:-6pt; font-weight:bold; }
.artikel_teaser     { line-height:14pt; margin-top:6pt; margin-bottom:6pt; font-weight:bold; }
.artikel_fett       { line-height:14pt; margin-top:6pt; margin-bottom:6pt; font-weight:bold; }
.artikel_frage      { line-height:14pt; margin-top:6pt; margin-bottom:-3pt; font-weight:normal; font-style:normal; font-weight:bold }
.artikel            { line-height:14pt; margin-top:6pt; margin-bottom:6pt; font-weight:normal; text-align:left; }
.artikel_zurueck    { line-height:14pt; margin-top:6pt; margin-bottom:6pt; font-weight:normal; text-align:right; } /* display:none */
span.artikel_fett   { font-weight:bold; }

