﻿/*
**
** CSS-Definition: extern
** ----------------------
**
** Author: Werum AG
**
** History:
** 26.12.2011 SK:  Create
** 19.12.2017 SK:  Anpassungen wg. neuem Layout
**
*/

/******************************
reset browser styles
******************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
b,strong {
   font-weight: bold;
}
i,em {
  font-style: italic;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/******************************
global styles
******************************/
body {
	background-color: #ffffff;
	color: #6A6A6A;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
}

/******************************
custom styles
******************************/
#wrapper {
   border: 1px solid #828282;
   /*min-height: 1387px;*/
   position: relative;
   width: 780px;
   z-index: 5;
   margin: 20px auto;
}
   #contentpane { 
      margin: 0 0 30px;   
   }
   
      #background  { z-index: 10;  }
      
         #background img { width: 780px; }
   
      #jobtext {
         margin: -260px 0 20px 150px;
         width: 600px;
         z-index: 100;
         color: #000;
      }
         #jobtext h1 {
            font-size: 2.0em;
            margin-bottom: 0.5em;
            margin-top: 1em;
         }
         #jobtext h2 {
            font-size: 2.5em;
            font-weight: normal;
            margin-bottom: 0.75em;
         }
         #jobtext h3 {
            font-size: 1.5em;
            margin-bottom: 2em;
         }
         #jobtext h4 {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.2em
         }
         #jobtext div.label,
         #jobtext p.Zwischenueberschrift {
            font-weight: bold;
            margin:0;
            padding: 0;
         }
         #jobtext div.textpadding {
            padding-left: 40px;
         }
         #jobtext p {
            line-height: 1.2em;
            margin-bottom: 1em;
         }
         #jobtext p a { color: #6A6A6A; }
         #bewerbung a { text-decoration: none; }
         
         #jobtext ul,
         #jobtext ol {
            line-height: 1.2em;
            /*padding-left: 1em; 13.06.2012 SK*/
            padding-left: 0;
            margin-bottom: 1em;
         }
         #jobtext ul.skill { padding-left: 0em; }
         
         #jobtext li { 
            margin-left: 1em;
            margin-bottom: 3px;
         }
         #jobtext ul li { 
            list-style: disc outside none; 
         }
         #jobtext ol li { 
            list-style: decimal outside none; 
         }
         #jobtext .hilite,
         #jobtext .hilite-1 { 
            color: blue;
            background-color: yellow;
         }

      
   #footer { z-index: 100; }
   
      #footer #dlr_logo {
         margin-bottom: 76px;
         margin-left: 30px;
      }
      #footer #audit {
         margin-bottom: 35px;
         margin-left: 30px;
         float: right;
      }
      #footer #top100 {
         margin-bottom: 35px;
         margin-left: 30px;
         margin-right: 30px;
         float: right;
      }
