
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0px;
}

body
{
	width:1280px;
	height:800px;
	font-size: 16px;
	overflow: hidden;
	font-family:"verdana"
}


/* Text Style */

	/* Colors */

em.noeffect
{
	text-decoration:none;
	font-style:normal;
}	
	
em.green, .blue, .yellow, .cyan, .purple, .red, .orange, .white, .gray
{
	letter-spacing: 10px;
}	
	
em.green
{
	color:#2C6838;
}

em.blue
{
	color:#001968;
}

em.yellow
{
	color:#6E6A19;
}

em.cyan
{
	color:#276A6B;
}

em.purple
{
	color:#5F1B69;
}

em.red
{
	color:#611121;
}

em.orange
{
	color:#65320E;
}

em.white
{
	color:#DFDFDF;
}

em.gray
{
	color: #3F3F3F
}


	/*Project Page*/

h1.projecttitle
{
	color:white;
	font-size:130%;	
}

h1.projectimage_title
{
	width:auto;
	height:auto;
	position:relative;
	top:-120px;
	left:100px;
	padding-top:5px;
}

		/* Description Box */			
		
blockquote.review
{
		color:#E72518;
		font-size:80%;
		line-height:1.1;
}

em.quotesource
{
	margin-left:90px;
	font-style:italic;
	font-size:87%;
}

		/* Info Box */
	
h2.infotitle
{
	text-align:center;
	padding:0px;
	border:0px;
	margin:20px;
}

em.infotext
{
	font-size:100%;
	font-style:normal;
	padding:30px 0px;
}

em.infoclass
{
	font-size:120%;
	color:white;
	padding:10px;
}


/* Divs */

div.mother
{	
	width: 100%;
	height:800px;
	border:none gray 2px;	
	margin:auto;
}

div.credits
{
	position:fixed;
	right:10px;
	bottom:10px;
	color:white;
	font-size:0.8em;
	font-style:italic;
	background:solid white;
}
	/* Background */
	
	div.background
	{
		width:auto;
		height:auto;
		position:absolute;
		top:0px;
		right:auto;
		bottom:auto;
		left:0px;
		border:none purple 2px;
		z-index:-1;	
		overflow: hidden;
	}

	div.backgroundletters
	{
		position:absolute;
		height: 100%;
    	background-color:tranparent;
		font-size:2.5em; 
		font-family:Verdana; 
		line-height:0.6em;
		word-spacing:90% 
		letter-spacing:100%; 
		white-space:nowrap;
		overflow:hidden; 
		position:relative; 
		border:none green 2px;
		z-index:-2;
	}

	/* Foreground */
	
	div.foreground
	{
		position: fixed;
		width: 100%;
		height: 80%;
		padding: 0px;
		border: none red 2px;
	}
	
	div.parenttablecontainer
	{
		position: fixed;
		top: 11%;
		right: 0px;
		left: 0px;	
		border:none yellow 2px;
		padding: 0px;
	}

	div.navigatorcontainer
	{
		border:none green 2px;
	}
	
	div.centertablecontainer
	{
		border:none green 2px;
	}

	div.textcontainer
	{
		border:solid green 3px;
	}
	
	div.contentparent
	{
		width:580px;
		max-height:530px;
		background-color:transparent;
		border:solid 5px;
		border-color:#DFDFDF #6C6C6C #C0C0C0 #6C6C6C;
	}
	
	div.maincontent
	{
		width:560px;
		height:400px;
		background:black;
		color:gray;
		font:Verdana;
		font-size:100%;
		text-align:justify;
		background-color:black;
		padding:20px 10px 10px 10px;
		border:hidden yellow 3px;
		overflow:hidden;
	}	
	
	div.videocontent
	{
		background:black;
	}
	
	/* Project Pages */	
	
	div.textparent_center
	{
		width:100%;
		height:410px;
		position:relative;
		top:-416px;
		left: -6px;
		color:white;
		background-color:black;
		padding: 5px;
		border:solid yellow 1px;
		opacity:0;
	}
	
	div.textparent_center:hover
	{
		opacity:0.8;
		width:100%;
	}
	
	div.description
	{
		width:310px;
		height:380px;
		float:left;
		background-color:black;
		line-height:1.3;
		padding:5px;
		border: hidden red 3px;
		margin-top: 2px;
		margin-right: 20px;
		margin-left: 10px;
		overflow: hidden;
	}

	div.information
	{
		width:180px;
		max-height:380px;
		float: left;
		background-color:black;
		color:gray;
		text-align:center;
		padding:5px;
		border: hidden green 3px;
		margin-top: 2px;
		overflow:hidden;
	}

