@import url(http://fonts.googleapis.com/css?family=Glegoo|Asap:400,700,400italic,700italic);

body {
	font-size: 24px;
	background-color: #c6c6c6;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
}

h1 {
}

h2 {
	color: #0030ff;
}

h3 {
	color: #ff0004;
	font-weight: bold;
}

h4 {
}

h5 {
}

#main {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#index {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#header {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #1f1f1f;
	border-bottom-width: 2px;
	font-size: 35px;
	text-shadow: -1px -1px #3a3a3a;
	color: #8a8a8a;
	padding-bottom: 50px;
	padding-top: 50px;
	margin: auto;
	float: none;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#58667b), to(#2d343f));	width: 100%;
}

.logo {
	position: relative;
	margin: auto;
}

.telefon {
	text-align: center;
	margin: auto;
	
}

.telefon a {

	margin-right: 50px;

	margin-left: 50px;

	display: block;

	text-align: center;

	padding: 30px;

	font-family: Helvetica, sans-serif;
	font-size: 75px;
	color: #ffffff;
	background: -moz-linear-gradient(
		top,
		#bfffc3 0%,
		#16781c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#bfffc3),
		to(#16781c));
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border: 3px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(15,153,31,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(15,153,31,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}


.telefon a:hover {
	
}

#headertext {
	clear: both;
	width: 100%;
}

#zsh {
	clear: both;
	margin-top: -3px;
	background-repeat: repeat-x;
	background-image: url(../pix/shadow1.png);
	background-color: none;
	width: 100%;
	height: 50px;
}
#maincontent {
	margin-left: auto;
	margin-bottom: 60px;
	margin-right: auto;
	border-style: solid;
	border-color: white;
	border-width: 3px;
	color: white;
	margin-top: auto;
	padding: 10px;
	clear: both;
	width: 100%;
	border-radius: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3f3f3f),
		to(#7f7f7f));

	padding-left: 60px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-top: 30px;
	clear: both;
	width: 80%;
}

#left {
	float: left;
	width: 30%;
}

#right {
	float: left;
	height: auto;
	width: 70%;
}

#footer {

}

li {
	list-style-type: square;
}

#maincontent a {
	line-height: 60px;
	text-shadow: 0px -1px #575757;
	background-color: white;
	font-size: 24px;
	margin-top: 40px;
	color: #939393;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	padding: 10px;
	border-radius: 30px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;

}

#maincontent h1 {
	font-size: 55px;
	text-align: left;
	text-shadow: 0px -1px #b5b5b5;
	color: white;
}

