/* CSS Document */
/* Layoutstruktur */
* {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	list-style: none;
	outline-style: none;
	text-decoration: none;
}
html, body {
    	min-height: 100%;
    	min-width: 100%;
    	height: 100%;
    	width: 100%;
}
html>body, html>body {
    	height: auto;
    	width: auto;
}
body {
	overflow: hidden;
	min-width: 954px;
	font-family: "Microsoft Sans Serif", Verdana, Arial Narrow, sans-serif;
	font-size: 100.01%;
	background: rgb(157,165,207);
	text-align: center;
}
#ganz {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
}
#seite {
	position: relative;
	width: 954px;
	height: 600px; 
	margin: -300px auto auto auto;
	background: rgb(255,225,105);
/*
	background: rgb(22,5,110) url(../bilder/inhalt_hg.jpg) no-repeat 150px 168px;

*/	text-align: left;
}
#kopf {
	position: absolute;
	width: 954px;
	height: 170px;
	top: 0;
	left: 0;
	background-color: rgb(0,0,102);
	background-image: url(../bilder/kopf_li.jpg);
	overflow: hidden;
	z-index: 10;
}

#haupttitel {
	position: absolute;
	top: 0;
	left: 0;
	width: 954px;
	height: 170px;
	z-index: 12;
}
#haupttitel img {
	width: 954px;
	height: 170px;
}
/* Navigationsformatierungen */
#navi {
	position: absolute;
	width: 154px;
	height: 430px; 
	top: 170px;
	left: 0;
	z-index: 4;
	background-color: rgb(22,5,110);
}
#hauptnav {
	margin-top: 36px;
	background-color: transparent;
}
#hauptnav li {
	width: 146px;
}
#hauptnav a {
	display: block;
	width: 146px;
	height: 22px;
	line-height: 22px;
	text-indent: -2000px;
	overflow: hidden;
}
/* Ausblenden Subnavi ausser bei Galerie */
#home #subnav, #ziele #subnav, #info #subnav, #kontakt #subnav, #impressum #subnav {
	display: none;
}
#subnav a {
	height: 20px;
}
/* Buttons Hauptnavigation Hover-Bilder im Li-Tag */
#nav-home {
	background-image: url(../bilder/nav_buttons/home_hov.gif);
}
#nav-ziele {
	background-image: url(../bilder/nav_buttons/ziele_hov.gif);
}
#nav-info {
	background-image: url(../bilder/nav_buttons/info_hov.gif);
}
#nav-galerie {
	background-image: url(../bilder/nav_buttons/galerie_hov.gif);
}
#nav-kontakt {
	background-image: url(../bilder/nav_buttons/kontakt_hov.gif);
}
#nav-impressum {
	background-image: url(../bilder/nav_buttons/impressum_hov.gif);
}

/* Buttons Hauptnavigation Normalbilder im A-Tag */
#nav-home a {
	background-image: url(../bilder/nav_buttons/home.gif);
}
#nav-ziele a {
	background-image: url(../bilder/nav_buttons/ziele.gif);
}
#nav-info a {
	background-image: url(../bilder/nav_buttons/info.gif);
}
#nav-galerie a {
	background-image: url(../bilder/nav_buttons/galerie.gif);
}
#nav-kontakt a {
	background-image: url(../bilder/nav_buttons/kontakt.gif);
}
#nav-impressum a {
	background-image: url(../bilder/nav_buttons/impressum.gif);
}

/* Ausschalten Buttons Hauptnavigation im A-Tag bei Hover */
#nav-home a:hover, 
#nav-ziele a:hover, 
#nav-info a:hover, 
#nav-galerie a:hover, 
#nav-kontakt a:hover, 
#nav-impressum a:hover {
	background-image: none;
}

/* Buttons Subnavigation Hover-Bilder im Li-Tag */
#nav-aquarelle {
	background-image: url(../bilder/nav_buttons/aquarelle_hov.gif);
}
#nav-skulpturen {
	background-image: url(../bilder/nav_buttons/skulpturen_hov.gif);
}
#nav-malerei {
	background-image: url(../bilder/nav_buttons/malerei_hov.gif);
}
#nav-zeichnung {
	background-image: url(../bilder/nav_buttons/zeichnung_hov.gif);
}
#nav-spezialtech {
	background-image: url(../bilder/nav_buttons/spezialtech_hov.gif);
}

