@charset "UTF-8";
@font-face{ 
	font-family: 'clavobook';
	src: url('fonts/clavobook.eot');
	src: url('fonts/clavobook.eot?#iefix') format('embedded-opentype'),
	url('fonts/clavobook.woff') format('woff'),
	url('fonts/clavobook.ttf') format('truetype'),
	url('fonts/clavobook.svg#webfont') format('svg');
}

/* CSS Michael Steger */

/* CSS_RESET START */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
	font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* CSS_RESET END */

body {
	background: #d9d9d9;
	font-family: clavobook, Arial, sans-serif;
	font-size: 1.0em;
}

h1 {
	color: #007b77;
	font-size: 3.0em;
	padding: 0px 0px 50px 0px;
}

strong {
	font-weight: normal;
	color: #007b77;
}

p {
	line-height: 1.3em;
}


#content {
	width: 960px;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(145,151,146,0.7);
	-moz-box-shadow: 10px 10px 10px 0px rgba(145,151,146,0.7);
	box-shadow: 10px 10px 10px 0px rgba(145,151,146,0.7);
}

#welcome {
	min-height: 560px;
	/* Permalink - use to edit this gradient: http://colorzilla.com/gradient-editor/#007b77+0,00968f+50,3fb0a8+65,00968f+80,007b77+100 */
	background: #007b77; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #007b77 0%, #00968f 50%, #3fb0a8 65%, #00968f 80%, #007b77 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#007b77), color-stop(50%,#00968f), color-stop(65%,#3fb0a8), color-stop(80%,#00968f), color-stop(100%,#007b77)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #007b77 0%,#00968f 50%,#3fb0a8 65%,#00968f 80%,#007b77 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #007b77 0%,#00968f 50%,#3fb0a8 65%,#00968f 80%,#007b77 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #007b77 0%,#00968f 50%,#3fb0a8 65%,#00968f 80%,#007b77 100%); /* IE10+ */
	background: linear-gradient(135deg,  #007b77 0%,#00968f 50%,#3fb0a8 65%,#00968f 80%,#007b77 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007b77', endColorstr='#007b77',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#welcome_logo {
	padding: 130px 0px 0px 50px;
	width: 480px;
	float: left;
}

#tagline {
	margin: 20px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 2.0em;
	text-align: center;
}

#welcome_michael_steger {
	float: right;
}

#kompetenz {
	min-height: 500px;
	max-height: 585px;
	background: url(pics/background_1.jpg) right bottom no-repeat; 
}

#kompetenz_text {
	padding: 50px 0px 0px 50px;
	width: 480px;
	float: left;
}

#kompetenz_logo {
	float: right;
	margin: 50px 50px 0px 0px;
	text-align: center;
}

#service {
	min-height: 600px;
	max-height: 640px;
	background: url(pics/background_2.jpg) left bottom no-repeat; 
}

#service_text {
	margin: 50px 50px 0px 0px;
	width: 480px;
	float: left;
	position: relative;
	left: 430px;
}

#service_logo {
	position: relative;
	left: -570px;
	bottom: -50px;
	margin: 0px;
	text-align: center;
}


#philosophie {
	background: #fff; 
}

#philosophie_text {
	margin: 0px 240px 0px 240px;
	padding: 50px 0px 50px 0px;
	width: 480px;
}

#philosophie_logo {
	text-align: center;
	padding: 0px 0px 50px 0px;
}

#erste_klasse {
	background: #007b77;
	min-width: 100%;
	min-height: 500px;
}

#erste_klasse h1,#erste_klasse p, #erste_klasse_formular {
	color: #fff;
}

#erste_klasse_text, #erste_klasse_formular{
	margin: 0px 240px 0px 240px;
	padding: 30px 0px 40px 0px;
	width: 480px;
}

label {
    width: 200px;
    display: block;
    float: left;
}

input, textarea, button {
	border: none;
	background: #fff;
}

button {
	font-family: clavobook, Arial, sans-serif;
	font-size: 1.0em;
	min-width: 200px;
	min-height: 30px;
}

button:mouseover {
	background: d83559;
}

input#Name, input#Email, input#Telefon {
    width: 150px;
    display: block;
    float: right;
	position: relative;
	left: -150px;
}

legend, label, textarea {
	margin: 0px 0px 10px 0px;
}


#kontakt {
	min-height: 600px;
	max-height: 640px;
	background: url(pics/background_3.jpg) left bottom no-repeat; 
}

#kontakt_text {
	margin: 50px 50px 0px 0px;
	width: 480px;
	float: left;
	position: relative;
	left: 430px;
}

a:link, a:visited	{
			color: #000000;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
			}

a:hover		{
			color:				#ffffff;
			background:			#007b77;
			}

a:active		{
			color:				#ffffff;
			background:			#d83559;
			}


#impressum {
	background: #fff; 
}

#impressum_text {
	margin: 0px 50px 0px 50px;
	color: #919792;
}

#impressum_logo {
	text-align: center;
	padding: 25px 0px 25px 0px;
}
