div, ul,ol{
	list-style:none;
	padding:0;
	margin:0;	
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: 700;
}
h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 700;
	color: #663;
}
h1 {
	font-size: 24px;
	font-weight: 500;
	padding: 0 250px 0 20px;
	color: #764225;
}
h1#logo {
	position: absolute;
	top: 25px;
	z-index: 2;
	margin: 0 17% 0 17%;
}
h1#logo a {
	width: 950px;
	height: 170px;
	display: block;
	text-indent: -900em;
}
h2 {
	font-size: 17px;
	font-weight: 500;
	color:#25381d;
	letter-spacing: -1px;
}
h3 {
	font-size: 14px;
	letter-spacing: -1px;
} 
h4 {
	font-size: 14px;
	padding-left: 20px;
	font-weight: 700;
} 
a:link, a:visited{
	color: #764225;
	text-decoration: none;
}
a:active, a:hover{
	color: #564921;
	text-decoration: underline;
}
img{
	border: 0;
}
.clear{
	clear: both;
}
.date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.strong{
	font-size: 16px;
	font-weight: 400;
}
.kursiv {
	font-size: 12px;
	font-style: italic;
}

html, body {
	padding:0;
	margin:0;
    width:100%; 
    height:100%; 
}
body{
	font-size:0.85em;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #121315;
	overflow: hidden;
	background-image: url(pixs/bg_retro1.jpg);
	background-repeat: repeat-x;
}
/* for internet explorer */
* html body {
    padding:300px 0 0 0; 
}
  
  
/*------ CONTENT -------------------------------------------------------------*/
#wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
	margin:0 auto;
	overflow:auto;
}
#header {
	position:relative;
	width:100%;
	height:250px;
	z-index:10;
	overflow:visible;
	background-image: url(pixs/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}
#header img {
	margin:20px auto 0 auto;
	text-align:center;
	width:1000px;
	height:250px;
}
#content{
    margin:0 auto;
	position:relative;
	padding-left:140px;
	width:860px;
	min-height:100%;
	overflow:visible;
	background-image: url(pixs/bg_retro.jpg);
	background-repeat: repeat-y;
	background-position: center 250px;
	margin-bottom: -300px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #121315;
}
#content img{
	padding: 0 30px 0 60px;
}
#content ul{
	float: left;
	padding: 10px 0 0 0 ;
	line-height: 14px;
}
#content li{
	margin-top: 5px;
}
#content p{
	clear: both;
	padding: 0 0 0 20px;
}

/*------ ABOUT -------------------------------------------------------------*/
#about{
	position:relative;
	float: left;
	top: 20px;
	margin: 0 0 30px 10px;
	width:500px;
	min-height:100%;
	background-repeat: no-repeat;
	background-position: right;
}
#about p{
	line-height: 140%;
}
#about h1{
	margin-left: -20px;
}
.aboutpic{
  margin:120px 70px 0 0;
  float:right;
  height: 500px;
  width: 167px;
}

/*------ FOTOS -------------------------------------------------------------*/
#fotos {
	padding: 0 0 20px 20px;
	top: 20px;
}
#fotos img{
	padding: 0 0 20px 0;
}
/*------ CONTACT -------------------------------------------------------------*/
.contact {
	margin-top: 140px;
	font-size: 16px;
	line-height: 18px;
}
.cform {
	width: 500px
	margin-left: 20px;
	}
/*------ MUSIC -------------------------------------------------------------*/
#music {
	list-style: none;
	margin-top: 10px;
}
#music li {
	margin: 0 0 3px 0;
}
#music h2 {
	margin: 0 0 10px 20px;
}
#music .anriss {
	margin: 0 0 .5em 0;
	width: 680px;
}
#music .anrisstext {
	margin: 0 0 .5em 0;
}
#music img {
    float: left;
    margin: .5em .5em .5em -2.5em;
}
#music dl.metainfo {
    clear: both;
    border: none;
    line-height: 16px;
}
#music dl.metainfo dt,
#music dl.metainfo dd {
    display: inline;
}
#music dl.metainfo dd {
    margin-right: 0;
}

/*------ Navigation -------------------------------------------------------------*/
#navigation{
	margin:0 auto;
	position:relative;
	top: 215px;
	left: 100px;
	width:700px;
}

#lang{
	position:relative;
	width:50px;
	float:right;
}

#nav, #nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em; 
}

#nav a{
	display:block;
	padding:0px 5px;
	color:#440909;
	text-decoration:none;
	background-color:none;
	font-family: "Lucida Console", Monaco, monospace;
	font-size:15px;
	letter-spacing: -1px;
}

#nav a:hover{
background-color:#ca8559;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
background-color:#ca8559;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

/*------ FOOTER -------------------------------------------------------------*/
#footer {
	margin:0 auto;
	position: relative;
	height: 300px;
	width:1000px;
	background-image: url(pixs/bg_retro2.jpg);
}
.clearfooter {   
    height: 300px;   
	clear: both;
}

#footercontainer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 0;
	padding-top: 10px;
	position: relative;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #121315;
}

.footercolumn {
	width: 200px;
	float: left;
	display: inline;
}

.footercolumn p {
	margin-left: 7px;
	margin-right: 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: .9em;
}

.footercolumn1 {
	width: 130px;
	margin-left: 20px;
	display: inline;
}
.footercolumn2 {
	width: 100px;
	margin-left: 20px;
	display: inline;
}

.footercolumn h5.web {
	font-size: 14px;
	padding-left: 5px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.footercolumn h5.subnav {
	font-size: 12px;
	padding-left: 15px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.footercolumn ul {
	list-style-type: none;
	float: left;
	font-size: 12px;
	line-height: 13px;
}

.footercolumn li a {
	color: #764225;
	text-decoration: none;
	padding-left: 18px;
	padding-bottom: 15px;
	display: block;
	width: 100px;
}
.footercolumn li.h6 {
	text-decoration: none;
	padding-left: 16px;
	padding-bottom: 10px;
	display: block;
	width: 100px;
}
.footercolumn li.social1 {
	color: #764225;
	text-decoration: none;
	background: url(pixs/flickr.png) no-repeat 0 -2px;
	padding-left: 5px;
	padding-bottom: 10px;
	display: block;
	width: 100px;
}
.footercolumn li.social2 {
	color: #764225;
	text-decoration: none;
	background: url(pixs/youtube.png) no-repeat 0 -2px;
	padding-left: 5px;
	padding-bottom: 10px;
	display: block;
	width: 100px;
}

.footercolumn li a:hover {
	text-decoration: underline;
	color: #564921;
}
.utilitylinks {
	clear: both;
	float: left;
	width: 1000px;
	position: relative;
	left:-40px;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #121315;
}

.utilitylinks span.copyright {
	padding-left: 350px;
	padding-top: 5px;
	float: left;
	display: inline;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.utilitylinks span.utility {
	float: right;
	display: inline;
	font-size: .9em;
}

.utilitylinks span.utility a {
	color: #6c989d;
	text-decoration: none;
}

.utilitylinks span.utility a:hover {
	color: #d27972;
	text-decoration: underline;
}

.utilitylinks span.utility span.subscribe {
	float: left;
	background: url(../images/footer_rssicon.gif) no-repeat;
	padding-left: 22px;
	line-height: 1.5em;
	margin-right: 15px;
}

.utilitylinks span.utility span.ee {
	float: left;
	background: url(../images/footer_eeicon.gif) no-repeat;
	padding-left: 27px;
	line-height: 1.5em;
	margin-right: 15px;
}

