


/*  copyright 2008 toast technologies, switzerland, zurich_____________________________________*/

/*  general ___________________________________________________________________________________*/
* {
	padding: 0;
	margin: 0;
}
body { 
    margin: 0;
    padding: 0;
    border: 0;			    /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    background: #ffffff;
    min-width: 1000px;       /* Minimum width of layout - remove line if not required */
                            /* The min-width property does not work in old versions of Internet Explorer */
                        
	font: 11px Verdana,sans-serif; 
	text-align: left;
	line-height: 15px;
}

/*  column layout ___________________________________________________________________________________*/

#header {
    position: relative;
    z-index: 10000;
	padding: 20px 0 0 20px;
	height: 100px;
}
#container {
	overflow: visible;  /* hidden */
	margin: 0;
	padding-left: 350px; /* The width of the left column */
}

* html #container, * html #container2 {
	height: 1%; /* So IE plays nice */
}
#rightcolumn {
	width: 100%;
	border-left: 350px; /* The width and color of the left column */
	margin-left: -350px;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
#leftcolumn {
	width: 350px;
	float: left;
	margin-left: -350px;
	display: inline; /* So IE plays nice */
} 

#container2 {
	overflow: visible;  /* hidden */
	margin: 0;
	padding-left: 250px; /* The width of the left column */
}
#rightcolumn2 {
	width: 100%;
	border-left: 250px; /* The width and color of the left column */
	margin-left:-250px;
	float: right;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}
#leftcolumn2 {
	width: 250px;
	float: left;
	margin-left: -250px;
	display: inline; /* So IE plays nice */
} 
#containercenter {
    text-align: center;
}

/*  general font, list and link styles ___________________________________________________________________________________*/

h1 {
	font: 11px Verdana,sans-serif; 
    font-weight: bold;
}
a, a.box {
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
    text-decoration: none;
    color: #000000;
}
a.box:link, a.box:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.box:hover, a.box:active {
	background-color: #ffd400;
	text-decoration: none;
}
a.boxyellow:link, a.boxyellow:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffd400;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.boxyellow:hover, a.boxyellow:active {
	background-color: #ffffff;
	text-decoration: none;
}
a.link11:link, a.link11:visited {  
	color: #000000;
	line-height: 15px;
	font-size: 11px;
    text-decoration: none;
}
a.link11:hover, a.link11:active {
    text-decoration: underline;
	color: #000000;
}
ul {
	list-style: none; 
}
li {
	list-style: none;
}
img {
    border: 0;
} 
.yellowbox {
	padding: 0px 5px 0px 5px;
	color: #000000;
	line-height: 15px;
	background-color: #ffd400;
}

/*  mainmenu ________________________________________________________________________________*/
#mainmenu {
    position: absolute;
    top: 78px;
    left: 20px;
    z-index: 1000;
}
#mainmenu li {
    display: inline;
    padding: 0;
    margin: 0;
}
#mainmenu .selected {
    padding: 0 5px 0 5px;
    background-color: #ffd400;
}
a.link10:link, a.link10:visited {  /*link for disclaimer in main menu */
	color: #ffffff;
	line-height: 15px;
	padding: 0px;
	font-size: 10px;
	margin-left: 10px;
}
a.link10:hover, a.link10:active {
    text-decoration: underline;
	color: #ffffff;
}
/*  containers _____________________________________________________________________*/
#container600{          /* centered container over full window, i.e. news container */
    margin: 0 auto;
    width: 640px        /* width of content + border width */
}


/*  background _____________________________________________________________________*/
.backgroundimage {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -101;
}


#previewcloser {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 200;
}


/*  HOME _____________________________________________________________________*/
.box600 {
    position: relative;
    width: 600px;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 100;
    border: solid #ffd400;
    border-width: 20px;
    text-align: center;
    background-color: #ffd400;
    padding: 0px;   
}
.textblock {
    text-align: left;
}
.boxNewsWithImage {
    position: relative;
    background-color: #ffd400;
    border: solid #ffd400;
    border-width: 20px;
    z-index: 100;
    text-align: left;
    padding: 0px; 
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.boxVariable img {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    z-index: 100;
    border: solid #ffd400;
    border-width: 20px;
}


/*  WORK ________________________________________________________________________________*/
/*  menu ________________________________________________________________________________*/
.menuinverted {
	color: #ffffff;
	line-height: 17px;
	background-color: #000000;
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

/*  menu containers _____________________________________________________________________*/
#containermenuprojects {
    text-align: right;
    width: auto;
    height: 10px; /* damit leeres menu nicht verschwindet*/
    float: right;
    margin-left: 20px;
}
#containermenusort {
    width: 120px;
    display: block;
    float: left;
    margin-left: 10px;
}
#projectmenu {
    position: absolute;
    top: 113px;
    left: 20px;
    z-index: 1000;
}

