/* 
  layout and general formatting rules for Yilmaz Aktepe
  author: Dirk Heurich
*/



html, body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

body {
	background-color: #d9d7d6;
	font-family: Georgia, Times, serif;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	color: #9d9997;
	line-height: 140%;
}
	

p {
	margin: 0;
	padding: 0;
}

a {
	color: #bab7b6;
	text-decoration: none;
}

img {
	border: none;
}

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

#credentials ul {
	list-style: none;
	margin: 0 0 50px 50px;
	width: 15%;
	padding: 0;
	float: left;
}

#credentials ul li {
	color: #bab7b6;
}

#credentials ul li:first-child {
	color: #9d9997;
	margin-bottom: 10px;
}

a:hover {
	color: #9d9997;
}

a:active {
	color: #9d9997;
}
	
#logo {
	width: 256px;
	float: left;
}

#nav {
	width: 256px;
	margin-left: 74px;
	float: left;
}

.active{
	color: #9d9997;
}

#content {
    height: 90%;
    left: 256px;
    position: absolute;
    right: 55px;
    text-align: left;
    top: 5%;
    visibility: visible;
    overflow: hidden;
}

#content img {
	height: 100%;
	float: right;
	margin-bottom: 1px;
	margin-right: 1px;
}

#list {
    height: 90%;
    left: 256px;
    position: absolute;
    right: 55px;
    text-align: left;
    top: 5%;
    visibility: visible;
    overflow-y: auto;
    overflow-x:hidden;
}

#credentials {
    height: 90%;
    left: 256px;
    right: 55px;
    position: absolute;
    text-align: left;
    top: 5%;
    visibility: visible;
    overflow-y: auto;
    overflow-x:hidden;
}

#left {
    height: 90%;
    left: 0;
    position: absolute;
    top: 5%;
    visibility: visible;
    width: 256px;
}

#controls {
	width: 96px;
	height: 24px;
	margin: 10px 0 50px -15px;
	float: left;
}

#sound {
	width: 96px;
	height: 24px;
	margin: 10px 0 0 -12px;
	float: left;
}
	
#address {
	width: 256px;
	margin-left: 74px;
	float: left;
	position: absolute;
	bottom: 0;
}

#column {
	width: 256px;
	margin-left: 74px;
	float: left;
}

.light {
	color: #bcbec0;
}

/*  ##############################
	below: CSS added by SOPG 
############################## */

/* 
	Alle großen Bilder verstecken
*/
.fullimage {
	display: none;
}

/* 
	diese CSS-Klassen können auf beliebige Elemente angewendet werden
	das Entsprechende Element erbt die Klick-Funktionalität die aus dem Klassennamen hervorgeht.
*/

.btnStop, .btnPlay, .btnPrev, .btnNext {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

/* 
	Deeplinknavi 
	Kann natŸrlich frei gestyled werden
*/
.thumbList {
	list-style: none;
	clear: both;
}

.thumbList li {
	margin-right: 3px;
	float: left;
}

/* 
	Debugging-Ausgabe
	Element kann entfernt werden
*/
#slideStatus {
	background: red;
	color: black;
	margin-top: 20px;
}

phone {
    white-space: nowrap; 
}

