/* Stylesheet zur grundlegenden Formatierung
-------------------------------------------------------------------------------- */

/* Importieren der weiteren Stylesheets */
@import url(navi.css);


/* Normalisieren der Browser Default Styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Headlines auf Dokumentschriftgroesse setzen */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Listenpunkte ausschalten */
ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}

.clearfix:after { /* automatisches Clearing von Floats */
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

.clear {
	clear: both;
}
/* Layout */

body {
	background: #ffffff url(/media/images/bg-verlauf.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #0C419A;
}

a:hover {
	text-decoration: underline;
	background-color: #cdd9ea;
}

.clearer {
	clear: both;
}

.right {
	float: right;
}

#pageWrapper {
	margin: 0 auto;
	width: 882px;
}

a.pfeilGrau {
	background: transparent url(/media/images/pfeil-grau.gif) left 3px no-repeat;
	padding-left: 10px;
	color: #757575;
	display: block;
}

a.pfeilGrau:hover {
	color: #757575;
}

a.pfeilRot {
	background: transparent url(/media/images/pfeil-rot.gif) left center no-repeat;
	padding-left: 10px;
	color: #fd2111;
}

a.pfeilRot:hover {
	color: #fd2111;
}

a.pfeilGruen {
	background: transparent url(/media/images/pfeil-gruen.gif) left center no-repeat;
	padding-left: 10px;
	color: #027752;
}

a.pfeilGruen:hover {
	color: #027752;
}

a.pfeilGelb {
	background: transparent url(/media/images/pfeil-gelb.gif) left center no-repeat;
	padding-left: 10px;
	color: #ff9900;
}

a.pfeilGelb:hover {
	color: #ff9900;
}

a.pfeilBlau {
	background: transparent url(/media/images/pfeil-blau.gif) left center no-repeat;
	padding-left: 10px;
	color: #0f439b;
}

a.pfeilBlau:hover {
	color: #0f439b;
}

.divider {
	border-bottom: 1px solid #757575;
	margin: 0 0 2px 0;
	padding: 2px 0 0 0;
}


/* HEADER
-------------------------------------*/

h1.branding a {
	text-indent: -999px;
	display: block;
	background: transparent url(/media/images/pilot-logo.gif) 15px bottom no-repeat;
	height: 58px;
	width: 142px;
	padding-top: 12px;
}

h1.branding a:hover {
	background-color: transparent;
}

#header {
	width: 882px;
	background: transparent url(/media/images/bg-header.jpg) 157px top no-repeat;
	height: 103px;
}

/* CONTENT-BEREICH
-------------------------------------*/
#contentWrapper {
	width: 880px;
	border-left: 1px solid #dbe3f0;
	border-right: 1px solid #dbe3f0;
	background-color: #FFFFFF;
	float: left;
}

#breadcrumb {
	margin-left: 20px;
	margin-bottom: 1em;
	font-size: 70%;
	color: #0c419a;
}

#content {
	width: 592px;
	float: left;
	border: none;
	margin-left: 20px;
	margin-top: 10px;
	display: inline;
	font-size: 80%;
	margin-bottom: 1em;
}


.produkte #content {
	width: 519px;
}

#content h2, #productDetailWrapper h2 {
	color: #0c419a;
	margin-bottom: 1.2em;
}

#content h2.h2Begreen {
	margin-bottom: 2em;
	font-size: 120%;
}

#content h3 {
	color: #0c419a;
	margin-bottom: 1em;
}

#content p, #productDetailWrapper p {
	margin-bottom: 1em;
}

#content ol {
	list-style-type: decimal;
	margin-left: 25px;
}

#content blockquote {
	margin-left: 25px;
	text-indent: -26px;
}

.text {
	font-size: 8pt; 
	color: #757575
}

.geschichte {
	position:absolute; 
	left:430px; 
	top:345px; 
	width:330px;
	height:52px; 
	z-index:1; 
	visibility: hidden;
	font-size: 8pt; 
	color: #757575
}

table.formular td {
	padding: 0 5px;
}

#farbanzeige {
	margin-bottom: 2em;
}

