/* Start of CMSMS style sheet 'Clean_Orange : Main' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;

}

div {
   font-size: 11px;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #ff6600;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #ff6600;
}

a:hover {
   text-decoration: none;
   background-color: #f3f3f3;
   color: #ff6600;
}

body {
   background-color: #ffffff;
   color: #666666;
   margin:3em;
 
}



/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;
   max-width: 900px;
   min-width: 900px;
   background-color: #fff;
  
}

div#header {

   background: url(uploads/Clean_Orange/karriere1.png) no-repeat; 
   height: 240px; 
   
   /* border-bottom: 4px solid #948979; */
   /* border-bottom: 4px solid #b0a18b; */


   /* font-size: 24px; */
   margin-bottom:0px;
   padding-top: 10px;
   /*  padding-left: 10px;    /* 
   padding-bottom: 10px ;

}

div#header h1 {
    /*  background: url(uploads/Clean_Orange/hund1.jpg) no-repeat; */ 
      
    /*  font-size: 32px; */         
    /*  color: #ff6600; */ 
    /* line-height:1em;  */         
    /* margin:0;  */        
    /* text-align:left;  */ 
    /* font-family: Arial, Helvetica, sans-serif;  */ 
    /* letter-spacing: 6px;  */ 

  } 



div#slogan {
   padding-left: 30px;
   font-size: 11px;
   color: #cccccc;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {
   width: 160px;  
   padding: 0.1em 0 1em 0;
   margin: 0 1em 1.5em 0em;
   color: #666666;
   border-bottom:1px dotted #564931;
  
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
  
   color: #666666;
   margin-left: 210px;
   margin-right: 210px;
   margin-bottom: 40px;
   width: 474px; /* minus 6px due to ie6 */


}

div#leftsidebar {
  
   float: left;
   width: 180px;
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0px;
 

}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos1 {
   margin-top: 20px;
   margin-bottom: 20px;
  padding-bottom: 20px;
   border-bottom: 1px dotted #cccccc;
      width: 100%;  
   text-align: center;
}


div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 170px;
    margin-right: 5px;

}

div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #E8E8E8;
   color: #89817f;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #666666; 
   font-size: 15px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

div#h11 {
   background: url(uploads/Clean_Orange/baustein2.png) no-repeat;
   color: #FF4D00; 
   font-size: 17px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 1.5em 0;
   padding-left: 2.5em;
  display: block; 
}

h2 {
   color: #666666; 
   font-size: 14px; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #666666; 
   font-size: 13px;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #666666; 
   font-size: 12px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #666666; 
   font-size: 11px;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   line-height: 1.6em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}

div#abstand1 {
margin-top: 20px;
}

div#abstand2 {
margin-left: 2px;
margin-bottom: 20px;
}

div#abstand3 {
margin-left: 2px;
margin-top: 30px;
}

div#abstand4 {
margin-left: 0px;
margin-top: 40px;
}

div#abstand4a {
margin-left: 0px;
margin-top: 40px;
}

div#abstand4b {
margin-left: 0px;
margin-top: 40px;
}

div#abstand4c {
margin-left: 0px;
margin-top: 40px;
}


div#abstand5 {
margin-top: 35px;
}

div#randlinks {
border-left-width:0.5em;
  border-left-style:solid;
  border-left-color:red;

}


div#tipp {

             width: 415px;
	height: 169px;
	background-image:  url(uploads/Clean_Orange/karrierex1.png);
            margin-top: 50px;
            background-position: top left;
            background-repeat: no-repeat;
            padding-left:50px;
            padding-top:80px;
            
}



div#bauli1 {
margin-left: 8px;
         
	           	
}







/* END LISTS */
/* End of 'Clean_Orange : Main' */

/* Start of CMSMS style sheet 'Clean_Orange : News' */
.NewsSummary {
    padding: 0em 0em 1em 0em;
    margin: 0 0em 1em 0em;
    border-bottom: 1px dotted #ccc; 
}

 .NewsSummaryPostdate { 
    font-size: 10px; 
   font-style: italic; 
    padding-top: 6px; 
   padding-bottom: 4px;
  } 

.NewsSummaryLink {
   font-weight: bold;
   color: #666666;
   margin-bottom: 10px;
}

.NewsSummaryTeas {
   font-weight: bold;
   color: #FF4D00;
   margin-bottom: 12px;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
   line-height: 1.6em;  
   color: #666666;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate { 
font-size: 10px;    
font-style: italic;
padding-top: 4px;
padding-bottom: 4px; 
 } 

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

#NewsPostDetailTitle {
margin-top: 30px;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Clean_Orange : News' */

/* Start of CMSMS style sheet 'Clean_Orange : Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   /* text-decoration:none; */
font-weight: bold;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   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;
   text-decoration: none;
}
/* colors for external links */
a.external:link {
  color: #ff6600;
/* background image for the link to show wiki style arrow */
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0;
   text-decoration: none;
}
a.external:visited {
  color: #ff6600; /* a different color can be used for visited external links */
   text-decoration: none;

/* 
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(uploads/Clean_Orange/external2.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #ff6600;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(uploads/Clean_Orange/external2.gif) no-repeat 100% 0; 
  background-color: #f3f3f3;
   text-decoration: none;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.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 'Clean_Orange : Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Clean_Orange : Navigation' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0.5em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #5C5C5C; /* this will be link color for all levels */
   background: url(uploads/Clean_Orange/pfot2.gif) no-repeat 0.0em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.0em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/Clean_Orange/pfot2.gif) no-repeat 2.3em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #ECECEC;
}
div#menu_vert a.activeparent:hover {
   background-color: #ECECEC;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(uploads/Clean_Orange/pfot4.gif) no-repeat 0.1em center; 
   background-color: #D8D8D8;
   color: #5C5C5C;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.0em center; 
   background-color: transparent;
   color: #5C5C5C;
   font-weight: bold;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(uploads/Clean_Orange/pfot4.gif) no-repeat 0.0em center;
   background-color: #D8D8D8;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #5C5C5C;                                 /* this will be link color for all levels */
   font-size: 1em;
   font-weight: normal;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.0em center;
   background-color: transparent;
   border-bottom: none;
   font-color: #5C5C5C;  
    font-weight: bold;    
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/Clean_Orange/pfot4.gif) no-repeat 2.3em center; 
  
}

/* third level links, currentpage */
div#menu_vert ul ul ul a.activeparent  {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(uploads/Clean_Orange/pfot4.gif) no-repeat 2.3em center; 
}





/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Clean_Orange : Navigation' */

