body {
 text-align: center;

 margin:0px;
 background-color:#C0C0C0;

 color: #4F4F4F;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 /*font-size:12px;*/
 font-size:10px;
}



div#main {

 margin:0px auto;
 padding:0px;
 display:block;
 /*height:786px;*/
 width:1024px;
 /*width:80%;*/
 height:100%;

 overflow:visible;
 /*height:786;   */
 min-height:900px;
 border: 1px solid gray;
 background-color:#FFFFFF;
 background-image:url('../images/bg1_40.jpg');
 background-repeat:no-repeat;
 background-position:center bottom;
 font-size:12px;
}


div#header {
 background-image:url('../images/head8.jpg');
 background-position:center top;
 background-repeat: no-repeat;
 height:150px;
 margin:5px 0px;
 padding:0px;
 /*border:1px dashed green;*/
 text-align:center;

}

div#header a {
 text-decoration:none;
 font-weight:bold;
 color:black;
/* background-color:#C0C0C0;*/

}

div#header a:hover {
 color:#805353;

}


div#header table{
 margin:100px auto 0 auto;

 /*width:850px;*/
 width:820px;
 table-layout:fixed;
 /*border:1px solid red;*/
 font-weight:bold;
 margin:0px auto;
 color:#805353;
 empty-cells:show;
}

div#header td {
 font-size:12px;
 /*width:180px;*/
 /*padding:10px;
 border:1px dashed blue;*/
 padding-top: 100px
}

div#header .empty{
 width:190px;
}

div#content {
 text-align:left;
 margin:10px 60px 50px 60px;
/* padding:10px*/
 display:block;
 /*border:1px solid red;*/
 overflow:visible;
 line-height:16px;
}

div#content h2 {
 text-align:center;
 font-size:16px;
 font-weight:bold;
}

div#content h3 {
 text-align:left;
 font-size:14px;
 font-weight:bold;
 margin-top:30px;
}

div#content a {
 color: #4F4F4F;
 /*font-size:10px;*/
}


div#notes {
 font-size:9px;
 border-top:1px solid #C0C0C0;
 margin:40px 20px;
 display:block;
 line-height:13px;
}

.note {
/* text-decoration:none;*/
font-size:10px;
}

.impotant {
 font-weight:bold;
}

.quote {
 font-style:italic;
}

.imprint {
 text-align:center;
 padding-bottom:30px;
 line-height:20px;
 /*border:1px solid red;*/

}

#projects
{
	width:60%;
	/*text-align:center;*/
}


#projects a img
{
	padding: 5px;
	border: 2px solid #ccc;
	margin:2px;
	float:right;
}


#projects td{

	font-size:12px;
	vertical-align:top;

}

#imageset a img
{
	padding: 5px;
	border: 2px solid #ccc;
	margin: 2px;
}


#imageset {
	text-align:center;
 margin:10px 0px 50px 0px;
/* padding:10px*/
 display:block;
 /*border:1px solid red;*/
 overflow:visible;
 line-height:16px;
}

/*
#imageset a:hover img
{
	border-color: #06c;
}
*/

