/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

.mainTable {
	background-image: url(media/lightblue.gif);
	background-repeat: repeat-y;

}
.bgWhite, #navi {
background-color:#FFFFFF;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.SelectedTab:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.SelectedTab:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.SelectedTab:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : #006699;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
	}
	

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.OtherTabs:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.OtherTabs:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.OtherTabs:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : #006699;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 16px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}

.NormalRed
{
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}

.NormalBold
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 12px;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.CommandButton:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.CommandButton:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A.CommandButton:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : #006699;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A:visited   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A:active    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : underline;
	font-size : 12px;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #006699;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	text-decoration : none;
	font-size : 12px;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	width : 200px;
	cursor : pointer;
}

.MainMenu_MenuBar {
	cursor : pointer;
	margin : 0px;
	width : 200px;
}

.MainMenu_MenuItem {
	background-color : #003366;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	color : white;
	height : 20px;
	font-weight : bolder;
	border-bottom : 1px solid #003366;
	border-top : 1px solid #003366;
}

.MainMenu_MenuIcon {
	border-left : 1px solid #003366;
	border-bottom : 1px solid #003366;
	border-top : 1px solid #003366;
	background-color : #003366;
	height : 20px;
}

.MainMenu_SubMenu {
	border : 1px solid #003366;
	Background-color : #003366;
	filter : none;
	cursor : pointer;
}

.MainMenu_MenuBreak {
	height : 2px;
	background-color : #FFFFFF;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
	background-color : #006699;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	color : white;
	height : 20px;
	font-weight : bolder;
}

.MainMenu_MenuArrow {
	border-right : 1px solid #003366;
	border-bottom : 1px solid #003366;
}

.MainMenu_RootMenuArrow {
}

.BlueRootSelect{
	width : 200px;
	background-color : #006699;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	color : white;
	height : 20px;
	font-weight : bolder;
}

.BlueRootActive{
	width : 200px;
	background-color : #006699;
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 8pt;
	color : white;
	height : 20px;
	font-weight : bolder;
}

.LightBlue{
	background-color : #80A2C9;
}

.LeftPadd{
	padding-left : 5px;
}

.RightPadd{
	padding-right : 5px;
}

.DarkBlue{
	background-color : #014594;
}

.Panorama{
	background-color : #014594;
	background-image: url(media/panorama.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.Logo{
	background-color : #FFFFFF;
	border: 1px solid #003366;
}

.AdvertPane{
	height : 150px;
}

.BlueDnnText{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.BlueDnnText, a.BlueDnnText:link, a.BlueDnnText:visited, a.BlueDnnText:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.BlueDnnText:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	font-weight : normal;
	text-decoration : underline;
}

.BlueLinkText{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

a.BlueLinkText, a.BlueLinkText:link, a.BlueLinkText:visited, a.BlueLinkText:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	font-weight : normal;
	text-decoration : none;
}

a.BlueLinkText:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : black;
	font-weight : normal;
	text-decoration : underline;
}

.ClearTop{
	padding-bottom : 3px;
}

.ClearLeft{
	padding-right : 3px;
}

.ClearRight{
	padding-left : 3px;
}

.ClearBottom{
	padding-top : 3px;
}

.SkinContentPadding{
	Padding-left : 3px;
}

/* Immobilien Modul */

.Titelzeile {

}
#auflistung td {
	font-weight: normal;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	vertical-align: middle;
}
#auflistung .Titelzeile td {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#auflistung h1.auflistungTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;

	padding-top:40px;
	padding-bottom:8px;	
	margin:0px;	
}

#auflistung h2.auflistungTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
#detail h1.auflistungTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}
#detail h2.auflistungTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