td.menuprojects  {
    vertical-align: top;
    margin: 0;
    padding: 0;
}
td.menusort  {
    vertical-align: top;
    margin: 0;
    padding: 0;
}
td, tr {
    padding: 0;
    margin: 0;
} 

/*  projectimage containers _____________________________________________________________________*/
.containerlightboxsmall {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}
.containerlightboxmedium {
    position: relative;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    z-index: 499;
}

.lightbox600 {
    position: relative;
    width: 600px;
    margin: 0 auto;
    border: solid #ffd400;
    border-width: 3px 20px 20px 20px;
    text-align: left;
    background-color: #ffd400;
    z-index: 800;    
}
.lightboxnavigation {
    text-align: center;
    line-height: 17px; 
    z-index: 501;
    background-color: #ffd400;
    width: 100%;
}

#slideshowprojectnavigation {
    text-align: center;
    line-height: 17px; 
    z-index: 2001;
    visibility: visible;
    margin-top: 3px;
}
#slideshowprojectnavigation li {
    display: inline;
    margin: 0 10px 0 10px;
}
.lightboxsmallframe {
    float: left;
    width: 150px;
    height: 150px;
    padding: 0px;
    margin: 5px;
    position: relative;
}
.lightboxmediumframe {
    float: left;
    width: 250px;
    height: 250px;
    padding: 0px;
    margin: 5px;
    position: relative;
    z-index: 100;
}    
.centervh150  {
    text-align: center;
    height: 150px;
    width: 150px;
}
.centervh250  {
    text-align: center;
    height: 250px;
    width: 250px;
}
.lightboxborder {
    position: absolute;
    z-index: 100;
    border: solid #ffd400;
    border-width: 10px;
    text-align: left;
}
.lightboxbordertext {
    position: absolute;
    text-align: left;
    bottom: -1px;
    background-color: #ffd400;
    width: 100%;
    line-height: 18px;
}


/*  lightbox text, project data, project description _____________________________________________________________________*/

td.lightboxtextcolumnleft {
    width: 300px;
    font-weight: bold;
    padding-right: 10px;
    overflow: hidden;
}

td.lightboxtextcolumnright {
    width: 300px;
    padding-left: 10px;
}

.lightbox600 td {
    vertical-align: top;
}
.lightbox600 table {
    width: 600px;
}

#projectdata, #projectdescription {
    visibility: hidden;
}
	
#containerProjectdescriptionOut, #containerProjectdataOut {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
}/*  z-index: 800 fuer IE*/

#containerProjectdescriptionIn, #containerProjectdataIn {
    width: 600px;
    padding-left: 200px;
    margin: 0 auto;
    margin-top: 109px;
}

    
#containerSlideshowOut {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

#containerSlideshowIn {
    width: 950px;
    padding-left: 200px;
    margin: 0 auto;
    margin-top: 109px;
}


/*  PUBLIC ________________________________________________________________________________*/
/*  menu ________________________________________________________________________________*/

#publicmenu {
    position: absolute;
    top: 113px;
    left: 0px;
    z-index: 1000;
}

#boxpublications {
    visibility: visible; 
}

#boxlectures {
    visibility: hidden; 
}

#boxessays {
    visibility: hidden;
}

#boxteaching {
    visibility: hidden;
}

.textinbox {
    text-align: left;
    background-color: #ffd400;
    padding: 20px;
}

.textinbox h1 {
    margin-bottom: 17px;
}
#containerPublicationsOut, #containerLecturesOut, #containerEssaysOut, #containerTeachingOut {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
}/*  z-index: 800 fuer IE*/

#containerPublicationsIn, #containerLecturesIn, #containerEssaysIn, #containerTeachingIn  {
    width: 600px;
    padding-left: 200px;
    margin: 0 auto;
    margin-top: 109px;
    top: 0px;
}
