body {
    background: url(./gfx/bg.png) repeat #111 fixed;
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
}

#zentrieren {
    position: absolute;
    border: 0px dotted cyan;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-left: -50%;
    overflow: visible;
}

#positionieren {
    border: 0px solid green;
    position: relative;
    top: -290px;
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    background-color: #272727;
}

#level_kopf {
    position: absolute;
    top: 0px;
    left: 190px;
    height: 103px;
    width: 781px;
    /*
     background: url("./gfx/kopf.png") repeat-x;
     */
    background-color: #373737;
    border-bottom: 1px solid #7a7a7a;
    border-top: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
}

#level_kopf img {
    position: absolute;
    top: 12px;
    left: 0px;
    border: 0px;
    clear: both;
}
/**
 * NAVIGATION ANFANG
 */
#level_balken {
    position: absolute;
    top: 55px;
    left: 1px;
    width: 970px;
    height: 35px;
    overflow: visible;
    background: url(./gfx/bgbalken.png) repeat-x #a00;
}
/**
 * LOGO
 */
#level_balken img {
    position: absolute;
    left: 20px;
    top: -32px;
	 width: 150px;
}
/**
 * DROPDOWN MENUE
 */
#level_balken ul {
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 200px;
    top: 0px;
}

#level_balken ul li {
    position: relative;
    list-style: outside none;
    display: inline;
    float: left;
    padding: 6px 18px 10px 18px;
    margin: 0px 0px;
    display: block;
}

#level_balken ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#level_balken ul li a:hover {
    color: #ccc;
}

#level_balken ul li ul {
    position: absolute;
    top: 35px;
    left: 5px;
    background-color: #911;
    display: none;
}

#level_balken ul li ul li {
    padding: 2px 12px;
    margin: 0px;
    list-style: none outside;
    background: none;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    border-bottom: 1px solid #7a7a7a;
    border-left: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
    white-space: nowrap;
}

#level_balken ul li ul li a {
    font-weight: normal;
}
/*
 * SPEZIFIKATION DROPDOWN WEITE
 */
ul#dd1 li, ul#dd2 li, ul#dd5 li{
    width: 90px;
	min-width: 90px;
}

ul#dd3 li, ul#dd4 li {
    width: 135px;
	min-width: 135px;
}

/*
 * DROPDOWN MENUE ENDE
 * NAVIGATION ENDE
 */
#level_navi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 189px;
    height: 580px;
    background-color: #474747;
    border: 1px solid #7a7a7a;
}

#level_navi div {
    position: absolute;
    top: 230px;
    left: 20px;
    width: 150px;
    background-color: #eee;
}

#level_navi div p {
    padding: 8px 8px;
	font-size: 11px;
}
#level_navi div p b {
	font-size: 12px;
}

#level_inhalt {
    position: absolute;
    top: 104px;
    left: 190px;
    width: 740px;
	min-height: 437px;
    overflow: auto;
	padding: 20px;
	margin: 0px;
    z-index: 0;
    white-space: nowrap;
    background-color: #272727;
    border-left: 1px solid #7a7a7a;
    border-bottom: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
    border-top: none;
}

.ueberschrift {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 8px 15px;
    background-color: #ccc;
    z-index: 1;
}

div.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
    padding: 15px 20px;
    text-align: justify;
    line-height: 130%;
    background-color: #eee;
    z-index: 2;
    white-space: normal;
}


div.text ul {
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

div.text ul li {
    list-style-image: url("./gfx/li.png");
    text-align: left;
    padding: 0px 0px 5px 5px;
    white-space: normal;
}

td.tab_text ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

td.tab_text ul li {
    list-style-image: url("./gfx/li.png");
    text-align: left;
    padding: 0px 0px 5px 0px;
    white-space: normal;
}

td.tab_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 15px 25px;
    margin: 0px;
    vertical-align: top;
    background-color: #eee;
    border-right: 1px solid #272727;
}

table#tab_inhalt {
	border: none;
    margin: 0px;
    padding: 0px;
    text-align: justify;
    line-height: 110%;
    z-index: 2;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0px
}

a, a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #aa0000
}

img {
    border: none;
    text-align: center;
}

input, textarea {
    width: 300px;
}
table {
	border: none;
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
	border: none;
	padding: 0px;
	margin: 0px;
}
span.pdf {
    font-size: 10px;
    color: #222;
    font-weight: bolder;
}
/*
 * PROJEKTE
 */
table.tab_proj {
    margin: 0px;
    padding: 0px;
    text-align: justify;
    z-index: 2;
    border: 0px;
}

td.td_proj {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px 15px;
    margin: 0px;
    background-color: #eee;
    vertical-align: top;
    white-space: normal;
    border-top: 1px solid #272727;
}

td.td_proj ul {
    margin: 0px 0px 0px 15px;
    padding: 0px;
}

td.td_proj ul li {
    list-style-image: url("./gfx/li.png");
    text-align: left;
    padding: 0px 0px 5px 0px;
    white-space: normal;
}
td.td_proj_abb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px 15px;
    margin: 0px;
    background-color: #eee;
    vertical-align: top;
    white-space: normal;
}
td.grau {
    background-color: #ccc;
}
td.bild {
    width: 120px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    border-top: 1px solid #272727;
}

td.bild img {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}
td.space {
	height: 10px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
img.rand {
	margin: 0px;
	padding-top: 2px;
	padding-left: 2px;
	vertical-align: top;
	text-align: center;
	border:  none;
}

/*
 ENDE PROJEKTE
 */
/*
 * STARTSEITE EBENE START
*/
/**
 * NAVIGATION ANFANG
 */
#start_balken {
    position: absolute;
    top: 400px;
    left: 1px;
    width: 940px;
    height: 35px;
    overflow: visible;
    background: url(./gfx/bgbalken.png) repeat-x #a00;
	z-index: 11;
}

/**
 * DROPDOWN MENUE
 */
#start_balken ul {
    padding: 0px;
    margin: 0px;
    position: relative;
    left: 150px;
    top: 0px;
}

#start_balken ul li {
    position: relative;
    list-style: outside none;
    display: inline;
    float: left;
    padding: 6px 18px 10px 18px;
    margin: 0px 0px;
    display: block;
}

#start_balken ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#start_balken ul li a:hover {
    color: #ccc;
}

#start_balken ul li ul {
    position: absolute;
    top: 35px;
    left: 5px;
    background-color: #911;
    display: none;
}

#start_balken ul li ul li {
    padding: 2px 12px;
    margin: 0px;
    list-style: none outside;
    background: none;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 10;
    border-bottom: 1px solid #7a7a7a;
    border-left: 1px solid #7a7a7a;
    border-right: 1px solid #7a7a7a;
    white-space: nowrap;
}

#start_balken ul li ul li a {
    font-weight: normal;
}
/*
 * DROPDOWN MENUE ENDE
 * NAVIGATION ENDE
 */
#start_navi {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 940px;
    height: 580px;
    background-color: #474747;
    border: 1px solid #7a7a7a;
}

#start_navi div {
    position: absolute;
    top: 190px;
    left: 20px;
    width: 120px;
    background-color: #474747;
	border: 1px solid #7a7a7a;
}

#start_navi div p {
    padding: 8px 8px;
}
#start_pics {
	position: absolute;
	top: -123px;
	left: 110px;
	z-index: 6;
}
#start_pics table {
	width: 780px;
	border: none;
	margin: 0px;
	padding: 0px;
}
img#architektinnen_vert {
	position: absolute;
	border: none;
	left: 30px;
	top: -280px;
}
