/**
JB10X
**/


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: 'Nobile', Times New Roman, serif;
	background: #fff;
}

body.section-1 { 
}
body.section-2 {
}
body.section-3 { 
}

/* links */
a { 
  text-decoration: none; 
  outline: none; 
  color: black;
} 

a:link { 
	text-decoration: none;
	color: black;
} 

a:visited { 
} 
	
ul li.active {
	font-size: 11px;
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #ccc;
}

a:hover, 
a:focus { 
  color: black;
  text-decoration: underline;
} 

a img { border: none; }
a:hover img,
a:focus img {
	border-bottom: 3px solid black;
	margin-bottom: 3px;
}

/* Wrapper */

#wrapper {
	min-width: 925px;
	margin: 0 auto;
	}

/* Menü Stil */

#menu {
    width: 180px;
    overflow: auto;
    margin-top: 20px;
    top: 0;
	left: 22px;
    position: fixed;
	background-color: #fff;
	line-height: 15px;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 5px 0px 12px 0;
}

#menu p {
	}

#menu ul li.section-title { 
	font-size: 11px;
	font-style: italic;
	text-align: right;
	border-bottom: thin;
    border-bottom-style: dotted;
	}
li.indexhibit {
	font-size: 11px;
	font-style: italic;
	text-align: left;
	line-height: 20px;
	}

span.head {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	}	

/* Content */

#content {
    position: absolute;
	left: 200px;
    margin: 24px 25px 0 25px;
    top: 0;
}

.container {
    padding: 10px 0px 25px 0px;
    border-top: thin;
    /* border-top-style: dotted; */
}

#content .container {
	width: 640px;
	}

p.nav {
	border-top: thin;
    border-top-style: dotted;
    width: 600px;
    margin-top: 15px;
   	line-height: 25px;
   	/*font-weight: bold;*/
	}

span.vita {
	line-height: 20px;
	}

/* Title */
h1 { 
	font-size: 14px;
	font-style: italic;
	font-weight: 200; 
	border-bottom: thin;
	border-bottom-style: dotted; 
	padding: 5px 0px 10px 0px;
}
/* work description */
h2 {
	font-size: 10px;
	font-style: italic;
	font-weight: lighter;
}
/* statement */
h3 {
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	letter-spacing:0px;
}
/* sub text */
h4 { 
	font-size: 8px;
	font-style: normal;
	font-weight: 100;
}
/* statement title */
h5 {
	padding: -1px 0px 10px 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
}
/******/
/* splash page title */
h6 {
	font-size: large;
	font-style: italic;
	font-weight: normal;
}
/* quote */
h7 {
	font-size: 11px;
	font-style: normal;
	font-weight: 100;
	letter-spacing:0px;
	color:#999999;
}
#img-container img.img-bot	{ padding-top: 5px; }
#img-container p	{ 
	font-size: 11px;
	font-style: italic;
	text-align: left;
	padding: 0px 0 0px 0; }

#once { clear: left; }

.thumb-img img {
	padding-bottom: 4px;
	margin-bottom: 6px;
	}

#img-container {
	padding: 10px 0px 25px 0px;
    border-top: thin;
    border-top-style: dotted;
    margin-top: 25px;
	}

/* Tabellen */

td img {
	padding-bottom: 3px;
	margin-right: 9px;
	margin-bottom: 6px;
	}
	
tr td {
	margin: 5px;
	}
