/* ** Basis-Styles fuer www.hagenstier.com *****
***** polychroma.de // mono@polychroma.de ******
***** Version 0.03 // 20071125 ***************** 

polychroma euphorbia ************************ */ 

/* Typografie ************************** */

/* div { border: 1px #000 solid;} */

body {
	background-color: #fff;
	font-family: cambria, georgia, "times new roman", times, serif; color: #000;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: centered;
	}
	
h1, h2, h3, h4 {
	text-transform: uppercase;
	}

h1 {
	background: url(http://polychroma.de/hagenstier/imgs/hagenstier.gif) 0 0 no-repeat;
	position: relative;
	top: 30px; left: 30px;
	height: 30px; width: 200px;
	margin: 0; padding: 0;
}

h1 a {
	display: block;
	text-indent: -5000px;
	height: 15px; width: 110px;
}

h2 {
	font-size: 24px;

	}
	
a, a:link, a:visited {
	color: #000; text-decoration: none; 
	text-transform: uppercase;
	}
	
a:hover {
	color: #666;
	}

/* Layout-Elemente ********************* */

#envelope {
	position: absolute;
	left: 50%;
	width: 980px;
	margin-left: -490px;
	top: 50%;
	height: 560px;
	margin-top: -280px;
	padding: 0;
	background-color: #fff;
	border: 1px solid #eee;
	border-bottom : 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
}

#startphoto { width: 980px; position: absolute; left: 0; top: 300px; }

#player { width: 980px; position: absolute; left: 0; top: 154px; }

#sidebar{
	position: absolute;
	bottom: 30px; left: 30px;
	z-index: 20;
	width: 200px;
}

#album { 
	position: absolute;
	bottom: 440px;
	width: 100%;
}
	
#album select { 
	font-family: cambria, georgia, "times new roman", times, serif; color: #333;
	font-size: 10px; 
	border: solid #ddd 1px; color: #666; text-transform: uppercase;
	width: 100%; height: 16px;
}

#album select .selgrau { 
	color: #999;
}

#meta{ 
	display: block;
	position: absolute;
	width: 200px;
	bottom: 36px;
	color: #999; 
	font-size: 10px;
	/* line-height: 12px; */
}

#title{ 
	text-transform: uppercase; 
	color: #333;
	margin: 0 0 6px 0;
}

#description{ 
	color: #999;
	margin: 0 0 6px 0;
}

#date {
	display: none;
	}

#geo {
	margin: 0 0 0 -3px;
	height: 12px;
}

#geo a {color: #c00; padding: 0 3px 1px 3px;}

#geo a:hover {background-color: #c00; color: #fff;}


#content{
	position: absolute;
	top: 30px; left: 250px;
	height: 500px; width: 500px;
	margin: 0; padding: 0;
	overflow:hidden;
	}

#map {
	position: absolute;
	height: 500px; width: 500px;
	margin: 0; padding: 0;
}

#info {
	position: absolute;
	height: 500px; width: 500px;
	margin: 0; padding: 0;
}

#thumbnails {
	position: absolute;
	top: 30px; left: 760px;
	width: 190px;
	height: 500px;
	overflow: auto;
}
	
#thumbnails img {
	padding: 2px;
	width: 52px; height: 52px;
}

#thumbnails img:hover, #thumbnails img:target {
	padding: 0px;
	width: 56px; height: 56px;
}

.mainImage { 
	border: 0; margin: 0; 
	padding: 0;
	}

#secnav {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ccc;
	padding: 0;
}

#backnext{
	float: right;
}

#mail { float: left;
	margin: 0 0 0 -3px;
}

a.photoLink, #mail a {
	text-decoration: none;
	color: #333;
	padding: 0 3px 1px 3px;
}
a.photoLink:hover, #mail a:hover {
	color: #fff; background-color: #000;
}
