/* Global Styles */

body {
	margin:0px;
	background-color: #f29400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
	
a {
	color: #CC3300;
	}
	
a:hover {
	color: #FF0000;
	}
h1 {
	color: #006aa7;
	font-size: 140%;
	font-weight: normal;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	}
h2 {
	color: #900;
	font-size: 120%;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
	
		
p {
	color: #333333;
	font-weight: normal;
	line-height: 120%;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	}

/* Class Styles */
	
.bodyText {
	font:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	margin-top:0px;
	}
	
.smallText {
	color:#333333;
	font-size: 0.6em;
	}
	
.footer {
	font:0.6em;
	color:#ffffff;
	background-color: #006aa7;
	height: 50px;
	width: 940px;
	}
.footer a {
	color: #ffffff;
	}
	
.stoerer {
	height: auto;
	width: 470px;
	padding: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 24px;
	color:rgba(255,255,255,1);
	background-color:rgba(20,80,140,1);
	border: 3px solid rgba(255,255,255,0.8);
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
	-webkit-border-radius: 10px;
	-webkit-box-shadow:0px 2px gray;
	background-image:
	-webkit-gradient(linear, 0% 0%, 0% 100%,
	from(rgba(255,255,255,0.5)),
	to(rgba(255,255,255,0.2)),
	color-stop(.5,rgba(255,255,255,0.3)),
	color-stop(.5,rgba(255,255,255,0.0))
	);
	-moz-border-radius: 10px;
	-moz-box-shadow:0px 2px gray;
	background-image:
	-moz-gradient-linear (0% 0%, 0% 100%,
	from(rgba(255,255,255,0.5)),
	to(rgba(255,255,255,0.2)),
	color-stop(.5,rgba(255,255,255,0.3)),
	color-stop(.5,rgba(255,255,255,0.0))
	);
	-ms-border-radius: 10px;
	-ms-box-shadow:0px 2px gray;
	background-image:
	-ms-gradient(linear, 0% 0%, 0% 100%,
	from(rgba(255,255,255,0.5)),
	to(rgba(255,255,255,0.2)),
	color-stop(.5,rgba(255,255,255,0.3)),
	color-stop(.5,rgba(255,255,255,0.0))
	);
}
.klassik {
	height: auto;
	width: 480px;
	padding: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 24px;
	color:rgba(255,255,255,1);
	background-color:rgba(34,39,140,1);
	border: 3px solid rgba(255,255,255,0.8);
	text-shadow: 1px 1px 4px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 4px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 4px rgba(0,0,0,1);
	-ms-text-shadow: 1px 1px 4px rgba(0,0,0,1);
	
	-webkit-border-radius: 10px;
	-webkit-box-shadow:0px 2px gray;
	background: -webkit-linear-gradient(top, #f39200, #f39200 44%, #253275 10%, #253275);
	
	-moz-border-radius: 10px;
	-moz-box-shadow:0px 2px gray;
background: -moz-linear-gradient(top, #f39200, #f39200 44%, #253275 10%, #253275);
	
	-ms-border-radius: 10px;
	-ms-box-shadow:0px 2px gray;
	background: -ms-linear-gradient(top, #f39200, #f39200 44%, #253275 10%, #253275);
	text-align: center;

}
.klassik-logo {
	color: #253272;
	text-transform: uppercase;
	font-weight: bold;
	}
.info {
	height: auto;
	width: 360px;
	padding: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 24px;
	color:rgba(255,255,255,1);
	background-color:#F63;
	border: 3px solid rgba(255,255,255,0.8);
	-webkit-border-radius: 10px;
	background: -webkit-linear-gradient(top, #ea5c18, #FF6633 20%, #F30);
	-moz-border-radius: 10px;
	background: -moz-linear-gradient(top, #ea5c18, #FF6633 20%, #F30);
	-ms-border-radius: 10px;
	text-align: center;
	background-position: top;
	font-size: 1.2em;
}
#tel a {
	z-index: 100000000000000004;
	width: 42px;
	position: fixed;
	display: block;
	color: white;
	top: 120px;
	float: left;
	left: 0px;
	height: 320px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/tel.png);
}