@charset "utf-8";
/* CSS Document */

/* --juengling.de--
*/

/* --0. import files --
	--1. standards--
	--2. layout --
	--3. content-by sites --
	--4. navi
	--5. links --
	--6. ew-cms --
	--7. spry
*/


@import url("kontaktstyle.css");
@import url("newsstyle.css");
@import url("SpryAccordion.css");
/* 	--1. standards --
	-- reset--
*/

html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins,  kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* --end of reset --*/

p{
	line-height: 1.5em;
	margin: 0 0 6px 0;
	padding: 0 0 0 0px;
	
	}
h2{
	font-size: 18px;
	color: #dd011f;
	margin: 0 0 10px 0;
	}
h3{
	font-size: 14px;	
	color: #054170;
	}
h4 {
	background-color: #eaebec;
	font-size: 12px;	
	color: #054170;
	
	margin: 0 0 5px 0;
	}	
strong{
	color: #054170;
	}

/*  -- 2.layout --*/

#wrapper{
	width: 923px;
	position: relative;
	z-index: 1;
	margin: 0px auto;
	}
.help{
	width: 100%;
	background-image: url(../images/bg-info.png);
	background-repeat: repeat-x;
	position: relative;
	}

/* -- header formatierung --*/

#header{
	width: 923px;
	height:176px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	position: relative;
	}
#header h1{
	width: 331px;
	height: 100px;
	float: right;
	margin: 75px 0 0 0;
	background-image: url(../images/juengling.png);
	background-repeat: no-repeat;
	}
#header h1 a{
	display: block;
	width: 262px;
	height:100px;
	font-size: 1.5em;
	color: #000;
	text-indent: -10000px;
	z-index: 1;
	}

#header h1 a:hover, #header h2 a:hover{color: #000; text-decoration: underline;}
html>body #header h1 a:hover, html>body #header h2 a:hover{color: #000; text-decoration: underline;}

#header h2{
	width: 252px;
	height: 100px;
	float: left;
	margin: 75px 0 0 0;
	background-image: url(../images/confern.png);
	background-repeat: no-repeat;
	}

#header h2 a{
	display: block;
	width: 167px;
	margin: 0 0 0 85px;
	height:100px;
	font-size: 1.5em;
	color: #000;
	text-indent: -10000px;
	z-index: 1;
	}





/* -- end of header --*/

/* --info-boxen --*/

#links {
	
	}

#links ul {
	
	

}

#links li {
	width: 230px;
	float: left;
	border-right: 1px solid #fff;
}

#links li.more {
	border-right: none;
}

#links li a {
	display: block;
	background-position: 0px -159px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;	
	text-decoration: none;	
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	height: 153px;
	width: 187px;
	padding: 6px 20px 0 23px;
	display: block;
}

* html #links li a {
	width: 187px;
}

#links li a:hover {
	background-position: 0px 0px;
	color: #fff;
	text-decoration: none;
}

#links a em {
	display: block;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #000;	
	text-decoration: none;	
	margin: 10px 0 0 0;
}
#links a:hover em {
	display: block;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #fff;	
	text-decoration: none;	
	margin: 10px 0 0 0;
}

