/********************************************** Allgemeine Styles der site.asp start ***************************************************/

body
{
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}
.background
{
	background: #e1e2e1 url(/media/bg.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	background-attachment: fixed;
}

.datum
{
	color: #949a9b;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 0px;
}

.text
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}
.textjustify
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}
.textsmall
{
	color: #717a78;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}
.textVERYsmall
{
	color: #717a78;
	font-size: 9px;
	line-height: 12px;
	font-family: Verdana;
	text-decoration: none;
}

.titel
{
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.titelsmall
{
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.titelbig
{
	color: #000000;
	font-size: 13px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.titelextrabig
{
	color: #D5D8D4;
	font-size: 28px;
	line-height: 40px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.titelextrabigwhite
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}

.textinput
{
	color: #000;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #a7a9a7;
}
.textinputsmall
{
	color: #717a78;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

/*style für textinput wenn pflichtfeld nicht ausgefüllt wurde*/
.textinput2
{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #ac3429;
	border: solid 1px #ac3429;
}

.linkbutton
{
	border:1px solid #A7A9A7;
	padding:3px;
	height:10px;
}

.linkbutton:hover
{
	background-color:#F1F1F0;
	text-decoration:none;
}

/*Allgemeine Links*/
a:link
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
a:active
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

/*Links mit möglichen anderen Formatierungen*/
.sprachen:link
{
	color: #ac3429;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.sprachen:visited
{
	color: #ac3429;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.sprachen:active
{
	color: #ac3429;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.sprachen:hover
{
	color: #ac3429;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

.linksmall:link
{
	color: #717a78;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linksmall:visited
{
	color: #717a78;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linksmall:active
{
	color: #717a78;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linksmall:hover
{
	color: #717a78;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

.linkgrey:link
{
	color: #717a78;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkgrey:visited
{
	color: #717a78;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkgrey:active
{
	color: #717a78;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkgrey:hover
{
	color: #717a78;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}

.linksmallwhite:link
{
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linksmallwhite:visited
{
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linksmallwhite:active
{
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linksmallwhite:hover
{
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

/********************************************** Allgemeine Styles der site.asp ende ***************************************************/


/********************************************** styles der MENUE EBENEN start ***************************************************/

/*ERSTE menue ebene*/
.menu1:link, .menu1:visited, .menu1:active, .menu1:hover
{
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

.menu1:hover
{
	color: #000000;
}

.menu1active:link, .menu1active:visited, .menu1active:active, .menu1active:hover
{
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

/*ZWEITE menue ebene*/
.menu2:link, .menu2:visited, .menu2:active, .menu2:hover
{
	color: #717a78;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform:uppercase;
}

.menu2:hover
{
	color: #ac3429;
}

.menu2active:link, .menu2active:visited, .menu2active:active, .menu2active:hover

{
	color: #ac3429;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	letter-spacing: 0px;
	text-transform:uppercase;
}

/*DRITTE menue ebene*/
.menu3:link, .menu3:visited, .menu3:active, .menu3:hover
{
	color: #717a78;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	text-transform:uppercase;
}

.menu3:hover
{
	color: #ac3429;
}

.menu3active:link, .menu3active:visited, .menu3active:active, .menu3active:hover
{
	color: #ac3429;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	text-transform:uppercase;
}

/********************************************** styles der MENUE EBENEN ende ***************************************************/



/********************************************** ALLGEMEINE Styles der MODULE start ***************************************************/

/*Titel der Module in der LISTE*/
.linkModuleTitle:link
{
	color: #2B2B36;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.linkModuleTitle:visited
{
	color: #2B2B36;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.linkModuleTitle:active
{
	color: #2B2B36;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.linkModuleTitle:hover
{
	color: #727070;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

/*Titel der Module in DETAILANSICHT*/
.titleModule
{
	color: #2B2B36;
	font-size: 14px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

/*normaler TEXT der Module*/
.linkModuleStandard
{
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	text-align: justify;
}

/*Text und Hintergrund für BILDBESCHREIBUNG*/
.imgText
{
	background-color: #C7C7C7;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
}

/*für ZURÜCK, WEITER und Punkte ... bei Module*/
.linkModuleSmall:link
{
	color: #808080;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkModuleSmall:visited
{
	color: #808080;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkModuleSmall:active
{
	color: #808080;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.linkModuleSmall:hover
{
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

/********************************************** ALLGEMEINE Styles der MODULE ende ***************************************************/



/********************************************** SPEZIFISCHE Styles der MODULE start ***************************************************/

/*COMPANIES Modul*/

/*RAHMEN des Kastens in der Detaiansicht*/
.compBorder
{
	background-color: #A8AAA8;
}
/*Hintergrund & Text der KÄSTCHEN Name, Tel, etc... */
.compFields
{
	background-color: #E9E9E9;
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}


/*REALESTATES Modul*/

/*Hintergrund & Text der KÄSTCHEN Detailansicht */
.realFields
{
	background-color: #E9E9E9;
	color: #717a78;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}


/*PLACES Modul*/

/*Hintergrund und Text der Box in der Detaiansicht*/
.plaBox
{
	background-color: #C7C7C7;
	color: #717a78;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
}

/********************************************** SPEZIFISCHE Styles der MODULE ende ***************************************************/



/********************************************** Styles der SITEMAP start ***************************************************/

/*Stylesheets für das Sitemap*/
.menuSitemapM1:link
{
	color: #363E99;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.menuSitemapM1:visited
{
	color: #363E99;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.menuSitemapM1:active
{
	color: #363E99;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.menuSitemapM1:hover
{
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

.menuSitemapM2:link
{
	color: #363E99;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}
.menuSitemapM2:visited
{
	color: #363E99;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}
.menuSitemapM2:active
{
	color: #363E99;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
}
.menuSitemapM2:hover
{
	color: #000000;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

.menuSitemapM3:link
{
	color: #363E99;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.menuSitemapM3:visited
{
	color: #363E99;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.menuSitemapM3:active
{
	color: #363E99;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
.menuSitemapM3:hover
{
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

/********************************************** Styles der SITEMAP ende ***************************************************/

.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}



.PopupWindow
{
	z-index: 1001;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border: solid 1px white;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
}

.PrintLock
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
	margin: solid 1px #000000;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}

.ScrollContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.ScrollContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.PopupWindowTitle
{
	background-color: #43352D;
	padding-left: 10px;
	color: White;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
}

.PopupWindowContent
{
	background-color: #ffffff;
	padding: 10px;
}

.Clear
{
	clear:both;
}

/********************************************** Styles Wetter start ***************************************************/

.wetterBalken
{
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #005DA5;
	border: none;
}
.wetterBackground
{
	color: #000000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	text-decoration: none;
	background-color: #EBF2F9;
}

/********************************************** print ***************************************************/

#print 
{
	background-color: #ffffff;
	border: 1px solid #9C9E9C;
	margin:0px;
}

/********************************************** recommend ***************************************************/

#recommend
{
	background-color: #ffffff;
	border: 1px solid #9C9E9C;
	margin:0px;
}

/********************************************** Content ***************************************************/

#content
{
	width: 100%;
	height: 100%;
	overflow: auto;	
}

/********************************************** Footer ***************************************************/

#footer
{
	padding-left: 13px;
	padding-right: 13px;
}

/********************************************** frame ***************************************************/

#frame
{
	width:100%;
	height:100%;
}

#frame .text
{
	line-height: 16px;
}

#frame .datum
{
	line-height: 16px;
}

/********************************************** menu ***************************************************/

.Content
{
}

.Level1
{
	background-color: #F1F1F0;
}

.Level2
{
	width: 200px;
	background-color: #e7e9e7;
	vertical-align:top;
}

.Main
{
	width:160px;
	background-color: #ac3429;
	vertical-align:top;
}

.Spacer
{
	background-color: #F1F1F0;
}

#menu
{	
	width:100%; height:100%;
}

#menu .line
{
	padding-top:3px;
	padding-bottom:3px;
}

#menu .column
{
	width:150px;
}

#menu .columnSpacer
{
	width:20px;
}

/********************************************** references ***************************************************/

#references
{
	height:100%;
	background-color: #F1F1F0;
}

#references .Description
{
	padding: 7px;
	vertical-align: top;
}

#references .Hidden
{
	visibility:hidden;
	display:none;
}

#references .ProgressBar
{
	border:1px solid #B5B8B5;
	background: white;
	padding:1px;
	width:200px;
	height:20px;
}

/********************************************** news ***************************************************/

#news
{
	height:100%;
	background-color: #F1F1F0;
}

#news .DetailImage
{
	float:left;
}

#news .DetailText
{
	float:left;
	padding: 7px;
}

#news .ProgressBar
{
	border:1px solid #B5B8B5;
	background: white;
	padding:1px;
	width:200px;
	height:20px;
}

#news .Hidden
{
	visibility:hidden;
	display:none;
}

#news .Line
{
	height:18px;
}

#news .Detail:link, #news .Detai:hover, #news .Detail:visited, #news .Detail:selected
{
	text-transform:uppercase;
	font-weight:normal;
}

#news .scrollContainer
{
	width:532;
	height:350;
	overflow-x:hidden;
}

/********************************************** Bacgrounds ***************************************************/

.bgTop
{
	background-image: url(/media/bg_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 12px;
}

.bgCenter
{
	background-image: url(/media/bg_center.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
	height:532px;	
}

.bgBottom
{
	background-image: url(/media/bg_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 7px;
}

.fullSize
{
	width:100%;
	height:100%;
}

.fullHeight
{
	height:100%;
}

/********************************************** Styles Wetter ende ***************************************************/
