body {
  background-color: #214284;
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial, Helvetica, Geneva, Swiss, Nimbus Sans L, SunSans-Regular;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#wrapper { 
	position: absolute;
  width: 877px; 
	height: 662px;
	top: 50%;
	left: 50%;
	margin-left: -437px;
	margin-top: -350px;
	background:url(../../pics/wrapper.gif);
  text-align: left; 
} 

#orange {
	position: absolute;
	top: 231px;
	left: 203px;	
	background:url(../../pics/orange.gif);	
}
	
#divContent {
	position: absolute;
	top:0px;
	left:0px;
}

#divRefCategory {
	position: absolute;
	top: 141px;
	right: 310px;
	text-align: right;
}

#divCopyright {
	position: absolute;
	bottom: 15px;
	right: 5px;
	text-align: right;
	font-size: 7pt;
}

a:link { color: #ffffff;
	text-decoration:underline;
	}
	
a:visited { color: #ffffff;
	text-decoration:underline;
	}
	
a:hover { color: #ffffff;
	text-decoration:none;
	}
	
a:active { color: #ffffff;
	text-decoration:underline;
	}

fieldset {
	border : 0px solid transparent;
}

label {
  display: block;
}

input, textarea { font-family: Arial, Helvetica, Geneva, Swiss, Nimbus Sans L, SunSans-Regular;
 	color: #ffffff;
	font-size: 8pt;
	border: 1px solid #ffffff;
	background-color:transparent;
	width:270px;
}

.button {
	width: auto;
	text-align: right;
}

h1 {
	font-weight: bold;
	font-size: 12pt;
	line-height: 20pt;
}

h2 {
	font-weight: bold;
	font-size:10pt;
}

h3 {
	font-weight:bold;
	text-decoration: underline;
	font-size: 9pt;
	line-height: 9pt;
}

table {
	font-size: 8pt;
}

td {
	vertical-align: top;
	padding-bottom: 10px;
}

.right {
	text-align: right;
}

.small {
	font-size: 7pt;	
}

.smallpic {
	margin-top: 15px;
}

#index {
	position: absolute;
	width: 120px;
	height: 35px;	
	top: 87px;
	right: 290px;
	z-index: 2000;

}

#intro {
	position: absolute;
	top: 139px;
	left: 282px;	
	z-index: 1500;
}

/* menu */

#navbar {
	margin-top: 138px;
	margin-left: 203px;
	width: 73px;
	padding: 0;
}

#navbar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#navbar ul li a {
	display: block;
	text-align: right;
	width: 71px;
	height: 101px;
	padding: 0;
	border: 1px solid #ffffff;
	font-size: 26px;
	font-family: Arial, Helvetica, Geneva, Swiss, Nimbus Sans L, SunSans-Regular;
	text-decoration: none;
	border-bottom: transparent;
}

#navbar ul li a.vita {
	background-color: #007BC5;
	color: #4CB5EA;
}

#navbar ul li a.projekte {
	background: #E67B10;	
	color: #FFAC59;
}

#navbar ul li a.kontakt {
	background: #007BC5;
	color: #4CB5EA;	
}


#navbar ul li a.impressum {
	background: #CE5A00;	
	color: #FC9647;	
}

#navbar ul li a:hover {
	background: #0094DE;
	color: #ffffff;
}

#navbar ul li a:hover.projekte{
	background: #CE5A00;
}

#navbar ul li a:hover.impressum{
	background: #E67B10;
}

/*scroller*/

#divUp {
	position: absolute;
	left: 578px;
	top: 138px;
	z-index: 1;
	border: 1px solid #ffffff;
} 

#divDown {
	position: absolute;	
	left: 578px;
	top: 531px;
	z-index: 1;
	border: 1px solid #ffffff;
}	

#divScrollbar {
    /* background:url(../../pics/scrollbar.gif); */
	position:absolute;
	left:576px;
  margin: 1px;
	top:154px;
	z-index:1;
}
	
#divContainer {
	position:absolute;
	width: 285px;
	height: 375px;
	overflow:hidden;
	top: 155px;
	left: 290px;
	clip: rect(0,290,380,0);
}

/*lightbox*/

#lightbox{
	background-color: #14213A;
	padding: 20px;
	}
#lightboxDetails {
	font-size: 9pt;
	padding-top: 20px;
	}	
	
#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}
#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
} 

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../../pics/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../../pics/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../pics/overlay.png", sizingMethod="scale");
}
	


/*tooltip*/

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
  position: absolute;
	right: 0px;
	color: #214284;
}

a.tooltip span {
  display: none;
  text-decoration: none;
}

a.tooltip:hover span {
  display: block;
  position: absolute;
  top: 0px;
  left: -221px;
  z-index: 1000;
  background: #214284;
  height: auto;
  }
