@charset "utf-8";
/* CSS Document */
.link {
	text-decoration: none;
}

.all_fnt_family {
	font-family: Verdana, Arial, Tahoma, "sans serif";	
}

.all_fnt_color-white {
	color: #FFFFFF;
}

.all_fnt_color-grey {
	color: #2D2D2D;
}

.all_fnt_color-red {
	color: #F00;
}

.hover_underline {	
}

.hover_underline:hover {	
	text-decoration:underline;
}

.topper_fnt {
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	line-height: 30px;
}

.head_nav_fnt {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16pt;
}

h3 {
	font-family: Verdana, Arial, Tahoma, "sans serif";
	color: #FFFFFF;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
}

h2 {
	font-size: 22pt;
	font-style: normal;
	font-variant: normal;
	color: #2D2D2D;
	letter-spacing: 2pt;
	font-family: Verdana, Arial, Tahoma, "sans serif";
}

h1 {
	font-size: 24pt;
	font-style: normal;
	font-variant: normal;
	color: #2D2D2D;
	font-family: Verdana, Arial, Tahoma, "sans serif";
}

.main_vermietung_subNav_fnt {
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 30px;
}

.main_vermietung_subNav_fnt:hover {
	text-decoration: underline;
}

.main_vermietung_subNav_fnt2 {
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	line-height: 30px;
}


.main_title_fnt {
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 18pt;
}

.main_title_fnt_klein {
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 18pt;
}

.main_content_fnt1 {
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 16pt;
}

.main_content_fnt2 {
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 16pt;
}

.main_content_fnt2_index {
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 16pt;
	display: table-cell;
	vertical-align: top;
}

.lineHeight12pt {
	line-height: 12pt;	
}

.lineHeight16pt {
	line-height: 16pt;	
}

.lineHeight25px {
	line-height: 25px;
}

.lineHeight70px {
	line-height: 70px;	
}

.marginTop35px {
	margin-top: 35px;	
}

.fontWeightBold {
	font-weight: bold;	
}

.main_content_fnt3 {
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	line-height: 16pt;
	display: table-cell;
	vertical-align: top;
}

.main_content_fnt3_x {
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	line-height: 16pt;
	letter-spacing: -1px;
	text-decoration: underline;
}

.main_link_fnt {
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 16pt;
	text-decoration: underline;
}

.impressum_extra_fnt {
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 1000;
	line-height: 14pt;
}

.impressum_extra_fnt-underline {
	text-decoration: underline;
}

.letterSpacing-1px {
	letter-spacing: -1px;	
}

.vAlignBottom {
	vertical-align: bottom;	
}