@charset "iso-8859-1";

/*
file         screenBusiness.css
license      (c) 2009 bpm consult ag, CH-Birsfelden - all rights reserved.

version history:
2.6.0-0  23.02.2009  sb  initial release
*/

/*** global defaults ***/
* {
  margin:               0;
  border:               0;
  padding:              0;
}

body {
 background-color: white;
 background-image: url(images/body.png);
 background-repeat: repeat-x;
 width: 100%;
 font-family: Verdana;
 font-size: 12px;
}

div#gesamt {
 width: 989px;
 margin: 0 auto;
 background-color: white;
 border: solid 1px #d7d7d7;
}

div#head {
 width: 100%;
 height: 108px;
 background-image: url(images/head2.png);
 background-repeat: no-repeat;
 background-position: center;
 position: relative;
}

div#head-welcome {
 font-family: Verdana;
 font-size: 12px;
 color: #FFFFFF;
 font-weight: normal;
 text-align: center;
 position: absolute;
 left: 200px;
 top: 7px;
}


div#head-text {
 font-family: Verdana;
 font-size: 12px;
 color: #808080;
 font-weight: normal;
 text-align: center;
 position: absolute;
 left: 200px;
 top: 80px;
}

div#mitte {
 margin: 0 118px 0 118px;
}

p#overbox {
 width: 283px;
 float: left;
 font-size: 20px;
 color: #808080;
 margin-top: 25px;
 padding-left: 23px;
 margin-left: 60px;
}

div#box {
 width: 283px;
 height: 160px;
 float: left;
 margin-left: 60px;
 background-image: url(images/boxbg.png);
 background-repeat: no-repeat;
 padding: 23px 0 0 23px;
 font-family: Verdana;
 font-size: 18px;
 font-weight: bold;
 color: #0A1F62;
}

p#inbox {
 font-size: 12px;
 color: #808080;
 padding: 0 23px;
 font-weight: normal;
}

.clear {
 clear: both;
 text-align: center;
}

div#unten {
 width: 100%;
 height: 108px;
 background-image: url(images/unten.png);
 background-repeat: no-repeat;
 position: relative;
}

p#unten-cosmos {
 font-family: Verdana;
 font-size: 10px;
 color: #0A1F62;
 font-weight: bold;
 position: absolute;
 top: 25px;
 left: 200px;
}

p#unten-text {
 font-family: Verdana;
 font-size: 10px;
 color: #0A1F62;
 position: absolute;
 top: 50px;
}

p.a {
 left: 200px;
}

p.b {
 left: 400px;
}

p.c {
 left: 600px;
}

a.headline, a.headline:active, a.headline:visited {
  color: #003875;
  text-decoration: none;
}

a.headline:hover {
 color: #003875;
 text-decoration: underline;
}
