@charset "utf-8";
/**
  * Salsa Cuatro Homepage
  *
  * @link	http://www.salsacuatro.de
  * @package	SalsaCuatro
  * @version	1.0
  */
  
/**
  * Globale Einstellungen und Bugfixes
  *
  * @selection	Browser-Reset
  */
  
/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/**
  * Schriftgröße kontrollieren
  */
body, td, th { font: normal 75%/167% Verdana, Arial; }
td, th { font-size: 100.01%; }

/* Farben und Hintergründe setzen */
html {
  color: #A6A6A6;
  background: #000000 top center;
}
body {
  background: #3b3a3a;
  width: 1024px;
  margin: auto;
}

/**
  * Regeln für allgemeine Elemente
  *
  * @section Überschriften
  */
h1 {
  color: #F19C05;
  background-color: #3b3a3a;
  font-size: 3em;
  line-height: 1.1;
  margin: 0;
  font-style: italic; 
 }

h2 {
  color: #F19C05;
  background-color: #3b3a3a;
  font-size: 1.5em;
  line-height: 1.1;  
  margin: .8em 0;
}

h3 {
  color: #F19C05;
  background-color: #3b3a3a;
  font-size: 1em;
  line-height: 1.1;  
  margin: .8em 0;
}

h4 {
  color: #F19C05;
  background-color: #3b3a3a;
  font-size: 1em;
  line-height: 1.1;  
  margin: .8em 0;
}

h5 {
  color: #F19C05;
  background-color: #3b3a3a;
  font-size: 1em;
  line-height: 1.1;  
  margin: .8em 0;
}

/**
 * @section Links und Anker
 */
a:link {
  color: #E76108;
  background-color: transparent;
}
a:visited {
  color: #DE2C08;
  background-color: transparent;
}
a:hover, a:focus {
  color: #980c02;
  background-color: transparent;
}
a:active {
  color: #A6A6A6;
  background-color: #F19C05;
}


/**
  * @section Absätze
  */
p { 
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}
/**
  * Regeln für besondere Bereiche
  *
  * @section Kopfbereich
  */
div#head {
  height: 181px; 
  background: url(http://www.salsacuatro.de/media/images/nav.gif) bottom center repeat-x;
  position: relative;
}

div#head-logo {
  color: #FFDB08;
  font-size: 3em;
  font-style: italic; 
}

#head ul {
  color: #2d2c2c;
  position: absolute;
  bottom: 12px;
  left: 10px;
}

#head ul li {
  float: left;
  list-style: none;
  padding: 0 20px 0 0; 
}

#head ul a,
#head ul strong {
  color: #2d2c2c;
  display: block;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}

/**
#head ul li.menu-current {
  font-size: 1.2em;
}
*/

#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head strong {
  color: #FFD700;
  background: #E76D08;
}


div#main {
}

/**
  * @section sidebar
  */
div#sidebar {
  color: inherit;
  background: #3b3a3a url(http://www.salsacuatro.de/media/images/line_vertical.gif) top right repeat-y; 
  margin: 0;
  padding: 10px 10px 10px 10px;
  float: left;
  width: 250px;
  height: 570px;
}


/**
  * @section Content
  */
div#content {
  color: inherit;
  background: #3b3a3a;
  margin: 0;
  padding: 10px 10px 10px 10px;
  float: left;
  width: 734px;
  height: 570px;
  overflow: auto;
}


/**
  * @section footer
  */
div#footer {
  height: 30px; 
  background: url(http://www.salsacuatro.de/media/images/nav2.gif) bottom center repeat-x;
  position: relative;
  clear: both;
}

#footer p {
  color: #2d2c2c;
  margin: 0;
  padding: 0;
  position: absolute;
  float: left;
  bottom: 5px;
  left: 10px;  
  font-style: italic;  
}

  
#footer ul {
  color: #2d2c2c;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

#footer ul li {
  float: right;
  list-style: none;
  padding: 0 0 0 20px; 
}

#footer ul a,
#footer ul strong {
  color: #2d2c2c;
  display: block;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-variant: small-caps;
}

#footer ul a:hover,
#footer ul a:focus,
#footer ul a:active,
#footer ul strong {
  color: #FFD700;
  background: #E76D08;
}


