/*+++++++++++++++++++++++++++++++++++++++++++++++
applexx Styles by Josip Pusic 2006
++++++++++++++++++++++++++++++++++++++++++++++++*/
/*@charset "utf-8";*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #ffffff;
}
a {
	color: #006699;
}
a:link {
	color: #006699;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
/***********************************************
Seite + globale Elemante
************************************************/
#container {
	margin: 8px auto;
	width: 768px;
	/*width: 888px; /*Breite mit Banner */
}
h1, h2 {
	display: none;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 11px;
}
.titel {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
h4 {
	margin-bottom: 0px;
	margin-top: 12px;
	font-size: 11px;
}
.text{
	padding: 10px 10px 10px 10px;
}
p {
	margin-top: 0px;
}
ul {
	margin: 0px 0 10px 30px;
	padding: 0;
}
.markUp {
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	padding: 4px;
	margin: 5px 0 0 0;
}
/***********************************************
	Kopfzeile
************************************************/
#header {
	background: url(../pics/header_bg.jpg) no-repeat;
	width: 758px;
	height: 90px;
	border: 1px solid #333333;
}
#logo {
	margin: 33px 0 0 18px;
}
#leiste {
	font-size: 1px;
	width: 758px;
	height: 2px;
	border-color: #333333;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-bottom: 4px solid;
}
#leiste2{
	font-size: 1px;
	width: 758px;
	height: 2px;
	background-color: #c6c6c7;
	border-color: #333333;
	border-left: 1px solid;
	border-right: 1px solid;
}
#bildLeiste { 
	background: url(../pics/mid_header.jpg) no-repeat;
	width: 758px;
	height: 245px;
	border: 1px solid #333333;
	margin: 8px 0 8px 0;
}
/***********************************************
	naviLeiste
************************************************/
#naviLeiste{
	background: url(../pics/navi_bg.gif) repeat-x; 
	width: 758px;
	height: 24px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
