html {
	background:#FFFFFF url(../images/design/bg.gif) repeat;
	/* font-style font-variant font-weight font-size/line-height font-family
	font:normal normal normal 90/1.6em "Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif"; */
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#6b6b6b;
}
.page {
	width:909px;
	margin:0 45px;
}
#white {
	background-color:#FFF;
}

/* Header
**********************************************/
#header {
	height:40px;
	padding-top:70px;
}

/* Navigation
**********************************************/
#navigation {
	margin-bottom:10px;
	float:left;
}
#navigation li {
	background:url(../images/design/divider_menue.gif) no-repeat 100% 1px;
	padding-right:10px;
	display:inline;
}
#navigation li.last {
	background:none;
}
#navigation li a:link,
#navigation li a:visited {
	margin-right:3px;
	padding:1px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#0099cc;
}
#navigation li a:hover,
#navigation li a:focus {
	background-color:#0099cc;
	color:#fff;
}
#navigation li a.active {
	background-color:#0099cc;
	color:#fff;
}


/* Sub-Navigation
**********************************************/
#subnavigation {
	background-color:#FFF;
	margin-bottom:10px;
	width:100%;
	text-transform:uppercase;
	font-size:.9em;
}
#subnavigation li {
	padding:0 5px;
	display:inline;
}
#subnavigation li a:link,
#subnavigation li a:visited {
	margin-right:3px;
	font-weight:bold;
	text-decoration:none;
	color:#0099cc;
}
#subnavigation li a:hover,
#subnavigation li a:focus {
	background-color:#0099cc;
	color:#fff;
}
#subnavigation li a.active {
	background-color:#0099cc;
	color:#fff;
	font-weight:normal;
}

/* Sprachen
**********************************************/
.right_menu {
	float:right;
	margin-bottom:.8em;
}
.right_menu li {
	background:url(../images/design/divider_menue.gif) no-repeat 100% 1px;
	padding-right:10px;
	display:inline;
}
.right_menu li.last {
	background:none;
	display:inline;
}
.right_menu li a:link,
.right_menu li a:visited {
	margin-right:3px;
	padding:1px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#0099cc;
}
.right_menu li a:hover,
.right_menu li a:focus,
.right_menu li a.active {
	background-color:#0099cc;
	color:#FFFFFF;
}

.activee {
	background-color:#0099cc;
	color:#fff;
}

/* Content
**********************************************/
#content {
	text-align:justify;
	line-height:1.4em;
	width:980px;
	margin:0 15px;
}

.container {
	float:left;
}
#on-board {
	display:block;
	position:absolute;
	font-size:9.5em;
	font-style:italic;
	line-height:1em;
	color:#0099cc;
	top:460px;
	left:300px;
}

.content-box-small,
.content-box-small2 {
	background-color:#fff;
	width:415px;
	margin:15px 0;
	padding:10px;
}

.content-box-small2 p {
	line-height:1.6em;
	padding:0;
	margin:0;
}

.content-box {
	background-color:#fff;
	margin:15px 0;
	padding:10px;
}
.image {
	margin:10px 10px 10px 0;
	float:left;
}
.description {
	width:300px;
	float:right;
}
p.photography-title {
	padding-left:10px;
}

.linoleum-printings-image {
	float:left;
	margin-right:10px;
}
.linoleum-printings-description {
	width:300px;
	float:right;
}

.linoleum-printings-image2 {
	margin:10px 10px 10px 0;
	float:left;
}
.linoleum-printings-description2 {
	width:180px;
	float:right;
}
.illustration-image {
	margin:10px 10px 10px 0;
	float:left;
}
.illustration-description {
	width:250px;
	float:right;
}

#slideshow {
	margin:0 auto;
	text-align:center;
}

/* �berschriften
**********************************************/
h1 {
	display:inline;
	font-weight:bold;
	color:#0099cc;
	margin:10px 0;
	float:left;
}
h2 {
	background-color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	color:#0099cc;
	margin:15px 0;
	padding:10px;
}
h2.short {
	width:415px;
}
h3 {
	font-weight:bold;
}
h4 {
	text-transform:uppercase;
	font-weight:bold;
}

p {
	margin-bottom:1em;
}

/* Sonstiges
**********************************************/
.innertube {
	margin:30px;
}
.clear {
	clear:both;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}

/* Links
**********************************************/

#content a:link,
#content a:visited,
#content p.caption-text a:link,
#content p.caption-text a:visited {
	margin-right:3px;
	padding:1px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#0099cc;
}
#content a:hover,
#content a:focus,
#content a.active,
#content p.caption-text a:hover,
#content p.caption-text a:focus,
#content p.caption-text a.active {
	background-color:#0099cc;
	color:#fff;
}


/* Image Verlinkungen
**********************************************/
a img,
a:link img,
a:visited img,
a:hover img,
a:focus img,
img {
	border:0;
	background:none;
	text-decoration:none;
}


/* Captions
**********************************************/
.caption {
	border: 1px solid #ddd;
/*	
	border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	*/
	background-color:#fff;
	padding:15px 15px 0 15px;
	margin: 10px;
	float:left;
}
.caption img,
#content div.caption a {
	border:0 none;
	background:none;
	text-decoration:none;
}
.caption p.caption-text {
	font-size:1em;
	line-height:1.6em;
	text-transform:uppercase;
}


/* Captions
**********************************************/
table {
	width:99%;
}
table caption {
	display:none;
}
table tr th {
	font-weight:bold;
	width:160px;
}
table tr th,
table tr td { 
	padding:0 10px;
}
td.date {
	width:120px;
}

/* Slideshow
**********************************************/
ul#fancybox {
	list-style: none;
	margin: 0 auto;
	padding: 10px;
	text-align:center;
}
ul#fancybox li {
	margin:10px;
	padding:5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 250px;
	height: 169px;
}
ul#fancybox li img {
	width: 250px;
	height: 169px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul#fancybox li img.hover {
	background:url(../images/design/shaddow.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}