body {
	background-image: url(images/img_24.jpg);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}


body,td,th {
	font-family: Verdana;
}
img { border: 0px; }

.Stil1 {
	font-size: 13px;
	font-weight: bold;
	font-family: verdana;
	color: #333333;
	padding-bottom: 3px;
}
.Stil3 {
	font-size: 12px;
	font-family: verdana;
	color: #333333;
}
.Stil5 {font-size: 13px; font-family: verdana; color: #C7C7C7; font-weight: bold; }
.Stil6 {
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;
	color: #C7C7C7;
}
.Stil12 {
	font-size: 18px;
	font-family: verdana;
	font-weight: bolder;
	color: #931A07;
}

.Stil20 {
	font-size: 22px;
	font-family: verdana;
	font-weight: bolder;
	color: #931A07;
}
a:link {
	color: #931A07;
}
a:visited {
	color: #931A07;
}
a:active {
	color: #931A07;
}
a:hover {
	color: #D6250C;
}
a {
	font-size: 12px;
}

.Stil7 {
	font-size: 11px;
	font-family: arial;
	color: #C7C7C7;
	font-weight: normal;}
.Stil8 {
	font-size: 16px;
	font-weight: bold;
	font-family: verdana;
	color: #931A07;
}
.Stil10 {
	font-size: 15px;
	font-family: verdana;
	font-weight: bold;
	color: #333333;
}
.Stil11 {
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	color: #931A07;
}
.Stil13 {
	font-size: 9px;
	font-family: verdana;
	font-weight: normal;
	color: #000000;
}
.m {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 184px;
	float: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}
.m a{
color: #C7C7C7;
text-decoration: none;
}
.m li a:visited{
color: #C7C7C7;
text-decoration: none;
}
.m li a:active{
color: #C7C7C7;
text-decoration: none;
}
.m li a:hover{
color: #FF0000;
text-decoration: none;
}
.m1 {
list-style-type: none;
	margin: 0;
	padding: 0;
	width: 213px;
	float: left;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;;
}
.m1 a{
color: #C7C7C7;
text-decoration: none;
}
.m1 li a:visited{
color: #C7C7C7;
text-decoration: none;
}
.m1 li a:active{
color: #C7C7C7;
text-decoration: none;
}
.m1 li a:hover{
color: #FFFFFF;
text-decoration: none;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 208px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid #7E1708;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	font: bold 13px Verdana;
	color: #C7C7C7;
	display: block;
	width: auto;
	padding-left: 18px;
	text-decoration: none;
	background-color: #363731;
	background-image: url(images/glossyback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 150px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #C7C7C7;
}

.glossymenu li ul li{
float: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #C7C7C7;
}

.glossymenu li ul a{
width: 135px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #C7C7C7;
}

.glossymenu .arrowdiv2{
	position: absolute;
	right: 19px;
	background-color: transparent;
	background-image: url(images/tn-gluecklich-smilies-2449.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.glossymenu .arrowdiv3{
	position: absolute;
	right: 19px;
	background-color: transparent;
	background-image: url(images/gb.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.glossymenu .arrowdiv{
position: absolute;
right: 20px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #C7C7C7;
}

.glossymenu li a:hover{
background-image: url(images/h2.jpg);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0px 0px 3px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 1px;
left: -1000px;
border: 1px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.gallerycontainer2{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{

margin: 0px 0px 3px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 1px;
left: -1000px;
border: 1px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -105px;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.gallerycontainer3{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail3 img{

margin: 0px 0px 3px 0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 1px;
left: -1000px;
border: 1px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -145px;
left: 250px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.gallerycontainer4{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail4 img{

margin: 0px 0px 3px 0;
}

.thumbnail4:hover{
background-color: transparent;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 1px;
left: -1000px;
border: 1px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -80px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.gallerycontainer5{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail5 img{

margin: 0px 0px 3px 0;
}

.thumbnail5:hover{
background-color: transparent;
}

.thumbnail5 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #CCCCCC;
padding: 1px;
left: -1000px;
border: 1px solid #FFFFFF;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail5 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail5:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -275px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
