/* DATEI: cms.css  */
/* Intersim AG */
/* (c) Intersim AG - Burgdorf */

/*--------------------------------------- Elemente ---------------------------------------*/
html {
	margin: 0;
	padding: 0;
	 height:100%;
	 	background-color: #95999a;
}

* html body 
{
 height:100%;
 	background-color: #959999;
}


body {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
	color: #cccccc;
	background-color: #959999;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
				/* -- Achtung bei Fixpositionierten Texte -- */
}

p, table, td, th, select, textarea,input, form {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
}

p {
	padding:0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 130%;
}


input, button{
	vertical-align:middle;
	font-size:12px;
}

pre {	
	border:1px solid #cccccc;
	padding: 2px 2px 2px 2px;

}

ul li {
	padding: 0 0 10px 0;
}

ul {
list-style-type:square;
}
ul, ol {
margin-bottom:10px;
margin-top:5px;
}


.tabAufzaehlung ul {
margin-bottom:0px;
margin-top:0px;
padding: 0 0 0px 0;
margin-left: 15px;
}

.tabAufzaehlung ul li {
	padding: 0 0 0px 0;

}


address {
	font-style:italic;
}

img {
	border:0px solid #cccccc;

}



/* --------- Titel im Hauptteil --------- */
h1	{
	font-size:14px;
	color: #fcd647;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 14px 0px;

	
}

