﻿/* CSS-Layout */
body {
text-align:justify;
font-family:Arial, Helvetica, Sans-Serif;
font-size: 12px;
background: white url('Bilder/bg.jpg'); background-repeat:repeat-x;
color:#222222
}
H1 {
font-size: 14px;
text-decoration: underline;
margin-bottom: 0px;
margin-top: 0px;
}
H2 {
font-size: 13px;
text-decoration: underline;
margin-bottom: 0px;
margin-top: 0px;
}
H3 {
font-size: 12px;
font-style:italic;
margin-bottom: 0px;
margin-top: 0px;
}
#masthead {
background-color:white;
height:100px;
width: 750px;
margin-right: auto; margin-left: auto;
}
#page_content {
background-color:white;
height:100%;
min-height: 650px;
width: 750px;
margin-right: auto; margin-left: auto;
}
#footer {
position:relative;
background-color:white;
height:100%;
text-align: center;
width: 750px;
margin-right: auto; margin-left: auto;
}
a:link {color:#0099ff}
a:hover {color:#0099ff}
a:active {color:#0099ff}
a:visited {color:#0099ff}

.style1 {
	color: #666666;
}
.style2 {
	text-decoration: underline;
}
.style3 {
	text-align: center;
}
.style4 {
	font-size: 18px;
}

