/* CSS Document */

/*   Global Reset   */
* {
	margin: 0;
	padding: 0;
}


/* Common Settings */

body {
	font: normal 0.75em Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	background-color: #8B8A7B;
	text-align: center;
}

a {
	text-decoration: none;
	color: #535353;
	outline: none;
}


/*   Structure Settings   */
#container {
	width: 888px;
	margin: 0 auto;
	text-align: left;
}

#link-area {
	float: left;
	width: 154px;
}

/*#nav-area {
	height: 355px;
	width: 130px;
}*/
#navigation {
	list-style-type: none;
	height: 355px;
	width: 130px;
	padding: 0;
	margin: 0;
}
#navigation li {
	display: block;
	height: auto;
}
#navigation li a {
	display: block;
	text-indent: -9999px;
}
#navigation li a#home:link, #navigation li a#home:visited {
	background: url(../img/elemente/home.gif) no-repeat left bottom;
	height: 20px;
}
#navigation li a#home:hover, #navigation li.current a#home {
	background: url(../img/elemente/home-high.gif) no-repeat left bottom;
}
#navigation li a#fotografie:link, #navigation li a#fotografie:visited {
	background: url(../img/elemente/fotografie.gif) no-repeat left bottom;
	height: 28px;
}
#navigation li a#fotografie:hover, #navigation li.current a#fotografie {
	background: url(../img/elemente/fotografie-high.gif) no-repeat left bottom;
}
#navigation li a#video:link, #navigation li a#video:visited {
	background: url(../img/elemente/video.gif) no-repeat left bottom;
	height: 28px;
}
#navigation li a#video:hover, #navigation li.current a#video {
	background: url(../img/elemente/video-high.gif) no-repeat left bottom;
}
#navigation li a#kab:link, #navigation li a#kab:visited {
	background: url(../img/elemente/kunst-am-bau.gif) no-repeat left bottom;
	height: 28px;
}
#navigation li a#kab:hover, #navigation li.current a#kab {
	background: url(../img/elemente/kunst-am-bau-high.gif) no-repeat left bottom;
}
#navigation li a#texte:link, #navigation li a#texte:visited {
	background: url(../img/elemente/ueber-die-arbeit.gif) no-repeat left bottom;
	height: 28px;
}
#navigation li a#texte:hover, #navigation li.current a#texte {
	background: url(../img/elemente/ueber-die-arbeit-high.gif) no-repeat left bottom;
}
#navigation li a#cv:link, #navigation li a#cv:visited {
	background: url(../img/elemente/creative-vita.gif) no-repeat left bottom;
	height: 28px;
}
#navigation li a#cv:hover, #navigation li.current a#cv {
	background: url(../img/elemente/creative-vita-high.gif) no-repeat left bottom;
}
#navigation li a#kontakt:link, #navigation li a#kontakt:visited {
	background: url(../img/elemente/kontakt.gif) no-repeat left bottom;
	height: 28px;
}
#navigation li a#kontakt:hover, #navigation li.current a#kontakt {
	background: url(../img/elemente/kontakt-high.gif) no-repeat left bottom;
}


/*** Subnavi ***/
#subnavigation {
	margin: 3px 0 3px 18px;
	list-style-type: none;
}
#subnavigation li {
	margin-bottom: 3px;
}
#subnavigation li a {
	text-indent: 0px;
	color: #d3d2bd;
	font-size: 0.75em;
}
#subnavigation li a:hover, #subnavigation li.current a {
	color: #FFFFFF;
}
#picture-area {
	float: right;
	width: 734px;
	padding-top: 50px;
	position: relative;
	height: 400px;
}
.videoKeeping #picture-area {
	height: 300px;
}
#picture-area img {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.foto-wei #picture-area img.pict-right {
	margin-left: 339px;
}
.foto-ooa #picture-area img.pict-right {
	margin-left: 372px;
}
.video-udbm #picture-area img.pict-right {
	padding-left: 372px;
}

