/* CSS Document */
		
	
/* ------------------- Beginn der Navigationsstruktur ------------------------------*/

	div.leftnav	{
					width:140px;
					font-family: Arial, Helvetica, sans-serif;
					font-size:10pt;
					font-weight:bold;			
					color: #0066FF;
				}
				
				.navleft a	{
								
								margin:0px;
								padding:4px 12px 0px 12px;
								border:0px none;
								color: #0066FF;
								text-decoration:none;
								text-align:right;
								display:block;
							}
				.navleft a:hover	{
										color: #000099;
									}
				.navleft p			{
										
										margin:0px;
										padding:4px 12px 0px 12px;
										border:0px none;
										color:#000000;
										text-decoration:none;
										display:block;
									}
/* ================ Ende Navigation ====================================*/
		
/* ------------------ Anfang Navigation Text ------------------------ */


				.navtext a 
								{
								font-family: Arial, Helvetica, sans-serif;
								font-size:9pt;
								font-weight:bold;
								height:16px;
								margin:0px;
								padding:4px 12px 0px 12px;
								border: 0px none;
								color: #000000;
								text-decoration:none;
								display:block;
							}
				
				.navtext a:hover	{
										color:#0000CC;
										text-decoration:underline;
										
									}
									
/* ========================= Ende Navigation text ==========================*/

/* -------------------------- ANFANG FLOAT BOXEN ----------------------------*/

		.boxleft1		{
							float:left;
							background-color: #FFFFFF; 
							width:150px; 
							text-align:center;
							height:40px;
							
						}
						
		.boxleft2		{
							float:left; 
							background-color: #FFFFFF;
							width:400px;
						}
						
		.boxtitel		{
							float: left; 
							width: 590px; 
							background-color:#FFFFFF; 
							text-align:left; 
							padding-left:20px;
							height:31px;
							
						}
						
		.boxallg1		{
							float:left; 
							background-color:#FFFFFF; 
							 
							padding-left:10px; 
							padding-right:10px; 
							font-family:Verdana, Arial, Helvetica, sans-serif; 
							font-size:10pt;
						}
						
		.boxbild		{
							float:left; 
							width:280px; 
							background-color:#FFFFFF; 
							text-align:left;
						}
		
		.boxright		{	
							float:right;
							width:200px;
							background-color:#0099CC;
						}
						
/*====================== Ende Float Boxen =====================================*/

/* ------------------------- Anfang Formular ---------------------------------*/

	.formfeld		{
						width:595px;
						background-color: #ffffff;
						font-family:Verdana, Arial, Helvetica, sans-serif;
						margin-top:5px;
						
					}
						
	.ptext			{
						font-weight:bold;
						font-size:9px;
					}
					
	.inputbox		{
						background-color:#ffffff;
						color:#000000;
						border:1px solid blue;
					}
				
/*================== Ende Formular =======================*/

/* -------------------------- Seite Verkauf ---------------------------- */

	.text1		{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:10pt;
					text-decoration:none;
					color:#000000;
					text-align:left;
				}
				
	.linktext a 
								{
									display:block;
									text-align:center;
									background-image: url(webimage/Menue2/button_info1.gif);
									background-repeat:no-repeat;
									width:110px;
									height:25px;
							}
				
				.linktext a:hover	{
										background-image: url(webimage/Menue2/button_info1_f2.gif);
										background-repeat:no-repeat;
										
									}
/* ============================== Ende Verkauf =========================*/

/* ----------------------------- Anfang Seite Navigation --------------------- */

.nav a:link {
        color: black;
		font: menu;
        text-decoration: none; 
		padding-right: 16px;
		padding-left: 6px;
		padding-top: 4px;
		padding-bottom: 4px;
		border: 1px solid blue;
		z-index:9;	
		}

.nav a:visited {
        color: black;
		font: menu;
        text-decoration: none;
		padding-right: 16px;
		padding-left: 6px;
		padding-top: 4px;
		padding-bottom: 4px;
		border: 1px solid blue;	 }

.nav a:hover {
        color: white;
		font: menu;
		font-weight: bold;
        text-decoration: none;
		background-color: #0066FF;
		padding-right: 16px;
		padding-left: 6px;
		padding-top: 4px;
		padding-bottom : 4px;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
		border-top: 1px solid silver;	 		
		border-left: 1px solid silver;	 }

.nav a:active {
        color: red;
        text-decoration: none; }
		  
HR {
	color: white; 
	border-bottom: 1px dotted blue; 
	}
	
.navbox		{
				background-color:#FFFFFF;
				float:left;
				width:110px;
				
				
				
			}
				
				
				
	
						