body {
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	margin:2px 2px 2px 2px;
	color:#000000;
	background-color:#ffffff;
}

table, th, tr, td, div, ul, ol, b {
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	font-size:8pt;
	line-height:12pt;
}

/*********************************************************/
/*Formular Elemente **************************************/
/*********************************************************/
form {
	border-top:0px;
	border-right:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	font-size:11px;
	margin:0px;
	border-left:0px;
	color:#004494;
	padding-top:0px;
	border-bottom:0px;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	text-decoration:none;
}

input, select, textarea {
	margin:1px 1px 1px 1px;
	border-left:#004494 1px solid;
	border-bottom:#004494 1px solid;
	border-right:#004494 1px solid;
	border-top:#004494 1px solid;
	font-family:Arial;
	font-size:8pt;
	background-color:#ffffff;
}

input.hidden {
	border-style:none;
}

select {
	font-size:8pt;
}

/* ---------------------------------------------------------------- */
/* ---[ Links ]---------------------------------------------------- */
/* ---------------------------------------------------------------- */
a:hover {
	background-color:#E6E8F0;
}
/* alle Links (fett):*/
a:link, a:visited {
	font-size:11px;
	color:#004494;
	text-decoration:none;
	font-weight:bold;
}

/* Link left whatever it is */
a.left:link, a.left:visited {
	font-weight:bold;
	font-size:25px;
	color:#004494;
}

/* Links (im Text):*/
a.text:link, a.text:visited {
	font-weight:bold;
	font-size:11px;
	color:#004494;
}
a.text:hover {
	background-color:#E6E8F0;
}

/* Links (navi unter text):*/
a.undernavi:link, a.undernavi:visited {
	font-weight:bold;
	text-decoration:none;
	font-size:9px;
	color:#004494;
}
a.undernavi:hover {
	background-color:#E6E8F0;
}

/* Links (in lila boxen):*/
a.lila:link, a.lila:visited {
	font-weight:bold;
	font-size:11px;
	color:#004494;
}
a.lila:hover {
	background-color:#FFFFFF;
}

/****************************************************/
/***weitere klassen *********************************/
/****************************************************/
.headline {
	/*für die eingestellten Artikel- und Teasertitel*/
	font-weight:bold;
	color:#004494;
	line-height:20px;
	font-size:12px;
}

.front {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	margin-top:2px;
	clear:left;
}

.text {
	font-weight:bold;
	color:#004494;
	line-height:20px;
	font-size:15px;
}


.suche {
	font-weight:normal;
	color:#004494;
	line-height:14px;
	font-size:9px;
}

/*Veranstaltungen*/
.termin {
	font-weight:bold;
	color:#004494;
	line-height:18px;
	font-size:10px;
}

.pictitle {
	font-size:9px;
	color:#a9a9a9;
}


/* Sprachauswahl dropdown */
.langSelector {
	position:absolute;
	top:95px;
	left:705px;
	padding:0;
	z-index:2;
}

/***************************************************************/
/* Farben für die Tabellen */
/***************************************************************/

.tabLineStyle1 {
	background-color:#DFE3F1;
}

.tabLineStyle2 {
	background-color:#BAC3E1;
}

.blockTitel {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#004494;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.info {
	color:#000000;
	font-weight:bold;
}

.linie {
	height:1px;
	background-color:#004494;
	overflow:hidden;
}

.linievert {
	width:1px;
	background-color:#004494;
}

/*
.blueline {
	height:1px;
	background-color:#004494;
}
*/

/****************************************************************************/
/***topnavlist obere navi ***************************************************/
/****************************************************************************/
.topnavlist {
	width:981px;
	background-color:#004494;
	padding:2px 2px 2px 2px;
	color:#ffffff;
	font-weight:bold;
}

.topnavlist a {
	background-color:#004494;
	background-repeat:repeat-x;
	padding:2px 2px 2px 2px;
	font-size:10px;
}

.topnavlist a:link, .topnavlist a:visited {
	color:#ffffff; /*FFFFFF*/
	text-decoration:none;
	padding:2px 2px 2px 2px;
	font-size:10px;
}

.topnavlist a:hover, .topnavlist a:active , .topnavlist a.curActive {
	background-color:#D8DEE5;
	background-repeat:repeat-x;
	padding:2px 2px 2px 2px;
	color:#000000;
	font-size:10px;
}

/* ------------------------------------------------------------------------- */
/*----------------- [Navigationsleiste auf der linken seite:]--------------- */
/* ------------------------------------------------------------------------- */

.navlist {
	width:160px;
	margin-top:3px;
	/*background-color:blue;
	border:1px solid red;*/
}

