/*	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:#FC0000; font-size:17px; font-weight:bold;}
h2				{color:#003295; font-size:16px; font-weight:bold;}
h3				{color:#003399; font-size:15px; font-weight:bold;}
h4				{color:#FD6600; font-size:15px; font-weight:bold;}
h5				{color:#FF6801; font-size:13px; font-weight:bold;}
h6				{color:#666666; font-size:12px; font-weight:bold;}



/*	Links
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
a				{color:#0066CC; text-decoration:underline; font-weight:bold;}
.whiteb			{color:#fff; font-weight:bold; text-decoration:none;}
.white			{color:#fff; font-weight:normal; text-decoration:none;}
.grey			{color:#333331; font-weight:normal; text-decoration:none;}

	
/*	Formulare
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/

.input			{color:#333331; border:1px solid #999;}
.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				{background:url(verlauf_top.gif) repeat-x top; height:auto; padding:23px 0px 0px 0px;}

#leistenavtop			{background:url(verlauf_leistetopnav.gif) repeat-x top; height:auto; padding:2px 10px 2px 0px; text-align:right;}
#leisteafternavtop		{background:url(verlauf_leisteafternavtop.gif) repeat-x top; height:19px; margin-top:1px;}

#navigation				{margin:0px; width:200px; overflow:hidden; float:left;}
#navigationstart		{background:url(verlauf_navistart.gif) no-repeat; height:14px;}
#navigationende			{background:url(verlauf_naviende.gif) no-repeat; height:14px;}
#content				{margin:0px; width:764px; overflow:auto; float:right;}
#footerverlauf			{background:url(verlauf_footer.gif) repeat-x top; height:9px; margin-top:20px;}
#footer 				{background:url(verlauf_footer_content.gif) repeat-x top; height:auto; padding:2px 10px 5px 0px; margin-top:0px; text-align:right;}

/*	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 			{margin:auto; height:auto;}
#content a				{color:#0066CC; text-decoration:underline; font-weight:bold;}




/*	Navigatinoslinks
	Stand:03. August 2006
	Autor:Ayhan Sahin/fdi
*/
#navigation ul			{margin:0px; padding:0px; list-style:none;}
#navigation li			{width:100%; margin:0px;}
#navigation li.e1		{background-color:#003366; padding:3px 0px 3px 10px; border-bottom:#CCCCFF 1px solid;}
#navigation li.e2		{background-color:#0066CC; padding:3px 0px 3px 15px; border-bottom:#CCCCFF 1px solid;}
#navigation li.e3		{background-color:#3399FF; padding:3px 0px 3px 20px; border-bottom:#CCCCFF 1px solid;}
#navigation li.e4		{background-color:#6699FF; padding:3px 0px 3px 25px; border-bottom:#CCCCFF 1px solid;}
#navigation li.e5		{background-color:#6699FF; padding:3px 0px 3px 30px; border-bottom:#CCCCFF 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 7px; 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;}