/*
Theme Name: Ambient Sound 2
Theme URI: http://www.ambientsound.de/ambientsound/
Description: Ambient Sound Word Press Theme
Version: 1.1
Author: Julian Fritz
Author URI: http://www.ambientsound.de
*/

body {
	overflow: hidden;
	color: white;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
}
h2 {
	font-style: italic; 
}
a {
color: #ff7403;
text-decoration: none;
}
a:visited {
color: #ff7403;
text-decoration: none;
}
a:hover {
color: white;
text-decoration: underline;
}

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 145px;
	background-image: url('images/header.png');
	background-repeat: repeat-x;
	background-color: #000033;
}
div.logo{
	position: absolute;
	top: 15px;
	left: 10px;
}
div.menu {
	position: absolute;
	top: 145px;
	width: 910px;
	left: 50%;
	margin-left: -455px;
	height: 44px;
	text-align: center;
}
div.menu ul {
	list-style:none;
}
div.menu li {
	float: left;
	list-style: none;
	font-size: 14px;
	border-left: 2px solid #ff7403;
	padding: 0px 5px 0px 5px;
}
div.menu li:first-child { 
	border-left: 0px; 
}

div.menu a {
	color: #ff7403;
	text-decoration: none;
	border: none;
}
div.menu a:visited {
	color: #ff7403;
	text-decoration: none;
	border: none;
}
div.menu a:hover {
	color: white;
	text-decoration: none;
	border: none;
}
div.oben {
	position: absolute;
	top: 180px;
	height: 60px;
	width: 100%;
	left: 0px;
	background-image: url('images/oben.png');
	background-repeat: no-repeat;
	background-position: top center;
}
div.obentext {
	position: relative;
	top: 0px;
	width: 916px;
	left: 50%;
	margin-left: -450px;
}

div.mainframe {
	position: absolute;
	top: 145px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-image: url('images/hintergrund.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: black;
	z-index: -1;
}
div.content{
	position: absolute;
	width: 100%;
	top: 240px;
	left: 0px;
	bottom: 85px;
	overflow-y: scroll;
	background-image: url('images/content.png');
	background-repeat: repeat-y;
	background-position: top center;
}
div.contenttext{
	position: relative;
	top: 0px;
	height: 100%;
	text-align: justify;
	width: 916px;
	left: 50%;
	margin-left: -450px;
	z-index: 100;
}
div.unten {
	position: absolute;
	bottom: 20px;
	left: 0px;
	height: 65px;
	width: 100%;
	background-image: url('images/unten.png');
	background-repeat: no-repeat;
	background-position: top center;
}
div.footer {
	position: absolute;
	width: 910px;
	left: 50%;
	margin-left: -455px;
	bottom: 10px;
	height: 30px;
}
div.footertext{
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
}
div.footer a {
	color: #ffffff;
	text-decoration: none;
}
div.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
input.send {
	color: #ffffff; 
	background: transparent; 
	border: 3px double #ff7403;
}
input.form {
	background: transparent;
	color: #ff7403;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #ff7403;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
textarea.textarea {
	background: transparent;
	color: #ff7403;
	border: 1px dotted #ff7403;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}