* 
		{
		font: 8pt 'Helvetica',serif;
		}


body 
		{
		background-color:#fff;
		}


a
		{
		text-decoration: none;
		color: #000;
		}
		

/**
 * page container
 */
div#container
		{
		width: 620px;
		padding-top: 115px;
		margin: 0 auto;
		}


/**
 * link buttons
 */
.button
		{
		font-size: 7pt;
		font-weight: bold;
		display: block;
		width: 76px;
		background-color: #000;
		color: #fff;
		padding: 1px 7px;
		text-transform: none;
		text-decoration: none;
		}
		
.button.hover
		{
		background-color: #999;
		}

.button.hover:hover
		{
		background-color: #000;
		}

		

/**
 * default table cell alignment
 */
td
		{
		vertical-align: top;
		}

		
/**
 * default to no border for images
 */
img 
		{
		border: none;
		}

/**
 * start page title
 */
h1
		{
		text-align: center;
		font-size: 3.5em;
		height: 105px;
		font-weight: normal;
		}
				
	
/**
 * start page navigation
 */
		
div#welcome ul
		{
		list-style: none;
		margin: 0px;
		padding: 0px;
		}
		
div#welcome ul li
		{
		float: left;
		margin: 0px;
		padding: 0px;
		text-align: center;
		}
		
/*div#welcome ul li a
		{
		text-align: left;
		}
*/	
div#welcome ul li img
		{
		margin-bottom: 10px;
		cursor: pointer;
		}

div#welcome .button
		{
		background-color: #999;
/*		color: #000;
		text-align:center;
		text-transform: none;
		font-size: 8pt;
*/		}

div#welcome li:hover .button
		{
		background-color: #000;
		}

/**
 * default navigation (for all pages except the start page)
 */
div#navigation
		{
		height:35px;
		}
		
div#navigation ul
		{
		margin: 0px;
		padding: 0px;
		list-style: none;
		}

div#navigation ul li
		{
		float: left;
		margin: 0px;
		padding:0px;
		}

div#navigation ul li a,span {
		margin: 0px 17px;
}

div#footer
		{
		margin: 30px 17px 0px 17px;
		}
		
div#footer div#nav_bottom
		{
		float: right;
		}
		
div#footer div#nav_bottom ul
		{
		list-style: none;
		}

div#footer div#nav_bottom ul li
		{
		margin-bottom: 5px;
		}
		

div#footer div#nav_bottom.index
		{
		margin-top: 75px;
		}
		
div#footer div#nav_bottom.index ul li.home
		{
		display: none;
		}
		
div#footer div#nav_bottom ul li.home
		{
		margin-top: 10px;
		}

/**
 * layout for a project page
 */
div.projekt
		{
		margin:0px 17px;
		}

div.projekt p
		{
		text-align: justify;
		}
		
table.projekt 
		{
		float:left;
		border-collapse: collapse;
		width: 100%;
		height: 250px;
		margin: 0px;
		padding-top: 0px;
		}
		

table.projekt td#image 
		{
		width: 1%;
		vertical-align: bottom;
		padding-right: 7px;
		}

table.projekt td#thumbs 
		{
		vertical-align: bottom;
		}
				
table.projekt td#thumbs img
		{
		cursor: pointer;
		}
	
table.other_projects
		{
		position: absolute;
		}
		
table.other_projects tr td.text
		{
		width: 60px;
		}
	
div.img_nav
		{
		padding:3px 17px;
		}
div.img_nav a
		{
		margin-right:10px;	
		}
		
		
/**
 *
 */
div#bio
		{
		margin:0px 17px;
		}
