/* ================================================
Stylesheet für JLCardesign
Datei: jlcardesign.css
Datum: 09.08.2008
Autor: Christiana Kohn

Aufbau: 1 Kalibrierung
		2 Allgemeine Styles
		3 Styles für Layoutbereiche
		4 sonstige Styles
===================================================*/

/* ================================================
		1 Kalibrierung
===================================================*/
* { margin: 0; padding: 0; } 
			
/* ================================================
		2 Allgemeine Styles
===================================================*/

html[xmlns="http://www.w3.org/1999/xhtml"]{height:101%;}
	
	body {
			text-align: center;		
			background-position: center top;	
			background-color: #F9E369;
			color: #344358;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

/* Anlage Links */
			a 			{color: #587195; background-color: transparent; text-decoration:underline;}
			a:link		{color: #587195; background-color: transparent; text-decoration:underline;}
			a:visited	{color: #587195; background-color: transparent; text-decoration:underline;}
			a:focus 	{color: #344358; background-color: transparent; text-decoration:underline;}
			a:hover		{color: #344358; background-color: transparent; text-decoration:none;}
			a:active	{color: #344358; background-color: transparent; text-decoration:underline;}
			
/* Überschriften */
	h1 {	font: 14px Arial, Helvetica, sans-serif; line-height: 1.8em; color: #344358; background-color: transparent;}
	h2 {	font: 16px Arial, Helvetica, sans-serif; line-height: 2em; font-weight: bolder; color: #000000; background-color: transparent;}
	h3 {	font: 14px Arial, Helvetica, sans-serif; line-height: 2em; font-weight: bolder; color: #000000; background-color: transparent;}
	
	/* Absatz */
	p { margin: 0 0 1em 0; }
	
	img { border: none;}
			
	/* listen element */
	ul{
			margin-bottom:0px;
			margin-top:0px;
			margin-left: 25px;
			}
	li {
			list-style-image: url(../images/pfeil.gif);
			list-style-position: outside;
			}
/* ================================================
		3 Styles für Layoutbereiche
===================================================*/

	#wrapper_head{ /* Dieser Container beinhaltet alle Seiteninhalte im Kopf*/
			margin: 0pt auto;
			max-width: 1010px;
			min-width: 1010px;
			height: 610px;
			background-image: url(../images/index.jpg);
			background-repeat: no-repeat;
			background-color: transparent;
			text-align: left;
			overflow: hidden;
			}
			
	#franzis 
			{
			color: #1c2074;
			font-weight: bolder;
			width: 230px;
			height: 170px;
			margin: 90px 0px 0px 70px;
			padding: 10px 0px 0px 5px;
			}
	
	
	#pupasch
			{
			float:right;
			width:250px;
			height: 230px;
			padding: 40px 80px 0px 0px;
			overflow: hidden;
			background-color: transparent;
			text-align: right;
			}
			
			
/* ================================================
		4 sonstige Styles
===================================================*/
			
	/* Sonderformatierungen */
	.text12bkap 	{text-transform: uppercase; font-size: 12px; font-weight: bolder;}
	.text12bblue 	{font-size: 12px; font-weight: bolder; color: #1c2074} 
	.text12borange 	{font-size: 12px; font-weight: bolder; color: #d24f19}
	.text14b 		{font-size: 14px; font-weight: bolder;}
	.text14bred 	{font-size: 14px; font-weight: bolder; color: red;}
	.text9 			{font-size: 9px; }
	.text12i 		{font-size: 12px; font-style: italic;}
