/*
Copyright: Studio Gretzinger
Lizenz: CC Version 4.0 BY-NC-ND <!-- NonCommercial No Derivation (nicht abwandelbar)--!>
URL: http://www.studiogretzinger.de
*/

body {
padding: 0px; /* Browser-Reset */
margin: 0px; /* Browser-Reset */
font-size: 1em;
font-family: Helvetica, sans-serif;
}
 
#Wrapper {
width: 100%;
margin: 0 auto;
}

#Navi {
height: 70px;
margin: 0px;
position: fixed;
top: 10px;
right: 0;
}

#Title {
height: 70px;
margin: 0px;
position: fixed;
top: 10px;
left: 10px;
}

#Main-Content {
min-height: 400px;
z-index: -100;
width: 70%;
margin-left: 100px;
}

#Footer {
height: 50px;
z-index: 200;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

.navi {	
font-family: 'Helvetica', sans-serif;
font-size: 2em;
line-height: 1.2em;
font-style: bold;
}

.title {	
font-family: 'Helvetica', sans-serif;
font-size: 2em;
line-height: 1.2em;
font-style: bold;
}

h1 {
font-family: 'Helvetica', sans-serif;
font-size: 2em;
line-height: 1.2em;
font-style: bold;
}

h2 {
font-family: 'Helvetica', sans-serif;
font-style: bold;
font-size: 2em;
line-height: 1.2em;
text-align: left;
}

h3 {
font-family: 'Helvetica', sans-serif;
font-style: bold;
font-size: 1em;
line-height: 1.2em;
}

h4 {
font-family: 'Helvetica', sans-serif;
font-style: normal;
font-size: 1em;
}

a:link, a:visited {
text-decoration: none;
color: black
}

a:hover {
text-decoration: underline;
color: rgba(0,0,0,0.5)
}