#auflistung a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#auflistung a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#auflistung a:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#auflistung a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#auflistung a.z1:link {
	color: #014594;
	text-decoration: none;
	background-image: url(detail.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	font-weight: bold;
}
#auflistung a.z1:visited {
	color: #014594;
	text-decoration: none;
	background-image: url(detail.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	font-weight: bold;

}
#auflistung a.z1:hover {
	color: #E50806;
	text-decoration: none;
	background-image: url(detail_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	font-weight: bold;

}
#auflistung a.z1:active {
	color: #E50806;
	text-decoration: none;
	background-image: url(detail_a.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
	font-weight: bold;

}


#auflistung td.last {
	background-color: #DCE4EF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCE4EF;
	vertical-align: middle;
	width: 16px;

}
#auflistung td.requestCell {
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: middle;

}


#auflistung a.request:link {
	font-weight: bold;
	color: #014594;
	text-decoration: none;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 16px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;




}
#auflistung a.request:visited {
	font-weight: bold;
	color: #014594;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 16px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
#auflistung a.request:hover {
	font-weight: bold;
	color: #E50806;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 16px;
	background-image: url(arrow_a.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
#auflistung a.request:active {
	font-weight: bold;
	color: #E50806;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 16px;
	background-image: url(arrow_a.gif);
	background-repeat: no-repeat;
	background-position: right center;

}
.totalprice {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #DCE4EF;
	font-weight: bold;


}
#detail .Titelzeile td {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#detail td {
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.iLeft {
	text-align: left;
	vertical-align: top;
	width: 33%;

}
.iCenter {
	text-align: center;
	vertical-align: top;
	width: 34%;
	padding-top: 5px;

}
.iRight {
	text-align: right;
	vertical-align: top;
	width: 33%;
	padding-top: 5px;

}
.fotorahmen {
	width: 160px;
	margin-top: 5px;

}
.fototext {
	padding-top: 5px;
	padding-right: 5px;
}
#detail .downloadzeile td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;

}
#detail a:link {
	color: #014594;
	text-decoration: none;
	font-weight: bold;


}
#detail a:visited {

	color: #014594;
	text-decoration: none;
	font-weight: bold;
}
#detail a:hover {


	color: #E50806;
	text-decoration: none;
	font-weight: bold;
}
#detail a:active {
	color: #E50806;
	text-decoration: none;
	font-weight: bold;
}
#detail a.requestLarge:link {
	font-size: 22px;
	color: #014594;
	text-decoration: none;
	font-weight: bold;



}
#detail a.requestLarge:visited {
	font-size: 22px;
	color: #014594;
	text-decoration: none;
	font-weight: bold;


}
#detail a.requestLarge:hover {
	font-size: 22px;
	color: #E50806;
	text-decoration: none;
	font-weight: bold;


}
#detail a.requestLarge:active {
	font-size: 22px;
	color: #E50806;
	text-decoration: none;
	font-weight: bold;

}

a.requestLarge:link {
	font-size: 22px;
	color: #014594;
	text-decoration: none;
	font-weight: bold;



}
a.requestLarge:visited {
	font-size: 22px;
	color: #014594;
	text-decoration: none;
	font-weight: bold;


}
a.requestLarge:hover {
	font-size: 22px;
	color: #E50806;
	text-decoration: none;
	font-weight: bold;


}
a.requestLarge:active {
	font-size: 22px;
	color: #E50806;
	text-decoration: none;
	font-weight: bold;

}


.fldSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.fldTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;

}

.fldTxtArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;

}



/* Navigationskomponente */

.panelbar
{
}
.panelbarHeaderCollapsed
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	background-color : #014594;
	font-size: 12px;
	height: 20px;
	padding-left: 6px;
	font-weight: bold;
}

.panelbarHeaderCollapsedHover
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	background-color : #E50806;
	font-size: 12px;
	height: 20px;
	padding-left: 6px;
	font-weight: bold;
}

.panelbarHeaderExpand
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	background-color : #80A2C9;
	font-size: 12px;
	height: 20px;
	padding-left: 6px;
	font-weight: bold;
}

