/* Styles für die Website https://www.hrastnik-immobilienbewertung.de */

/* ===== Styles für HTML-Elemente ===== */
html {
    overflow-y: scroll;
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #CCCCCC;
    font-family: Calibri, Verdana, Tahoma, Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

h1 {
    font-size: 2em; 
	font-weight: lighter;
    color: #000000;
}

h2 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #000000;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: lighter;
	color: #000000;
	margin-bottom: 5px;
}

img a {
	outline: none;
}

a {
	color: #000000;
	outline: none;
	text-decoration: none;
    font-weight: bolder;
    font-style: italic;
	color: #353990;
}

a:hover {
	color: #353990;
}

li {
    line-height: 1.5em;
    margin-left: 0.8em;
}

/*
p {
    font-size: 14px;
}
*/
  
/* ===== spezifische DIV-Elemente ===== */
/* der allgemeine Container */
#container {
    background-color: #FFFFFF;
	width: 1024px;
/*    height: auto;*/
    min-height: 100%;
	margin: auto;
    padding: 0px;
    font-family: Calibri, Verdana, Tahoma, Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
/*    color: #3F3F3F;*/
}

/* der Kopfzeilenbereich */
#header {
	width: 1024px;
	height: 128px;
	z-index: 999;
	position: fixed;
	padding: 0px;
    margin: 0px auto;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: normal;
	text-align: left;
    font-size: 16px;
}

/* linker Teil des Kopfzeilenbereichs */
#header-left {
    float: left;
    width: 256px;
	text-align: left;
/*
    text-overflow: ellipsis;
    overflow: auto;
*/
}

#header-left img {
    width: 80px; 
    height: 80px; 
    padding-left: 16px; 
    padding-top: 12px;
}

#header-left table {
    border: none; 
    width: 100%; 
    vertical-align: bottom;
}

#header-left-blank {
    text-align: justiy;
    font-size: 8px;
    padding-left: 8px;
}

#header-left-name {
    text-align: justiy;
    font-size: 24px;
    padding-left: 8px;
}

#header-left-office {
    text-align: justiy;
    font-size: 13px;
    padding-left: 8px;
    padding-bottom: 18px;
}

/* alte Version
#header-left img {
    width: 233px; 
    height: 96px; 
    padding-left: 16px; 
    padding-top: 12px;
}
*/

/* rechter Teil des Kopfzeilenbereichs */
#header-right {
    float: right;
    width: 736px;
    font-size: 24px; 
    text-align: right;
    padding-right: 16px; 
    padding-top: 68px;
/*    overflow: auto;*/
}

/* Strich am Kopf des Kopfzeilenbereichs */
#headerline {
	width: 100%;
	height: 4px;
	background-color: #353990;
}
 
/* Trenner zum Inhaltsbereich */ 
#contentseparator-horizontal {
	width: 992px;
	height: 1px;
    top: 112px;
	left: 16px;
	position: absolute;
	background-color: #CCCCCC;
}

/* Navigationsbereich links */
#navigation {
	width: 272px;
    height: 100%;
	top: 112px;
	position: fixed;
	background-color: #FFFFFF;
	float: left;
}

#navigation a {
	color: #666666;
	text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#navigation ul {
    margin: 0px;
	padding: 0px;
}

#navigation li {
	text-align: left;
    list-style: none;
    margin: 16px 16px 24px 16px;
	padding: 2px 4px;
	width: 232px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#navigation li:hover {
	background-position: center right;
	background-repeat: no-repeat;
/*	background-color: #5B5E63;*/
	background-color: #45474c;
	cursor: pointer;
	font-weight: bold;
    color: #FFFFFF;
}

#navigation img {
    margin-top: 20px;
}

/* Unternavigation im Navigationsbereich links */
#navigation-sub li {
	text-align: left;
    list-style: none;
    margin: 0 16px;
	padding: 2px 4px;
	width: 232px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 0px;
	background-color: #999999;
}
ul#navigation-sub {
	margin: -24px 0 16px 0;
}

#navigation-sub a {
    color: white;
    font-weight: normal;
    font-style: normal;
}

#navigation-sub li:hover, .subactive li {
/*	background-image:url('../layout/op.gif');*/
	background-color: #45474c;
	cursor: pointer;
	font-weight: normal;
}


/* Inhaltsbereich */
#content {
	width: 720px;
	height: auto;
/*    height: 100%;*/
/*    height: calc(100vh - 144px);*/
	position: relative;
	left: 272px;
	text-align: left;
    padding-top: 112px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* Bildbereich innerhalb Inhaltsbereich */
#image {
    max-width: 768px;
    max-height: 224px;
	width: auto;
    height: auto;
	overflow: hidden;
	position: relative;
	display: block;
	margin-bottom: 4px;
    padding-top: 8px;
}

/* Brotkrumenspur innerhalb Inhaltsbereich */
#breadcrump {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
}

#breadcrump ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
/*	height: 20px;*/
    height: auto;
}

#breadcrump li {
/*
	background-position: right;
	background-repeat: no-repeat;
*/
	display: inline;
	list-style: none;
	margin: 0px !important;
	padding-right: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
	height: 16px;
    color: #5B5E63;
}

#breadcrump li a {
	font-size: 11px;
	color: #555555;
	text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
    
#breadcrump li a:hover {
	color: #222222;
}
    
/* Fusszeilenbereich */
#footer {
	width: 976px;
	height: 16px;
	z-index: 998;
	position: fixed;
	text-align: left;
	color: #CCCCCC;
	background-color: #5B5E63;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 12px;
	bottom: 0px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#footer a:hover {
	color: white;
	text-decoration: none;
}

/* Navigationselement im Fusszeilenbereich */
#footer-nav {
/*	font-size: 10px;*/
	color: white;
	text-align: right;
	width: 192px;
	position: absolute;
    padding-right: 24px;
	right: 4px;
	top: 4px;
}

    
/* ===== Klassen ===== */
.active {
	background-position: center right;
	background-repeat: no-repeat;
	background-color: #353990;
	cursor: pointer;
	margin: -20px 0 0 0;
	color: white;
	font-weight: bold;
}

.list {
	margin-top: 24px;
	margin-left: 4px;
	list-style: disc;
}

/* ===== Responsive design ===== */

