	*
	{
		color: white; 
		margin:0 auto;
		vertical-align:top;
		text-decoration:none;
	}
	h1
	{ 
		font-size:40px; 
		position:fixed; 
		width:100%;
		margin-left:auto;
		margin-right:auto;
		text-align:center; 
	}
	body
	{
		background:
		linear-gradient(50deg, #151515 5px, transparent 5px) 0 5px,
		linear-gradient(180deg, #151515 5px, transparent 5px) 10px 0px,
		linear-gradient(50deg, #222 5px, transparent 5px) 0px 10px,
		linear-gradient(180deg, #222 5px, transparent 5px) 10px 5px,
		linear-gradient(20deg, #1b1b1b 10px, transparent 10px),
		linear-gradient(#1d1d1d 25%, #1a1a1a 25%, #1a1a1a 50%, transparent 50%, transparent 75%, #242424 75%, #242424);
		background-color: #131313;
		background-size: 20px 20px;
	}
	#bildk2
	{
		width: 140px;
	}
	td
	{	
		width:360px;
		height:90%;
	}
	
	.outer 
	{
		color: navy;
		background-color: pink;
		border: 2px solid darkblue;
		padding: 5px;
	}

	.div
	{
		width: 99%; 
		margin-left:0.5%;
		height:2px;
		background-color: black;
		border:2px solid;
		border-radius:5px;
		text-align: left;
	}
	.div:hover
	{	
		padding: 5px;
		height:80px;
	}
	
	a.link
	{
		float: left;
		padding:0px;
		margin-top:12.5px;
		margin-right:12.5px;
	}
	figure
	{
		height:150px;
		border: 1px solid silver;
		padding: 5px;
	}
	figure:hover
	{
		box-shadow: 5px 5px 1px #FFFFFF,-5px -5px 1px #FFFFFF,5px -5px 1px #FFFFFF,-5px 5px 1px #FFFFFF;
	}
	figure.uber
	{
		width:325px;
	}
	figure.uber:hover
	{
	}
	.uberb
	{
		width:315x;
	}
	figure.ind
	{
		width:150px;
	}
	figure.ind:hover
	{
	}
	figure.school, figure.school *
	{
		background-color:grey;
		color:black;
	}
	figure.project, figure.project *
	{
		background-color:lightgrey;
		color:black;
	}
	figure.media, figure.media *
	{
		background-color:white;
		color:black;
	}
	/*figure.strukt
	{
		color:black;
		width:537px;
		border: 1px solid silver;
		padding: .9ex;
		background-color: #E2E2E2;
		border-radius:3px;
	}*/
	
	legend
	{
		width:100%;
		border-top: 1px solid black;
		font-style: italic;
	}
	.pict
	{
		height:110px;
	}
	
	#dadapi 
	{ 
		width: 45%;
		color: white;
		background-color: grey;
		text-align: left;
		padding: 0.5%;
		border:1px solid;
		border-radius:5px;
	}
	
	#div1
	{
		width:480px;
		height:320px;
		border:1px solid #aaaaaa;
		float:left;
		position:relative;
		top:10px;
	}
	
