/*
Theme Name: Sportmedizin Muenchen
Theme URI: http://www.sportmedizin-muenchen.info
Description: Wordpress Theme 
Version: 0.1
Author: Robert Strohmenger
Author URI: http://www.rsos.de

sportmedizin-rot: #b01116
sportmedizin-orange: #f58220
sportmedizin-gelb: #fdb813
*/

html 
{
    height: 100%;
}

*
{
  padding: 0;
  margin: 0;
}

body
{
	background: #505050 url(images/bg.gif);
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 11px;
	padding: 0px 0;
	margin: 0;
	height: 100%;
}

h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}

ul
{
    margin-left: 30px;
}

#sidebar {
    display:none;
}

.sidebarbutton {
    display:none;
}

.searchfrom {
    display:none;
}

#sidebar ul
{
    display:none;
}

#sidebar li li
{
    display:none;
}

#sidebar li h2
{
   display:none;
}



a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}

hr
{
  display: none;
}

#page
{
  width: 700px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: visible ;
  background: #fff;
  border: 0px solid #e0e0e0;
}

#header
{
background: #FFF;
width: 100%;
margin: 0px auto;
border-bottom: 0px solid #485659;
}

#headerimg
{
  font-size: 1.2em;
  margin: 0 auto;
  text-align: center;
  width: 85%;
  height: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header h1
{
  font-size: 4em;
  margin-top: 0px;
}

#content
{
  width: 70%;
  float: right;
}

#sidebar
{
  display:none;
}

#commentform
{
width: 80%;
}

#footer
{
  background-color: #fdb813;
  color: #000;
  clear: both;
  /*margin-top: 30px;*/
  height: 50px;
  text-align: center;
}

#footer p
{
margin: 4px;
font-size: 9px;
}

p
{
margin: 10px;
}

div.post {
margin-top: 30px;
margin-right: 10px;
/*border-bottom: 1px dashed black;*/
}

div.description
{
font-size: 11px;
}

blockquote
{
  margin-left:20px;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #efefef;
}


ol.commentlist
{
  width: 90%;
  margin: 0 auto;

}

ol.commentlist li
{
  margin-bottom: 1.5em;
  border: 1px solid #cccccc;

  padding: 5px;
  background-color: #efefef;
}

ol.commentlist li.alt
{
  background-color: #eeeeee;

}

ol.commentlist a
{
  color: #333333;
}

#comments 
{
margin: 20px;
}

small.commentmetadata
{

  font-size: 0.8em;
  margin-bottom: 1em;
  display: block;
}


#searchform
{
  display:none;
}

#searchform input
{

  display:none;
}

#searchform #s
{
  display:none;
}

#mailform
{
    margin-left:14px;
}