/* ========================================
Stylesheet für karriere-bauwesen.de
Stand: April 2008
Autor: webwork-nrw, Hagen
       Ricarda Albrecht
Aufbau: 1.Kalibrierung und allgemeine Styles
        2. Styles für Layoutbereiche
        3. Sonstige Styles
===========================================*/

/* ========================================
1. Kalibrierung und allgemeine Styles
============================================*/
* {
    padding: 0; margin: 0;
}

html {
	height: 101%;
}/* erzwingt Scrollbar im Firefox*/

body {
  font-size: 12px;
	background: #FFFFFF;
	font-family: Univers, Verdana, Arial, Helvetica, sans-serif;
	color: #000042;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
}

h4 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 12px;
}

/* ========================================
2. Styles für Layoutbereiche
============================================*/

/* Link auf Karriereseiten */

#headlink {
  width: 900px;
	margin: 15px auto 25px auto;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dashed #414878;
}

#headlink a {
    color: #000042;
    text-decoration: none;
}

#headlink a:hover {
    color: #414878;
    text-decoration: none;
}

/* Head für Logo und Navi */

#header {
	width: 900px;
	height: 70px;
	margin: 0 auto 25px auto;
}

/* Logo */

/*#movie {
float: left;
}

#flashcontent {
  float: left;
} */

#logo {
  float: left;
  padding: 0 0 0 90px;
	background: url(../images/Ing8.jpg) no-repeat left center;
  
}

#logo h1 {
  padding-bottom: 12px;
	font-size: 30px;
	color:#990000;
}

#logo h2 {
  padding-top: 12px;
  color:#990000;
	font-size: 12px;
	font-weight: normal;
}

/* Navi oben */

#top_navigation {
  float: right;
  padding-top: 12px;
  font-size: 14px;
  height: 17px; /* Img zwischen Navi sonst nicht sichtbar */
}

#unternavi {
  clear: right;
  float: right;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 12px;
  height: 17px; /* Img zwischen Navi sonst nicht sichtbar */
  margin: 0px;
}

#top_navigation a, #unternavi a {
  color: #990000;
	text-decoration: none;
	background: url(../images/img.gif) no-repeat left center;
  height: 18px;
  padding: 0 17px 0 19px;
}

#top_navigation a:hover, #top_navigation a:focus, #unternavi a:hover, #unternavi a:focus {
	color: #414878;
	text-decoration: none;
}

#top_navigation .first, #unternavi .first {
	background: none;
}

#top_navigation .last, #unternavi .last {
	padding: 0 0 0 19px;
}

#top_navigation .aktuell, #unternavi .aktuell {
    color: #414878;
}

/* Content (Welcome und Data)*/

#content {
  clear: both;
	width: 900px;
	margin: 0 auto;
}

/* Willkommen */

#welcome {
	float: left;
	width: 700px;
  line-height: 180%;
	text-align: justify;
}

#welcome p {
    padding-bottom: 1em;
}

#welcome address {
    font-size: 12px;
    font-style: normal;
}

#welcome h5 {
    font-size: 12px;
    font-weight: normal;
    cursor: wait;
}

#welcome h6 {
    font-size: 10px;
    font-weight: normal;
    padding-bottom: 10px;
}

#welcome ul {
    list-style-type: square;
    padding: 0 0 1em 2em;
}

#welcome ol {
    padding: 0 0 0 2em;
}

#welcome ol li {
    padding-bottom: 0px;
}

#welcome ol li ul {
    list-style-type: none;
}

#welcome ol li ul li{
    padding-top: 10px;
}

#welcome a {
    text-decoration: none;
    color: #990000;
}

#welcome a:focus, #welcome a:hover {
    color: #414878;
    text-decoration: none;
}

/* Team */

.team {
    width: 500px;
    padding-left: 50px;
}

.team h2 {
    padding-top: 45px;
    color:#990000;
    font-size: 12px;
  	font-weight: normal;
}

.team h1 {
	font-size: 30px;
  color:#990000;
}

.try {
    padding-top: 30px;
}

.fenster {
    padding-right: 150px;
    float: right;
}

/* IFrames */

#frameMarket {
    height: 700px;
    width: 100%;
    cursor: wait;
}

#frameLogin {
    height: 350px;
    width: 100%;
    cursor: wait;
}

#frameNew {
    height: 950px;
    width: 100%;
    cursor: wait;
}

/* Kontaktformular */

label {
    display: block;
    cursor: pointer;    
}

input {
	border: 1px solid #cccccc;
}

.top {
  height: 2px;
}

.heading {
		padding-top: 10px;
    font-weight: bold;
    border-bottom: 2px solid #414878 !important;
}

.left {
    text-align: right;
    width: 150px;
    border: 0px;
    height: 30px;
    padding-right: 15px;
}

.middle {
    background-color: #F5F7F7;
    width: 300px;
    border: 0px;
}

.right {
  width: 50px;
  border: 0px;
}

textarea {
  width: 380px;
  height: 100px;
  border: 1px solid #cccccc;
}

.button {
  padding: 10px 10px 10px 0;

}

#anker_link {
    clear: both;
    text-align: right;
    padding-bottom: 1em;
}

/* Datenbank */

#data {
	float: right;
	width: 150px;
}

#data h2 {
  font-size: 12px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#data h3 {
	padding-left: 15px;
	font-size: 10px;
	padding-bottom: 5px;
}

#data a {
    color: #990000;
    text-decoration: none;
}

#data a:focus, #data a:hover {
    color: #414878;
    text-decoration: none;
}

#data p {
  font-size: 80%;
  line-height: 180%;
	text-align: justify;
}

#data .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #414878;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
  width: 900px;
	height: 55px; /* Logo bleibt sichtbar */
	font-size: 12px;
	background: url(../images/print.jpg) no-repeat left top;
}

#footer p {
  padding-left: 60px;
  padding-top: 20px;
  color: #414878;
}

#footer a {
  color: #414878;
  text-decoration: none;
}

#footer a:hover, #footer a:focus {
  color: #414878;
  text-decoration: none;
}

/* Navi unten */

#footnavi {
  padding-left: 60px;
  height: 18px;
}

#footnavi a {
	height: 18px !important;/* img sonst nicht sichtbar */
	padding: 0 17px 0 19px;
	text-decoration: none;
	background: url(../images/img.gif) no-repeat left center;
	color: #990000;
}

#footnavi a:hover, #footer a:focus  {
	color: #414878;
  text-decoration: none;
}

#footnavi .first {
	background: none;
	padding-left: 0px;
}

#footnavi .aktuell {
	color: #414878;
}

/* ========================================
3. Sonstige Styles
============================================*/

.home {
  padding-top: 22px;
}