/* -----------------------------------------------
 * Stylesheet for http://punkrockboys.de/
 * Author: Matthias Neumayr
 * Last Change: 2007-02-25
 * 
 */


/* DEFAULT
/* ----------------------------------------------- */
html, body, ul { margin: 0; padding: 0; }

body, html {
  color: #000;
  cursor: default;
  font: 14px/120% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background: #2A4D9F url(/images/bg.jpg) no-repeat fixed 50% 40%;
}

:link:focus, :visited:focus { outline: 0; }
img { border: none; }

a {
  color: #000;
  cursor: default;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

a:link {}

a:visited {}

a:visited:after {
  color: #FFF;
  content: " \00A0\221A";
  font-size: .85em;
  font-weight: bold;
  padding-left: 100px;
  text-align: right;
  text-decoration: none;
}

a:hover {
  color: #E6E6E6;
  text-decoration: none;
}

a:active {}
/* ----------------------------------------------- */


/* B: crude schema
/* ----------------------------------------------- */
#container ul {
  left: 80%;
  list-style-type: none;
  margin: 50px 0 0 -230px;
  position: absolute;
  top: 23%;
  width: 150px;
}
#container li {
  border-bottom: 1px solid #FFFFFF;
}
#container a {
  display: block;
  height: 1.3em;
  margin: .2em 0;
}
#footer {
  bottom: 10px;
  display: none;
  font: 13px/120% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
  left: 20%;
  position: absolute;
  right: 20%;
  text-align: center;  
}
/* ----------------------------------------------- */



/* -----------------------------------------------
 * Info:
 * Making Visited Links Radical - http://www.mikeindustries.com/blog/archive/2004/06/radical-links
 * Nice titles - http://www.kryogenix.org/code/browser/nicetitle/
 */



/* -----------------------------------------------
 *
 *                      __          __                
 *                     /\ \        /\ \  __           
 *    __  __  __     __\ \ \____   \_\ \/\_\  _____   
 *   /\ \/\ \/\ \  /'__`\ \ '__`\  /'_` \/\ \/\ '__`\ 
 *   \ \ \_/ \_/ \/\  __/\ \ \_\ \/\ \_\ \ \ \ \ \_\ \
 *    \ \___^___/'\ \____\\ \_,__/\ \___,_\ \_\ \ ,__/
 *     \/__//__/   \/____/ \/___/  \/__,_ /\/_/\ \ \/ 
 *                                              \ \_\ 
 *                             internet services \/_/ 
 */
