/*
März 2016
*/

* {padding: 0px; margin: 0px;} /* setzt pauschal erst mal alles auf 0 */

a:link { text-decoration:none; color:#f7e0b4; }
a:visited { text-decoration:none; color:#f7e0b4; }
a:hover { text-decoration:underline; color:#f7e0b4; }
a:active { text-decoration:none; color:#f7e0b4; }
a:focus { text-decoration:underline; color:#f7e0b4; }

html {height: 100%;
} /*erzwungener Scrollbalken im firefox */

body {background: #ffffff; font-family:Tahoma,Verdana,Arial,Sans-serif; font-size:14px; color:#f7e0b4;}


#bg {height: auto;
	left: 0px;
	min-height: 100%;
	min-width: 1024px;
	top: 0px;
	width: 100%;}
	
#kontakt{width: 300px;
	float:right;
	position: absolute;
	z-index: 200;
	right: 0px;
	top: 390px;}

h3 {font-family: 'Lobster Two', cursive; font-size:36px;} 