body { 
  width: 925px;
  margin: 46px auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #cccccc;
  background-color: #0E0049;
}

img {
	border: none;
}
a {
	text-decoration: none;
	color: #cccccc;
}
a:hover, .active {
	color: #FFF202;
}

/* nicht gut!!! */
b {
	font-weight: normal;
	color: white;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	display: inline;
}

#col1 {
	float: left;
	width: 500px;
	overflow: hidden;
	margin-left: 20px;
	/* fuer ie6 */
	_margin-left: 10px;
}
#col2 {
	position: relative;
	float: left;
	width: 390px;
	margin-left: 15px;
	/*display: inline-block;*/
}

#logo, #menue {
	height: 62px;
}
#logo {
	padding-top: 1px;
	padding-bottom: 2px;
}
#menue {
	width: 340px;
	padding-bottom: 3px;
}
#hmenue {
	font-size: 1.2em;
	float: left;
	padding-right: 7px;
}
#smenue {
	padding-top: 0px;
	clear: both;
}

#pix_container {
	height: 332px;
	width: 500px;
	position: relative;
	margin-bottom: 5px;
}
#pix {
	height: 332px;
	width: 500px;
	display: block;
	overflow: hidden;
}
.bottom_right {
	height: *px;
	bottom: 0;
	right: 0;
	position: absolute;
}

#content {
	/*margin-top: 12px;*/
	width: 340px;
	height: 319px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
}
#content p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 9px;
	margin-bottom: 0;
}
#listcontent {
	/*margin-top: 10px;*/
	width: 340px;
	height: 330px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
}

#aspekt_list {
	width: 340px;
	font-size: 0.9em;
	padding-top: 4px;
	border-top: 1px solid #ccc;
	clear: both;
}
#pix_nums li, #smenue li, #aspekt_list li{
	padding-right: 0.4em;
	margin-right: 0.4em;
}
#aspekt_list li {
	padding-right: 2px;
	margin-right: 2px;
}
#pix_nums li, #smenue li {
	border-right: 1px solid #ccc;
	zoom: 1;
	height: 16px;
	display: inline-block;
	/*fuer ie7*/
	*display: inline;
}
#smenue li.last, #hmenue li.last {
	border-right: 0;
	padding-right: 0;
}
#smenue li.last, #pix_nums li.last {
	margin-right: 0;
}
#pix_text, #logo, #pix_container{
	float: right;
	clear: both;
}
#pix_anno, #pix_copy, #pix_nums{
	float: left;
	font-size: 0.9em;
}
#pix_nums, #pix_copy{
	padding-left: 0.7em;
}

#titel, #subtitel  {
	color: #ffffff;
}
#subtitel {
	padding-bottom: 0px;
}

.scrollbar-vert{
    background-color: #0E0049;
    height: 332px;
    width: 40px;
	/*margin-top: 10px;*/
    float: left;
}
.handle-vert{
    height: 60px;
    width: 10px;
    margin: 0;
    padding: 0;
    background: url(../img/handle.gif) no-repeat;
}

#proj_flip {
	position: absolute;
	top: 49px;
	left: 276px;
	display: block;
	z-index: 20;
}

br {
	line-height: 5px;
}

/* table section */
table#list {
	float: right;
	width: 340px;
}
table#list colgroup.titel {
	width: 200px;
}
table#list colgroup.ort {
	width: 110px;
}
table#list colgroup.jahr {
	width: 30px;
	text-align: right;
}
table#list tr {
	/*height: 20px;*/
	vertical-align: top;
}
/* IE7 hack */
:first-child+html body table#list tr {
	/*height: 21px;*/
}
/* IE6 hack */
* html body table#list tr {
	/*height: 21px;*/
}
table#list th,td{
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	padding-right: 5px;
}
table#list colgroup.titel td{
	padding-right: 5px;
}
table#list colgroup.ort td{
	padding-right: 5px;
}

/* search section */
#show {
	clear: both; 
	padding-top: 4px;
	margin-left: 20px; 
}

#search_container {
	position: absolute; 
	margin-left: 258px; 
	margin-top: -2px; *margin: -4px 0 0 0; 
	width: 105px;
}
#search_text {
	width: 85px; 
	font-size: 10px; 
	padding: 0;
	border: 1px solid #ccc;
}
#search_submit {
	width: 14px; 
	border: 0; 
	background: 0; 
	padding: 0;
	color: #666;
}