#links a span {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #f00;
	text-decoration:underline;
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 8px;
	background-image: url(../images/weiter-off.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#links a:hover span {
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	color: #fff;	
	text-decoration:underline;	
	display: block;
	background-image: url(../images/weiter-on.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*-- end of info-box--*/
.fix{
	clear: left;
	}
.fixed{
	clear:both;
	}

.inhalt{
	width: 783px;	
	padding: 57px 40px 20px 100px;
	margin: 0px auto;
	background-color: #fbf6d5;
	background-image: url(../images/bg-inhalt.jpg);
	background-repeat: no-repeat;
	}
.text{
	width: 430px;
	min-height: 300px;
	float: left;
	}
.pic{
	width: 300px;
	min-height: 300px;
	float: right;
	margin: 35px 0 0 0;
	}
.service{
	width: 923px;
	height: 152px;
	padding: 0px;
	clear: left;
	margin: 0px auto;
	background-image: url(../images/bg-service.jpg);
	background-repeat: no-repeat;
	}
.service h4{
	display: block;
	width: 193px;
	margin: 0 0 0 187px;
	height:51px;
	font-size: 1.2em;
	color: #000;
	text-indent: -10000px;
	z-index: 20;
	background-image: url(../images/service-bg-h4.jpg);
	background-repeat: no-repeat;
	}
.service p{	
	margin: 5px 0 0 217px;
	line-height: 1.2em;
	}
.service p strong{
	font-size: 14px;
	margin: 0px;
	color: #1c2c68;
	}
.service p.fon strong{
	display: block;
	margin: 0px;
	height:56px;
	font-size: 18px;
	color: #1c2c68;
	padding: 5px 0 0 70px;
	z-index: 20;
	background-image: url(../images/service-bg-fon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.addi{
	width: 215px;
	height: 137px;
	float: right;
	background-image: url(../images/bg-addi.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #fff;
	padding: 15px 0 0 15px;
	}
.addi p{
	line-height: 1.2em;
	margin: 0 0 6px 0;
	padding: 0 0 0 0px;
	}
	

#footer{
	width: 923px;
	text-align: right;
	margin: 0px auto;
	
	}

/* -- 2. end of layout --*/

/* -- 3. content by site --*/
/* --alle seiten--*/
.dist{
	margin: 0 0 15px 0;
	}
/* -- downlaod --*/

.download{
	margin: 15px 0 5px 0;
	}
p.textdown{
	width: 315px;
	float: left;
	}
.download a{
	background-image: url(../images/pdf-off.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 25px 0 25px 0px;
	margin: 0px 0 15px 15px;
	line-height: 56px;
	float: left;
	width: 65px;
	display: block;
	}
.download a:hover{
	background-image: url(../images/pdf-on.png);
	background-repeat: no-repeat;
	background-position: left center;
	
	}
	
.download h4{
	background-color: transparent;
	}
	
/* --end of download --*/

/* --home --*/
h3.partner{
	display: block;
	width: 430px;
	margin: 0 0 0 0px;
	height:156px;
	font-size: 1.5em;
	color: #000;
	text-indent: -10000px;
	z-index: 1;
	background-image: url(../images/umzugspartner.png);
	background-repeat: no-repeat;
	}
/* -- end of home --*/


/* --- footer --*/
ul.foot{
	z-index: 40;
	width: 230px;
	height: 25px;
	float: right;
	margin: 5px 0px 30px 0;
	
	}
ul.foot li{
	float: left;
	font-size: 12px;
	
			}
ul.foot li a{
	font-size: 12px;
	font-weight: normal;
	color: #1c2c68;
	text-decoration : underline;
	line-height: 25px;
	padding: 5px 15px 5px 0px;
	}
ul.foot li a:hover{
	color : #dd011f;
	text-decoration : none;
	}
		
ul.foot li a.top{
	font-size: 12px;
	font-weight: normal;
	color: #1c2c68;
	text-decoration : underline;
	background-image: url(../images/top-off.png);
	background-repeat: no-repeat;
	background-position: right center;		
	padding: 5px 25px 5px 0px;
	line-height: 25px;
	}
ul.foot li a.top:hover{
	color : #dd011f;
	text-decoration : none;
	background-image: url(../images/top-on.png);
	background-repeat: no-repeat;
	background-position: right center;		
	}
	
/* --*/
.service h3{
	font-size: 14px;	
	color: #054170;
	text-align: right;
	padding: 0 0px 1px 0;
	border-bottom: 2px solid #054170;
	margin: 0 0 10px 0;
	}
ul.list{
	width: 430px;
	margin: 15px 0 25px 0px;
	background-color: #eaebec;
	padding: 5px 0 5px 0;
	}
ul.list li{
	margin: 0 0 5px 25px;
	padding: 0 0 0 10px;
	color: #0d5292;
	background-image: url(../images/bullet.png);
	background-position: left top;
	background-repeat: no-repeat;
	}


/* --  anfahrt -- */

form#link2map24{
	width: 300px;
	margin: 0 0 0 0px;
	
	/*background-color: #e6edff;*/
	}
	
form#link2map24 label, form#link2map24 input {		/* Allgemeine Stile für Labels und Formularfelder */
	font:inherit;
	color:inherit;
	width:160px;
	margin:5px 5px 0 0;
	padding:1px;

/* Diese beiden Angaben bitte nicht verändern: */
	display:block;
	float:left;
}

form#link2map24 input{				/* Stile, die nur auf Formularfelder angewandt werden sollen */
	border:1px solid #1c2c68;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
}



form#link2map24 input:focus {		/* Stile für aktivierte Formularfelder */
	border:1px solid #0177AF;	
}

form#link2map24 label {							/* Feldbeschriftungen */
	text-align:right;				
	width:60px;						
	padding:0 10px 0 0;			
}