/* Buttons Subnavigation Normalbilder im Link */
#nav-aquarelle a {
	background-image: url(../bilder/nav_buttons/aquarelle.gif);
}
#nav-skulpturen a {
	background-image: url(../bilder/nav_buttons/skulpturen.gif);
}
#nav-malerei a {
	background-image: url(../bilder/nav_buttons/malerei.gif);
}
#nav-zeichnung a {
	background-image: url(../bilder/nav_buttons/zeichnung.gif);
}
#nav-spezialtech a {
	background-image: url(../bilder/nav_buttons/spezialtech.gif);
}

/* Ausschalten Buttons Subnavigation im Link bei Hover */
#nav-aquarelle a:hover, 
#nav-skulpturen a:hover, 
#nav-malerei a:hover, 
#nav-zeichnung a:hover, 
#nav-spezialtech a:hover {
	background-image: none;
}

/*  Hervorhebung der aktuellen Sektion in der Menueleiste */
#home #nav-home a, 
#ziele #nav-ziele a, 
#info #nav-info a, 
#galerie #nav-galerie a,
#aquarelle #nav-aquarelle a,
#skulpturen #nav-skulpturen a,
#malerei #nav-malerei a,
#zeichnung #nav-zeichnung a,
#spezialtech #nav-spezialtech a,
#kontakt #nav-kontakt a,
#impressum #nav-impressum a
	{
	background-image: none;
}

/* Zur�ck�ndern der Subnavigation f�r Galerieseite */
#galerie #subnav #nav-aquarelle a {
	background-image: url(../bilder/nav_buttons/aquarelle.gif);
}
#galerie #subnav #nav-skulpturen a {
	background-image: url(../bilder/nav_buttons/skulpturen.gif);
}
#galerie #subnav #nav-malerei a {
	background-image: url(../bilder/nav_buttons/malerei.gif);
}
#galerie #subnav #nav-zeichnung a {
	background-image: url(../bilder/nav_buttons/zeichnung.gif);
}
#galerie #subnav #nav-spezialtech a {
	background-image: url(../bilder/nav_buttons/spezialtech.gif);
}
/* Buttons Subnavigation im Link Galerieseite */
#galerie #subnav #nav-aquarelle a:hover, 
#galerie #subnav #nav-skulpturen a:hover, 
#galerie #subnav #nav-malerei a:hover, 
#galerie #subnav #nav-zeichnung a:hover, 
#galerie #subnav #nav-spezialtech a:hover {
	background-image: none;
} 

/* Inhaltsbereich */
#inhalt {
	position: absolute;
	left: 154px;
	top: 170px;
	width: 800px;
	height: 430px;
	background-image: url(../bilder/inhalt_hg.jpg);
	text-align: center;
	z-index: 3;
}
#gal-ueber {
	margin: 24px auto auto auto;
/*
	margin: 20px auto auto auto;

*/}
#bilder {
	position: relative;
	width: 600px;
	height: 330px; 
	margin: 24px auto 0 auto;
}
#bilder img {
	display: block;
	margin: 0 auto 0 auto;
}
#bild-1, #bild-2, #bild-3, #bild-4 {
	position: absolute;
	width: 49%;
	height: 40%;
}
#bild-1 {
	top: 0px;
	left: 0px;
}
#bild-2 {
	top: 0px;
	left: 50%;
}
#bild-3 {
	top: 56%;
	left: 0px;
}
#bild-4 {
	top: 56%;
	left: 50%;
}
#bild-gro {
	top: 0px;
	left: 0px;
	width: 100%;
}
#malerei #bild-1 {
	width: 220px;
	height: 90%;
}
#malerei #bild-2 {
	top: 0px;
	left: 236px;
	width: 375px;
	height: 90%;
}
/*
#spezialtech #bild-gro {
	margin: 72px auto 0 auto;
}

*/#spezialtech #bild-1 {
	top: 72px;
	left: 0px;
	width: 200px;
	height: 90%;
}
#spezialtech #bild-2 {
	top: 72px;
	left: 260px;
	width: 160px;
	height: 90%;
}
#spezialtech #bild-3 {
	top: 72px;
	left: 420px;
	width: 160px;
	height: 90%;
}