.navlist p {
	font-size:7px;
}
.navlist ul {
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:7px;
}
.navlist li {
	margin:0;
}
.navlist a {
	display:block;
	padding:2px 2px 2px 10px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-color:#000000;
	background-image:url(../images/l_down.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-size:10px;
}
.navlist a:link, .navlist a:visited {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}
.navlist a:hover, .navlist a:active , .navlist .curActive {
	background-image:url(../images/l_over.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#000000;
	font-size:10px;
}

/* -- sub-links (rubrik) ---------------------------------------------------- */
.uberlink a {
	display:block;
	padding:2px 2px 2px 10px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-color:#000000;
	background-image:url(../images/l_down_sub.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	font-size:10px;
}
.uberlink a:link, .uberlink a:visited {
	color:#000000;
	text-decoration:none;
	font-size:10px;
}
.uberlink a:hover, .uberlink a:active , .uberlink .curActive2  {
	background-image:url(../images/l_over_sub.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	color:#000000;
	font-size:10px;
}


/***************************/
/*********immo**************/
/***************************/
.immoHomeAbstand {
	padding:0px 0px 0px 8px;
	margin:5px 5px 5px 0px;
	width:auto;
}

.boxcont {
	font-size:11px;
	border:solid 1px #004494;
	padding:0px 0px 0px 8px;
	margin:0px 0px 14px 0px;
	width:auto;
	line-height:15px;
	background-color:DFE3F1;	
}

.boxconttitle {
	font-size:11px;
	border-top:solid 1px #004494;
	border-right:solid 1px #004494;
	border-left:solid 1px #004494;
	background-color:#004494;
	margin:0px;
	padding:4px 0px 4px 10px;
	width:auto;
	line-height:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.immoLeftNaviHead {
	font-size:9px;
	border-top:solid 1px #004494;
	border-right:solid 1px #004494;
	border-left:solid 1px #004494;
	background-color:#004494;
	margin:0px;
	padding:4px 0px 4px 10px;
	width:auto;
	line-height:12px;
	font-weight:bold;
	color:#FFFFFF;	
}

td.statCounter
{
	text-align:right;
}
/* ---------------------------------------------------------------- */
/* ---[ linker Navigations-Bereich  für den IMMOBEREICH]----------- */
/* ---------------------------------------------------------------- */

.immoLeftNavVerwaltung {
	width:160px;
	margin-top:10px;
	font-size:6px;
}

/*******************************************************************/
/** table layout ***************************************************/
/*******************************************************************/
.tabFrames {
	border-collapse:collapse;
	margin:0px;
	padding:0px; /*border:1px solid black;*/
}

.tdLeftNavi {
	vertical-align:top;
	padding:0px 10px 0px 0px;
	margin:0px 0px 0px 0px;
	border-right:#cccccc 2px dotted;
}

.tdContent {
	padding:0px 5px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	width:627px;
}

.tdRight {
	vertical-align:top;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 3px;
	border-left:#cccccc 2px dotted;
}

/********************************************************************/
/* ---[ rechter Feature-Bereich ]---------------------------------- */
/********************************************************************/
.feature {
	width:175px;
	font-size:9px;
}

.boxfeat {
	font-weight:normal;
	font-size:11px;
	border:solid 1px #004494;
	padding:0 0 0 8px;
	margin:0 0 14px 0;
	width:auto;
	line-height:15px;
	width:180;
}

.boxfeattitle {
	font-size:11px;
	border-top:solid 1px #004494;
	border-right:solid 1px #004494;
	border-left:solid 1px #004494;
	background-color:#004494;
	margin:0;
	padding:4px 0 4px 10px;
	width:auto;
	line-height:12px;
	font-weight:bold;
	color:#FFFFFF;
	width:180;
}
.businesscard {
	width: 293px;
	height: 194px;
	background-image: url('/library/images/businesscard_bg.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-right: 8px;
	position: relative;
}
.team_name {
	position: absolute;
	top: 2px;
	left: 5px;
}
.team_name strong {
	color: #014495;
}
.team_tasks {
	position: absolute; 
	width: 140px;
	top: 19px;
	right: 5px;
}
.team_contact {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 150px;
}
.businesscard img {
	position: absolute;
	bottom: 3px;
	left: 3px;
}
.team_spacer {
	font-size: 1px;
	line-height: 1px;
	height: 10px;
	background-color: #9db1d4;
}
.team_spacer_white {
	font-size: 1px;
	line-height: 1px;
	height: 5px;
	background-color: #ffffff;
}
ul,li {
	list-style-type: square;
	padding-left: 0px;
}