#firstBtn{
	border-left: 1px solid #333333;
}
#lastBtn{
	border-right: 1px solid #ffffff;
}
.naviBtn{
	background: url(../pics/button_bg_02.gif) no-repeat;
	width: 96px;
	height: 20px;
	position: relative;
	text-align: center;
	padding-top: 4px;
	left: 186px;
	float: left;
}
a.naviBtn:hover{
	background-position: 0 -24px;
}
a.naviBtn {
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
}
a:link.naviBtn {
	color: #ffffff;
	text-decoration: none;
}
a:visited.naviBtn {
	color: #ffffff;
	text-decoration: none;
}
/***********************************************
	Subnavi
************************************************/
.subNavi{
	color:#FF6600;
}
.subNaviHead {
	background: url(../pics/sub_navi_bg.gif) no-repeat;
	width: 162px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.subNavi ul {
	width: 180px;
	list-style-type: none;
	margin-left: 1px;
}
.subNavi ul li {
	width: 180px;
	padding: 5px 0 0px 0px;
	text-indent: 10px;

}
.subNavi ul li a{
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.subNavi ul li a:hover{
	color: #333333;
	background-color:#CCCCCC;
}
.activeLink {
	background: #CCCCCC;
	text-decoration: none;
}

/***********************************************
	subSubNavi
************************************************/
.subSubNavi {
	float:left;
	width: 162px;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	padding: 3px 10px 0 10px;
}
.subSubNavi ul {
	width: 180px;
	list-style-type: none;
	margin-left: 1px;
}
.subSubNavi ul li {
	width: 180px;
	padding: 5px 0 0px 0px;
	text-indent: 0px;

}
.subSubNavi ul li a{
	display: block;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	line-height: 18px;
}
.subSubNavi ul li a:hover{
	color: #000000;
	text-decoration:none;
}
/* \*/
.gainlayout { _height: 0; }
/* */

/***********************************************
	Spalten
************************************************/
.teaser{
	float: left;
	margin: 0px 8px 8px 0; 
	border: 1px solid #333333;
	background-color: #f4f4f4;
}
.teaserHead {
	background: url(../pics/teaserhead_bg_s.gif) no-repeat;
	width: 162px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px 10px 0 10px;
}
.teaserContent {
	width: 182px;
	/*border: 1px solid #595959;*/
}
/*
.activeLink {
	background: #ffffff;
	text-decoration: none;
	color: #595959;
}
*/
/***********************************************
	fullContent
************************************************/
.fullContent{
	margin: 0px 8px 8px 0; 
	border: 1px solid #333333;
	background-color: #f4f4f4;
	width: 758px;
}
.fullContentHead {
	background: url(../pics/teaserhead_bg_s.gif) repeat-x;
	width: 738px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px 10px 0 10px;
}
.fullContentBox {
	width: 758px;
	/*border: 1px solid #595959;*/
}
/*
.activeLink {
	background: #ffffff;
	text-decoration: none;
	color: #595959;
}
*/
.centerText{
	width: 384px;
	padding: 0px 0px 10px 176px;
}
.signetBg{
	background: url(../pics/applexx_signet_bg.gif) no-repeat;
	background-position: -20px -45px;
}
img.mailpic {
	padding: 3px 0 0 1px;
}
/***********************************************
	halfContent
************************************************/
.halfContent{
	float: left;
	margin: 0px 8px 8px 0; 
	border: 1px solid #333333;
	background-color: #f4f4f4;
}
.halfContentHead {
	background: url(../pics/teaserhead_bg_s.gif) repeat-x;
	width: 354px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px 10px 0 10px;
}
.halfContentBox {
	width: 374px;
	/*border: 1px solid #595959;*/
}
/*
.activeLink {
	background: #ffffff;
	text-decoration: none;
	color: #595959;
}
*/
/***********************************************
	threeQuarterContent
************************************************/
.threeQuarterContent{
	float: left;
	margin: 0px 8px 8px 0; 
	border: 1px solid #333333;
	background-color: #f4f4f4;
}
.threeQuarterContentHead {
	background: url(../pics/teaserhead_bg_s.gif) repeat-x;
	width: 546px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px 10px 0 10px;
}
.threeQuarterContentBox {
	width: 566px;
	/*border: 1px solid #595959;*/
}
/*
.activeLink {
	background: #ffffff;
	text-decoration: none;
	color: #595959;
}
*/
/***********************************************
	Referenzen
************************************************/
.refHolder{
	padding: 10px 5px 5px 10px;
	margin: 0 0 10px 0;
	border-bottom:dotted #333333 1px;
}
.refHeader{
	float:left;
	width: 140px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding: 0px 10px 0 0px;
}

.refDescription{
	float:right;
	width: 205px;
	padding: 0px 0px 0px 10px;
}
.previewPic{
	border:solid 1px;
	border-color:#333333;
	margin: 0 0px 0 0;
}
.endRef{
	clear:both;
}
/***********************************************
	Fu�zeile
************************************************/
#footer {
	background: url(../pics/teaserhead_bg_s.gif) repeat-x;
	clear: both;
	width: 748px;
	height: 19px;
	font-size: 10px;
	text-align: right;
	color: #333333;
	border-color: #333333;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	padding: 3px 10px 0px 0px;
	margin-bottom: 30px;
}
#footer a {
	color: #333333;
}
#footer a:link {
	color: #333333;
}
#footer a:hover {
	color: #006699;
	text-decoration: underline;
}

/***********************************************
	Overlay
************************************************/
#overlay_background {
	position:fixed;
	top:0;
	left:0;
	z-index:10010;
	width:100%;
	height:100%;
	background-color:#000;
	overflow:hidden;
	-moz-opacity:.4;
	opacity:.4;
	filter:alpha(opacity=40);
	vertical-align: center; 
	
	align: center;
	display:none;
}

#overlay {
	position:absolute;
	padding-left:125px;
	padding-top:250px;
	z-index:10020;
	
	display:none;
}