/* ================================================
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: #1c2074;
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}

/* Anlage Links */
			a 			{color: #1c2074; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:link		{color: #1c2074; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:visited	{color: #3d3a3a; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:focus 	{color: #d24f19; background-color: transparent; font-weight: bold; text-decoration:underline;}
			a:hover		{color: #d24f19; background-color: transparent; font-weight: bold; text-decoration:none;}
			a:active	{color: #d24f19; background-color: transparent; font-weight: bold; text-decoration:underline;}
			
/* Überschriften */
	h1 {	font: 14px Arial, Helvetica, sans-serif; line-height: 1.8em; font-weight: bolder; color: #d24f19; 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; }
			
	/* 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: 1000px;
			min-width: 1000px;
			height: 559px;
			background-image: url(../images/kopf.jpg);
			background-repeat: no-repeat;
			background-color: #ffffff;
			text-align: left;
			overflow: hidden;
			}
			
	#navigation_oben 
			{
			color: #1c2074;
			font-weight: bolder;
			width: 435px;
			height: 40px;
			margin: 10px 0px 0px 370px;
			}
					
	#date	/* Datumsanzeigeim Kopf unter dem Logo*/
			{
			color: #1c2074;
			width: 955px;
			height: 20px;
			margin: 140px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align:right;
			font-size: 12px; 
			font-weight: bolder;
			}
			
	#wrapper_inhalt{ /* Dieser Container beinhaltet alle Seiteninhalte unter dem Kopf. Navigation und Content*/
			margin:0pt auto;
			max-width: 1000px;
			min-width: 1000px;
			min-height: 340px;
			text-align: left;
			overflow: auto;
			}
			
	#navigation_links{	/* Navigation*/
			float: left;
			width: 200px;
			height: 350px;
			overflow: auto;
			padding: 15px 0px 0px 15px;
			background-color: transparent;
			color: #d24f19;
			font-weight: bolder;
			}
			
	#content	{				
			width:530px;
			height:330px;
			float:left;
			padding: 15px 15px 0px 15px;
			background-color: transparent;
			border-left-color: #1c2074;
			border-left-style: solid;
			overflow: auto;
			}
	
	#navigation_rechts
			{
			float:right;
			width:200px;
			height:350px;
			padding: 15px 15px 0px 0px;
			overflow: hidden;
			background-color: transparent;
			text-align: center;
			}
			
	#footer{ 
			background-color: #1c2074;
			background-image: url(../images/footer.jpg);
			background-repeat: no-repeat;
			color:#d24f19;
			font-weight: bolder;
			text-align:center;
			margin:0pt auto;
			width: 1000px;
			height:20px;
			}
			
/* ================================================
		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;}