/* general */

* , html {
	font-family: Arial, Verdana;
}

html {
	height: 100%;
	width: 100%;	
}

body {
	height: 100%;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #333333;
	background-image: url(body_bg_right.png); background-repeat:no-repeat;	
	background-position: right top;
}

.iefix {
	behavior: url(iepngfix.htc);
}

a img {
	border:0px;
}

/* Layout */


#outerRelDiv {
	min-height: 711px;
	height: 100%;
	width: 100%;	
	background-image: url(body_bg_footer.png); background-repeat:no-repeat;
	background-position: left bottom;
}

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #454545;
	/*font-size: 10px;*/
}

/* ************** */

/* positionierung */
#homelink {
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	outline: 0px;
}

#outerRelDiv {

}

#relDiv {
	margin: 0px auto;
	width: 515px;
	min-height: 530px;
	padding-top: 45px;
}

#navBox {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #333;
	height: 20px;
	overflow: hidden;
}

#navBox a {
	color: #eee;
	font-size: 12px;
	text-decoration:none;
	outline: 0 none;
	letter-spacing:0.02em;		
}

#navBox a .navactive {
	color: #e5ea68;
}

#navBox a.spaceRight {
	padding-right: 45px;
}

#navBox a:hover {
	color: #696969;
} 

#bodyBox {
	border: 1px solid #b0b2b3;
	width: 515px;
	height: 490px;
}

#footerBox {
	text-align: center;
	padding-top: 10px;
	font-size: 9px;
	color: #ccc;
	/*letter-spacing:0.45px;*/
}

#footerBox a {
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
} 

/* text Styles */
h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;	
}

h3 {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;	
}

h4 {
	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#content {
	font-size: 12px;
	width: 516px;
	padding-right: 0px;
	height: 490px;
}


#content ul {
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
}

#content ul li {
	font-size: 12px;
	padding: 0px 0px 7px 0px;
}

#content a {
	color:#000;
	text-decoration: underline;
}


/* scrollpane */
a.jScrollArrowUp {
	background: url(../../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.custom-dragbar .jScrollPaneTrack {
	/*background: #eee;*/
	width:10px !important;
}
.custom-dragbar .jScrollPaneDrag {
	/*background: #eee;*/
	border:1px solid #ccc;
	width:6px !important;
	margin-left:1px;
}
	
.holder {
	float: left;
	margin: 10px;
}

/* content styles */
#nav_leistungen div ul {
	padding: 8px 0px 0px 30px;
}

#nav_leistungen div ul li {
	line-height: 14px;
}

#nav_kunden a {
	text-decoration: none;
}

#nav_kunden a:hover {
	text-decoration: underline;
}
