html, body {
  color:#000000;
	font-family: sans-serif, arial, helvetica;
  font-size:12px;
  margin: 0px;
  padding: 0px;
  height: 100%;
	text-align:center;
}

html, body, #shadow, #wrapper, #content, #main {
	background: none;
}

	h1 {
		font-family: sans-serif,Arial,Helvetica;
		font-size: 16px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		height: auto;
		letter-spacing: normal;
		line-height: normal;
		margin-bottom: 18px;
		text-transform: uppercase;
		text-decoration: none;
		color: #666;
	}

	h2 {
		font-family: sans-serif,Arial,Helvetica;
		font-size: 14px;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		height: auto;
		letter-spacing: normal;
		line-height: normal;
		margin-top: 15px;
		margin-bottom: 10px;
		text-transform: none;
		text-decoration: none;
		color: #666;
	}


#header {
	display: none;
}

#left {
	display: none;
}

.noprint {
		display: none !important;	
}

.printleft {
		float: left !important;	
		width: 470px;
}


#breadcrumb {
	/*display: none;*/
	margin-top: -20px;
	margin-left: -30px;
	height:14px; float:left; background:#fff;
	padding: 2px 0px 2px 20px;
	font-family: arial, helvetica, sans-serif;
	font-size:10px; color:#000; text-align:left;
	text-valign:middle;
	text-transform: uppercase;
	clear: both;
}
#breadcrumb a  {text-decoration: none; color: #999;}

#breadcrumb a:hover  {text-decoration: underline; color: #000;}	

#struktu {
	display: none;
}
#actions {
	display: none;
}

#main {
	width:708px;
	float:left;
	padding: 20px 40px 20px 33px;
	margin: 0px;
	text-align: left;
	height: 100%;
}

#content {
  margin: 0px;
  padding: 0px;
  position: relative;
	width: 100%;
	height: 100%;
	display: block;
	z-index:3;
}

#content_text {
	width:588px;
}


#content_project{

    width: 250px;
    padding: 0px;
    margin: 0px;
}


/* project archive */

#content_project{

    width: 650px;
    padding: 0px;
    margin: 0px;
}
.project_info table th a, .project_info table th a:hover{
	color: #fff;
	text-decoration: none;
}
.project_info table th {
    color: #FFFFFF;
    background: #575757;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;

}

.project {
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.project_image{
    width: 140px;
    height: 140px;

    min-width: 140px;
    min-height: 140px;

    border: 1px solid #e9e9e9;
    display: inline;
    padding: 0px;
    margin:  0px;
    vertical-align: top;


        color: #e9e9e9;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}



.project_info{
    width: 500px;
    margin-left: 10px;

    heigth: 100%;
    display: inline;
    vertical-align: top;

}


.project_info table.break{
	page-break-after: always;
}

.project_info table td{
    background: #F3F3F3;
    padding: 5px;
    margin: 1px;
    color:black;
    /*font-family:Arial,sans-serif;*/
    font-size:12px;
    text-align:left;
    height: auto;
    vertical-align: top;

    /*border-top: 1px solid #FFFFFF;*/

}



span.project_label{
    width: 90px;
    padding: 2px 6px;
    height: 100%;
    vertical-align: top;
    float: left;
}
span.project_text{
    padding: 2px 6px;
    height: 100%;
    float: right;

}
#content_image_no{

    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 1px;
    border: 1px solid #e9e9e9;
    text-align: center;

}

#content_subnavigation{
	display: none;
}
	

