/* CSS Document */

HTML, BODY {
  height: 100%;
  background-color: #cd889b;
}

#liniehg {
	background-image:url(pics/streifen_seite.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
}

#hghome {
	height: 503px;
	width: 950px;
	background-image:url(pics/img_oben_home.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#hgimpressum {
	height: 503px;
	width: 950px;
	background-image:url(pics/img_oben_impressum.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#hgqualifikation {
	height: 503px;
	width: 950px;
	background-image:url(pics/img_oben_qualifikation.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#hgallgemein {
	height: 503px;
	width: 950px;
	background-image:url(pics/img_oben_allgemein.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#hgkontakt {
	height: 503px;
	width: 950px;
	background-image:url(pics/img_oben_kontakt.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#hgbuero {
	height: 503px;
	width: 950px;
	background-image:url(pics/img_oben_buero.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#imgunten {
	min-height: 100%;
}

.bigtext
  {
	font-family :                Arial, Helvetica, sans-serif;
    color :                      #000000;
    font-size :                  14pt;
  } 
  
.smalltext
  {
	font-family :                Arial, Helvetica, sans-serif;
	color :                      #000000;
	font-size :                  12pt;
	font-weight: normal;
  } 
 
.smalltext10
  {
	font-family :                Arial, Helvetica, sans-serif;
	color :                      #000000;
	font-size :                  10pt;
  } 
  
  .smalltext7
  {
	font-family :                Arial, Helvetica, sans-serif;
	color :                      #000000;
	font-size :                  7pt;
  } 
  
.smalltext10boldbrombeer
  {
	font-family :                Arial, Helvetica, sans-serif;
	color :                      #8b5b6a;
	font-size :                  10pt;
	font-weight :                bold;
  } 
  
.smallbold
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #000000;
    font-size :                  12pt;
    font-weight :                bold;
} 
.smallboldbrombeer
  {
    font-family :                Arial, Helvetica, sans-serif;
    color :                      #8b5b6a;
    font-size :                  12pt;
    font-weight :                bold;
} 

#buttontext {
	padding-left: 24px;
	padding-right: 24px;
	line-height: 35px;
	height: 35px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
}

#buttontext a {
	text-decoration: none;
	color : #ffffff;
}

#buttontext a:visited {
	text-decoration: none;
	color : #ffffff;
}

#buttontext a:hover {
	text-decoration: none;
	color : #8b5b6a;
}

#buttontextaktiv {
	padding-left: 24px;
	padding-right: 24px;
	line-height: 35px;
	height: 35px;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	color : #8b5b6a;
	font-size : 10pt;
	font-weight : bold;
}

#buttontextaktiv a {
	text-decoration: none;
	color : #8b5b6a;
}

#buttontextaktiv a:visited {
	text-decoration: none;
	color : #8b5b6a;
}

#buttontextaktiv a:hover {
	text-decoration: none;
	color : #8b5b6a;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #8b5b6a;
}
a:active {
	text-decoration: none;
	color: #000;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
 text-decoration: none;
 color: #000;
}