#description {
	clear: both;
	height: 60px;
	width: 634px;
	margin-left: 154px;
}
#videodescription {
	width: 634px;
	margin-left: 154px;
}
p.kontakt {
	margin-left: 30px;
	margin-top: 50px;
}
.kontakt #picture-area {
	color: #535243;
	padding-top: 95px;
}
.kontakt #picture-area a {
	color: #535243;
}

#description a.prev {
	display: block;
	float: left;
	width: 10px;
	height: 12px;
	background: url(../img/elemente/pfeil-zurueck.gif) no-repeat;
	margin-top: 8px;
}
#description a.prev:hover {
	background: url(../img/elemente/pfeil-zurueck-high.gif) no-repeat;
}
.invisible {
	display: none;
}
#description img {
	float: left;
}

#description a.next {
	display: block;
	float: left;
	width: 10px;
	height: 12px;
	background: url(../img/elemente/pfeil-vor.gif) no-repeat;
	margin-top: 8px;
}
#description a.next:hover {
	background: url(../img/elemente/pfeil-vor-high.gif) no-repeat;
}
#description img.clear {
	clear: both;
}
#description .bildnummer {
	color: #FFFFFF;
	float: left;
	height: 12px;
	display: block;
	padding: 0 6px;
	margin-top: 8px;
	font-size: 0.95em;
}
#blaettern .bildnummer a {
	color: #FFFFFF;
}
#description p {
	color: #FFFFFF;
}
#videodescription p {
	color: #FFFFFF;
}
#description .titel {
	clear: both;
	padding-top: 10px;
	font-size: 0.95em;
}
#videodescription .titel {
	font-size: 0.95em;
}
#blaettern {
	margin-left: 154px;
	height: 30px;
}

#blaettern a {
	color: #FFFFFF;
}
#link-area img {
	border: 0 none;
}
/*** Kunst am Bau ***/
.kunstAmBau #zurück {
	width: 734px;
	margin-left: 154px;
	padding-top: 0.5em;
	padding-bottom: 2em;
	clear: both;
}
.kunstAmBau #blaettern {
	width: 734px;
	margin-left: 154px;
	position: relative;
	height: 30px;
}
.kunstAmBau #blaettern .bildnummer {
	height: 12px;
	position: absolute;
	left: 16px;
	width: 53px;
	color: #FFFFFF;
}
.kunstAmBau #blaettern .pfeil-links {
	position: absolute;
	width: 10px;
	height: 12px;
}
.kunstAmBau #blaettern .pfeil-rechts {
	width: 10px;
	height: 12px;
	position: absolute;
	left: 75px;
}
.kunstAmBau #blaettern .pfeil-rechts .bild-vor, #blaettern .pfeil-links .bild-zurueck {
	display: block;
	width: 10px;
	height: 12px;
}
.kunstAmBau #blaettern .pfeil-rechts a.bild-vor:link, #blaettern .pfeil-rechts a.bild-vor:visited {
	background: url(../img/elemente/pfeil-vor.gif) no-repeat top left;
}
.kunstAmBau #blaettern .pfeil-rechts a.bild-vor:hover {
	background: url(../img/elemente/pfeil-vor-high.gif) no-repeat top left;
}
.kunstAmBau #blaettern .pfeil-links a.bild-zurueck:link, #blaettern .pfeil-links a.bild-zurueck:visited {
	background: url(../img/elemente/pfeil-zurueck.gif) no-repeat top left;
}
.kunstAmBau #blaettern .pfeil-links a.bild-zurueck:hover {
	background: url(../img/elemente/pfeil-zurueck-high.gif) no-repeat top left;
}
.kunstAmBau #zurück img {
	border: 0 none;
}
.kunstAmBau #zurück .uebersicht {
	padding-left: 0.5em;
}
#picture-area #player {
}
#picture-area .videoHeadline {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 1.6em;
	visibility: hidden;
}
#picture-area .videotitel {
	font-size: 0.95em;
	color: #d3d2bd;
	margin-top: 10px;
}