/* BIO */
	
	div.biography_text
	{
		width:510px;
		height:380px;
		background-color:black;
		line-height:1.3;
		padding:5px;
		border:hidden red 3px;
		margin-left:10px;
		overflow:hidden;
	}
	
	/* BIO - Table */ 
	
	table.biography
	{
		width: 535px;
		height: auto;
		border-style: solid;
		border-width: 3px;
		border-color: white;
		border-spacing: 0px;
		margin-bottom: 20px;
	}
	
	/* BIO - Header */
	
	theader.biography_head
	{
	
	}
	
	td.year_head, td.title_head, td.genre_head, td.other_head, td.function_head
	{
		background-color: gray;
		padding: 3px 0px 5px 5px;
		border-style: solid;
		border-width: 0px 5px 0px 0px;
		border-color: black;
		margin: 0px 2.5px;
		text-align: left;
		font-size: 100%;
		color: black;
	}
	
	td.year_head
	{
		
	}
	
	td.title_head
	{
		padding-left: 10px;
	}
	
	td.genre_head
	{
		
	}
	
	td.other_head
	{
		padding-left: 10px;
	}
	
	td.function_head
	{
		border-width: 0px;	
		padding-left: 10px;
	}
	
	/* BIO - Cells */	
	
	td.year, td.title, td.genre, td.other, td.function
	{
		height: 8px;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		font-size: 90%;
		text-align: left;
		padding: 7px 0px 7px 0px;
	}
	
	td.year
	{
		width: 50px;
		border-style: hidden;
		border-color: transparent;
	  	font-weight: 700;
		text-align: left;
		padding: 0px 5px 0px 0px;
		
	}
	
	td.title
	{
		width: 220px;
		border-color: white;
		text-align: left;
		text-align-last: left;
	}
	
	td.genre
	{
		width: 20px;
		border-color: white;
		padding-left: 3px;
		padding-right: 5px;
	}
	
	td.other
	{
		width: 110px;
		border-color: white;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 50%;
	}
	
	td.function
	{
		width: 60px;
		border-color: white;
		padding-left: 5px;
		padding-right: 5px;
		text-align: left;
	}

	/* BIO - Styles */
	
	h2.maintitle
	{
		font-size: 100%;
		font-weight: 600;
		padding: 2px;
		margin: 0px;
	}
	
	h2.maintitle_nolink
	{
		font-size: 100%;
		font-weight: 100;
		padding: 2px;
		margin: 0px;
	}
	
	em.subtitle
	{
		font-size: 60%;
		text-decoration: none;	
	}

	
	/* BIO - Links */
	
	a.bio
	{
		text-decoration: underline;
		color: white;
	}

	#link_red:hover
	{
		color: #E72629;
	}
	
	#link_green:hover
	{
		color: #6AF532;
	}
	
	#link_blue:hover
	{
		color: #0029F6;
	}
	
	#link_yellow:hover
	{
		color: #FFF939;
	}
	
	#link_purple:hover
	{
		color: #E13EF8;
	}
	
	#link_orange:hover
	{
		color: #ED7020;
	}
	
	#link_cyan:hover
	{
		color: #5CFAFC;
	}
	
	#link_inactive
	{
		text-decoration: none;
	}
	
	/* CONTACT */
	
	a.mailto_link
	{
		font-size: 280%;
		color: white;
		border: none red 3px;
		padding: 50px 0px 60px 0px;
	}
	
	#impressum
	{
		font-size: 120%;
		border: none red 3px;
	}
	
	div.impressum
	{
		padding: 5px 30px;
	}
	
	div.contact_box
	{
		height: 280px;
		position: relative;
		top: 100px;	
		text-align: center;
		padding: 50px auto;
		
	}
	
		/* CONTACT - LINKS */
	
	div.link_box
	{
		padding: 5px;
		text-align: center;
	}
	
	table.contact_links
	{
		border-spacing: 20px 5px;
	}
	
	
	div.projectimageparent
	
	{
		width:540px;
		height:400px;
		background:black;
		padding:auto;
		border:hidden purple 3px;
		margin:auto;
	}
	
	div.linkbox, div.linkbox_small, div.linkbox_extrasmall, div.linkbox_extraextrasmall
	{
		width:60px;
		height:70px;
		background-color:black;
		color:white;
		font-family:"Verdana";
		font-size:150%;
		line-height:100%;
		word-break:keep-all;
		line-break:strict;
		padding-top:13px;
		padding-right:24px;
		padding-bottom:17px;
		padding-left:16px;
		border:none;
		margin:none;
		opacity:0.5;
	}
	
	div.linkbox
	{
		font-size:150%;
	}
	
	div.linkbox_small
	{
		width:64px;
		height:74px;
		padding-top:12px;
		padding-right:18px;
		padding-bottom:14px;
		padding-left:18px;
		font-size:100%;	
		font-size:120%;
	}
	
	div.linkbox_extrasmall
	{
		width:68px;
		height:78px;
		padding-top:8px;
		padding-right:16px;
		padding-bottom:14px;
		padding-left:16px;
		font-size:100%;
	}
	
	div.linkbox_extraextrasmall
	{
		width:70px;
		height:82px;
		padding-top:6px;
		padding-right:15px;
		padding-bottom:12px;
		padding-left:15px;
		font-size:90%;
	}
	
	div.linkbox:hover, div.linkbox_small:hover, div.linkbox_extrasmall:hover, div.linkbox_extraextrasmall:hover
	{
		opacity:1.0;
	}
	
	


