/*	Textliche Formatierungen
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
body 			{background:url(bg.gif) repeat-x; text-align:center; margin:0px; padding:0px;}

body, p, font, td 	{font-family:Verdana, Arial, Helvetica, Sans-Serif; font-size :11px; font-weight:normal; line-height:1.5em;}

h1				 { color: #1c378e; font-weight: bold; font-size: 17px }
h2				 { color: #1c378e; font-weight: bold; font-size: 16px }
h3				 { color: #FF0103; font-weight: bold; font-size: 14px }
h4				 { color: #326360; font-weight: bold; font-size: 13px }
h5				 { color: #32635D; font-weight: bold; font-size: 12px }
h6				 { color: #666666; font-weight: bold; font-size: 11px }



/*	Links
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
a				 { color: #FE0000; font-weight: normal; text-decoration: underline }
.whiteb			{color:#1d378e; font-weight:bold; text-decoration:none;}
.white			{color:#1d378e; font-weight:normal; text-decoration:none;}
.grey			 { color: #676566; font-weight: normal; text-decoration: none }
.green			{color:#fff; font-weight:normal; text-decoration:none;}
.greenb			{color:#fff; font-weight:bold; text-decoration:none;}

#druck a			{ color: #6d8f00; font-weight: normal; text-decoration: underline }


/*	Formulare
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/

.input select, textarea			 { color: black; border: solid 1px #7F9DB9 }
.button			{color:#333331; background-color:#EFEFEF; border:1px groove #333331;}



/*	DIV-Struktur
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
#container 				{background:#fff; width:980px; text-align:left;margin:auto}

#topbanner				{height:auto; padding:23px 0px 0px 0px;}

#leistenavtop			{background:url(verlauf_leistetopnav.jpg) repeat-x top; height:62px; padding:3px 10px 2px 0px; text-align:right;  margin-top:-2px;}
#leisteafternavtop		{background:url(verlauf_leisteafternavtop.gif) repeat-x top; height:19px; margin-top:1px;}

#navigation				{margin:0px; width:198px; overflow:hidden; float:left;}
#navigationstart		{background:url(verlauf_navistart.gif) no-repeat; height:15px;}
#navigationende			{background:url(verlauf_naviende.gif) no-repeat; height:14px;}
#content				{width:700px; overflow:auto; float:left;margin:0 0 0 20px}
#footerverlauf			{background:url(verlauf_footer.gif) repeat-x top; height:9px; margin-top:20px;}
#logo				{margin-top:-17px;  margin-left:12;}
#logo_moz			{margin-top:-21px;  margin-left:12;}
#footer 				{background:url(verlauf_footer_content.gif) repeat-x top; height:22px; padding:3px 10px 1px 0px; margin-top:0px; text-align:right; margin-top:-3px;}

/*	Moduel: Downloads
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
#downloads li			{list-style-image:url(download_icon.gif)}



/*	Layoutvorlagen
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
#content div 			{height:auto;}
#content a				 { color: #6d8f00; font-weight: normal; text-decoration: underline }




/*	Navigatinoslinks
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
#navigation ul			{margin:0px; padding:0px; list-style:none;}
#navigation li			{min-height:20px; margin:0px; padding:0;}
#navigation li.e1		{background-color:#1e368c; padding:1px 5px 1px 18px; border-bottom:#8F999A 1px solid;}
#navigation li.e2		{background-color:#a7cd39; padding:1px 5px 1px 28px; border-bottom:#8F999A 1px solid;}
#navigation li.e3		{background-color:#c4df78; padding:1px 5px 1px 38px; border-bottom:#8F999A 1px solid;}
#navigation li.e4		{background-color:#70CAD3; padding:1px 5px 1px 48px; border-bottom:#8F999A 1px solid;}
#navigation li.e5		{background-color:#96C6CA; padding:1px 5px 1px 58px; border-bottom:#8F999A 1px solid;}


/*	Elemente im Content der Seite
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
#content ul, ol 		{}


/*	Allgemeine HTML-Elemente
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
acronym, abbr, span.caps	{cursor:help; border-bottom:1px dotted #000;}
blockquote 					{background:#FDEBD0; padding:5px 20px 5px 20px; margin:5px 0px 0px 5px; display:block;} 
cite						{text-decoration:none;}
code						{font-family:'Courier New', Courier, Fixed, sans-serif; white-space:pre; font-size:1.0em;}

img							{border:0px;}

	
/* Korrekturen für DIVs
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
 */
div.floatleft				{float:left;}
div.floatright				{float:right;}
div.both					{clear:both;}
	
/* 	Bildausrichtungen im Seiteninhalt
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
 */

img.border					{border:1px solid #C6C6C6; padding:4px; margin:0px;}
img.border:hover			{background:#E3F5FE;}

img.center					{display:block; margin:auto;}
img.alignright				{float:right; padding:4px; margin:0px 0px 2px 9px; display:inline;}
img.alignleft				{float:left; padding:4px; margin:0px 7px 2px 0px; display:inline;}
	
/*	Textausrichtungen im Seiteninhalt
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
 */
.alignright					{text-align:right;}
.alignleft					{text-align:left;}