/* PanelItems - Level 0 to 1 ------------------------------------------------------------- */

.panelbarItem
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.panelbarItemExpanded
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.panelbarItemHoverCollapsed
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.panelbarItemHoverExpanded
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.panelbarItemSelected
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
.panelbarItemGroup_0
{
	margin-top: 3px;
	width: 202px;
	background-color: #80A2C9;
}

/* panelbarItemGroup - Level 1 ------------------------------------------------------------- */

.panelbarItemGroup_1
{
	margin-bottom: 2px;
}

/* PanelItems - Level 2 ------------------------------------------------------------- */
.panelbarItem_2
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 27px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}
.panelbarItemExpanded_2
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 27px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}
.panelbarItemHoverCollapsed_2
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 27px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

.panelbarItemHoverExpanded_2
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 27px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

.panelbarItemSelected_2
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 27px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}

.panelbarItemGroup_2
{

}
/* PanelItems - Level 3 ------------------------------------------------------------- */
.panelbarItem_3
{
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 11px;
	padding-left: 39px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;
}
.panelbarItemExpanded_3
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 39px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;
}
.panelbarItemHoverCollapsed_3
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 39px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;
}

.panelbarItemHoverExpanded_3
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 39px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;
}

.panelbarItemSelected_3
{
	cursor: hand;
	cursor: pointer;
	color: #014594;
	font-size: 11px;
	padding-left: 39px;
	margin-top: 2px;
	margin-bottom: 3px;
	background-image: url(media/icon_active.gif);
	background-repeat: no-repeat;
	background-position: 27px 4px;
}

.panelbarItemGroup_3
{

}

/* getnuked PhotoGallery */
.Gallery_Body_PopUp {
	background-color: #DEE3EE;
	background-image: url(media/hintergrund_popup.jpg);
	background-repeat: repeat-x;
}
.GalleryCellElementAlbumTitle {
	padding-left: 18px;
	background-image: url(media/folder.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.GalleryTabElementPicture {
	border: 1px solid #EFEFEF;
	padding: 2px;
	height: 100%;
}
.GalleryCellElementFile {
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.GalleryCellElementAlbum {
	border: 1px solid #A9913B;
	background-image: url(media/folder_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: FFFFB2;
	padding: 2px;
	height: 100%;
}

.GalleryCellElementAlbumCount {
	padding-left: 18px;

}
#navi {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.h1Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
}


/* TOP ANGEBOTE STYLE */

.content_left, .content_right {
	vertical-align: top;
	width: 50%;
}

.content_left .BlueHeaderOutline, .content_right .BlueHeaderOutline {
	border: 0;
}

.content_left .BlackTitle, .content_right .BlackTitle {
	font-size: 16px;
	font-weight: bold;
}

a.miet_button {
	height: 25px;
	padding: 5px 25px 5px 25px;
	border: 1px solid #333;
	background-color: #ccc;
	text-decoration: none;
}

a.miet_button:hover {
	color: #fff;
	background-color: #e50806;
}

.mietHauptTabelle {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
}

.mietHauptZelle {
	padding-right: 10px;
}

.mietTable {
	font-size: 12px;
/*	border: 4px solid #ccc /*#80A2C9*/;
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	background-color: #fff;
	background-image: url(media/bkg_miet.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 143px;
}

.more_link {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.mietTd {
	vertical-align: top;
	padding-right: 20px;
}

.miet_image IMG {
	margin: 5px;
	border: 0;
}

.miet_place, .miet_space, .miet_price {
	white-space: normal;
	padding-left: 5px;
	padding-right: 5px;
}

.miet_price {
	padding-bottom: 4px;
}

#dnn_ctr806_RealEstateAdmin_grdRealEstates TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 2px 5px 2px 0px;
	border-bottom:1px solid #c0bce2;
	 }

.real_estate_header TD{
	font-weight:bold;
	border-bottom: 1px solid #4a3c8c
}

