/* Graf Umzug - Individuelles Design */

@import url("global.css"); 

/* @group Global */
html,body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background: white;
	font-size: 90%;
}

STRONG {
	
	font-weight: bold;
	font-variant: normal;
	color: #362E7E;
	 }

h1 {
	font-size: 120%;
	text-align: left;
	letter-spacing: 2px;
	color: #362E7E;
	text-decoration: none;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 110%;
	color: #362E7E;
	text-decoration: none;
	margin: 10px 0;
    }
    
h3 {
	font-size: 100%;
	color: #362E7E;
	text-decoration: none;
	margin: 10px 0 10px 0;
	padding-top: 10px;
    }

h3 a {
    font: normal 120% Verdana, Arial, Helvetica, sans-serif;
    text-decoration:underline;
    }

h3 a:visited {
    text-decoration:underline;
    }

h3 a:hover {
   text-decoration:none;
   }

h3 a:active {
   text-decoration:none;
   } 

a {
	color: #21458C;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}
	
p {
	line-height: 1.5em;
}


/* @end */

/* @group Container */
#container {
	width: 872px;
	background: url(images/bg_container.gif) repeat-y;
}

/* @end */

/* @group Header */
#header {
	width: 872px;
	height: 169px;
	background: url(images/bg_header.gif) no-repeat;
}

#header h1 {
		}		
	
#logo{
	left: 15px;
	top: 40px;
	background: url(images/logo.gif) no-repeat;
	width: 841px;
	height: 100px;
}
#headergrafik{
	position: absolute;
			}

/* @end */

/* @group Sidebar */
#sidebar {
	left: 15px;
	top: 0px;
    width: 145px;
	margin: 0;
}

/* @end */

/* @group Navi Top */
#navi_top {
   	top: 0px;
	width: 950px;
	height: 45px;
	}	 
		
#navi_top ul {
  	margin-top: 0px;
	padding-right: 20px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	z-index: 1;
	}

#navi_top a {
	padding: 15px 5px 5px 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 3px solid #FFFFFF;
    }
    
#navi_top a:hover {
	color: #FFFFFF;
	border-bottom: 6px solid #FFFFFF;
}

/* @end */

/* @group Navi Left */
/* Formatierung für gesamten Navi_left Bereich (Breite!,Schriften, BG-Colors etc. */
#navi_left {
	left: 0px; /* keine top-Angabe! Netscape! */
	width: 145px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
		
	}


/*	Formatierung für den gesamten UL Bereich der 1. Ebene */	
 ul#navi_left {
	
	width: 145px;
	font-size: 11px;
	font-weight: normal;
	}

/*	Formtierung für den einzelnen li Bereich der 1. Ebene, z.B. andere border Farbe, padding etc. */	
ul#navi_left a {
	display: block;
	margin: 0;
	line-height: normal;
	color: #362E7E;
	border-top: 1px solid white;	
	text-decoration: none;
	padding: 4px 0 4px 8px;
	
}
	


/*	wichtig für den IE (wirkt wie min-height) */
* html #navi_left a {
	height: 1em;
}

ul#navi_left a:hover {
	color: #362E7E;
	background-color: #F3F2F0;
	}

/*	2. Ebene */	
/*	Formatierung für den gesamten ul Bereich */	
ul#navi_left ul  {
	background-color: white;
   
	}
/*	Formtierung für den einzelnen li Bereich, z.B. andere border Farbe */	
ul#navi_left ul li {
		
		}			
/*	Formtierung für 
alle links der 2. Ebene */
ul#navi_left ul li a {
	
		
	
}	
/*	Formtierung für 
alle hover der 2. Ebene */
ul#navi_left ul li a:hover {
		
				}

* html ul#navi_left li { /* Korrekturen fuer IE 5.x */
/*width: 205px;*/
/*w\idth: 205px;*/
padding-left: 0;
padd\ing-left: 0;
float: left;
}
	

/* @end */

/* @group Content */
#content {
	width: 652px;
	text-align: left; 
	margin-left: 190px;
	margin-top: 0px;
	margin-right: 0px;/*keinen Wert, IE6*/
	line-height: 1.5em;
	padding: 0 0 100px 0;

	}

	      
	#content p {
	text-align:left;
		}


	
#content ul {
	padding-left: 18px;
	list-style-position: outside;
	list-style-image: url(images/pfeil.jpg);
}	
	
.float1 {
	text-align: center;
	font-size: 80%;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	
    }
    
.float2 {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;

    }
.centerimage {
	text-align: center;
	font-size: 80%;
	float: right;
	margin-bottom: 20px;
	
    }    
				
.underline {
	border-top: 1px solid white;
	}

#left {
	width: 472px; /* Breite linker Content */
	}

#right {
	width: 190px;
	}
	
#right .float1   {
	margin: 0 0 20px;
}
#right .float2   {
	margin: 0 0 20px;
		}	


/* @end */

/* @group Styleswitcher */

#styleswitcher  {
	width: 910px;
	height: 30px;
	padding-right: 40px;
	}	

/* @end */






/* @group Formular */

* {
    margin: 0;
    padding: 0;
}
form{width:100%; margin:5px; padding:0;}



* html fieldset {
	padding: 5px;
  	}
 
label {
			
	line-height: normal;
	text-align: right;
	margin:2px 10px 5px 0;
	position: relative;
	display: block;
	float: left;
	width: 250px;
		
} 


  	       
      
	      
	      
.buttons label {
     display: block;
     width: 150px;
     float: left;
     
	}
   
.button {
	   margin-right: 10px;
       float: left;
       text-align: center;
	   margin-left: 0;
       }

fieldset {
	margin:0;
	color: #323D40;
	border: 1px solid silver;    padding: 10px;}


   legend {
	background: White;
	padding: 4px;
	border: 1px solid silver;
	margin-bottom: 4px;
	font-weight: normal;
	color: #323D40;
	}
	
input, textarea {
	margin:2px 0 5px 0;
	border: 1px solid silver;
	background: white;
	padding: 3px 3px;
	
	} 
    
input.button:hover   {
	background-color: #EFF3F5;
	cursor: pointer;
	}

a.locationCat{
	color: #383b40;
	font-weight: bold;
}

.wohnzimmer label {
     display: block;
     width: 300px;
     float: left;
	
}

.kontaktdaten label {
     display: block;
     width: 120px;
     float: left;
	
}

.beladestelle label {
     display: block;
     width: 250px;
     float: left;
	
}

.umzugsgut label {
     display: block;
     width: 300px;
     float: left;
	      }

.anfrage label {
     display: block;
      width: 100%;
     float: left;
     text-align: left;
	      }
      
	      
.captacha label {
     display: block;
      width: 100px;
     float: left;
	      }	
.versicherung label {
	
     display: block;
      width: 250px;
     float: left;
	      }	
	      
	 
    label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
    cursor: pointer;
   }
   
    input:focus, textarea:focus {
    color: #000;
    background: #fff;
    outline: 1px solid red;
    }

	      
	      
/* @end */
/* @group Footer */


	
#footer {
   	width: 872px;
	height: 60px;
	color: #707070;
	background: url(images/bg_footer.gif) no-repeat;
	
}

	#footer p {
	font-size: 85%;
	
	padding-top:10px;
	margin: 0;
	text-align: center;
}		
		
#footer a {
	color: #21458C;
	text-decoration: underline;
   }
#footer a:hover {
	color: #21458C;
	text-decoration: none;
   }



/* @end */



  