@charset "UTF-8";

/**
 * 
 * raumlichtkunst: Main stylesheet
 *
 * @author     Manuel Maerklin
 * @copyright  2009, Manuel Maerklin, Switzerland
 * @link       http://www.nilkream.ch
 */
@media all { 
/**
 * General content
 */

	* {
		margin: 0;
		padding: 0
	}
	
	/* reset font size for all elements */
	html * {
		font-size: 100.01%
	}
	
	html {
		height: 100% !important;
	}
	
	/* base layout gets standard font size 12px */
	body {
  		background-color: #000000;
		margin: 50px 80px;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 75.00%;
		color: #ffffff;
		text-align: center;
		/* scrollbar color: IE only */
		scrollbar-base-color:#000000;
		scrollbar-track-color:#222222;
		scrollbar-face-color:#333333;
		scrollbar-darkshadow-color:#A8A522;
		scrollbar-highlight-color:#333333;
		scrollbar-3dlight-color:#A8A522; 
		scrollbar-arrow-color:#A8A522;
		scrollbar-shadow-color:#333333;

	}

	h1,h2,h3,h4,h5,h6 {
		font-weight: bold;
		margin: 0 0 0.25em 0;
	}
	
	h1 {
		font-size: 1.3em;
	}
	
	h2 {
		font-size: 1.2em;
	}
	
	h3 {
		font-size: 1.1em;
		font-style: italic;
	}
	
	h4 {
		
	}
	
	h5 {
		font-style: italic
	}
	
	h6 {
		font-style: italic;
		font-weight: normal;
	}
	
	p {
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}
	
	ul,
	ol,
	dl {
		line-height: 1.2em;
		margin: 0
	}
	
	li {
		margin-left: 1.5em;
		line-height: 1.2em;
	}
	
	dt {
		font-weight: bold
	}
	
	dd {
		margin: 0 0 1em 2em
	}
	
	blockquote {
		margin: 0 0 1em 1.5em
	}
	
	hr {
		height: 1px;
		border: 0px;
	}
	
	a {
		color: #A8A522;
		text-decoration: none;
	}
	
	fieldset,img {
		border: 0 solid
	}
	
	textarea,
	pre,
	tt,
	code {
		font-family: "Courier New", Courier, monospace;
	}

	table {
		margin: 0;
		padding: 0;
	}
	

	td {
		padding-right: 1.0em;
	}
	
/* Main layout definitions */

	#home {
		position:absolute;
    	top:50%;
    	margin-top:-170px;
    	left:0;
    	width:100%;
    	text-align: center;
	}

	#address {
		text-transform: uppercase;
		line-height: 1.4em;
		padding-top: 6.0em;
		padding-left: 1.0em;
	}

	#col1, #col2, #col3 {
    	text-align: left;
	}

	#header {
		height: 80px;
		border-bottom:1px solid #FFFFFF;
	} 

	#main {
		height: 416px;
	} 

	#footer {
		height: 80px;
		border-top:1px solid #FFFFFF; 
	}

/* col1 */
	#col1 {
		float: left;
		width: 200px;
		border-right:1px solid #FFFFFF;
	}
	
/* col2 */
	#col2 {
		float: left;
		width: 200px;
		border-right:1px solid #FFFFFF;
	}

	#col2 #header,
	#col2 #footer {
		background-color: #A8A522;
	}

	#col2 #content {
		padding: 2.0em 1.5em;
		line-height: 1.5em;
		width: 165px;
		height: 368px;
		overflow: auto; 
	}
	
	#col2 #type {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 1.2em;
	}

	#col2 .product {
		padding-left: 1.0em;
		padding-bottom: 0.3em;
	}

	#col2 #projecttitle {
		padding-bottom: 0.5em;
	}

	#col2 #item {
		padding-left: 1.0em;
		padding-bottom: 0.5em;
	}

	#col2 #teammember {
		padding-bottom: 1.5em;
	}

/* col3 */
	#col3 {
		min-width:630px;	/* more than max img width */
		margin-left: 400px;
	}

	#col3 #gallery {
		margin-left: 2.0em;
		margin-top: 0.5em;
		width: 630px;
		overflow: auto;
	}
	
	#col3 #layout {
		padding: 1.0em 2.0em;
	}
	
	#col3 table.menuimage {
		border-collapse:collapse;
		border-style: none;
		border-width: 0px;
		margin: 0;
		padding: 0;
	}
	
	#col3 tr.image {
		height: 350px;
		vertical-align: top;
		text-align: left;
	}
	
	#col3 tr.gallery {
		height: 400px;
		vertical-align: top;
		text-align: left;
	}
	
	#col3 tr.teamimage {
		height: 140px;
		vertical-align: top;
		text-align: left;
	}
	
	#col3 td.infotext {
		vertical-align: bottom;
	}
	
	#col3 td.link {
		vertical-align: bottom;
		text-align: right;
		padding-left: 2.5em;
	}
	
	
/* Main menu */
	#menu {
		padding-right: 2.5em;
		font-size: 1.1em;
		text-align: right;
	}
	
	#menu a {
		color: #FFFFFF;
	}
	
	#menu ul {
		padding-top: 3.0em;
		text-transform: uppercase;
	}
	
	#menu li {
		list-style: none;
		margin-top: 1.3em;
	}
	
	#menu ul.sub {
		padding-top: 0em;
		font-size: 0.9em;
		text-transform: none;
	}
	
}
