/*
	Author Name	: Tobias Herold
	Author Site	: http://vektorrausch.de
	Style Name	: stevenfloor
	Style URI	: http://stevenfloor.com
	Version		: 1.0
	Comments	: 1-Spalter mit fester Breite, K2 v1.0
*/

body {
	font: 62.5% Arial, Verdana, sans-serif;
	color: #455b0e;
	background: #000;
	text-align: left;
	overflow: hidden;
}

#page {
	background: #000;
	padding: 0;
	border: none;
}

body.columns-one #page,
body.columns-two #page,
body.columns-three #page {
	width: 950px;
}

#header {
	height: 30px;
	width: 950px;
	margin: 60px 0 15px;
	border: 1px solid #455b0e;
	background: #000;
}

.content {
	padding: 0;
	border: 1px solid #455b0e;
}

#primary {
	margin: 0;
	padding: 0;
	width: 948px;
	height: 384px;
}

#primary div {
	padding: 0;
	margin: 0;
	background: #000;
	overflow: hidden;
}

#footer {
	height: 30px;
	width: 950px;
	margin: 25px auto;
	padding: 0;
	color: #455b0e;
	border: 1px solid #455b0e;
}

#footer ul {
	position: relative;
	display: block;
	height: 30px;
	width: 514px;
	border-right: 1px solid #455b0e;
	background: url(adresse.gif) no-repeat left center;
}

#footer li {
	display: inline;
	list-style: none;
}

#footer li#email {
	position: absolute;
	left: 574px;
	top: 0;
	width: 376px;
	border-left: 1px solid #455b0e;
}

#footer li#email a {
	display: block;
	height: 30px;
	width: 376px;
	background: url(mailto.gif) no-repeat center center;
	border-bottom: none;
}

#footer li#email a:hover {
	background: url(mailto_on.gif) no-repeat center center;
}

h1 {
	padding: 0;
}

h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 30px;
	width: 176px;
	background: url(stevenfloor.gif) no-repeat left center;
	border-right: 1px solid #455b0e;
}

h1 a:hover {
	background: url(stevenfloor_on.gif) no-repeat left center;
}


#header .description {
	position: absolute;
	top: 0;
	left: 176px;
	display: block;
	height: 30px;
	width: 336px;
	margin: 0;
	background: url(showreel.gif) no-repeat center center;
	border-right: 1px solid #455b0e;
}

/* Hauptmenue */

ul.menu {
	position: absolute;
	left: 572px;
	top: 0;
	bottom: auto;
	display: block;
	height: 30px;
	width: 436px;
	padding: 0 0 0 55px;
	border-left: 1px solid #455b0e;
}

ul.menu li {
display: inline;
padding: 0;
}

ul.menu li a {
	float: left;
	display: block;
	height: 30px;
	width: 125px;
	padding: 0;
}

ul.menu li.page-item-3 a {
	background: url(animiertes.gif) no-repeat center center;
}
ul.menu li.page-item-3 a:hover, body#home ul.menu li.page-item-3 a {
	background: url(animiertes_on.gif) no-repeat center center;
}

ul.menu li.page-item-4 a {
	background: url(gedrehtes.gif) no-repeat center center;
}
ul.menu li.page-item-4 a:hover, body#gedrehtes ul.menu li.page-item-4 a {
	background: url(gedrehtes_on.gif) no-repeat center center;
}

li.admintab {
	position: absolute;
	left: 320px;
	top: -20px;
}

ul.menu li.admintab a {
	color: #455b0e !important;
}

/* Protected Page */

body#protect #page {
	width: 600px;
}

body#protect #header {
	width: 600px;
	margin-top: 0px;
}

form#login {
	position: absolute;
	left: 178px;
	top: 0;
	display: block;
	height: 30px;
	width: 400px;
	padding: 0;
	background: url(passwort.gif) no-repeat left top;
}

input#pwd {
	position: absolute;
	top: 6px;
	left: 90px;
	border: none;
	height: 16px;
	padding: 2px 0 0 2px;
}

input#enter {
	position: absolute;
	top: 0;
	left: 240px;
	display: block;
	width: 182px;
	height: 30px;
	background: #000 url(enter.gif) no-repeat center top;
	border: none;
	cursor: pointer;
	border-left: 1px solid #455b0e;
	margin: 0;
}

input#enter:hover {
	background-image: url(enter_on.gif);
}

p#orderpass {
	position: absolute;
	top: 34px;
	left: 270px;
}

p#orderpass a {
	color: #2f2f2f;
}

p#orderpass a:hover {
	color: #DCEC18;
}

/* Ausgeblendete Elemente */

h1 a span,
#header .description span,
ul.menu li a span,
#primary .page-head,
#primary .entry-head,
.secondary,
#footer li,
#footer li a span {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

