﻿/******************************
	Reset Defaults
 ******************************/
* {margin: 0; padding: 0}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, 
font, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption 
{border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline}
ul { list-style: none}
table {	border-collapse: separate; border-spacing: 0}
caption, th, td { text-align: left;	font-weight: normal}
/******************************
	Defaults
******************************/
html, body {font-family: Arial, Helvetica, sans-serif; color:#666; background:#fff;font-size:12px}
/************************
	textformatierung
************************/
p {margin:10px 0}
a {outline:none; color:#333}
a:hover {color:#f2932e}
h1 {font-size:36px}
p {font-size:18px}
/************************
	intro-startseite
************************/
#intro {margin: -150px 0 0 -300px;position:absolute;top: 50%;left: 50%;width: 600px;height: 300px; text-align:center; }
@media only screen and (max-width: 599px) {#intro {margin: 50px 20px; top:0;left:0;position:relative;width: 320px;height: 100%; text-align:left}