/*Website gp-marine.com
Autor: Jacqueline Udry
Version 1.0 12.12.06

- verknüpfte Dateien -
Bilder im Kopfbereich: images/head_aktuell.jpg, head_bilder.jpg, head_bso.jpg, head_kontakt.jpg, head_motoren.jpg, head_referenzen.jpg, 
head_reparatur.jpg, head_service.jpg, head_link.jpg, head_test.jpg, head_uns.jpg, head_winter.jpg

- Farben -
Türkis: Hex #008782, RGB (0/135/130)	/ Logo, Navigationshintergrund, Links innerhalb Seite, Fusszeilenhintergrund
Hell Türkis: HEX #66B7B4, RGB(102/183/180) / Rollover-Hintergrund für Navigation
Weiss: Hex #FFFFFF, RGB (255/255/255) / Links innerhalb der Navigation / Seitenhintergrund
Schwarz: Hex #000000, RGB (0/0/0) / Fliesstext

- Verwendung der Farben -
Fliesstext: #000000
Ueberschrift h1: #008782
Ueberschrift h2: #008782
Ueberschrift h3: #000000
Ueberschrift h4: #FFFFFF / HG #008782
Link-Farbe in der Navigation: #FFFFFF;
Link-Farbe Rollover in der Navigation: HG #66B7B4 / Unternavigation "underline";
Link-Farbe im Inhalt: #008782;
Seitenhintergrund: #FFFFFF;
Navigationshintergrund: #008782
Fusszeilenhintergrund: #008782

- Haupt-Container -
#scrollbereich: ist nötig für den IE, damit die Seite ohne den Kopfbereich scrollt.
#container: enthält die Container #spalte_re und #inhalt
	#spalte_re: seitliche Navigation mit Linkboxen
	#inhalt: Seiteninhalt
	#status: Fusszeile
#kopf: enthält den Container für das Kopfbild mit Logo und die Navigation

- Spezielles Stylesheet für den Internetexplorer -
vorlage_ie.css und vorlage_ie7.css
*/

html, body, div, p, table, td, form, input, select, textarea,h1, h2, h3, h4, h5 a	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:150%;
}
body {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
}
h1	{
	font-size:14px;
	color:#008782;
	margin:0px 4px 10px;
	text-transform:uppercase;
}
h2	{
	font-size:13px;
	line-height:normal;
	color:#008782;
	margin:20px 4px 6px;
	clear:left;
}
h3	{
	margin:12px 4px 6px;
	font-size:12px;
	clear:left;
}
h3 span	{
	font-weight:normal;
}
h4	{
	font-size:11px;
	line-height:100%;
	color:#FFFFFF;
	margin:0px 0px 5px;
	padding: 3px 10px;
	text-align:left;
	background-color:#008782;
}
p	{
	margin:0px 4px 12px;
}
/*--Absatz der auf einen h2-Titel folgt--*/
p + h2	{
	margin-top: 30px;
}
p.klein	{
	font-size:10px;
	margin:0px 4px 18px;
	line-height:130%;
}
table	{
	width:600px;
	margin:0px 4px;
	border:none;
	border-collapse:collapse;
}
td	{
	vertical-align:top;
	padding:4px 10px 0px 0px;
}
td.re	{
	text-align:right;
	padding: 4px 0px 0px;
}
a	{
	color:#008782;
	text-decoration:none;
}
a:hover	{
	text-decoration:underline;
}
a.klein	{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}
a.klein:hover	{
	color:#FFFFFF;
	text-decoration:none;
}
img	{
	border:none;
}
img.li	{
	float:left;margin:5px 20px 10px 2px;
}
img.re	{
	float:right;margin:5px 0px;
}
.fett	{
	font-weight:bold;
}
/*--zentriert das Layout--*/
#container	{
  width:880px;
	text-align:left;
	background-image:url(images/hintergrund.jpg);
	margin:auto;
	margin-top:160px;
	border:1px solid #008782;
}
#bildprint	{
	display:none;
}
/*--Formatierungen für den Kopfbereich mit Navigation,  bleibt beim Scrollen stehen--*/
#kopf	{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-441px;
	width:880px;
	height:160px;
	border-left:1px solid #008782;
	border-right:1px solid #008782;
}
html>body #kopf {  /* nur fuer moderne Browser! */
    position: fixed;
}  
#bild	{
	width:880px;
	height:110px;
	text-align:left;
}
#navcontainer	{
	width:880px;
	height:30px;
	background-color:#008782;
	text-align:left;
}
#navcontainer ul
{
padding-left: 10px;
margin: 0.3em 0px;
background-color: #008782;
color: #FFF;
float: left;
width: 860px;
}
#navcontainer ul li
{
display: inline;
}
#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #008782;
color: #FFF;
font-weight:bold;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
background-color: #66B7B4;
color: #fff;
}
#navcontainer ul li a.current
{
color: #000;
}
/*--Formatierungen für die Unternavigation--*/
#unav	{
	width:880px;
	height:20px;
	background-color: #66B7B4;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #008782;
}
#unav ul
{
padding-left: 10px;
margin: 0px;
float: left;
}
#unav ul li
{
display: inline;
}
#unav ul li a
{
padding: 0.2em 1em;
color: #fff;
text-decoration: none;
float: left;
}
#unav ul li a:hover
{
text-decoration:underline;
}
#unav ul li a.current
{
color: #000;
}
/*--Formatierungen für die rechte Spalte--*/
#spalte_re	{
	width:200px;
	float:right;
	margin:10px 0px 20px;
	/*position:relative, wenn spalte_re nicht mitscrollen soll*/
}
.linkbox	{
	width:180px;
	border:1px solid #008782;
	margin:10px;
}
.linkbox p	{
	font-size:11px;
	padding:0px 0px 3px 10px;
	margin:0px;
	}

/*--Formatierungen für den eigentlichen Inhalt--*/
#inhalt	{
	margin: 20px 240px 20px 20px;
	text-align:left;
}
html>body #inhalt {  /* nur fuer moderne Browser! */
    padding-top: 2px;
}
/*--Fusszeile--*/
#status	{
	width:880px;
	height:20px;
	color:#FFFFFF;
	background-color:#008782;
	clear:both;
}
#druck {
	text-align:right;
}
