﻿/* CSS-Layout */
html {

}

.titel1 {text-align: center; font-size:24px; letter-spacing: 1.5pt;margin-top: 20px;}
.titel2 {text-align: center; font-size:20px; letter-spacing: 1.5pt;}
.titel3 {text-align:center; font-size:15px; font-weight:bold; letter-spacing: 1.2pt;}
.fussnote {text-align:center; font-size:11px;}
.stylemenu1	{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	margin-left: 17px;
	text-decoration: none;
	margin-top: 5px;
}
.stylemenu2	{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	width: 100px;
	margin-left: 15px;
	margin-top: 10px;
	text-decoration: none;
}

.style1 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.style2 {
	text-align: left;
	position:static;
}
.style3 {background-color: #FFD5AA;}
.style4 {border-style: solid;
		background-color: #FFD5AA;}
.style5 {border-style: solid;}
.style6 {
				vertical-align: baseline;
				text-align: center;
}
.style9 {border-width: 0px;}
.style7 {
	border-style: solid;
	background-color: #FFD5AA;
}

.framestyle10 {border-width: 0px;margin-left: 14px; margin-top:10px}

.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 10px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	
	font-size: 13px; /* caption text size */
	background-color: #800000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img {
				/* leave or IE puts a border around links */
border-width: 0;
				bottom: inherit;
}

.ienlarger a:hover span { 
	display:block;
	top: 60px; /* means the pop-up's top is 50px away from thumb's top */
	left: 70px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 150px; /* enter desired thumb width here */
	height : auto;
}
	
a {
				color: #000080;
				text-decoration: none;
}
a:visited {
	color: #000080;
}
a:active {
	color: #000080;
	font-style: italic;
}
a:hover {
	color: #800000;
	font-style: italic;
	font-weight: bold;
}
p {
	text-align: center;
}

h1 {
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	text-align: left;
	font-weight: lighter;
	font-style: normal;
}

h3 {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
h4 {font-size: 14px;
	text-align: center;
	font-style:normal;
	font-weight: bold;
}

#homepage {
	font-size: 12px;
	font-family: "Comic Sans MS";
	color: #400080;
	text-align: center;
	margin:auto;
	position:relative;
	}
#frameseiten {
	font-size: 14px;
	font-weight: bold;
	font-family: "Comic Sans MS";
	color: #400080;
	text-align: center;
	margin: auto;
	position: relative;
	top: 0px;
	}
#Preise {
	width:600px;
	font-size: 12px;
	font-family: "Comic Sans MS";
	color: #400080;
	text-align: center;
	margin:auto;
	position:relative}

#body {
	font-family: Comic Sans MS;
	color: #400080;
	text-align:center;
}
	
#menu {
	font-family: Comic Sans MS;
	color: #400080;
	text-decoration: none;
	font-size: 10px;
}	
td {
	text-align:left;
	vertical-align:top;	
} 	
