/***
 * Jango CSS
 * =========
 * Farben:	blau:	#01b5dd
 *			orange:	#d8a500
 *			grau:	#333	 // dunkel
 *					#b1b3b4  // hell
 ***/


/***
 * Allgemeine Einstellungen
 * f�r alles, html, body und den Content-Bereicht
 ***/

body, h1, h2, h3, h4, h5, h6, p, blockquote, div,
form, label, ul, ol, dl, fieldset, address {
	padding: 0;
	margin: 0;
}

html, body {
	background-color: #fff;
/*	font-family: arial;*/
	font-family: "Helvetica Neue", Helvetica, "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	width: 100%;
	height: 100%;
}

div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 951px;
}


h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	padding: 0 0 0 0;
	margin:0 0 20px 0;
}

h2{
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	padding: 0 0 0 0;
	margin: 0px 0px 15px 0px;
}

h3{
	font-weight: normal;
	font-size: 14px;
	color: #000;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}

h4 {
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	margin: 0 0 4px 0;
}

.centercol .teaserbox h4 span {
	color: #000; 
}

p{
	color: #999999;
	background-color: #fff;
	font-size: 13px;
	line-height: 16px;
	padding: 0 0 0 0;
	margin:  0 0 0 0;
}

.blue {
	color: #01b5dd;
}

.orange {
	color: #d8a500;
}

.lightgrey {
	color: #999999;
}

.twentyeight {
	font-size: 28px;
	line-height: 36px;
	background-position: 0px 8px;
	padding-left: 24px;
}

.twenty {
	font-size: 20px;
	line-height: 28px;
}

.eighteen {
	font-size: 18px;
	line-height: 24px;
}

.fourteen {
	font-size: 14px;
	line-height: 16px;
	padding: 1px 0 0 0;
}

.foreward {
	background-image: url('../../_abb/jango/foreward.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
}

.externallink {
	background-image: url('../../_abb/jango/foreward_small.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
}

.external,
.listforeward {
	background-image: url('../../_abb/jango/foreward_small.gif');
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 12px;
}

.backward {
	background-image: url('../../_abb/jango/backward.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
}

.close {
	background-image: url('../../_abb/jango/close.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #01b5dd;
}

a img {
	border: 0px;
}

a.active {
	color: #01b5dd;
}

.backspace20 {
	margin-right: 20px;
}

.backspace40 {
	margin-right: 40px;
}

.floatend {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.border-right {
	border-right: 1px solid #b1b3b4;
}

.border-bottom {
	border-bottom: 1px solid #b1b3b4;
}

.border-top {
	border-top: 1px solid #b1b3b4;
}

.right {
	float: right;
}

.padd {
	padding: 0 0 16px 0;
}

br.fix {
	clear: both
}