/***********************************************/
/*    Muster Ivory                          */
/***********************************************/ 
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #9593B4;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9593B4;
	text-decoration: underline;
}

body {
	background-color: #2A3F76;
	background-image: url(bilder/Hintergrund_Segel.jpg);
	background-repeat: no-repeat;
}
/* Das ist der Header, der auf die Startseite verlinkt ist*/
#header {
	position:absolute;
	visibility:visible;
	left:28px;
	top:28px;
	width:198px;
	height:134px;
	layer-background-color:none;
	z-index:2;
	
}
/* Das ist der Ebenenrahmen für die Hauptnavigation*/
#hauptnavi {
	position:absolute;
	visibility:visible;
	left:254px;
	top:28px;
	width:510px;
	height:43px;
	layer-background-color:#2A3FBC;
	border:1px none #000000;
	border:1px none #000000;
	z-index:3;
}
#SubNavi {
	position:absolute;
	left:28px;
	top:190px;
	width:170px;
	height:275px;
	z-index:4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
/* Das ist der große weiße Textrahmen*/
#textrahmen {
	position:absolute;
	visibility:visible;
	left:254px;
	top:90px;
	width:454px;
	background-color:#FFFFFF;
	border:1px none #000000;
	border:1px none #000000;
	z-index:7;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
	color: #2A3F76;
	padding: 28px;
}

/* Das ist der weiße Textrahmen, der eine fixe Größe hat und der hinter dem eigentlichen in der Höhe von der Textmenge abhängigen Textrahmen liegt. Er kommt dann zum Einsatz, wenn die Textmenge kleiner als eine Seite ist. Dann sorgt er dafür, dass der weiße Textrahmen optisch immer mindestens 477 Pixel groß ist. */
#hilfsrahmen {
	position:absolute;
	visibility:visible;
	left:254px;
	top:90px;
	width:510px;
	height:485px;
	background-color:#FFFFFF;
	layer-background-color:#FFFFFF;
	border:1px none #000000;
	border:1px none #000000;
	z-index:6;
}
.Headline_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 15px;
}
.Fliesstext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; }
.Headline_02 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; }
/* Das ist der Ebenenrahmen für den Produktportalbutton, der auf die Machold-Seite verlinkt ist*/
#portalbutton {
	position:absolute;
	visibility:visible;
	left:28px;
	top:500px;
	width:170px;
	height:77px;
	layer-background-color:#2A3FBC;
	border:1px none #000000;
	background-image:url(bilder/Produktportal_button.jpg);
	layer-background-image:url(bilder/Produktportal_button.jpg);
	border:1px none #000000;
	z-index:5;
}
/* Das ist der Rahmen für den Titel der Subnavigation */
#titelsubnavi {
	position:absolute;
	visibility:visible;
	left:36px;
	top:198px;
	width:190px;
	height:10px;
	background-color:#2A3F76;
	layer-background-color:#2A3FBC;
	border:1px none #000000;
	border:1px none #000000;
	z-index:6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
}
.Stil3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9593B4;
	text-decoration: underline;
}
/*Hier wäre eine Stilvorlage, falls man das Hellblau der Links zu hell findet für so lange Texte, wie bei den Download-Dokumenten*/
.downloadlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#2A3F76;
}
