/**
* CSS
* 
* @version 1.0
* @author Jochen Zeirzer 2012
*/


/*-------------------------- Formatierung ---------------------------*/ 

* {
	margin: 0;
	padding: 0;	
}

html, body{
	background: #524A45;
}



/*-------------------------- Typo ---------------------------*/ 

body{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	letter-spacing:0.1em;
	color:#CCC;
	
	-webkit-transition: color 400ms ease-in-out;
	-moz-transition: color 400ms ease-in-out;
	-ms-transition: color 400ms ease-in-out;
	-o-transition: color 400ms ease-in-out;
	transition: color 400ms ease-in-out;
}

a{
	text-decoration:none;
	color:#CCC;
	
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
	
a:hover{
	color:#09C;
}

ul {
        cursor:pointer;
		padding: 0px;
        list-style:none;
        background-color: #524A45;
		margin-left: 25px;
		text-align: left;
		color:#CCC;
}

li ul {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
    display: none;
    background-color: #524A45;	
}

li.active ul {
    display:block;
}

p{	
	margin: 20px;	
}

#artikeltext p:first-child{
	margin-top:30px;
}

#artikeltext{
	line-height:18px;
	margin-left:20px;
}

#code-text{
	color:#000;
	font-size:12px;
}

h1 {
	font-family: Verdana, sans-serif;
	text-decoration:none;
	font-size: 36px;
	font-weight: normal;
	line-height: 140px;
	letter-spacing:0.1em;	
	color:#CCC;
	text-align:right;
	margin-right: 5px;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size:18px;
	font-weight: bold;
	color:#CCC;
	margin-left:40px;
}

h3 {
	font-family: Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#CCC;
	margin-left:40px;
}

#top-button {
	font-family: Verdana, sans-serif;
	text-align:left;
	font-size:18px;
	color:#CCC;
	margin-left:240px;
	text-decoration:none;	
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-ms-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
	
#top-button:hover{
	color:#09C;
}

#Jochen-Zeirzer {
	color:#CCC;
	text-align:end;
}


footer{
	line-height:43px;
	font-size:10px;
	margin-right: 30px;
}

.scroll {
height: 200px;
width: 800px;
overflow: auto;
border: 1px solid #666;
background-color: #ccc;
margin-left:20px;
}

.song{
	margin-top:-40px;
	margin-bottom:-40px;
}


/*
-------------------------- Layout --------------------------------
*/ 

#wrapper{
	width:1050px;
	margin: 0px;
}

#main-header{	
	width: 1050px;
	height: 98px;
	background: #524A45;
	float:left;
}

#section-wrapper{
	width: 1050px;
	float:left;	
	background: #524A45;
}

#sidebar{
	width:200px;
	float:left;
	background:#524A45;
	margin-top: 20px;
}

#language{
	width: 1050px;
	height: 42px;
	float:left;
	background: #524A45;
}

#menu-spacer{
	width:1;
	height:517px;
	background:#524A45;
	float:left
}

#content{
	width:830px;
	float:left;
	padding: 20px;
	padding-right:15px;
	padding-left:0px;
	background:#524A45;
}

	#img-row01{
		width:795px;
		height:110px;
		background:#524A45;
		margin-left: 35px;
		margin-bottom:5px;
		float:left
	}

footer{
	width: 1050px;
	height: 43px;
	background: #524A45;
	border-top: 1px solid #CCC;
	float:left;
}
/* ************************** NAVIGATION ************************
*****************************************************************/

#language_chooser .menu{
	list-style-type: none;
	margin-left: 975px;
	width: 1050px;
}

#language_chooser .menu li{
	width: 20px;
	height: 42px;
	display: block;
	float:left;
	
	font-family:Verdana, sans-serif;
	font-size: 12px;
	letter-spacing:0.1em;
	font-weight: 400;
	line-height: 42px;
	text-align:center;
	color:#CCC;
	text-decoration: none;	
}

#language_chooser .menu li a{
	width: 20px;
	height: 42px;
	display: block;
	float:left;
	
	font-family:Verdana, sans-serif;
	font-size: 12px;
	letter-spacing:0.1em;
	font-weight: 400;
	line-height: 42px;
	text-align:center;
	color:#CCC;
	text-decoration: none;	
	
	
	
	webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#language_chooser .menu li a:hover{
	color: #09C;
	background-color:#524A45;
	
	
	-webkit-transition: all 400ms ease-in;
	-moz-transition: all 400ms ease-in;
	-ms-transition: all 400ms ease-in;
	-o-transition: all 400ms ease-in;
	transition: all 400ms ease-in;
}



/*-------------------------- thumbnails --------------------------------*/ 

/*----------bild01 ---------*/

#img-spacer{
	width:110px;
	height:110px;
	background:#524A45;
	display: block;
  	margin-right:10px;
  	width: 110px;
  	height: 110px;
  	float:left
} 

#bild01 a {
  background-image:url(../Images/machines/das-glueck-is-a-vogerl/Glueck-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild01 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild01 a:hover img {
  visibility: hidden;
}

#bild02 a {
  background-image:url(../Images/machines/T2/T2-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild02 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild02 a:hover img {
  visibility: hidden;
}

#bild03 a {
  background-image: url(../Images/projects/bulb/bulb-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild03 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild03 a:hover img {
  visibility: hidden;
}

#bild04 a {
  background-image:url(../Images/archive/Vernichtungsaktion/vernichtung-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild04 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild04 a:hover img {
  visibility: hidden;
}

#bild05 a {
  background-image:url(../Images/archive/no-tuber-lab/notuberlab-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild05 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild05 a:hover img {
  visibility: hidden;
}

#bild06 a {
  background-image:url(../Images/archive/bodybag-suit/bodybag-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild06 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild06 a:hover img {
  visibility: hidden;
}

#bild07 a {
  background-image:url(../Images/machines/Abanico/Abanico_color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild07 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild07 a:hover img {
  visibility: hidden;
}

#bild08 a {
  background-image:url(../Images/machines/Coin/Coin-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild08 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild08 a:hover img {
  visibility: hidden;
}

#bild09 a {
  background-image:url(../Images/machines/CHOPSTICKS/Chopsticks-color.jpg);
  background-repeat: no-repeat;
  display: block;
  margin-right:10px;
  width: 110px;
  height: 110px;
  float:left
}

#bild09 img {
  display: block;
  width: 110px;
  height: 110px;
  border: 0;
  float:left
}
#bild09 a:hover img {
  visibility: hidden;
}







	



	
