/*
Stylesheet zu template2.html
---------------------------
Update: 30.06.2011
*/

body {
margin: 0;
padding: 20px 0;
background: #eee;
color: #333;
font: small/1.5 verdana, arial, helvetica, sans-serif;
text-align: center;
}

img {
margin: 0 auto 1em;
padding: 7px;
display: block;
border: 1px solid #ccc;
background: #fff;
}

p {
margin: 0 0 1em;
line-height: 1.5;
}

h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", times, serif;
font-weight: bold;
color: #22483F;
line-height: normal;
}
h2 {font-size: 165%;}
h3 {
margin-bottom: .5em;
font-size: 135%;
}
h4, h5, h6 {
margin-bottom: .3em;
font-size: 125%;
}
