@charset "utf-8";

/*-----------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------

Projekt:
Domain:

Autor: Peter Haluska
Projekt Start:

Letzte Änderung am:
Letzte Änderungen durchgeführt von: Peter Haluska
-------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------
BROWSER RESET
-----------------------------------------------------------------------------------------------------------*/

*{padding:0; margin:0; font-size: 100%; font-weight: normal;}

ul, ol { list-style: none;}

b, strong { font-weight: bold;}

img, a img { border:none;}

/*-----------------------------------------------------------------------------------------------------------
Schriften und Größen
-----------------------------------------------------------------------------------------------------------*/

body {font-family:Tahoma, Geneva, sans-serif;
	font-size:90%;
	line-height:150%;}

h1, h2, h3 { font-family:Tahoma, Geneva, sans-serif; font-weight: bold;}

h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}



/*-----------------------------------------------------------------------------------------------------------
Hyperlinks
-----------------------------------------------------------------------------------------------------------*/

a:link,
a:visited {
	color:#15507a;
	text-decoration:none;}

a:hover,
a:focus,
a:active{
	color:#ca4546;
	font-weight:bold;}

/*-----------------------------------------------------------------------------------------------------------
Grundlayout
-----------------------------------------------------------------------------------------------------------*/
html{
	height:101%;}

body{
	background: #fff;
	text-align:center;
	}

#container {
	width:840px;
	text-align:left;
	margin:40px auto;
	background: url(../layout/bilder/bg-startseite.png) no-repeat;
	min-height:450px;}



/*-----------------------------------------------------------------------------------------------------------
Kopfbereich
-----------------------------------------------------------------------------------------------------------*/

#text {
	padding:200px 410px 0 80px;}

#text2 {
		padding:200px 0px 0 80px;}

h1, h2, h3{ padding: 2em 0 0.5em 0;}
