@charset "utf-8";

/* CSS Document */
/* Für WYSIWYG relevante Styles in ausgelagert text-definition.css */

p { margin: 0 0 0 0; min-height:22px; } /* WICHTIG!! min-height von <p> muss line-height von Lauftext entsprechen! */

h1,h3.titelMain { margin: 0px 0 26px 0; font-size: 34px; line-height: 42px; color: #7a7a7d; text-shadow: 0 1px 0px #fff; font-weight: normal; }

h2 { margin: 0px 0 20px 0; font-size: 24px; line-height:28px; color: #7a7a7d; text-shadow: 0 1px 0px #fff; font-weight: normal;  }
h3 { margin: 0 0 2px 0; font-size: 18px; font-weight: normal; color: #333; }
h4 { margin: 0 0 2px 0; font-size: 16px; font-weight: bold; color: #70b65a; }
h3 a { margin: 0 0 2px 0; font-size: 20px; line-height: 26px; font-weight: normal; color: #333; text-decoration: none; }

h1.titleHeader { color: #8D8F90; font-size: 16px;line-height:22px; font-weight:bold;}

a { color: #70b65a; }
a:hover { text-decoration: none; }

b, strong {font-weight:bold;}
hr { background-color: #a3a3a3; border: 0 none; clear: both; color: #fff; height: 1px; box-shadow: 0 1px 1px #fff; }

span { color: #70b65a; }

.picLeft { float:left; margin:0 5px 3px 0;}
.picRight { float:right; margin:0 0 3px 5px;}
