/* DATEI: styles.css */
/* Stylesheets der Website kanzleideppner.de */

/*Allgemeine Formatierungen*/
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { font-family:Garamond; }
h1 { font-size:16pt; margin-bottom:18px; }
h2 { font-size:14pt; margin-bottom:18px; }
h3 { font-size:12pt; }
h4 { font-size:11pt; color:grey; margin-bottom:5px; }
p,ul,ol,li,div,td,th,address,blockquote { font-size:11pt; }
p { margin-top:0px; margin-bottom:5px; text-align:justify; }
a { color:green; }
a:link { font-weight:normal; color:green; text-decoration:none; }
a:visited { font-weight:normal; color:green; text-decoration:none; }
a:focus { font-weight:normal; color:green; text-decoration:none; }
a:hover { font-weight:normal; color:green; text-decoration:underline; }
a:active { font-weight:normal; color:green; text-decoration:none; }

/*Logo Seitenkopf*/
div#logo { float:right;margin-top:2.5%;margin-left:2.5%;margin-right:5%; }

/*Navigationsmenü Seitenkopf*/
nav.menu { float:left;margin-top:92px;margin-left:50px;margin-right:20px; color:green }
span.menu { color:green; }
.menu:link { font-weight:normal; color:green; text-decoration:none; }
.menu:visited { font-weight:normal; color:green; text-decoration:none; }
.menu:focus { font-weight:normal; color:green; text-decoration:none; }
.menu:hover { font-weight:normal; color:green; text-decoration:none; }
.menu:active { font-weight:normal; color:green; text-decoration:none; }
a.menu_hidden { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden:link { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden:visited { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden:focus { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden:hover { font-weight:normal; color:green; text-decoration:none; }
a.menu_hidden:active { font-weight:normal; color:green; text-decoration:none; }
a.anchor { font-weight:normal; color:black; text-decoration:none; }
ul.menu { margin:0; padding:0;  }
ul.menu li { list-style:none; margin:0; padding:0; display:inline;  }
p.kommentar { font-size:10pt; color:grey; }

/*Formatierung Seiteninhalt*/
div#container { width:100%;max-width:960px; }
div#page { text-align:left;float:left;margin-top:2.5%;margin-left:6%; margin-right:15%; }

/*Listenformatierungen*/
ul.nodisc { margin:0; padding:0; }
ul.nodisc li { list-style:none; margin-left:0px; }
ul.uebersicht { margin:0; padding:0; }
ul.uebersicht li { list-style:none; margin-left:0px; }

/*Kontaktformular*/
label.kontakt { margin-bottom:0px; margin-top:0px; font-size:9pt; color:grey; }
div.kontakt { margin-bottom:5px; float:none; }

/*Details ein-/ausblenden*/
.detail { color:grey; display:none; }
.details-ein { display:inline; }
.details-aus { display:none; }

/*Startseite*/
nav#menu_start { text-align:center; color:green }
nav#menu_start li { font-size:100%; font-weight:bold;}
div#kontakt_start { margin-top:5%; margin-right:9%; text-align:center; font-size:100%; color:grey; }
div#kontakt_start a { color:grey; }
div#impressum_start { margin-top:5%; margin-right:9%; text-align:center; font-size:100%; color:grey; }
span.menu_start { color:grey; }
.menu_start:link { font-weight:normal; color:grey; text-decoration:none; }
.menu_start:visited { font-weight:normal; color:grey; text-decoration:none; }
.menu_start:focus { font-weight:normal; color:grey; text-decoration:none; }
.menu_start:hover { font-weight:normal; color:grey; text-decoration:none; }
.menu_start:active { font-weight:normal; color:grey; text-decoration:none; }
a.menu_hidden_start { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden_start:link { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden_start:visited { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden_start:focus { font-weight:normal; color:white; text-decoration:none; }
a.menu_hidden_start:hover { font-weight:normal; color:grey; text-decoration:none; }
a.menu_hidden_start:active { font-weight:normal; color:grey; text-decoration:none; }
