/* CSS Dokument für FRANZ GEWERBE-IMMOBILIEN GMBH & CO. KG */

html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
background-color: #FFFFFF;
margin: 0px;
text-align: center;
}
sup {
font-size: 10px
}
.aussencontainer {
width: 1010px;
margin: auto;
/*overflow: auto;
clear: both;*/
text-align: left;
}
.logocontainer {
width: 353px;
height: 274px;
padding-top: 60px;
float: left;
}
.steinecontainer {
width: 283px;
height: 334px;
float: left;
}
.slogancontainer {
width: 374px;
height: 274px;
padding-top: 60px;
float: left;
}
.zitatcontainer {
width: 760px;
height: 102px;
padding-left: 250px;
float: left;
}
.navicontainer {
width: 251px;
float: left;
position: relative;
left: 10px;
}
.contentcontainer {
float: left;
width: 759px;
min-height: 450px;
max-height: auto;
}
.adresscontainer {
width: 1010px;
height: 20px;
margin: auto;
}

/* Fonts */
body {
font-family: Arial, Helvetica, sans-serif;	
}
h1 {
margin-top: 0px;
padding-top: 0px;
font-size: 16px;
color: #000000;
margin-bottom: 14px;
}
h2 {
font-size: 16px;
color: #0E1764;
line-height: 26px;
margin-bottom: 2px;
}
.person {
font-size: 12px;
color: #0E1764;
margin-left: 250px;
}
.contentcontainer {
font-size: 12px;
color: #000000;
line-height: 20px;
}
.adresscontainer {
font-size: 11px;
color: #999999;
}
.fliesstext-blau-bold {
font-size: 12px;
font-weight: bold;
color: #0e1764;
text-decoration: none;
}

/* Links + Navi */
a:link, a:visited {
text-decoration: underline;
color: #000000;
}
a:hover, a:active {
text-decoration: none;
color: #0E1764;
}
.navi:link {
text-decoration: none;
color: #000000;
font-size: 12px;
font-weight: bold;
}
.navi:visited {
text-decoration: none;
color: #272727;
font-size: 12px;
font-weight: bold;
}
.navi:hover, navi:active {
text-decoration: underline;
color: #0E1764;
font-size: 12px;
font-weight: bold;
}
.navicontainer li{
margin-bottom: 10px;
}
.subnavi:link {
text-decoration: none;
color: #000000;
font-size: 12px;
}
.subnavi:visited {
text-decoration: none;
color: #272727;
font-size: 12px;
}
.subnavi:hover, subnavi:active {
text-decoration: underline;
color: #0E1764;
font-size: 12px;
}
.highlightnavi:link, .highlightnavi:visited, .highlightnavi:hover, .highlightnavi:active {
text-decoration: none;
color: #000000;
font-size: 12px;
font-weight: bold;
}
.adresse:link, .adresse:visited {
font-size: 11px;
color: #999999;
text-decoration: underline
}
.adresse:hover, .adresse:active {
font-size: 11px;
color: #666666;
text-decoration: underline
}



/* Sonstiges */
.noborder {
border: 0px;
}
.border {
border: 1px solid #0E1764;
}
.error {
color: #FF0000;
font-weight: bold;
margin-bottom: 20px;
}