﻿/*
	Werbestudio-Mack
	Kunde: ppva.de - Poly Produkt Vertrieb Angelbachtal
	
	blau:		006ab2
	grau:		666
	hellgrau:	e8e9ea

*/

html
{
	overflow: auto;
	height:100%;
}

body
{
	font-size: 100.01%;
	font-family: Arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #E8E9EA  url(../images/back/navi_back.jpg) repeat-y;
	height:100%;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// SEITENLAYOUT ////////// */

#logoobenlinks
{
	position: absolute;
	z-index: 10;
	left: 0.3em;
	top: 0.3em;
} 

#navigation
{
	float: left;
	width: 200px;
	margin: 35px 0 0 0;
}

#inhalt
{
	height:100%;
	margin: 0 0 0 200px;
	padding: 0.5em;
	background-color: #e8e9ea;
	font-size: 0.8em;
	color: #000;
	width:799px;
}

.picture {
	
	background-position:500px bottom;
	background-repeat:no-repeat;
	position:fixed;
	margin-bottom: 20px;

}


#banner
{
	color: #fff;
	background: #006ab2;
	height: 74px;
	margin: 0;
	padding: 0;
}

#bannertable
{
	width: 100%;
	height: 37px;
	background: #006ab2;
	color: #fff;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// BILDER RAHMEN ////////// */

.bildrahmen
{
	padding: 1px;
	border: 1px solid #006ab2;
	margin: 5px 0 3px 0;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// LAUFTEXT / MARQUEE ////////// */

#lauftext
{
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// ÜBERSCHRIFTEN ////////// */

h1
{
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	background: transparent;
}

h5
{
	color: #000;
	background: transparent;
	font-size: 1.1em;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// LINKS ////////// */

a:link
{
	text-decoration: none;
	color: #006ab2;
}

a:visited
{
	text-decoration: none;
	color: #006ab2;
}

a:hover
{
	text-decoration: none;
	color: #ff0000;
}

a:active
{
	text-decoration: none;
	color: #000;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// FORM FELDER INPUT / TEXTAREA / BUTTON ////////// */

input.texteingabe
{
	width: 100px;
	border: 1px solid #006ab2;
	color:	#006ab2;
	margin: 0;
	background: #e8e9ea; 
}

.folieauswahl
{
	width: 100px;
	border: 1px solid #006ab2;
	color:	#006ab2;
	margin: 0;
	background: #e8e9ea; 
}

.senden
{
	border: 1px solid #006ab2;
	color:	#006ab2;
	margin: 0;
	background: #fff; 
	cursor: pointer;
}

.summe
{
	width: 90px;
	color:	#006ab2;
	font-weight: bold;
	margin: 0;
	background: #e8e9ea; 
	border-bottom: 2px solid #000;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.texteingabeklein
{
	width: 50px;
	border: 1px solid #006ab2;
	color:	#006ab2;
	margin: 0;
	background: #e8e9ea; 
	text-align: center;
}

/* ////////// ////////// ///////// ///////// ////////// ///////// ///////// ////////// KONTAKT ////////// */

#kontakt1
{
	list-style: none;
}

#kontakt1 li
{
/*	display: inline; */
	padding: 0 5em 0 0;
}