@charset "UTF-8";
/* CSS Document */
body {
	font: 90% "Century Gothic Bold", Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*Divs*/

#container {
	position:relative;
	width: 1100px;
	height: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:30px;
	border: #CCC 2px solid;
	background-color:#FFF;
}

#nameDiv   {
	position:relative;
	margin:0px;
	padding:0px;
	color:#000;
	font-size:45px;
}

#navDiv  {
	position:relative;
	left:160px;
	color:#000;
	padding:0px;
	margin:0px;
}
#mainContent {
	position:absolute;
	width:660px;
	left:245px;
	top:170px;
	padding: 0; 
	
}
#mainContent img {
	border-color:#CCC;
	border-width:2px;
}
#mainContent a:hover img {
	border-color:#F09;
	
}
#mainContent a {
	text-decoration:none;
	color:#000;
}
#mainContent a:hover {
	color:#F09;
}
#textDiv  {
	position:relative;
	left:0px;
	top:30px;
	width:300px;
}
#photo-div  {
	position:absolute;
	left:350px;
	top:78px;
}
/* Navigation */

#navDiv ul li {
	display:inline;
    margin:0px;
	padding:0px;
}
#navDiv ul li a {
	color:#000;
	text-decoration:none;
	float:left;
	padding:0px 20px 0 20px;
	text-transform:lowercase;

}
#navDiv ul li a:hover {
	color:#F09;
}
#index-page #index a,
#print-page #print a,
#web-page #web a,
#web-1-page #web a,
#illustration-page #illustration a,
#vita-page #vita a,
#freunde-page #freunde a,
#impressum-page #impressum a{
	color:#F09;
}
#titleDiv {
	position:absolute;
	left:20px;
	top:515px;
}

#titleDiv a {
	text-decoration:none;
	color:#000;
}
#titleDiv a:hover {
	color:#f09;
}
#print-page #titleDiv {
	top:550px;
}
#illustration-page #titleDiv {
	top:555px;
}
#arrowDiv {
	position:absolute;
	left:920px;
	top:555px;
}
#left-column {
	position:absolute;
	left:0px;
	top:0px;
	width:320px;
	font-size:85%;
}
#right-column {
	position:absolute;
	left:350px;
	top:0px;
	width:330px;
	font-size:85%;
}
/*classes*/

.pink {
	color:#F09;
}

/* Print page rollover CSS */
#image {	
	display:block;
	position:absolute;
	width:300px;
	height:450px;
	left:0px;
	top:0px;
} 
 
#thumbdiv {
	position:absolute;
	width:310px;
	height:210px;
	left: 0px;
	top: 0px;
}

ul#thumblist {
	position:absolute;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	width:410px;
	height:210px;
	left:310px;
	top:244px;
}


ul#thumblist li {	
	float:left;
	padding:0px;
	margin:0px;
}
ul#thumblist li a {
    text-decoration:none;
	display:block;
	float:left;
	height: 100px;
	width: 100px;
	padding:2px;
	margin:0px;
	
}
ul#thumblist li ul {
	list-style:none;
	position:absolute;
	width:300px;
	height:450px;
	left:-9999px;

}
ul#thumblist li:hover ul{
	position:absolute;
	width:300px;
	height:450px;
	left:-352px;
	top:-246px;
}
#illustration-page ul#thumblist {
	width:110px;
	height:210px;
	left:600px;
	top:144px;
}

#illustration-page ul#thumblist li ul {

	width:589px;


}
#illustration-page ul#thumblist li:hover ul{
	width:589px;
	left:-640px;
	top:-144px;
}
#illustration-page #image {	
	width:589px;
	height:450px;
	border: #CCC 2px solid;
}

