body {
	background-color: #4b504c;
	font-family: Nimbus Sans L, Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #c0c0be;
	font-size: 13px;

	margin: 0; padding: 0;
}

p, ul, ol, table {
	font-size: 13px;
}

div#logobar {
	border-bottom: 2px solid #aa396d;
	height: 120px;
    margin:0;
	/*margin-top: 20px;
	margin-bottom: 30px;*/
	padding: 2px;
	padding-left: 200px;
    padding-top: 10px;
}

div#logobar h3 { /* betrifft Inventarbewertung */
    width: 650px
}

div#logobar img#logo {
	position: absolute;
	top: 10px;
	left: 868px;
}

div#logobar h1 {
	font-size: 26px;
	padding-left: 40px;
	font-variant: small-caps;
}

div#logobar h2 {
	font-size: 16px;
	font-style: italic;
}

#ihklogo {
    position: absolute;
    top: 30px;
    left: 50px;
}

#sidebar {
	position: absolute;
	top: 137px;
	left: 0px;
	width: 200px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sidebar a {
	margin-top: 7px;
	padding: 3px 20px;
	color: #c0c0be;
    text-decoration: none;

    display: block;
}

#sidebar a:hover, #sidebar a.active {
	color: #fff;
	background-color: #666;
}

#main {
	/*
    width: 768px;
	margin: 10px;
	margin-left: 200px;
	border: 2px solid #aa396d;
	padding: 0;
    */
    width: 768px;
    position: absolute;
    top: 144px;
    left: 200px;
    border: 2px solid #aa396d;
    padding: 0;
}

#main  #illustration {
	width: 768px;
    height: 180px;
	margin: 0;
	border-bottom: 2px solid #aa396d;
}

.projekt_info {
    margin: 20px;
    border: 2px solid #aa396d;
    width: 690px;
}

.projekt_info th {
    font-size: 1.2em;
}

.projekt_info td {
    padding: 10px;
}

.projekt_info td:first-child:not([colspan]) {
    width: 45%;
}

.projekt_info img {
    float: right;
    padding: 5px;
    border: 0;
}

#maintext {
	padding: 10px;
    padding-top: 0;
    padding-bottom: 30px;
	margin: 0;
	/*height: 250px;  dürfte auf einen 1024x768 Bildschirm passen */
	overflow: auto;
}

.center {
    text-align: center;
}

.box {
    border: 2px solid #aa396d;
    padding: 5px;
}

td {
    vertical-align: top;
}

a:link {
    /*color: #c4427e;*/
    color: #fff;
    text-decoration: underline;
}

a:visited {
    /*color: #aa396d;*/
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #c4427e;
}

th a:link, th a:visited {
    color: #c4427e;
}


h3 {
    font-size: 15px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 13px;
}

strong, b, h1, h2, h3, h4, h5, .bold, th {
    font-weight: bold;
    color: #eee;
}



