html {
	height: 101%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, sans-serif;
	background: url(styles/body-bg.jpg) repeat-x top;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1, h2, h3, h4, h5 {
	font-family: "Century Gothic", sans-serif; 
	margin: 0em 0em 0.5em 0em; 
	color: #000000;
	font-weight:normal;
}

h1 {
	font-size: 2.2em; 
	text-align:center;
	display:none;
}

h2 {
	font-weight:bold;
	text-transform:uppercase;
	padding-left:20px;
	background:url(styles/active.jpg) no-repeat left;
}

h3 {
	padding-top:15px;
	font-weight:600;
	padding-bottom:0.3em;
}

div#header h1 {border: 0px;}

h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1em; font-weight:bold;}

a {color: #000000;}
a:link {}
a:visited {}
a:hover {}
a:active {}

p {
    padding-bottom:15px;
}

div#wrapper {
    height: 100%;
	width: 980px;
	margin: 0px auto;
	/* margin: 0px 40px; */
	text-align: left;
	background-color:#FFFFFF;
	border: 1px solid #000000;
}

div#header {
	margin-left: 0px;
	background: url(styles/background.jpg) repeat-x #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	height:133px;
}


div#wrap_content {
    border-top:1px solid #000000;
}

div#menu {
	border-bottom:1px solid #DE0000;
	margin-bottom:2px;
	height:20px;
}


div#menu a {
    text-decoration:none;
}

div#menu a:hover {
    color:#DE0000;
}

div#menu ul {
    text-align:center;
    list-style-type: none; 
    font-weight: bold;  
	border-left: 2pt solid #FFFFFF;
	font-variant:small-caps;
	/*border-top: 2pt solid #FFFFFF;*/
}

div#menu li {
    display:inline;
	padding-left:15px;
	padding-right:15px;
}

div#menu li.select {
    
}

div#menu li.select a {
    color: #DE0000;
}

div#submenu {
    float:right;
	border-left:1px solid #999999;
	margin-right:20px;
	margin-top:15px;
	margin-left:15px;
	width:140px;
	padding-top:10px;
	padding-bottom:10px;
}

div#submenu a {
    text-decoration:none;
}

div#submenu ul {
	padding-bottom:10px;
	font-variant:small-caps;
}

div#submenu li {
    list-style-type:none;
	padding-left:30px;
	font-size:0.9em;
}

div#submenu li.select {
    padding-left:15px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background:url(styles/active.jpg) no-repeat left;
}

div#submenu li.select a {
    color: #DE0000;
	font-weight:bold;
}

div#submenu li a:hover {
    color:#DE0000;
}

div#content {
    padding:10px 25px 10px 25px;
}


div#maintext a {padding-bottom: 1px; text-decoration: underline;}
div#maintext a:link {}
  
  

div#footer {
	text-align: center;
	border-top:1px solid #DE0000;
	height:10px;
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
}

/*Home*/

body#home h2 {
   font-size:1em;
   padding-top:0px;
}

body#home h3 {
   color:#DE0000;
   display:inline;
   font-size:1em;
   padding-top:0em;
   
}


body#home div#submenu dt, body#news div#submenu dt, body#guestbook div#submenu dt, body#newsletter div#submenu dt {
   font-size:0.9em;
   border-right:1px solid #999999;
   border-top:1px solid #999999;
   border-bottom:1px solid #999999;
   padding: 5px 0px;
   margin-bottom:5px;
}

body#home div#submenu p.imgcenter, body#news div#submenu p.imgcenter, body#guestbook div#submenu p.imgcenter, body#newsletter div#submenu p.imgcenter {
   text-align:center;
}

body#home div#submenu h3, body#news div#submenu h3, body#guestbook div#submenu h3, body#newsletter div#submenu h3 {
   text-align:center;
}

body#home div#submenu dl, body#news div#submenu dl, body#guestbook div#submenu dl, body#newsletter div#submenu dl {
   text-align:center;
}

body#home div#submenu a, body#news div#submenu a, body#guestbook div#submenu a, body#newsletter div#submenu a {
   text-decoration:underline;
}

body#home div#submenu a:hover, body#news div#submenu a:hover, body#guestbook div#submenu a:hover, body#newsletter div#submenu a:hover {
   color:#DE0000;
   text-decoration:underline;
}

body#newsletter div#wrapper {
   clear:right;
}

body#home div#content p.intro img {
   float: left;
   margin-right:25px;
}

body#home div#content p {
   clear:left;
}

body#home div#content p img {
   
   padding-bottom:15px;
   margin-left:0px;
   padding-left:0px;
   margin-right:15px;
}

body#home div#content p embed {
   float:right;
   padding-right:15px;
}

/*News*/

body#news h2 {
    padding:0px 0px 3px 15px;
	margin:20px 0px 0px 0px;
	background:url(styles/news-h2.jpg) no-repeat left bottom;
	clear:left;
}

body#news .date {
    color:#999999;
	font-size:0.8em;
	display:block;
	padding-bottom:1em;
	padding-left:15px;
}

body#news p {
    padding-left:15px;
}

body#news div#content p img {
    float:left;
	padding-right: 25px;
	padding-bottom:15px;
}

body#news li.youtube, body#home li.youtube {
    list-style-image:url(images/youtube-list.jpg);
	margin-left:65px;
	padding-left:5px;
}

/*About us*/

body#dancefire p, body#kayne p, body#verano p, body#novalis p {
    padding-top:0.5em;
}

