html {
	height: 101%;
}

body {
    color:#808080;
	background-image: url(../../images/bg.png);
    font-family:"Helvetica Neue",Arial,sans-serif;
    font-size:14px;
    line-height:24px;
    margin:0;
    padding:0;
}

a {
    color:#999;
    font-weight:bold;
    outline:none;
    text-decoration:none
}

a:hover {
    color:#2988cc
}


header {
	height:360px;
	margin:50px 0 0 -36px;
	position:fixed
}

header #logo {
	background:transparent url(../images/favicon.png) no-repeat;
	height:32px;
	left:4px;
	margin-bottom:60px;
	margin-left: -8px;
	position:relative;
	top:20px;
	width:32px
}

header ul {
	transform:rotate(90deg);
	transform-origin:24px 0;
	margin:0;
	padding:0
}

header ul {
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-moz-transform:rotate(90deg);
	-moz-transform-origin:24px 0;
	-o-transform:rotate(90deg);
	-o-transform-origin:24px 0;
	-webkit-transform:rotate(90deg);
	-webkit-transform-origin:24px 0
}


header ul li {
	float:left;
	text-shadow: 1px 0px 1px #888;
	list-style-type:none;
	margin:0;
	padding:0
}

header ul li a {
	color:#ccc;
	margin-right:10px;
	padding:0 5px 0 5px;
	transition:all 0.2s linear
}

header ul li a {
	-moz-border-radius:3px;
	-moz-transition:all 0.2s linear;
	-o-border-radius:3px;
	-o-transition:all 0.2s linear;
	-webkit-border-radius:3px;
	-webkit-transition:all 0.2s linear
}

#main {
	margin:0 auto;
	position:relative;
	width:640px

}

#content {
	position:relative;
	z-index:2
}

#content img {
	border-radius:5px;
	height:360px;
	margin:50px 0 3px;
	width:640px
}

/* CSS3 fix */ 
#content img {
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px
}

#slider {
	border-radius:5px;
	height:360px;
	margin:50px 0 10px;
	width:640px
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px
}

#slider img {
	border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px
}

.content_text {
	background:#f2f2f2;
	border-radius:5px;
	margin:0 0 -30px 0;
	padding:20px 20px 0 20px;
	width:600px
}

/* CSS3 fix */ 
.content_text {
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px
}

.content_text h2 {
	text-shadow: -1px -1px 1px #888;
	font-size:18px;
	margin:0;
	padding:0 0 20px 0
}

.content_text h2 a {
	color:#808080;
}

.content_text h2 a:hover {
	color:#2988cc
}

.content_text p {
	margin:0;padding:0 0 20px 0
}

.content_text p a {
	background: #d9d9d9;
	border-radius:3px;
	padding:1px 10px 2px 10px;
	transition:all 0.2s linear
}

.content_text p a {
	-moz-border-radius:3px;
	-moz-transition:all 0.2s linear;
	-o-border-radius:3px;
	-o-transition:all 0.2s linear;
	-webkit-border-radius:3px;
	-webkit-transition:all 0.2s linear
}

.content_text p a:hover {
	background: #aacef2;
}

.content_text p a.vimeo  {
	background:#d9d9d9;
	-webkit-transition: padding background 0.5s linear;
	-moz-transition: padding background 0.5s linear;
	-o-transition: padding background 0.5s linear;
	transition: padding background 0.5s linear;
}

.content_text p a.vimeo:hover  {
	background:#aacef2 url(../images/vimeo.png) no-repeat 2px center;
	padding:1px 5px 2px 20px
}


#push {
	margin-left: -25px;
	height:150px;
	position:relative
}

#push p {
	padding:0 0 0 26px
}

#push #float {
	left:261px;
	position:absolute;
	top:0
}

#push #vat {
	background:url(../images/vat.png) no-repeat 0 4px
}

#push #loc {
	background:url(../images/loc.png) no-repeat 0 4px;
}

#push #mail {
	background:url(../images/email.png) no-repeat 0 5px
}

#push #icq {
	background:url(../images/aim.png) no-repeat 0 4px
}

#push #skype {
	background:url(../images/skype.png) no-repeat 0 4px;
}

#push #links {
	background:url(../images/links.png) no-repeat 0 4px;
}

#push #twitter {
	background:url(../images/twitter.png) no-repeat 0 4px;
}

#push #deviantart {
	background:url(../images/deviantart.png) no-repeat 0 4px;
}


footer {
	font-size:12px;
	height:20px;
	margin:50px 0 20px;
	width:640px;
	z-index:2
}

footer p {
	float:left;
	line-height:20px;
	margin:0 10px 0 10px;
	padding:0
}

footer iframe {
	border:none;
	border-radius:3px;
	height:20px;
	overflow:hidden;
	width:90px
}

footer a {
	background:none no-repeat left top;
	display:block;
	float:right;
	height:12px;
	margin:4px 10px 0 0;
}

footer a#impressum {
	background:url(../../images/impressum.png);
	width:64px
}

footer a#html5 {
	background:url(../../images/html5.png);
	width:32px
}
footer a#html5:hover {
	background-position:bottom left
}
