body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFF;
	text-align:center;
}
.background {
	background-color: #FFFFFF;
}
a:link {
	color: #FC0;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: underline;
}
a:active {
	color: red;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
.pic {padding:5px;
}
.maintitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #FC0;
	margin-top: 3em;
}
.subtitle {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
 	font-weight: 600;
	font-size: 1.25em;	
	margin-top: 3em;
	margin-bottom: 2em;
}
.subtitle2 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
 	font-weight: 600;
	font-size: 1.25em;	
	margin-top: 2em;
	margin-bottom: 2em;
}
.bottomtitle {
	font-family: 'EB Garamond', "Lucida Sans Unicode", serif;
	font-style: italic;
 	font-weight: 200;	
	font-size: 1.5em;	
	margin-top: 2em;
}
.title {
	font-family: 'EB Garamond', "Lucida Sans Unicode", serif;
	font-style: italic;
 	font-weight: 600;	
	font-size: 1.5em;	
	margin-top: 2em;
}
.float{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
 	font-weight: 200;
	font-size: 1em;	
	max-width: 33em;
}

.kontakt {
	font-family: 'EB Garamond', "Lucida Sans Unicode", serif;
	font-style: normal;
 	font-weight: 100;
	font-size: 0.85em;	
	margin-top: 0.65em;	
	margin-top: 2em;
	margin-bottom: 3em;
}
.rollover10 {
    display: block;
    width: 300px;
    height: 300px;
	background:url(../grafik/titel_10.jpg) no-repeat;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.rollover10:hover {
    background: url(../grafik/titel_10-over.jpg)
}
.rollover20 {
    display: block;
    width: 300px;
    height: 300px;
	background:url(../grafik/titel_20.jpg) no-repeat;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.rollover20:hover {
    background: url(../grafik/titel_20-over.jpg)
}
.rollover30 {
    display: block;
    width: 300px;
    height: 300px;
	background:url(../grafik/titel_30.jpg) no-repeat;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.rollover30:hover {
    background: url(../grafik/titel_30-over.jpg)
}
