/* 2. Theme Name: Miles' Theme
   3. Theme URI: .
   4. Description: . 
   5. Author: Sebastian Hey
   6. Author URI: http://hey-definition.de
   7. Version: 1.0
   8. . 
   9. . 
  10. . 
  11. */  

body {
   margin: 0px;
   padding: 0px;
   background: #000;
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
   color: fff;
   }

#site {
   width: 900px;
   margin: 0px auto;
   }

#header {
   height: 303px;
   background: #000;
   }

/* NAVIGATION */

#menu {
   margin-left: 5px;
   padding: 0px;
   width: 895px;
   }

#menu ul {
   margin: 0px;
   padding: 0px;
   }

#menu li {
   width: 120px;
   height: 40px;
   float: left;
   list-style: none;
   }

li.bord { 
   background: url('gfx/border.jpg') no-repeat;
   }

a.start {
   width: 120px;
   height: 40px;
   display: block; 
   background: url('gfx/b_start.jpg') no-repeat;
   border: none;
   }

 a.start:hover
 {
   background: url('gfx/b_start_a.jpg') no-repeat;
   border: none;
 } 

OLD_____a.sound {
   width: 120px;
   height: 40px;
   display: block; 
   background: url('gfx/b_sound.jpg') no-repeat;
   border: none;
   }

OLD_____ a.sound:hover
 {
   background: url('gfx/b_sound_a.jpg') no-repeat;
   border: none;
 } 

OLD_____a.my {
   width: 120px;
   height: 40px;
   display: block; 
   background: url('gfx/b_my.jpg') no-repeat;
   border: none;
   }

OLD______a.my:hover
 {
   background: url('gfx/b_my_a.jpg') no-repeat;
   border: none;
 } 

a.videos {
   width: 116px;
   height: 40px;
   display: block; 
   background: url('gfx/b_videos.jpg') no-repeat;
   border: none;
   }

 a.videos:hover
 {
   background: url('gfx/b_videos_a.jpg') no-repeat;
   border: none;
 } 

a.music {
   width: 106px;
   height: 40px;
   display: block; 
   background: url('gfx/b_music.jpg') no-repeat;
   border: none;
   }

 a.music:hover
 {
   background: url('gfx/b_music_a.jpg') no-repeat;
   border: none;
 } 

a.kontakt {
   width: 180px;
   height: 40px;
   display: block; 
   background: url('gfx/b_contact.jpg') no-repeat;
   border: none;
   }

 a.kontakt:hover
 {
   background: url('gfx/b_contact_a.jpg') no-repeat;
   border: none;
 } 

/* Content */

#content {
   margin: 25px 0px 0px 0px;   
   width: 880px;
   padding: 0px;
   font-family: Arial, sans-serif;
   font-size: 1.0em;
   color: #fff;
   min-height: 0px;
   }

h1,h2,h3,h4,h5 {
   margin:0;
   padding:0;
   font-family: Arial, sans-serif;
   font-weight: normal;
   text-align: left;
   }
   
h1 a,h2 a,h3 a,h4 a,h5 a {
   color:#fff;
   font-family: Arial, sans-serif;
   border-bottom: none;
   }
   
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover 
   {
   color: #fff;
   border-bottom: none;
   }
   
h1 {
   font-size: 1.8em;
   text-align: left;
   }
   
h2 {
   font-size: 1.4em;
   text-align: left;
   }

p {
   font-family: arial, verdana, sans-serif;
   font-size:1.0em;
   color:#fff;
   }
   
p a {
   font-size: 1.0em;
   font-weight: normal;
   color:#fff;  
   font-family: Arial, sans-serif;
   border-bottom: 1px dotted #fff;
   text-decoration: none;
   }
   
p a:hover {
   color: #fff;
   border-bottom: none;
   }

a {
   font-size: 1.0em;
   font-weight: normal;
   color:#fff;
   font-family: Arial, sans-serif;
   border-bottom: 1px dotted #fff;
   text-decoration:none;
   }

a:focus { 
   outline: none; 
   }
   
a:hover {
   color: #fff;
   border-bottom: none;
   }

ul li, ol li {
   font-family: arial, verdana, sans-serif;
   font-weight: normal; 
   font-size: 1.0em;
   }

/* Footer */

#footer_wrapper {
   }

#footer {
   margin: 0px auto;
   width: 890px;
   text-align: left;
   font-size: 0.8em;
   color: #000;
   border-bottom: none;
   text-decoration: none;
   }

#footer p {
   color: #fff;
   border-bottom: none;
   }
   
#footer a {
   font-family: Arial, sans-serif;
   font-weight: normal;
   color:#000;
   border: none
   border-bottom: none;
   text-decoration: none;
   }
   
#footer a:hover {
   border: none;
   border-bottom: none;
   }

img {
   border: none;
   border-bottom: none;
   color:#000;
}