h2 {
	font-size:12px;
	color: #cccccc;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size:11px;
	color: #cccccc;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-weight:bold;
	font-size:11px;
	color: #cccccc;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h5 {
	font-size:10px;
	color: #cccccc;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h6 {
	font-size:10px;
	color: #cccccc;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

/*---------------------- Links ----------------------*/

/* Allgemein im Content-Bereich */
a:link    		{color: #fcd647; background-color:transparent; text-decoration:underline;}
a:visited 		{color: #fcd647; background-color:transparent; text-decoration:underline;}
a:hover   		{color: #fcd647; background-color:transparent; text-decoration:underline;}
a:active  		{color: #fcd647; background-color:transparent; text-decoration:underline;}

/* Links bei Dokumenten-Suche */
a.doku:link		{color: #fcd647; background-color:transparent; text-decoration:none;}
a.doku:visited	{color: #fcd647; background-color:transparent; text-decoration:none;}
a.doku:hover	{color: #fcd647; background-color:transparent; text-decoration:underline;}
a.doku:active	{color: #fcd647; background-color:transparent; text-decoration:none;}

/* Links im Teaser */
#divTeaser a:link    {color: #fcd647; background-color:transparent; text-decoration:underline;}
#divTeaser a:visited {color: #fcd647; background-color:transparent; text-decoration:underline;}
#divTeaser a:hover	{color: #cccccc; background-color:transparent; text-decoration:underline;}
#divTeaser a:active	{color: #fcd647; background-color:transparent; text-decoration:underline;} 

/*--------------------------------------- Classes ---------------------------------------*/

/*--------- Allgemeine ---------*/

/* Inhalt-Tabelle (Admin-Bereich, allg. Seiten) */
.contTable {
	padding-left:0px;
	color: #cccccc; 
}

.contTable .small {
	
	color: #5c5c5c; 
}

.small { 
	font-size:10px;  
}

.bold {
    font-weight:bold;
}

/* Schaltfläche */
.bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #3c3e3e;
	background-color: #fcd647;
		border: 1px solid #3c3e3e;
		font-weight: bold;
		padding: 3px 0 3px 0;

}

#divContentAdmin .bu { 
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #3c3e3e;
	background-color: #fcd647;
		border: 1px solid #3c3e3e;
		font-weight: bold;
		padding: 3px 0 3px 0;
}


hr {
background:#979797 none repeat scroll 0%;
border:0pt none;
height:1px;
}

/*--------- Classes Admin-Bereich  ---------*/

/* Titel */
.AdminTabTitle {
	background-color: #fcd647;
	color: #3c3e3e;
	font-weight:bold;
}

/* Normale Zeile */
.AdminTabRowLight {
	color: #cccccc;
	background-color:#5c5c5c;
}

/* Alternative Zeile */
.AdminTabRowDark {
	color: #cccccc;
	background-color:#373737;
}

/* Effekt-Zeile */
.AdminTabRowEffect {
	color: #3c3e3e;
	background-color:#D9d9d9;
}

/* Links in der Admin Titelzeile*/
a.AdminTabTitle:link, th.AdminTabTitle a:link    {color: #3c3e3e; background-color:transparent; text-decoration:none;}
a.AdminTabTitle:visited, th.AdminTabTitle a:visited {color: #3c3e3e; background-color:transparent; text-decoration:none;}
a.AdminTabTitle:hover, th.AdminTabTitle a:hover	{color: #3c3e3e; background-color:transparent; text-decoration:underline;}
a.AdminTabTitle:active, th.AdminTabTitle a:active	{color: #3c3e3e; background-color:transparent; text-decoration:none;} 

/*--------- Classes Teaser  ---------*/

.teaserEntry {
float: left;
clear: both;
width: 205px;
padding: 0px 0 0 0;
height: auto;	
font-size: 11px;

}


/* titel h1 */
.teaserTitle {
float: left;
clear: both;
	color: #fcd647;
	width: 205px !important;
	width /**/:205px; /*ie5 hack*/
	text-align:left;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	border-bottom: 1px dotted #fcd647;
	border-top: 1px dotted #fcd647;

}

/* Inhalt-Div */
.teaserCont {
float: left;
clear: both;
	color: #cccccc;
	width: 205px !important;
	width /**/:205px; /*ie5 hack*/
	height:auto;
	padding:10px 0px 10px 0px;
	margin:0px 0px 10px 0px; 
	text-align:left;

	
}

.teaserCont p {

	font-size: 11px;
	
}

.tImageLink {
	display:block;
	text-align:center;
	font-size: 11px;
}

.tImage {
	clear:both;
	vertical-align:text-top;
	border:0px solid;
}
	

/* Mehr... nach Teaser Content */
.tMoreLink {

	
}

.tMore {
	color: #fcd647;
	font-size: 10px;
	cursor:pointer;
	float:left;
	text-decoration:none; 
	font-weight: bold;
	}

.tNewLink {
	display:block;
	text-align:left;
}

/* New! neben Teaser-Titel */
.tNew {
	float:right;
	color: #cccccc;
	font-size:9px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:0px 3px 0px 0px;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase; 
}



/*--------- Classes Content-Auflistung -------*/
/* Inhalt-Div */
.cContList {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Inhaltkopf-Div */
.cContListHeader {
	margin:0px 0px 5px 0px;
	padding:3px 3px 0px 0px;	
	border-bottom: 1px solid #fcd647;

}

/* Contlist title */
h1.cContListHeader {
	font-size:12px;
	border:0px none;
	width:100%;
	color: #fcd647;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

/* Contlist title */
h2.cContListHeader {
	font-size:12px;
	border-bottom: 0px none;
	width:100%;
	color: #cccccc;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

h4.cContListHeaderCompact {
 	display:block;
 	font-weight:bold;
 	padding:0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.cContListHeaderCompact {
 	display:block;
 	font-weight:bold;
 	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Inhalt-Div */
.cContListText {
	border:0px none; 
	height:auto; 
	width:auto;
	text-align:left;
	padding:0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

/* Inhalt-Tab-Spalte1 */
.cContListTextCol1 {
	vertical-align:top; 
	display:block; 
	float:left; 
	height:auto; 
	width:auto;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Inhalt-Tab-Spalte2 */
.cContListTextCol2 {
	vertical-align:top; 
	border:0px none; 
	height:auto; 
	width:auto;
	text-align:left;
	padding:0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

/* Inhaltfuss-Div */
.cContListFooter {
	clear:both;
	height:20px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.cContListImageLink {
	float:left;
	text-align:center;
}

.cContListImage {
	float:left;
}

/* Mehr... */
.cMoreLink {
	float:right;	

}

/* Mehr... */
.cMore {
	display:block;
	float:right;
	color: #fcd647;
	font-size:10px;
	cursor:pointer;
	text-decoration:none;
	font-weight: bold;
}

.cNewLink {
}

/* Neu! */
.cNew {
	float:right;
	color: #cccccc;
	font-size:9px;
	font-weight:bold;
	padding:0px 1px 0px 1px;
	margin:0px 0px 0px 3px;
	text-decoration:none;
	cursor:pointer;
	text-transform:uppercase; 
}



.mnuMore{

}

/*--------------------------------------- DIV's ---------------------------------------*/


#divContainer {
		text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 969px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #3c3e3e;
	clear: both;
}

/*--------- Main DIV's ---------*/

#divTop {	
position: relative;
	background:url(/design/images/header.jpg);
	background-repeat: no-repeat;
	background-position:top;
	height:230px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:2;
}

#divMiddle {
position: relative;
		background-color: #3c3e3e;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index:1;
	height: 100%;
}

#divBottom {
position: relative;
	background-color: #3c3e3e;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 10px;
	display: block;
	z-index:0;
}

/*--------- Top DIV's ---------*/
#divHead {
 float: left;
 width: 951px;
 height: 230px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 6px;
	z-index: 10;
}

#divTopnav {
display: block;
  	 position: absolute;
  	 top: 205px;
  	 left:752px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	z-index:106;


}



#divSearch {
display:none;
}


/*--------- Middle DIV's ---------*/
#divMenu {
	position:absolute;
	top:1px;
	left:6px;
	margin: 0px 0px 0px 0px;
	width:205px;
	padding:0px 0px 0px 0px;
	background-color:transparent;
}


#divMenuTop{
display:none;
}

#divMenuMiddle { 
float:left;
clear: both;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
width: 205px;
}

#divMenuBottom {
float:left;
clear:both;
width: 205px;
height: auto;
}

#divPrintview {
display:none;
}

#divContentContainer {
	position:relative;
	height:auto;
	top:5px;
	left:241px;
	width:481px;
	text-align:left;
	z-index:100;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}

#divContentTop {
display:none;
}

#divContent {
position: absolute;
top: 0px;
margin: 0px 0 0 0;
width:481px;

}




#divContent td {
vertical-align: top;
	
}


#divContentBottom {
margin: 30px 0 0 0;
float: left;
width: 714px;

}

#divFooter {
float: left;
margin: 15px 0 0 0;
font-size: 10px;
color: #698fbd;
background-color: #333333;
padding: 2px 0 2px 3px;
width: 714px !important;
width /**/:717px; /*ie5 hack*/

}

#divFooter a{

color: #cccccc;
text-decoration: none;

}

.svit {
	float:right;
	margin: 0 10px 0 0;
	width: 27px;
	height: 14px;
}

.alaCasa {
	float:right;
	margin: 0 10px 0 0;
	width: 53px;
	height: 14px;
}

.footerPrivera{
float: left;
	padding: 0px 0 0 0;
font-size: 10px;
color: #698fbd;
line-height: 14px;
}



a.footerPrivera:link		{color: #cccccc; background-color:transparent; text-decoration:none;}
a.footerPrivera:visited	{color: #cccccc; background-color:transparent; text-decoration:none;}
a.footerPrivera:hover		{color: #cccccc; background-color:transparent; text-decoration:none;}
a.footerPrivera:active		{color: #cccccc; background-color:transparent; text-decoration:none;}

#divTeaser {
	position:absolute;
	top:4px;
	left:752px;
	width:205px;
	height:auto;
	z-index:101;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#divTeaser input{
	vertical-align:middle;
	font-size:12px;
	border:0px none;
}

#divTeaserTop {
	display:none;
}

#divTeaserBottom {
	display:none;
}

#divApp1 {
	
}

#divApp2{	
	display:none;
}