/* Seiten�berschriften - Grafiken */
#ziele h1 {
	background-image: url(../bilder/titel_ziele.gif);
}
#info h1 {
	background-image: url(../bilder/titel_info.gif);
}
#aquarelle h1 {
	background-image: url(../bilder/titel_aquarelle.gif);
}
#zeichnung h1 {
	background-image: url(../bilder/titel_zeichnung.gif);
}
#skulpturen h1 {
	background-image: url(../bilder/titel_skulpturen.gif);
}
#malerei h1 {
	background-image: url(../bilder/titel_malerei.gif);
}
#spezialtech h1 {
	background-image: url(../bilder/titel_spezialtech.gif);
}
#kontakt h1 {
	background-image: url(../bilder/titel_kontakt.gif);
}
#impressum h1 {
	background-image: url(../bilder/titel_impressum.gif);
}
/* Textformatierungen */
h1, h2, h3, h4, h4 a, h4 a:visited, p {
	color: rgb(0,51,153);
}
h1 {
	margin: 5px auto 0px auto;
	background-position: center;
	font-size: 25px;
	text-indent: -3000px;
}

h2 {
	margin: 25px auto 10px auto;
	font-size: 22px;
	font-weight: normal;
	color: rgb(0,51,153);
}
h3 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px auto 10px auto;
}
#spezialtech h3.kleiner {
	font-size: 13px;
}
#zeichnung h3.kleiner {
	font-size: 12px;
}
h3 #span-li, h3 #span-re {
	position: absolute;
	display: block;
	font-size: 14px;
}

h3 #span-li {
	left: 0px;
	width: 220px;
}
h3 #span-re {
	left: 238px;
	width: 380px;
}
h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
h4.gro {
	font-size: 28px;
}
h4 a:hover {
	color: rgb(157,165,207);
}
p {
	font-size: 14px;
	line-height: 20px;
	margin: 14px 60px auto 70px;
	font-weight: bold;
	text-align: center;
}
#fuss {
	position: absolute;
	left: 100px; 
	bottom: 8px;
	width: 600px;
	height: 20px; 
	text-align: center;
}
#fuss p {
	font-size: 13px;
	line-height: 14px;
	margin: 0px auto 0px auto;
}
#kontakt #fuss {
	position: relative;
	left: 0px; 
	width: auto;
	top: 20px;
/*	bottom: auto;
	width: 600px;

*/	height: 20px; 
	text-align: center;

}
#kontakt #fuss p {
	font-size: 14px;
}
.anweis {
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	margin: 0px auto 0px auto;
}
#kontakt p.anweis {
	margin: 8px 40px 0px 100px;
	font-style: normal;
	text-align: left;
}
#fuss p a, #fuss p a:visited, #fuss p a:active {
	margin-left: 20px;
	margin-right: 20px;
	color: rgb(0,51,153);
	font-style: normal;
}
#fuss p a:hover {
	color: rgb(157,165,207);
}
#ziele p {
	text-align: left;
}
/* Kontaktformular */
form {
	width: 600px;
	margin: 24px auto 0 auto;
}
label {
 	text-align: right; 
 	padding-right: 10px;
	font-size: 14px;
	font-weight: bold;
	width: 190px; 
	height: 18px;
}
label, input, textarea { /* Alle Labels UND Formularelemente ausw�hlen */
  	display: block;
	margin-top: 8px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
  	float: left;
	color: rgb(0,51,153);
/*
	line-height: 24px;

*/	vertical-align: middle;
}
input {
	width: 200px;
	height: 16px;
}
form br { 
  	clear: left; /* floating der labels und inputs aufheben */
}

input, textarea {
	background: transparent; 
	font-size: 14px;
	font-weight: bold;
	border: rgb(0,51,153) 1px solid;

}
textarea {
	width: 340px; 
	height: 140px;
	overflow: hidden;
}
#submit { 
	position: relative;
	left: 200px;
	text-align: center;
	margin: 8px auto auto auto;
	padding: 0px;
  	width: 100px;
	height: 26px;
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	border: none 0px;
	outline-style: none;
	cursor: pointer;
}