.borders {
	border-left: 1px solid #aec0dd;
	border-right: 1px solid #aec0dd;
}

table.products {
	border-collapse: separate;
	border-spacing: 20px;
}

table.products td {
	padding: 10px 0;
	font-size: 8pt;
	border-bottom: 1px solid #aec0dd;
	text-align: center;
	vertical-align: bottom;
	width: 25%;
}

table.products td.last {
	border-bottom: none;
}

table.products td.hellblau {
	background-color: #ebf0f6;
}

table.products td p {
	line-height: 17px;
	margin: 0 !important;
}

table.products td p a {
	text-decoration: none;
}

table.products td p a:hover {
	text-decoration: none;
	background-color: transparent;
}

table.products td p a.pfeil {
	background: transparent url(/media/images/pfeil-rot.gif) no-repeat scroll left 3px;
	padding-left: 10px;
}
table.products td p a.pfeil:hover {
	text-decoration: underline;
	background-color: #CDD9EA;
}

table.products td p a span {
	display: block;
	margin: 15px 0 0 0;
}

table.productDetails {
	float: left;
	width: 420px;
}


/* PORTLETS
-------------------------------------*/
#portletWrapper {
	width: 227px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	display: inline;
}

.produkte #portletWrapper {
	width: 240px;
}

.produkte #portletWrapper p {
	text-align: center;
}

.portlet {
	margin-bottom: 1.5em;
	background: transparent url(/media/images/bg-portlet.gif) left bottom no-repeat;
	padding-bottom: 3px;
}

.aktion {
	margin-bottom: 1.5em;
}

.portlet h2,
.aktion h2 {
	background: transparent url(/media/images/bg-portlet-h2.gif) left top no-repeat;
	height: 18px;
	width: 202px;
	color: #0c419a;
	font-weight: normal;
	font-size: 80%;
	margin-bottom: 7px;
	padding: 3px 0 0 25px;
}

.aktion h2 {
	margin-bottom: 0;
}


.portlet h2.h2aktion a{
	color: #0c419a;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	margin-left: 0px;
	padding: 0;
}

.portlet h2.h2aktion a:hover{
	background: none;
}



.portlet p {
	margin: 0 7px 1em 7px;
	color: #0c419a;
	font-size: 80%;
}

.portlet a {
	font-size: 80%;
	margin: 0 7px 0 7px;
}

.portlet form,
.portlet img,
.portlet div {
	margin: 0 7px 0 7px;
}

.portlet .spot  {
	margin: 0;
}

.portlet .spot a,
.portlet .spot a:hover {
	background-color: #fff;
}

/* Neuheiten auf der Startseite
-------------------------------------------------------------------------------*/
/*
#neuheitenWrapper  {
	 background: transparent url(/media/images/css/bg-neuheiten.jpg) left top no-repeat;
	float: left;
	width: 558px;
	height: 264px;
	padding: 12px 0 0 9px;
}

 
 #neuheitenWrapper .neuheit  {
	float: left;
	width: 173px;
	margin: 0 14px 0 0;
}

#neuheitenWrapper .last  {
	margin-right: 0;
}
*/

.scrollableWrapper {
	position: relative;
}

.scrollable h2  {
	color: red !important;
	margin-bottom: 5px !important;
	padding: 0;
	position: absolute;
	top: 7px;
	left: 13px;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 567px;
	height:280px;
	background: transparent url(/media/images/css/bg-neuheiten.jpg) left top no-repeat;
}


.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:558px;
	padding: 0 0 0 10px;
}

.scrollable img {
	float:left;
	margin:31px 5px 20px 2px;
	padding:2px;
	width:173px;
	height:232px;
}

.scrollable .active {
	position:relative;
	cursor:default;
}

a.prev {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 480px;
	background: transparent url(/media/images/css/pfeil_links.gif) left 5px no-repeat;
}

a.next {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 520px;
	background: transparent url(/media/images/css/pfeil_rechts.gif) left 5px no-repeat;
}

a.browse {
	xbackground:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	z-index: 50;
}