/*--------------------------------------- Module ---------------------------------------*/

/*--------- .NET ---------*/
.body_aspnet {									/* .net iframe im Content */
	background-image:none;
	background-repeat:no-repeat;
	background-color: #3c3e3e;
	color: #cccccc;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
} 

span {											/* .net-generierte span */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px;
	font-style:normal;  
	font-weight:normal;
	color: #cccccc; 	
}

.status {										/* error + allg. Meldungen */
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;  
	font-weight:bold;
	color:#CC0000; 	
}


/*--------- Mehrspaltige News-Anzeige  ---------*/

.colviewListHeader {
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	margin-bottom:5px;
	font-size:10px;  	
}

.cColview {
   font-size:10px;  
   text-align: justify;
   margin: 0px 0px 10px 0px;
}

.cColviewCompact {
   font-size:10px; 
   text-align: left;
}


/*-- Reiter Navigationen (News Modul; Glossary Modul, ...) --*/

.nlglNav {
	font-weight:normal;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	text-align:center;
}

.nlglNavSel {
	font-weight:bold;
	color: #3c3e3e;
	background-color: #cccccc;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	text-align:center;
}

.nlglNavNotAvailable {
	font-weight:normal;
	color: #8e8e8e;
	font-size:11px;
	padding:2px 3px 2px 3px;
	border-left: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	text-align:center;
}

