/* $Id: styles.css,v 1.3 2015/12/02 15:56:39 goba Exp $ */
/*
Page Name: Photography by Robert Skrobich
Description: artwork, digital art, photography. 
Version: 1.2
Author: Robert Skrobich
Author URI: http://www.skrobich.de/
*/

* {
margin: 0px;
padding: 0px;
}

body {
	margin: 10px;
	background-color: #444;
}

.wrapper {
	align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-position:center top;
	background-color: #303030;
	width: 1600px;
	height: 1040px;	
	border: 2px solid #aaac;
	box-shadow: #222 5px 5px 10px;
}

@font-face {
 font-family:  CircleD;
 src: url("c016000d.eot") /* EOT file for IE */
}
@font-face {
 font-family:  CircleD;
 src: url("c016000d.ttf") /* TTF file for CSS3 browsers */
}

.logo {
	background-color: #303030; 
	font-family: CircleD, sans-serif;	
	font-size: 50px;
	font-weight: bold;
	color: #aaa;
	padding: 15px 0px 0px 525px;
	text-shadow: #111 2px 3px 4px;
	margin-left: 0px;
	width: auto;
	height: 70px;
}


a {
    text-decoration: none;
	color: #ccc;
}
a:hover {
    text-decoration: none;
	color: #111;
}


a img{
	border: 0;
}

.menue{
	position: relative;
	margin-left: 0px;
    margin-top: 0px; 
	height: 25px;
	width: 1600px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	// text-shadow: #555 1px 1px 0px;
	background-color: #4f4f4f;
	}

.menue .home{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 60px;	
}

.portraits{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 140px;
}

.emotions{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 230px;
}

.composing{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 330px;
}


.events{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 430px;
}

.plakat{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 500px;
}

.landscape{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 570px;
}

.panorama{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 670px;
}

.booking{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 1400px;
}

.asa{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 770px;
}

.shop{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 1310px;
}

.contact{
	position: absolute;
	padding: 3px;
	top: 0px;
	left: 1500px;
}

.content {
	padding: 0px;
	margin: 0px;
	width: 1600px;
	height: 900px;
}

#iframe{
	position: relative;
	top: 0px;
	width: 1600px;
	background-color:#303030;
	height: 900px;
	z-index: 0;
}
	
.autor{
	position: relative;
	left:650px;
	top: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

