/* Grundeinstellungen */
	body					{background-image:url('../data/background.png'); background-repeat:repeat; background-position:top left;}
	body, table, td, tr		{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#A9AAAB; text-align:left; margin:0px; padding:0px; border-spacing:0px; vertical-align:top;}

	div, td, tr, p, .p		{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#707173; text-align:left;}
	h1, .h1 				{font-family: Arial, Helvetica, sans-serif; font-size:18px; color:#707173; text-align:left; font-weight:normal;}
	h2, .h2 				{font-family: Arial, Helvetica, sans-serif; font-size:16px; color:#707173; text-align:left; font-weight:normal;}
	h3, .h3 				{font-family: Arial, Helvetica, sans-serif; font-size:14px; color:#707173; text-align:left; font-weight:bold;}
	a, .a 					{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#707173; text-decoration:none; font-weight:normal; }
	a:hover, .a:hover 		{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#707173; text-decoration:underline; font-weight:normal;}
	input, select, textarea	{font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#A9AAAB; padding:1px; border:1px solid #F0F0F0; background-color:#FFFFFF;}
	img						{border:0px; margin:0px; padding:0px; display:block;}
	
	.clearb					{clear:both; height:0px; font-size:0px;}

	/* MAIN */
		#main			{width:100%;}

			#main-left 			{width:120px; padding-top:30px;}
			#main-left .white 	{height:170px; margin-left:0px; margin-right:2px; background-color:#ffffff;}

			#main-center		{padding-top:30px;}

		/* HEAD */
			#head			{width:100%; height:170px; background-image:url('../data/head-bg.png'); background-repeat:no-repeat; background-position:top left;}
			#nav			{height:170px;}
				#nav-inner			{width:980px; height:130px; overflow:hidden;}
				
					#nav-head			{height:40px; line-height:40px; position:relative; top:0px; left:20px; font-weight:bold; color:#E2003B; font-size:12px; float:left;}
	
					#nav-search			{height:20px; position:relative; top:9px; left:25px; float:left; overflow:hidden;}
					#nav-search form	{height:20px; display:inline;}
					#nav-search input	{vertical-align:middle;}
					#nav-search div 	{float:left; height:20px; line-height:20px;}
	
					#head-logo	{position:relative; top:20px; left:250px; float:left;}

				#nav-main			{height:40px; line-height:40px; color:#E2003B; font-size:14px; font-weight:bold; position:relative; top:0px; left:0px;}


		/* CONTENT Startseite*/
			#content-start		{width:980px; overflow:hidden;}
			#content-start h1	{height:35px; margin:0px; padding:0px 20px; line-height:35px; font-size:14px; font-weight:bold; text-transform:uppercase; background-color:#ffffff; color:#E2003B; }
			#content-start h2	{height:20px; margin:0px; padding:0px 20px; line-height:12px; font-size:12px; background-color:#ffffff;}
			#content-start h3	{height:25px; margin:0px; padding:0px 20px; line-height:25px; font-size:14px; font-weight:bold; text-transform:uppercase; background-color:#E2003B; color:#ffffff; }
			#content-start h4	{height:30px; margin:0px; padding:0px 20px; line-height:35px; font-size:12px; font-weight:bold; text-transform:uppercase; background-color:#A9AAAB; color:#ffffff; }
			#content-start p 	{margin:0px; padding:0px 20px; font-size:12px; background-color:#A9AAAB; color:#ffffff;}
		
			

		

		/* FOOTER */
.startpage	#foot		{width:980px!important;}
			#foot		{width:980px; height:30px; margin-bottom:5px; background-color:#ffffff;}
			#foot p		{float:left;/* width:620px;*/ padding:0px 0px 0px 20px; margin:0px; line-height:30px;}
			#foot_nav	{/*float:right;*/ margin-left:730px; padding-top:9px; background-color:#ffffff;}
			#foot_nav a:link {}
			#foot_nav a:hover {text-decoration:none;}
			#foot_nav a:active {}
			#foot_nav a:visited {}
			
