/********/
/* html */
/********/
body {
	background:#FFF;
	margin:0;
	padding:0;
	text-align:center;
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	font-size: 10pt;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 10pt;	
}

h5 {
	font-size: 10pt;	
}

h6 {
	font-size: 10pt;	
}

p {
	margin:0 0 18px 0;
	padding:0
}

a {
	text-decoration:underline;
	color: #000;
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:9pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	width: 957px;
	min-height: 680px;
}

.news {
	font-size: 8pt;
}

#main {

}

/* header */
#header {
	height: 40px;
	padding-left: 15px;
}

#header p {
	position: relative;
	top: 10px;
	font-size: 10pt;
}

#left_container {
	float: left;
	width: 256px;
}

/* menu */
#menu {
	position:absolute;
	z-index: 1;
	background: #FFF;
	width: 132px;
	padding: 0 10px 20px 15px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0
}

#menu li {
 	font-size: 10pt;
 	text-transform:uppercase;
	padding-bottom: 4px;
}

#menu li a, #header a {
	color: #000;
	text-decoration: none;
	font-size: 9pt;
	width: 137px;
	text-transform:uppercase;
	display: block;
}

#menu li a:hover,
#menu li a.active {
	color: #999;
}

#menu_item_2 {
	background:url(../img/menu/nav_amiedicke.gif) no-repeat 0 -4px;
	width: 105px;
}
#menu_item_2:hover {
	background:url(../img/menu/nav_amiedicke.gif) no-repeat 0 -22px;
}

#menu_item_22 {
	background:url(../img/menu/nav_bio.gif) no-repeat 0 -4px;
	width: 105px;
}
#menu_item_22:hover, #menu_item_22_active {
	background:url(../img/menu/nav_bio.gif) no-repeat 0 -22px;
}

#menu_item_32 {
	background:url(../img/menu/nav_news.gif) no-repeat 0 -4px;
	width: 105px;
}
#menu_item_32:hover, #menu_item_32_active {
	background:url(../img/menu/nav_news.gif) no-repeat 0 -22px;
}

#menu_item_24 {
	background:url(../img/menu/nav_press.gif) no-repeat 0 -4px;
	width: 105px;
}
#menu_item_24:hover, #menu_item_24_active {
	background:url(../img/menu/nav_press.gif) no-repeat 0 -22px;
}

#menu_item_25 {
	background:url(../img/menu/nav_publications.gif) no-repeat 0 -4px;
	width: 105px;
}
#menu_item_25:hover, #menu_item_25_active {
	background:url(../img/menu/nav_publications.gif) no-repeat 0 -22px;
}

#menu_item_26 {
	background:url(../img/menu/nav_contact.gif) no-repeat 0 -4px;
	width: 105px;
}
#menu_item_26:hover, #menu_item_26_active {
	background:url(../img/menu/nav_contact.gif) no-repeat 0 -22px;
}


/* Submenu */
#submenu {
	position: relative;
	background: #000;
	width: 190px;
	height: 610px;
	left: 47px;
	cursor: pointer;
}

#submenu img {
	color: #FFF;
	position: relative;
	top: 279px;
	left: 77px;
}


#left_container a {
	text-decoration: none;
}

#content {
	width: 500px;
	padding-left: 95px;
	float: left;
}

/* Home */
#two_columns #content {
	padding-left: 0px;
	width: 701px;
}

#two_columns #content img {
	display: inline;
}

#two_columns #content #column1 {
	float: left;
	min-height: 600px;
	width: 350px;
}

#two_columns #content  #column11 img {

}

#two_columns #content  #column21 {
	display: none;
}

#two_columns #content #column2 {
	min-height: 600px;
	float:left;
}

#two_columns #content #column1 p, #two_columns #content #column2 p,
#two_columns #content #column11 p, #two_columns #content #column21 p {
	font-family: "Times New Roman";
	margin-top: 10px;
	font-size: 11pt;
}
	
/* Work detail */
#work_detail #content {
	padding-left: 0px;
	width: 660px;
	float: left;
	height: 550px;
}

.work_detail_lines,
#thumbnails {
	float: left;
	width: 36px;
}

.work_detail_lines a,
#thumbnails a {
	border-left: 1px solid #000;
	width: 6px;
	background: #FFF;
	height: 40px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.work_detail_lines .active,
#thumbnails .active {
	border-left: 2px solid #000;
	width: 6px;
}

#navigation {
	float: left;
	margin-top: 14px;
	width: 28px;
}

#navigation_prev {
	float: left;
}

#navigation_next {
	float: right;
}

#work_detail p {
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -220px;
	font-family: "Times New Roman";
	font-size: 11pt;
	top: 490px;
    width: 670px;
}

#thumb_container {
	height: 550px;
}

*:first-child+html #thumb_container {
	height: auto;
	min-height: 550px; /* IE 7 */
}