body#dancefire p img, body#kayne p img, body#verano p img, body#novalis p img, body#djsound p img {
    float:left;
	padding-right:15px;
}

body#dancefire dl, body#kayne dl, body#verano dl, body#novalis dl {
    border-top:1px dashed #999999;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

body#dancefire dt, body#kayne dt, body#verano dt, body#novalis dt {
	padding-bottom:0.5em;
}

body#dancefire dd, body#kayne dd, body#verano dd, body#novalis dd {
    padding-left:20px;
	border-left:3px solid #999999;
}

/*Projects*/

body#productions h2, body#releases h2 {
	margin-top:15px;
	
	background-image:none;
	font-size:1.2em;
	
}

body#productions p img, body#releases p img {
    float:left;
	margin-left:30px;
	padding-right:15px;
	padding-left:70px;
	padding-top:5px;
	padding-bottom:5px;
	background:url(styles/productions-cd.jpg) left no-repeat;
}



body#productions li, body#releases li, body#djsound li {
    list-style-type:none;
}

body#djsound ol {
   clear:both;
   border-left:1px solid #F2CF78;
   background:url(styles/djsound-tracklist.jpg) left top no-repeat;
}

body#djsound h3 {
   padding-top:5px;
   padding-bottom:0px;
   margin-top:20px;
   padding-left:125px;
   background:url(styles/djsound-h3.jpg) left top no-repeat;
   font-size:1.1em;
}

body#djsound ol li {
   padding-left:175px;
   font-size:0.9em;
}

body#djsound ul li {
     float:none;
	 display:inline;
	 padding-right:15px;
}

/*Media*/

body#audio h2 {
    margin-bottom:30px;
}

body#video h3 {
    display-block;
    padding-top:30px;
}

/*Contact*/

body#mailus div#content ul {
    padding-bottom:15px;
	padding-left:15px;
}

body#mailus div#content ul li {
    list-style-type:square;
}

body#guestbook .name {
    font-weight:bold;
}

body#guestbook .date {
    color:#999999;
	font-size:0.8em;
	padding-bottom:1em;
	padding-left:15px;
}

body#guestbook div#content p {
    padding-top:1em;
	background:url(styles/news-h2.jpg) bottom left no-repeat;
	margin-bottom:1em;
	padding-left:20px;
}

body#guestbook div#submenu p {
    padding-top:1em;
	margin-bottom:1em;
	padding-left:20px;
}

body#guestbook p.addnewentry {
    background:url(styles/add.jpg) left no-repeat;
}

body#guestbook div#content ul {
    padding-left:40px;
	padding-bottom:10px;
}

body#guestbook div#content ul li {
    padding-left:10px;
	list-style-type:square;
}

body#pressarea div#content dl {
	padding-top:15px;
	float:left;
	padding-right:45px;
	padding-bottom:20px;
}
 
body#pressarea div#content dt {
    font-family:Verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:1px;
	display:inline;
	border-bottom:1px dashed #000000;
}

body#pressarea div#content dl dd {
    padding-left:25px;
	list-style-type:none;
	padding-top:3px;
	padding-bottom:3px;
    margin-left:25px;
}

body#pressarea div#content dl dd.winrar {
    background:url(styles/winrar.jpg) left no-repeat;
}

body#pressarea div#content dl dd.word {
    background:url(styles/wordsymbol.jpg) left no-repeat;
}

body#pressarea div#content dl dd.pdf {
    background:url(styles/pdfsymbol.jpg) left no-repeat;
}

body#pressarea div#content p.clearfloat {
    clear:both;
	padding-bottom:5px;
	margin-bottom:0px;
}

body#pressarea div#content span.dt {
    font-family:Verdana, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:1px;
	display:inline;
	border-bottom:1px dashed #000000;
	float:none;
	clear:left;
}

body#pressarea div#content p.releases {
    display:inline;
}

body#pressarea div#content p img {
    padding-right:15px;
	padding-bottom:15px;
}

body#links dl {
    margin-bottom:1.5em;
	float:left;
	margin-right:30px;
}

body#links dt {
    font-weight:bold;
	padding-bottom:0.8em;
}

body#links dd {
    padding-left:25px;
	padding-bottom:2px;
	border-left:1px solid #F2CF78;
}

/* Formular */
form#mail input, form#mail textarea {
    border:1px solid #999999;
	padding-right:2em;
	margin-right:2em;
}

form#mail fieldset.person {
    padding-left:3em;
	padding-top:1.5em;
	padding-bottom:1em;
	border-bottom:1px dashed #999999;
	margin-bottom:1em;
}

form#mail fieldset.mailformular {
    
	padding-bottom:1em;
	padding-left:3em;
}

form#mail fieldset.button {
	padding-top:1em;
	padding-left:3em;
}

form#mail fieldset legend {
    display:none;
}

form#mail input#submit {
    background:url(styles/button.jpg) bottom repeat-x;
	border:1px solid #999999;
}


form#mail input#betreff {
    display:block;
	width:25em;
}

form#mail textarea#nachricht {
    display:block;
}

.headerimage {
    text-align:center;
}

.headerleft {
    text-align:left;
}

.headerright {
    text-align:right;
}

.sectionheader {
    display:block;
	margin: 0em 0em 0.5em 0em; 
	color: #999999;
	padding-bottom: 0.4em;
	font-weight:bold;
	font-size:0.8em;
}

.sectionheader img {
    padding-right:10px;
}

.important {
    font-weight:bold;
	color:#DE0000;
	text-transform:uppercase;
}

.readmore {
    font-size:0.9em;
}