/* CSS Document */

body {
	background: url(Bilder/bg.jpg) #e8e8e8;
	background-attachment: fixed;
  background-position: top center;
	font-family: Lucida Sans Unicode;
	font-size: 12px;
	color: #444;
	margin: 0 auto;
	text-align: justify;
}

td {
	font-size: 12px;
 	font-family: Lucida Sans Unicode;
}

/*Layout*/

#gesamt {
  margin:0px auto;
  width:800px;
  background: #fff;
}

#header {
  margin-bottom:5px;
  background:#f5f5f5;
}

#inhalt {
  width:570px;
  padding:5px;
  float:left;
  margin-bottom:5px;
}

#inhalt2 {
  width:450px;
  padding:20px;
  float:left;
  margin-bottom:5px;
}

#sidebar {
  width:200px;
  float:right;
  padding:5px;
  margin-bottom:5px;
}

#sidebar2 {
  width:300px;
  float:right;
  padding:5px;
  margin-bottom:5px;
}

#footer {
  clear:both;
  padding:5px;
  background:#f5f5f5;
}


/*Boxen*/

.box {
  padding-top: 5px;
  padding-left: 50px;
  width: 400px;
  font-size: 12px;
  font-family: arial;
}

.color {
  background:#be00fd;
  color: #fff;
  padding: 10px;
}


/*Überschriften*/

h1 {
  border-top: 5px solid #95039c;
  text-align: left;
  font-family:"ARIAL";
  font-size:14px;
  font-style: none;
  color: #5e5e5e;
  text-transform: uppercase;
  margin:0px;
  letter-spacing: 2px;
  line-height: 10pt;
}

h2 {
  border-left: 5px solid #95039c;
  padding-left: 10px;
  text-align: left;
  font-family:"ARIAL";
  font-size:14px;
  font-style: none;
  color: #5e5e5e;
  text-transform: uppercase;
  margin:0px;
  letter-spacing: 2px;
  line-height: 10pt;
}


/*Listen*/

ul {
	list-style-type:circle;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul li {
  padding-bottom: 3px;
  padding-top: 3px;
}


/*Page*/

p.job-header {
  background-color: #C0C0C0;
  font-size: 12pt;
  padding: 3px;
  margin-bottom: 0px;
}

p.job-body {
  margin-left: 15px;
}


/* ----- base links ----- */
a:link {color: #CC6633;}
a:visited {color: #CC6633;}
a:hover {color: #999966;}
a:active {color: #CC6633;}
a:focus{color: #CC6633;}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #ff9000;
padding: 6px 0px 0px 10px;
background-color: #ffba00;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}