#portfolio p {
	
	font-family: "Times New Roman";
	font-size: 11pt;
	float: left;
	width: 700px;
}

#work_detail #content img {
	max-width: 650px;
	max-height: 433px;
}

#loader {
	position: absolute;
	width: 50px;
	top: 150px;
	left:50%;
	margin-left:-100px;
}

#filter_page {
	background: #FFF;
	opacity: 0;
	position: absolute;
	width: 650px;
	height: 550px;
	top: 40px;
	left:50%;
	margin-left:-225px;
	z-index: 99;
}


/* Portfolio */
#portfolio #content {
	padding-left: 0px;
	width: 701px;
}

#portfolio #content {
	padding-left: 0px;
	width: 701px;
}

#portfolio .portfolio_image {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 180px;
	overflow: hidden;
}

*:first-child+html #portfolio .portfolio_image {
	overflow: visible; /* IE 7 */
}

.portfolio_detail_lines {
	position: relative;
	left: 100px;
}

.portfolio_detail_lines span {
	margin: 0 1px 0 2px;
	background: #000;
	height: 40px;
	width: 1px;
	display: block;
	float: left;
}

.portfolio_detail_lines .active {
	width: 2px;
}

/* work */
#work_container {
	background: #000;
    left: 50%;	
	margin-left: -432px;
	position: absolute;	
	top: 40px;
	visibility: hidden;
	width: 910px;
	min-height: 610px;
	z-index: 1000;
}

#work_left {
	background: #000;
	float: left;
	padding: 30px 0 0 30px;
	width: 810px;
	min-height: 550px;
}

#work_container_right {
	color: #FFF;
	float: left;
	padding-top: 277px;
	width: 70px;
}

#work_container_right img {
	cursor: pointer;
}

#work_paging {
	clear: left;
	text-align: right;
	color: #fff;
	margin-right: 22px;
	min-height: 10px;
}

#work_paging a {
	color: #FFF;
	text-decoration: none;
	padding: 0 2px 0 2px;
	font-family: Arial;
	font-size: 9pt;
}

#work_paging .paging, #work_paging .paging div {
	margin: 0px;
	text-align: right;
}

#work_paging .active {
	font-weight: bold;
}

.work_photo {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	width: 180px;
	position: relative;
	font-family: "Times New Roman";
	line-height: 1.2;
	font-size: 11pt;
}

.work_photo a {
	text-decoration: none;
}

.work_photo .project_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 180px;
	background: #000;
	color: #FFF;
	filter:alpha(opacity=0);
	opacity: 0;
	z-index: 2;
	font-weight: lighter;
	font-size: 12pt;
}

.work_photo .project_text:hover {
	filter:alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

.work_photo .project_photo {
	z-index: 1;
	width: 180px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #FFF;
	position: relative;
}

.project_photo table {
	width: 180px;
	height: 180px;
	background: #000;
}

.project_photo table td {
	text-align: center;
	vertical-align: middle;
	line-height: 0;
	font-size: 0pt;
	
}

.work_photo img,
.work_photo img.show {
	display: inline;
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
}

.work_photo img.hide {
	display: none;
}

.work_photo img.project_loader {
	height: 6px;
	widht: 30px;
	left: 50%;
	top: 50%;
	margin-top: -2px;
	margin-left: -14px; 
	z-index: 10;
}


.work_photo table {
	position: relative;
	top: 0px;
	width: 180px;
	height: 180px;
	background: #FFF;
}

.work_line {
	float: left;
	margin-right: 0px;
	width: 83px;
}

.work_line a {
	background: #FFF;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	width: 1px;
	height: 40px;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

.work_line .active {
	background: #FFF;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	width: 2px;	
	height: 40px;
	float: left;
}

#work_left td {

}

#work_left .photo {
	width: 180px;
	height: 180px;
	background: #FFF;
	vertical-align: middle;
}

#work_left .photo img {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;

}

#work_left .button {
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	width:70px;
}

#work_left .line {
	width: 90px;
	color: #FFF;
}

#nav {
	display: none;
}

/* triggers */
#triggers {
}

/* footer */
#footer div {
	text-align: center;
}

#footer p {
	
}

.cs_paging {
	margin-left: 350px;
	height:25px;
}

.cs_paging a {
	font-family: "arial";
	color: #000;
	text-decoration: none;
	padding-right: 4px;
}

.cs_active {
	font-weight: bold;
} 
/*********/
/* pages */
/*********/


/***********/
/* overall */
/***********/
.cs_clear,
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide {
	display:none;
}

.show {
	display:block;
}

/* forms */
.cs_form_wrapper .cs_form_label label {
	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_button {
	margin:10px 138px 0 0;
}

.cs_form_wrapper .cs_form_button input {
	cursor:pointer;
}
