@charset "UTF-8";
@font-face {
  font-family: 'SixCaps';
  src: url('/css/webfont/SixCaps.eot?#iefix') format('embedded-opentype'),  url('/css/webfont/SixCaps.woff') format('woff'), url('/css/webfont/SixCaps.ttf')  format('truetype'), url('/css/webfont/SixCaps.svg#SixCaps') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {    
  font-family: 'Oswald-Light';
  src: url('/css/webfont/Oswald-Light.eot?#iefix') format('embedded-opentype'),  url('/css/webfont/Oswald-Light.woff') format('woff'), url('/css/webfont/Oswald-Light.ttf')  format('truetype'), url('/css/webfont/Oswald-Light.svg#Oswald-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('/css/webfont/Oswald-Regular.eot?#iefix') format('embedded-opentype'),  url('/css/webfont/Oswald-Regular.woff') format('woff'), url('/css/webfont/Oswald-Regular.ttf')  format('truetype'), url('/css/webfont/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
    	height: 90%;
}

body {
	margin: 0;
	padding: 0px;
	background-color: rgba(77,77,77,1);
	font-family: 'Oswald-Light', sans-serif;
	font-size: 1em;
	color: rgba(170,170,170,1.00);
}
h1 {
	font-size: 0;
	margin: 0 0 -5000px;
}
h1, h2 {
	font-family: 'Oswald-Light', sans-serif;
	letter-spacing: 0.1em;
}

h3, h4 {
	margin-bottom: 0px;
	letter-spacing: 0.1em;
}

a {
	text-decoration: none;
	color: rgba(170,170,170,1.00);
}
a:hover,
a:focus {
	color: rgba(255,255,255,1.00);
}

div {
	margin: 0px;
}

.drawer {
	position: absolute;
	left: 100px;
	top: 104px;
	height: 80px;
	width: 10px;
	padding: 10px 0 10px 10px;
	-webkit-transition: all ease 0.75s;
}

.drawer img {
	height: 34px;
	padding-top: 44px;
	padding-left: 20px;
}

.drawer:hover {
	width: 175px;
}

.drawer#current {
	width: 175px;
}

main {
    position: absolute;
    left: 20%;
    top: 10%;
    width: 50%;
    height: 90%;
    padding-bottom: 2em;
}

section {
	position: absolute;
    width: 75%;
    padding-bottom: 80px;
	left:440px;
	top: 0px;
}

td {
    vertical-align: text-top
}

#links {
    position: fixed;
}

section span {
	color: rgba(152,171,49,1.00);
}

#impressum {
	width:550px;
	line-height: 1.5em;
}

#menu  {
	width: 275px;
	height: 610px;
}

#studio {
	width: 80px;
	height: 36px;
	top: 105px;
	background-color: rgba(0,0,0,1.00);
	padding: 454px 10px 10px 10px;
	margin: 0;
}

.design {
    top: 105px;
	background-color: rgba(228,21,22,1.00);
}
.print {
	top: 204px;
    background-color: rgba(240,130,26,1.00);
}
.foto {
	top: 304px;
    background-color: rgba(64,123,196,1.00);
}
.sound {
	top: 404px;
    background-color: rgba(123,65,146,1.00);
}
.werbung {
	top: 504px;
    background-color: rgba(152,171,49,1.00);
}

footer {
    margin-top: 2em;
    background-color: rgba(77,77,77,1);
    width: 100%;
}

footer p {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	color: rgba(22,22,22,1.00);
    vertical-align: baseline;
}

footer ul {
    height: 40px;
}

footer span {
	color: rgba(152,171,49,1.00);
}

ul {
	width: 500px;
	color: rgba(220,220,220,1.00);
	letter-spacing: 0.1em;
	text-align: left;
	word-spacing: 1em;
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
}

#kontakt {
	font-size: 2.7em;
	font-family: 'Six Caps', sans-serif;
	color: rgba(152,171,49,1.00);
}

.softer {
	color: rgba(100,100,100,1.00);
}
.softerOhne {
	color: rgba(100,100,100,1.00);
}

.softer:hover {
		color: rgba(152,171,49,1.00);
}

table {
    width: 500px;
}

tr {
	display: inline;
	margin-left: -7px;
}
input[type="radio"] {
	cursor: pointer;
}

input[type="text"] {
	width: 500px;
	background-color: rgba(220,220,220,1.00);
    border-style: none;
}

input[type="email"] {
	width: 500px;
	background-color: rgba(220,220,220,1.00);
    border-style: none;
}

textarea {
	font-size: 1.25em;
	padding: 2px 5px;
	width: 495px;
	background-color: rgba(220,220,220,1.00);
	margin-top: 3px;
    border-style: none;
}

input[type="reset"] {
    position: relative;
    z-index: 1;     
    padding: 2em;
	width: 50px;
	height: 50px;
	cursor: pointer;
	color: transparent;
	background-image: url(../images/icons_reset2.svg);
	background-repeat: no-repeat;
	margin-right: 20px;
	border: 0;
	background-color: transparent;
    display: inline-block;
}
input[type="reset"]:hover {
	background-image: url(../images/icons_reset1.svg);
}

input[type="submit"] {
	position: relative;
    z-index: 1;     
    padding: 2em;     
    width: 60px;
	height: 60px;
	cursor: pointer;
	color: transparent;
	background-image: url(../images/icons_senden.svg);
	background-repeat: no-repeat;
	margin: -20px 20px 0 0;
	border: 0;
	background-color: transparent;
    display: inline-block;
}
input[type="submit"]:hover {
	position: absolute;
	margin: -10px 0 0 -2px;
	width: 70px;
	height: 70px;
}

li {
		display: inline;
}
form {
    width: 400px;
}