form#link2map24 legend {							/* Stile für die Überschriften der Formularabschnitte ("fieldset") */
	font-size: 13px;
	color: #1c2c68;
	font-weight: bold;
	padding: 0 5px 5px 5px;
	}

form#link2map24 fieldset {						/* Formularabschnitte */
	border-top: 1px solid #1c2c68;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	padding:0 0 0px 0px;
	
	width:290px;
	}
form#link2map24 fieldset#berechnen {						/* Formularabschnitte */
	background-image: url(../images/pic-route-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0 15px 10px;
	margin: 0 0 10px 0;	
}
form#link2map24 fieldset#but{
	border: none;	
	padding:0px 0 0px 0px;
	margin: 0 0 0 60px;
	}

form#link2map24 fieldset#but input#submitRoute {				/* Gestaltung des Submit-Buttons */
	width:172px;
	padding:1px;
	background:#1c2c68;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	font-variant:small-caps !important;
	cursor:pointer;
	border:none;
}

form#link2map24 fieldset#but {			/* Element zur Ausrichtung des Submit-Buttons */
	width:145px;	
	padding:0 0 0 22px;	/* Diese Angabe bestimmt den Abstand zum linken Rand des Formulars */
	}	
form#link2map24 fieldset#ziel p{
	margin: 5px 0 0px 80px;
	padding: 0px;
	width: auto;
	line-height: 1.1em;
	}	
	
form#link2map24 fieldset#hidden{			
	display:none;
}
form#link2map24 fieldset#berechnen input#scountry{			
	display:none;
}		

/* --  impressum -- */


#euroweb{
	margin: 15px 0 0 0px;
	}

p.floatbox{
	width: 215px;
	float: left;
	margin: 0 0 20px 0; 
	}
p.floatbox1{
	width: 215px;
	float: left;
	margin: 0 0 20px 0;
	}
	
/* -- 3. end of content by site --*/

/* -- 4. navi --*/

/* --nav inhalt --*/
#nav ul.nav {
	width: 923px;
	height: 33px;
	margin: 0px auto;
	z-index: 30;
	background-image: url(../images/bg-nav.png);
	background-repeat: repeat-x;
	clear: both;
	}
#nav ul.nav li{
	float: left;
	margin: 0;
	}

#nav ul.nav li a{
	font-size: 14px;	
	color : #fff;
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: 0px -33px;
	}
#nav ul.nav li a:hover{
	font-size: 16px;	
	color : #fff;
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#nav ul.nav li ul { /* second-level lists */
	position: absolute;
	width: 170px;
	left: -999em;
	background-color: #455283;
	margin: 0 0 0 5px;
}

#nav ul.nav li:hover ul, #nav ul.nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav ul.nav li ul li{
	background-image: none;
	
	text-align: left;
	}
#nav ul.nav li ul li a{
	font-size: 12px;
	font-weight: normal;
	color : #aab2ce;	
	text-decoration : none;
	width: 165px;
	display: block;
	line-height: 18px;
	padding: 2px 0 2px 5px;
	border-bottom: 1px solid #455283;
	border-top: 1px solid #455283;
	
	}
#nav ul.nav li ul li a:hover{
	font-size: 12px;
	font-weight: normal;
	color : #fff;	
	text-decoration : none;	
	background-color: #1c2c68;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	
	}
#nav a {
	display: block;
	}

#nav ul.nav li  ul.sub { /* second-level lists */
	margin: 0 0 0px 115px;
}

