/*
 * Theme Name: ftr
 * Theme URI: http://fulltiltrecords.de
 * Description: "Mein erstes Template" is a two column theme for WordPress 2.x.
 * Version: 0.1
 * Author: Zoran Zaric
 * Author URI: http://tunnelblick-design.de
 * License: GPL
 * */

html body {
  background: #888;
  font-family:Verdana,Helvetica,Arial,sans-serif;
  font-size:0.75em;
}

h1 {
  font-size: 150%;
}
h2 {
  font-size: 130%;
}
h3 {
  font-size: 110%;
}

a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  font-weight: bold;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  font-weight: bold;
  text-decoration: underline;
}

.textbox {
  background:#DDD none repeat scroll 0 0;
  border:1px solid;
  margin-bottom:5px;
  margin-top:5px;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
}
.widgettitle {
  margin-bottom: 0px;
}

#header_container {
  background-color: #ccc;
  background-image:url(header.jpg);
  height:300px;
}
#header {
  padding: 10px;
}

#header h1, #header h2{
  display:none;
}
#topnav_container {
  background-color: #ccc;
}
#topnav ul li {
  display:inline;
}
#container {
  background-color: #ccc;
  width: 940px;
}
#main_container {
  background-color: #ccc;
}
#main {
  padding: 10px;
}
#sidebar_div {
  margin-top: 15px;
  background-color: #ddd;
  border: 1px solid black;
}
#sidebar {
  list-style-type: none;
  margin: 10px;
}
#sidebar li {
  list-style-type: none;
  margin-left: 0em;
}
#sidebar li li {
  list-style-type: none;
  margin-left: 1em;
}
#sidebar_container {
  width: 200px;
}
#footer_container {
  background-color: #ccc;
}
#footer {
  padding: 10px;
}