/* Tables */

	/* Parent-Table */

table.parenttable
{
	border-spacing:0px;
	border:none black 2px;
	margin:auto;
}
	
td.sideparentcell
{
	width:150px;
	height:600px;
	border:none gray 2px;
}

td.centerparentcell
{
	width:620px;
	height:600px;
	border:none gray 2px;
}

	/* Navigator-Table */
	
	table.navigator
	{
		border-spacing: 45px;
		border:none black 2px;
		margin:auto;
	}

	td.navigatorcell
	{
		width:100px;
		height:100px;
		border-style:solid;
		border-width:5px;
		border-color:white gray black gray;
		overflow:hidden;
	}

	/* Gallery/Big Image-Table */
	
	table.centertable
	{
		border:none black 2px;
		border-spacing:20px;
		margin:auto;
	}

	td.centertablecell
	{
		width:110px;
		height:110px;
		border:none;
	}
	
	td.bigimagecell
	{
		width:600px;
		height:600px;
		border:none;
	}
	
	/* Text-Table */
	
	table.texttable
	{
		
	}


/* Images */

img.backgroundimage
{
	width: 65%;
	min-width: 900px;
	position: fixed;
	top: 5%;
	right: 1%;
	left: 0%;
	margin:auto;
	z-index:-1;
}

/*img.backgroundimage
{
	height:650px;
	position:fixed;
	top:auto;
	right:10%;
	bottom:0px;
	left:10%;
	margin:auto;
	z-index:-1;
}*/

/*{
	height: auto;
	width: 1100px;
	position: absolute;
	top: -40px;
	left: 80px;
	z-index: -1;
}*/

img.navigatorimage
{
	opacity:0;
}

img.navigatorimage:hover
{
	opacity:1;
}

img.galleryimage
{
	max-width:110px;
	max-height:110px;
	border:solid white 5px;
}

img.galleryimage:hover

{
	opacity:0.7;
}

img.ov_galleryimage
{
	max-width:110px;
	max-height:110px;
	border: solid white 5px;
	opacity: 1;
}

img.ov_galleryimage:hover

{

}

img.project_backgroundimage
{
	max-width:530px;
	max-height:380px;
	padding:auto;
}

img.bigimage
{
	width:auto;
	height:auto;
	max-width:600px;
	max-height:560px;
	border:solid white 10px;
}


/* Links/Anchors */

a.box
{
	text-decoration:none;
}

a.box:active
{

}
			
a.link
{
	color:white;
}

a.link:hover
{
	
}

/* BOX ID'S */ /* First one = navigatorcell, Second = linkbox */

	/* GENERAL */ /* Popular Buttons */
	
	/* hidden */
	#hidden {border-color:transparent; visibility:hidden}
	
	/* default */
	#default {border-color:#6C6C6C #313131 #0C0C0C #313131;}
	#default_in {background:black; color:#DFDFDF; line-height:100%;}
	#default_in:hover {background:transparent; color:#DFDFDF;}
	
	/* home */
	#home {border-color:#6C6C6C #313131 #0C0C0C #313131;}	/* White {border-color:#B1B1B1 #6C6C6C #313131 #6C6C6C;}*/
	#home_in {background:black; color:#DFDFDF; line-height:100%;}
	#home_in:hover {background:transparent; color:#DFDFDF;}
	
	/* info */
	#info {border-color:#6C6C6C #313131 #0C0C0C #313131;}
	#info_in {background:black; color:#DFDFDF; line-height:100%;}
	#info_in:hover {background:transparent; color:#DFDFDF;}
		
	/* thumbnail */
	#thumbnail {}
	

	/* photo */
	#photo {border-color:#6C6C6C #313131 #0C0C0C #313131;} /*somehow didn't work*/
	#photo_in {background:black; color:#DFDFDF; line-height:100%;}
	#photo_in:hover {background:transparent; color:#DFDFDF;}
	
	/* projectpage */
	#projectpage {border-color:#6C6C6C #313131 #0C0C0C #313131;}
	#projectpage_in {background:black; color:#DFDFDF; line-height:100%;}
	#projectpage_in:hover {background:transparent; color:#DFDFDF;}
	
	
	/* video */
	#video {border-color:#6C6C6C #313131 #0C0C0C #313131;}
	#video_in {background:black; color:#DFDFDF; line-height:100%;}
	#video_in:hover {background:transparent; color:#DFDFDF;}
	
	/* photos */ /* to see photos of a specific project */
	/* see HOME - use "gallery"-ID for that */
	
	/* next */
	#next {border-color:#6C6C6C #313131 #0C0C0C #313131;}
	#next_in {background:black; color:#DFDFDF; line-height:100%;}
	#next_in:hover {background:transparent; color:#DFDFDF;}
	
	/* previous */
	#previous {border-color:#6C6C6C #313131 #0C0C0C #313131;}
	#previous_in {background:black; color:#DFDFDF; line-height:100%;}
	#previous_in:hover {background:transparent; color:#DFDFDF;}	

	