#nav li:hover, #nav li.hover {
    position: static;
}

.about{
	width: 105px;
	height: 22px;
	background-image: url(../images/about.png);
	padding: 11px 0 0 143px;
	}
.umzug{
	width: 127px;
	height: 22px;
	background-image: url(../images/umzug.png);
	padding: 11px 0 0 0px;
	text-align: center;
	}
.logistik{
	width: 118px;
	height: 22px;
	background-image: url(../images/logistik.png);
	padding: 11px 0 0 0px;
	text-align: center;
	}
.news{
	width: 101px;
	height: 22px;
	background-image: url(../images/news.png);
	padding: 11px 0 0 0px;
	text-align: center;
	}
.service-nav{
	width: 101px;
	height: 22px;
	background-image: url(../images/news.png);
	padding: 11px 0 0 0px;
	text-align: center;
	}
.down{
	width: 143px;
	height: 22px;
	background-image: url(../images/down.png);
	padding: 11px 0 0 0px;
	text-align: center;
	}
.kontakt{
	width: 105px;
	height: 22px;
	background-image: url(../images/kontakt.png);
	padding: 11px 0 0 38px;
	}
.foto{
margin:5px 5px 5px 5px;
border-color:#FFCC66 2px;

}

/*-----*/
/* -- 4. end of navi --*/

/* -- 5. links --*/

.service a{
	color: #000;
	text-decoration: underline;
	}
.service a:hover{
	color: #2781bb;	
	text-decoration: none;
	}

a{
	color: #2781bb;
	text-decoration: underline;
	}
a:hover{
	color: #000;	
	text-decoration: none;
	}
/* --kalkulation --*/


a.ewcms_news_link{
	margin: 0 0 20px 0;
	display: block;
	}
/* --cms -editmode --*/
#ewcms_edit_controller {
    position: absolute;
    top:0px; left:0px;
    z-index:100;
    width:99%;    
	height:50px;
    padding: 24px 0px 0px 20px;
    background-image: url(../images/bg_logout.gif);
    background-repeat: repeat-x;
    background-position: right center;
	background-color: #004b80;
	border-bottom: 2px solid #fff;
}
#ewcms_edit_controller img {
    border: none;
}

/* -- sonstige ew-cms --*/
a img.ewcms_edit_img{
	width: 16px;
	height: 16px;
	float: none;
	}

/*.ewcms_edit_logout img{
	display: none;
	
	}*/
	
.ewcms_loopline{
	margin: 50px 0 50px 0;
	}
.ewcms_loopend{
	margin: 30px 0 20px 0;
	}
a.ewcms_edit_logout {
	color: #fff;
	text-decoration: underline;
	
	}
a:hover .ewcms_edit_logout {
	color: #f90;
	text-decoration: underline;
	}
	
/* --end of editmode --*/
a.ewcms_edit_link{
	background-image: none;
	
	padding: 5px 0 5px 0px;
	margin: 0px 0 15px 0px;
	line-height: 20px;
	
	width: auto;
	}
	
a.ewcms_edit_link:hover{
	background-image: none;
	
	padding: 5px 0 5px 0px;
	margin: 0px 0 15px 0px;
	line-height: 20px;
	
	width: auto;
	}
	
td.ewcms_edit_submit{
	background-image: none;
	}
/* --end of editmode --*/

/*-- spry --*/
.AccordionPanelContent{

	}

.animationContainer{
	position: relative;
	z-index: 10;
	}

.demoDiv{
	position: relative;
	z-index:20;
	}
.behind{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	
	}
	
.text ul li { list-style-type: circle; margin: 5px 0 0 10px;}
.text ul { margin: 5px 0 5px 0;}
.pix { float: left; border: 1px solid #CCCCCC; background-color: white; padding: 3px; margin: 15px 10px 15px 0px;}
.pix2 { float: left; border: 1px solid #CCCCCC; background-color: white; padding: 3px; margin: 0px 10px 15px 0px;}
.pix3 { float: left; border: 1px solid #CCCCCC; background-color: white; padding: 3px; margin: 0px 10px 5px 0px;}
.nofloat { float: none; clear: both;}