﻿body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	background-color: #F5EA58;
	background-image: url("back.jpg");
	background-repeat:repeat;
	background-attachment: fixed;
	background-position: left center;
	clear: none;
}

	
	
a:link{color: black ;text-decoration:none; font-size:9pt;}
a:active {color: black; background-color: #96CDCD;}
a:visited {color: black; background-color: #d4d4d4;}
a:hover{
	font-size:9pt;
	color: red;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	}
ul{font-family:Verdana; font-size:11pt; text-align:left;}

#headline{color: #59B300;font-size:13pt;}
#p{font-family:Verdana; font-size:11pt;margin-left:5px; margin-top:30px; text-align:left;}
.H-kursiv {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.H-kursiv em {
	font-family: Lucida Sans Unicode, Lucida Grande,#390 ;
}
.h3_gruen {
	color: #008000;
}
.normal_rot {
	font-family: "Comic Sans MS", cursive;
	color: #C03;
}
.normal_blau {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009;
}
.normal_gruen {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #030;
}
div.image {
    width: 300px;
    height: 200px;
    overflow: hidden;
}
div.image img {
    width: 100%;
    height: auto;
    /* SCALE */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* VERZÖGERUNG */
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
div.image img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