.nlglNavHeader {
	font-size:11px;
	color: #cccccc;
	font-weight:bold;
	border-bottom: 1px solid #cccccc;
	margin:0px;
	padding:0px 0px 3px 0px;
	background-repeat:no-repeat;
}

.nlglListHeader {
	font-weight:bold;
	padding:3px 0px 3px 0px;
	margin:0px;
}

.nlglListText {
	vertical-align:top;
	padding: 0px 0px 12px 0px;
}

.nlglListCompact {
	padding:10px 0px 0px 0px;
}

.nlglListCompactDate {
	padding:10px 0px 0px 0px;
	font-weight:bold;
}


td.nlglNav a:link,  td.nlglListHeader a:link, td.nlglListCompact a:link, td.nlglListCompactDate a:link 				{color: #cccccc; background-color:transparent; text-decoration:none;}
td.nlglNav a:visited,  td.nlglListHeader a:visited, td.nlglListCompact a:visited, td.nlglListCompactDate a:visited {color: #cccccc; background-color:transparent; text-decoration:none;}
td.nlglNav a:hover,  td.nlglListHeader a:hover, td.nlglListCompact a:hover, td.nlglListCompactDate a:hover			{color: #fcd647; background-color:transparent; text-decoration:none;}
td.nlglNav a:active,  td.nlglListHeader a:active, td.nlglListCompact a:active, td.nlglListCompactDate a:active 		{color: #cccccc; background-color:transparent; text-decoration:none;}

td.nlglNavSel a:link	{color: #3c3e3e; background-color:transparent; text-decoration:none;}
td.nlglNavSel a:visited  {color: #3c3e3e; background-color:transparent; text-decoration:none;}
td.nlglNavSel a:hover	{color: #fcd647; background-color:transparent; text-decoration:none;}
td.nlglNavSel a:active	{color: #3c3e3e; background-color:transparent; text-decoration:none;}



/*--------- Polling ---------*/
div.teaserCont form {
	padding:0px;
	margin:0px 0px 0px 6px;
	border:0px;
}

form p.pTeaserCont span.tMore {
	float:none;
	padding-left:10px;
}

table.polling {
	border-collapse:collapse;
}

table.polling td {
	margin:0px;
	padding:3px;
	border: 1px solid #698fbd;
}




/*--------------------------------------- Design-spezifisch ---------------------------------------*/

/* Top Navigation */
.topNav {
float: left;
	font-size:11px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px;
	color: #fcd647;
}

#language {
	position: absolute;
	top: 205px;
	right: 12px;
	display: block;
	font-size: 11px;
	color: #cccccc;

}

.langSel {
	font-weight: bold;
}
.langSep {
	margin: 0 3px 0 3px;
		color: #cccccc;
}

/* Top Navigation */
a.language:link		{color: #fcd647; background-color:transparent; text-decoration:none;}
a.language:visited	{color:#fcd647; background-color:transparent; text-decoration:none;}
a.language:hover		{color: #cccccc; background-color:transparent; text-decoration:none;}
a.language:active		{color: #fcd647; background-color:transparent; text-decoration:none;}

a.lang:link		{color: #fcd647; background-color:transparent; text-decoration:underline;}
a.lang:visited	{color:#fcd647; background-color:transparent; text-decoration:underline;}
a.lang:hover		{color: #cccccc; background-color:transparent; text-decoration:underline;}
a.lang:active		{color: #fcd647; background-color:transparent; text-decoration:underline;}


/* Top Navigation */
a.topNav:link		{color: #fcd647; background-color:transparent; text-decoration:underline;}
a.topNav:visited	{color:#fcd647; background-color:transparent; text-decoration:underline;}
a.topNav:hover		{color: #cccccc; background-color:transparent; text-decoration:underline;}
a.topNav:active		{color: #fcd647; background-color:transparent; text-decoration:underline;}



/* Design-Detail Admin-Bereich */
.top_adminTeaser {

}

/* Class Copyright-Text (TeaserBottom.inc.asp) */
.Copyright {
	text-align:left;
	margin:0px;
	padding:20px 4px 4px 10px;
}

/* Link auf Copyright-Text (TeaserBottom.inc.asp) */
a.pCopyright:link		{color: #3c3e3e; background-color:transparent; text-decoration:underline;}
a.pCopyright:visited	{color: #3c3e3e; background-color:transparent; text-decoration:underline;}
a.pCopyright:hover		{color: #698fbd; background-color:transparent; text-decoration:underline;}
a.pCopyright:active		{color: #3c3e3e; background-color:transparent; text-decoration:underline;}


#divLogoPrint {
position: absolute;
top: 0px;
left: -1000px;
width: 160px;
height: 43px;
}

#divLogo {
position: absolute;
top: 29px;
left: 36px;
width: 160px;
height: 43px;
}


.dottedTop {
	border-top:1px dotted #F3D74C; 
}

.noneDottedTop, .dottedTop {
	padding-top:5px; 
}

.dottedBottom {
	border-bottom:1px dotted #F3D74C; 
	padding-bottom:5px;
}

/* Popup */
.PopupTrigger {
	cursor:pointer;
}

.Popup {
	z-index:1000;
	border:4px solid #2D2D2D;
	/*background:url('/design/images/transp.png'); 
	padding:10px;*/
}

.btn { background-color:#F6E272; border:2px solid #D3B317; font-weight:bold; }


.Popup .container {
}

.Popup .header, .Popup .footer {
	line-height:30px;
	font-weight: bold;
	padding-left:10px;
}

.Popup .footer { background-color:#2D2D2D; text-align:right; padding: 5px; }
.Popup .header, .Popup .content { background-color:#949494; color:#2E2E2E; }
.Popup .header { padding-top:5px; }
.Popup .content { padding:0px 10px 10px 10px; }


/*-- Suche --*/
.search {

}

.search .searchButton td { background-color:#363636; padding:5px; }

.search .objectType { padding-top:10px; }
.search .objectType td { font-size:11px; }

.divSearchResult {
	margin-bottom:20px;
	padding-bottom:10px;
}

.divSearchResultNaviGroup, .divSearchResultSort, .divSearchResultNaviPage {
	border-bottom: black 1px solid;
}

.divSearchResultSort {
	height:20px;
}

/******* Detailseite *******/
.detailContainer .head { border: black 1px solid; overflow:auto; }

/*.detailContainer .detail .left { width: 263px; float:left; position:relative; }*/
.detailContainer .detail .left { width: 300px; float:left; }
.detailContainer .detail .address strong { color: #F3D951; }

.detailContainer .detail .right { float:right; }
.detailContainer .detail .border { background-color: #363636; padding:5px; width:289px; }
.detailContainer .detail .imgPack { margin-top:5px; }
.detailContainer .detail .img { cursor:pointer; }
.detailContainer .detail .contact { margin-top: 20px; padding: 20px; color:#363636; background-color:#979797; overflow:auto; }
.detailContainer .detail .contact strong { color:#363636; }

.detailContainer .content { padding:40px 20px 20px 20px; color:#CACACA; }
.detailContainer .hideBox { padding-top:5px; width:260px; }
.detailContainer .hideBox .open { cursor:pointer; }
.detailContainer .hideBox table { padding-bottom:5px; }

.detailContainer .route .GoogleRouteWindow { display:none; color:#363636; background-color:#979797; overflow:auto; height:200px; margin-top:10px; }

.divToggle { background-color: #DFE6EE; }

/********** Listenansicht ************/

.listItem { padding-left:5px; padding-right:5px; padding-bottom:5px; }
.first { padding-top:5px; }
.listItem table { margin:10px 5px 10px 5px; width:100%; }
.listItem table td { font-size:11px; }
.listItem table .objImage { width:160px; }
.listItem table .objImage img { width:160px; cursor:pointer; }
.listItem table .title { font-weight:bold; }
.listItem table .options { background-color:#363636; }

.listItem .contactBox {
	padding:2px;
	float:right; 
	width:100%;
}

.listItem .contactBox strong { color:#F3D94D; }

.pager, .sort {
	padding: 15px 5px 0px 5px;
	font-weight:bold;
	background-color:#363636;
}

.pager .navigation {font-weight:normal;}

.sort {
	text-align:right;
	padding-top:0px;
}

.listTop  { background:url('/design/images/list_top.gif') repeat-x; height:14px; }
.listLeft { background:url('/design/images/list_left.gif') repeat-y; width:14px; }
.listRight { background:url('/design/images/list_right.gif') repeat-y; width:14px; }
.listBottom { background:url('/design/images/list_bottom.gif') repeat-x; height:14px; }
.listCornerTopLeft {background:url('/design/images/list_corner_topleft.gif') no-repeat; height:14px; width:14px; }
.listCornerTopRight {background:url('/design/images/list_corner_topright.gif') no-repeat; height:14px; width:14px; }
.listCornerBottomLeft {background:url('/design/images/list_corner_bottomleft.gif') no-repeat; height:14px; width:14px; }
.listCornerBottomRight {background:url('/design/images/list_corner_bottomright.gif') no-repeat; height:14px; width:14px; }

.pager .navigation .numbers a { color:#686868; }
.pager .navigation .numbers { color:#F2D74D; text-align:left;}

/**** Error ****/
.errorDiv { color: #be3131; font-weight:bold; }
.errorInput { border-color:red; background:url('/design/images/input_err.gif'); }

/********** Listenansicht ************/

/* Tell a friend */
.taf input { width: 200px; }
.taf textarea { width: 200px; height:100px; }
.taf .btn { width: 80px; }
.taf .title { font-weight:bold; }
.taf .objbox { padding:5px; background-color:#979797; color:#373737; text-align:center; width:200px; }


/********** Vergleichliste ************/
.compare .desc, .compare .objTitle { font-weight:bold; color:#FCD647; }
.compare .altRow { background-color:#313332; }

/********** Google Info ************/
.googleInfo { height:150px; color:#3C3E3E; }
.googleInfo a { color:#f0cc24; }
.googleInfo .title { font-weight:bold; }
.googleInfo .image { width:100px; }
.googleInfo .desc { }
/******** Content mit Slider ***********/
.cContentElement {
	float:left;
	min-height: 295px;
}

/*********** Immo Navigation ***********/
.navi { background:url('/design/images/navi_bg.gif') repeat-x; height:20px; }
.navi .text { padding:3px 10px 3px 10px; float:left; text-align:center; font-weight:bold; color:#FFFFFF; text-transform:uppercase; }
.navi .close { float:right; margin:0px; padding:0px;border-left:1px solid #3C3E3E; cursor:pointer; }
.navi .views div{
	padding:3px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	border-right:1px solid #3C3E3E;
}
.navi .views a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
}

/* Aktiver Link in der Bar */
.navi .active { background:url('/design/images/navi_bg_active.gif') repeat-x; }
.navi .active a { color:#3F3F41; }

/********* PDF ***********/
.pdf { page-break-after:always; background-color:#FFFFFF; }
.pdf h1, .pdf td { color:#000000; }
.pdf h1 { font-size:25px; padding:20px 0px 15px 0px; }
.pdf td {font-size:17px;}
.pdf a {color:#7CABD5;}
/********* PDF ***********/



/* Definition Rahmen Portrait Standorte */

.portrait {
	
background-color: #333333;
	
	float:left;
	padding: 3px;
	margin: 0 10px 10px 0px;
	width: 140px !important;
	width /**/:146px; /*ie5 hack*/

	}
	
	/* Definition Content GL*/

.gl {
background-color: #333333;
	text-align:center;
	float:left;
	padding: 3px;
	padding-top:8px;
	margin: 0 10px 10px 0px;
	width: 82px !important;
	width /**/:88px; /*ie5 hack*/
	height: 135px !important;
	height /**/:141px; /*ie5 hack*/

}

.gl p {

	font-size:11px;
	padding: 0 0 5px 0;
}

.glCEO {
background-color: #333333;
	text-align:center;
	padding: 3px;
	padding-top:8px;
	margin: 0 10px 10px 0px;
	width: 82px !important;
	width /**/:88px; /*ie5 hack*/
	height: 135px !important;
	height /**/:141px; /*ie5 hack*/
}

.glCEO p {

	font-size:11px;
	padding: 0 0 5px 0;
}

.glBig {
background-color: #333333;
	
	float:right;
	padding: 3px 3px 5px 3px;
	margin: 0 10px 10px 0px;
	width: 140px !important;
	width /**/:146px; /*ie5 hack*/

}

#intersim {
color: #5c5c5c;
font-size: 10px;
margin: 0 0 0 20px;

}

a.intersim:link		{color: #5c5c5c; background-color:transparent; text-decoration:none;}
a.intersim:visited	{color: #5c5c5c; background-color:transparent; text-decoration:none;}
a.intersim:hover		{color: #5c5c5c; background-color:transparent; text-decoration:none;}
a.intersim:active		{color: #5c5c5c; background-color:transparent; text-decoration:none;}

/* Footsteps Home Seite*/

#divFootsteps {
position: absolute;
top: -10px;
left: 450px;
display: block;
background-color: transparent;
}

/* Lightbox*/

#outerImageContainer, #imageDataContainer, #imageContainer {
	background-color: #cccccc;
}

#caption {
	color: #3c3e3e;
}

/* Titel Home*/

.titelHome {
	position:absolute;
	top:180px;
	left:235px;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
}

.titelHome img {
text-align: center;
}

/* Zuletzt gesehen */
.lastVisited ul li { padding:5px 0px 0px 0px;}

.lastVisitedList {
margin-bottom:0px;
margin-top:0px;
padding: 0 0 0px 0;
margin-left: 0px;
list-style: none;
}

#divLastVisited {
	margin: 0 0 20px 0;
}
.AmbitSearchContainer {
	float:left;
	clear:both;
	margin-top:15px;
}
.AmbitTabs {
	float:left;
	clear:both;
}
.AmbitTabSelected, .AmbitTabUnselected {
	padding:5px 8px 5px 8px;
	margin-right:2px;
	/*width:75px;*/
	float:left;
	font-weight:bold;
}
.AmbitTabSelected span, .AmbitTabUnselected span {
	text-align:center;
}
.AmbitTabSelected {
	background-color:#626262;
}
.AmbitTabUnselected {
	background-color:#817D7E;
}
.AmbitSearch {
	float:left;
	clear:both;
	background-color:#626262;
	width:336px;
}
.AmbitSearchInput, .AmbitSearchKm, .AmbitSearchDropdown {
	padding:5px;
	float:left;
}

div.AmbitSearchAutoComplete {
	position:absolute;
	width:250px;
	z-index:500;
	background-color:#817D7E;
	border:1px solid #888;
	color:#ddd;
	margin:0;
	padding:0;
}
div.AmbitSearchAutoComplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.AmbitSearchAutoComplete ul li.selected { 
	background-color: #626262;
}
div.AmbitSearchAutoComplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:17px;
	cursor:pointer;
}

.AmbitSearchInput input {
	width:230px;
	height:14px;
	font-size:10px;
	padding-left:5px;
	color:#555;
	border: 1px solid #ccc;
}
.AmbitSearchKm select {
	width:75px;
	border: 1px solid #ccc;
}
.AmbitSearchDropdown select {
	width:322px;
	border: 1px solid #ccc;
}
.pdfFile {
	background-image:url('/design/images/icon_pdf.gif');
	background-repeat:no-repeat;
	padding-left:20px;
	width:100%;
	margin-top:10px;
}