/*  kurierdienst-pickelhaupt.de */

/*
blau: 	#049FE0
orange: #FD9622
orange hell: #FFEFDE
text: 	#333
grau: 	#CCC
*/

html, body {
   margin:0;
   padding:0;
}


body {
	padding: 20px 0 40px 0;	
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
	background: #CCC url(../images/pickelhaupt/body-bg.png) repeat-x top; 
}

a { color: #049FE0;  text-decoration: none;}
a:visited { color: #049FE0;}
a:hover { color: #049FE0; text-decoration: underline; }
a:focus {outline-style: none;} /* get rid of dotted border in FF*/

h1, p { margin-top: 0; padding-top: 0; } 

h1 { 
	color: #049FE0; 
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -0.3px; 
	line-height: 31px;
	margin-bottom: 15px;
        border-bottom: 5px solid #FD9622;
}

h2 { color: #333; font-size: 16px; line-height: 24px;}
h3 { color: #333; font-size: 13px;}


.linie { color:#969696; }
.barrierefrei { display: none; }

blockquote {
	color: #333;
	font-style: italic;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}


hr { 
	background: #FFF;
	border: none;
	height: 1px;
	margin: 1px 0 15px 0;
	padding: 0;
	border-top: 1px dotted #999;
}


/* WRAPPER
----------------------------------------------------------------------------- */

#container {
	position: relative;   
	margin: 0 auto;
	width: 846px;
	padding-top: 16px;
	padding-left: 28px;
	padding-bottom: 13px;
	background: url(../images/pickelhaupt/shadow-lr.png) repeat-y left;
}


/* HEADER
----------------------------------------------------------------------------- */

#header {
 	width: 820px;
	height: 120px;
        padding-top: 2px;
}

#header a img {
	margin: 0px 0 0 0px; /* Logo Schalter */
}

#header h1 {
        float: left;
        border: 0; 
}

#header img { border: 0; }

#header em { /* Claim */
	float: right;
	display: block;
	overflow: hidden;
	width: 320px; 
	height: 17px;
	margin: 50px 0px 0 0;
	text-indent: -500px;
	background: url(../images/pickelhaupt/claim.gif) no-repeat top left;

}

#banner {
	float: left;
	height: 93px;
	width: 820px;
	margin: 0 0 0px 0;
	background: url(../images/pickelhaupt/banner.jpg) no-repeat top;
	
}


/* CONTENT
----------------------------------------------------------------------------- */

#content {
   clear: both;
   width: 820px;
   margin: 0px auto 0px 0;
   padding: 20px 0 0 0;
   min-height: 400px;
   background: #FFF url(../images/pickelhaupt/banner-shadow.gif) no-repeat top center;
   border-top: 0px solid #FFF;
}


/* NAV
----------------------------------------------------------------------------- */

#nav {
	float: left;
	width: 220px;
	display: inline;  /* FIX IE double margin bug */
	overflow: hidden;
	padding: 0px 0 180px 0;
	text-align:left;
}


#subnav p {
	background: #53BEEA;
	width: 175px;
	text-align: left;
	text-transform: uppercase;
        line-height: 18px;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	margin: 20px 0 0 0;
	padding: 10px 5px 10px 20px;
}


/* MAIN
----------------------------------------------------------------------------- */

#main {
    width: 502px;
    float: left; 
    padding: 0px 35px 60px 40px;
	_padding: 0px 35px 60px 40px;
    line-height: 19px;
    background: #FFF;
}

#main img {
	padding: 0px;
	border: 0px solid #DDD;
	margin: 0px 7px 7px 0px;
}

#main img a {
	border-bottom: 5px solid #E05E41;
}

#main a:hover img { border: 0px solid #E05E41; }


#main img.left {  /* Bild links */
	float: left;
	margin: 0px 20px 10px 0px;
}


#main img.right {  /* Bild rechts */
	float: left;
	margin: 0px 0 10px 20px;
}

.block {
display: block;
clear: both;
}

.download {
padding: 0 0 0 15px;
background: url(../images/pickelhaupt/download.gif) no-repeat left center; 
}

/* --- List --- */

#main ul {
	padding-left: 20px;
	list-style: none;
}

#main ul li {
	background: url(../images/pickelhaupt/bullet-orange.gif) no-repeat 0px 7px;
	padding-left: 15px;
}

#main ul.box_2hell { padding-left: 15px;}

#main ul.box_2hell li {
	background: url(../images/pickelhaupt/bullet-orange-pfeil.gif) no-repeat 0px 7px;
	padding-left: 23px;
        line-height: 20px;
}


ol.steps {
padding-left: 0px;
margin-left: 0px;
}

ol.steps li {
margin: 0 0 0px 0;
list-style: none;
}

ol li.step1, ol li.step2, ol li.step3 {padding: 4px 0 4px 30px;}

ol li.step1 { background: url(../images/pickelhaupt/section-1.gif) no-repeat center left; }
ol li.step2 { background: url(../images/pickelhaupt/section-2.gif) no-repeat center left;}
ol li.step3 { background: url(../images/pickelhaupt/section-3.gif) no-repeat center left;}



/* Textboxen */

.box_1 p, .box_2 p {
	padding: 0px; margin: 0;
}

.box_1 { /* blau */
	padding: 10px;
	color: #FFF;
	background: #049FE0;
	margin: 0 0 10px 0;
}

.box_1 a { 
	color: #FFF;
	text-decoration: underline;
}

.box_2 { /* orange */
	padding: 10px;
	color: #FFF;
	background: #FD9622;
	margin: 0 0 10px 0;
}

.box_2 a { 
	color: #FFF;
	text-decoration: underline;
}

.box_2hell { /* orange hell */
	padding: 10px;
	background: #FFEFDE;
	margin: 0 0 10px 0;
}

.box_2 a { 
	text-decoration: underline;
}


.box_3 { /* grau */
	padding: 10px;
	background: #F2F2F2;
	margin: 0 0 10px 0;
}

.red { color: #E05E41; }

.trennstrich-oben { /* p */
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}

.trennstrich-unten { /* p */
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


/* FOOTER
----------------------------------------------------------------------------- */

#footer {
	width: 800px;
	color: #333;
	background: #E9E9E9;
	font-size: 12px;
	text-align: center;
	margin: 0px 0 0 0;
	padding: 17px 10px 17px 10px;
}

#footer a { 
}

#footer a:hover { text-decoration: underline; }


/*Border bottom*/

#border_b {
	position: absolute; 
	bottom: 0;
	height: 15px;
	width: 874px;
	margin: 0 0 -15px -28px;
	background: url(../images/pickelhaupt/shadow-b.png) no-repeat bottom;
}



/* ACCESSIBILITY
----------------------------------------------------------------------------- */

.hidden {
display: none;
}



/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted #333;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}



/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */


/* End of 'pickelhauptstyle' */