/*FILM LAYER
-------------------------------------------------------------------------------*/
#layer, #layer2 {
	display: none;
	/*position: absolute;
	left: 80px;
	top: 100px;*/
	width: 510px;
	height: 380px;
	background-color: #ffffff;
	border: 1px solid #0c419a;
	z-index: 5000;
	position:absolute; 
	margin-left: -260px; 
	top: 50%; left: 50%; 
	margin-top: -170px;
}

#layer h1 {
	position: absolute;
	left: 10px;
	top: 3px;
	color: #0c419a;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#layer2 h1 {
	position: absolute;
	left: 10px;
	top: 3px;
	color: #0c419a;
	font-size: 0.9em;
	margin: 38px 0 0 10px;
	padding: 0;
}

#layer p, #layer2 p {
	margin: 0;
	padding: 0;
}

#layer #close, #layer2 #close  {
	position: absolute;
	right: 3px;
	top: 3px;
}

#layer #film, #layer2 #film {
	position: absolute;
	top: 80px;
	left: 10px;
}

#layer #info, #layer2 #info {
	position: absolute;
	right: 30px;
	top: 80px;
	width: 130px;
	color: #0c419a;
	font-size: 0.9em;
	height: 300px;
}

#layer #info h2, #layer2 #info h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 15px 0;
}

#layer #info #info_link, #layer2 #info #info_link {
	position: absolute;
	bottom: 30px;
	padding: 0 0 0 12px;
	background: url(/images/startseite/blue_icon.gif) top left no-repeat;
}

#layer #info #info_link a, #layer2 #info #info_link a {
	color: #0c419a !important;
} 

form#wettbewerb {
	width: 80%;
}

form#wettbewerb ol li {
	margin-bottom: 1em;
	padding-bottom: .6em;
	border-bottom: 1px solid #c6d2e7;
	line-height: 25px;
}

/* FOOTER
-------------------------------------*/

#footer {
	clear: both;
	background: transparent url(/media/images/bg-footer.gif) left top no-repeat;
	height: 20px;
	padding-top: 15px;
	width: 882px;
}

/* Fun >> Movies */
.movieWrapper {
	background: white url(/media/images/bg-moviebox-top.gif) top left no-repeat;
	padding-top: 5px;
	margin-bottom: 2em;
}


.innerMovieWrapper {
	padding: 20px;	
	background: white url(/media/images/bg-moviebox-bottom.gif) bottom left no-repeat;
	width: 550px;
}

.movieWrapper .movieLeft {
	float: left;
	width: 265px;
}

.movieWrapper .movieRight {
	float: right;
	width: 265px;
}

.movieWrapper .movie {
	width: 220px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

.movieWrapper .textUnterMovie {
	width: 100%;
	padding: 10px 0 0 0;
	float: left;
}


/* SITEMAP
-------------------------------------*/

.textorangefett {
	color: #fff;
	font-weight: bold;
}

.liste {
	list-style-type: disc;
	margin-left: 15px;
}

.liste li {
	margin-bottom: 0.5em;
}


/* BESTELLFORMULAR Landingpage
-------------------------------------*/
.bestellformular {
	width: 525px;
	border-top: 1px solid #AEC0DD;
}

.bestellformular td {
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px solid #AEC0DD;
}

.bestellformular td.blue {
	background-color: #e6e9ed;
}

.bestellung2 {
	width: 525px;
	border: 1px solid #AEC0DD;
}

/*----- Newsletterbox ---------*/
#newsletterbox{
}

#newsletterbox .element{
	padding-bottom: 10px;
}

#newsletterbox label{
	width: 90px;
	display: block;
	color:#0C419A;
	font-size:80%;
}

#newsletterbox span{
	font-size:80%;
}

#newsletterbox .eingabe{
	width: 160px;
	margin: 0px;
	padding: 0px;
	
}

#newsletterbox .fehler{
	border: 1px solid red;
}

#newsletter_site_form label{
	width: 150px;
	display: block;
	float: left;
}


/*----- Newsletterbox ---------*/

.error {
	color: #ff0000;
	margin: 10px 0;
}