/* HOME */ /* Obsolete: use default instead */

	
	/* shop */
	#shop {border-color:# gray black gray;}
	#shop_in {background:black; color:#; line-height:100%;}
	#shop_in:hover {color:red;}
	

	
/* PROJECTS */	
	
	/* red */ /* 35 */
	#red {border-color:#E72629 #AE1C20 #611121 #AE1C20;}
	#red_in {background:black; color:#E72629; line-height:100%;}
	#red_in:hover {background:transparent; color:#E72629;}
	
	/* green */ /* 13 */
	#green {border-color:#6AF532 #449C21 #2C6838 #449C21;}
	#green_in {background:black; color:#6AF532; line-height:100%;}
	#green_in:hover {background:transparent; color:#6AF532;}
	
	/* purple */ /* 31 */
	#purple {border-color:#E13EF8 #90289F #5F1B69 #90289F;}
	#purple_in {background:black; color:#E13EF8; line-height:100%;}
	#purple_in:hover {background:transparent; color:#E13EF8;}
	
	/* cyan */ /* 19 */
	#cyan {border-color:#5CFAFC #46BDBF #276A6B #46BDBF;}
	#cyan_in {background:black; color:#5CFAFC; line-height:100%;}
	#cyan_in:hover {background:transparent; color:#5CFAFC;}

	/* orange */ /* 04 */
	#orange {border-color:#ED7020 #B35618 #65320E #B35618;}
	#orange_in {background:black; color:#ED7020; line-height:100%;}
	#orange_in:hover {background:transparent; color:#ED7020;}
	
	/* blue */ /* 24 */
	#blue {border-color:#0029F6 #001FBA #001968 #001FBA;}
	#blue_in {background:black; color:#0029F6; line-height:100%;}
	#blue_in:hover {background:transparent; color:#0029F6;}
	
	/* yellow */ /* 07 */
	#yellow {border-color:#FFF939 #6E6A19 #6E6A19 #6E6A19;}
	#yellow_in {background:black; color:#FFF939; line-height:100%;}
	#yellow_in:hover {background:transparent; color:#FFF939;}
	
/* Overview Gallery */
	
	/* ALL */
	
	#ov_red,  #ov_white, #ov_green, #ov_purple, #ov_cyan, #ov_orange, #ov_blue, #ov_yellow
	{
		border-color: white;
	}
	
	/* ov_white */	
	#ov_white:hover {border-color: white gray}

	/* ov_red */ /* 35 */
	#ov_red:hover {border-color: #E72629 #AE1C20}
		
	/* ov_green */ /* 13 */
	#ov_green:hover {border-color: #6AF532 #449C21}	
	
	/* ov_purple */ /* 31 */
	#ov_purple:hover {border-color: #E13EF8 #90289F}
	
	/* ov_cyan */ /* 19 */
	#ov_cyan:hover {border-color:#5CFAFC #46BDBF}	

	/* ov_orange */ /* 04 */
	#ov_orange:hover {border-color:#ED7020 #B35618}
	
	/* ov_blue */ /* 24 */
	#ov_blue:hover {border-color:#0029F6 #001FBA}

	/* ov_yellow */ /* 07 */
	#ov_yellow:hover {border-color:#FFF939 #6E6A19}


/* DEBUG */

	div.mother, div.background, div.backgroundletters, div.foreground, div.parenttablecontainer, div.navigatorcontainer, div.centertablecontainer, div.maincontent, div.textparent_center
	{
		border-style: none;
	}
	
	
	td.year, td.title, td.other, td.function
	{
		border-style: solid; 
	}

	table.biography
	{
		border-style: none;
	}
	