/*

 himmighausen.de CSS Framework 0.1
 Martin Schleyer, <!--DATE-->14.09.2007<!--/DATE-->

 Layout

*/


/*
  Änderungen 24.10.2009
  
  Vergrößerung der Schriftart
  neue Styles Eingefügt

*/

body, html, #page
{
  font-family:'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#menu a.sub, #menu a.subact
{
  font-size:12px;
  font-weight:bold;
  color:#ff9933;
}

#menu_line
{
  text-align:left;
  color:#666666;
  font-size:11px;
  font-style:italic;
  font-weight:bold;
  border-bottom:1px solid white;
}

#footer
{
  border-top:1px solid white;
  text-align:center;
  color:#666666;
  font-size:11px;
}

#footer a, #menu_line a
{
  color:#ffaa66;
  text-decoration:none;
}

#content
{
  color:#333333;
  font-size:0.85em;

}

#content h1
{
  color:#cc6600;
  font-size:1.8em;
  line-height:20px;
  margin-top:26px;
  margin-bottom:12px;
  font-weight:bold;
  font-style:italic;
  text-align:center;
}

#content h2
{
  color:#666666;
  font-size:1.6em;
  line-height:10px;
  margin-top:13px;
  margin-bottom:6px;
  font-weight:normal;
  font-style:italic;
  text-align:center;
}

#content h3
{
  color:#666666;
  font-size:1.0em;
  line-height:10px;
  margin-top:9px;
  margin-bottom:4px;
  font-weight:normal;
  font-style:italic;
}

/* Inhalt */

#content p, #content div
{
 
  margin-top:0px;
  margin-bottom:12px;
}



#content .center
{
 text-align:center;
}

#content ul
{
  margin:0px 0px 5px 0px;
  padding:0px;
}

#content li
{
  padding:0 0 3px 15px;
  list-style-type:none;
  list-style-image:none;
  background:transparent url('/images/bullet_dark.gif') no-repeat 2px 8px;
}

#content a
{
  text-decoration:none;
  color:#ffaa66;
  padding-left:8px;
  background:transparent url('/images/bullet_link.png') no-repeat 1px 3px;
}

#content a:hover
{
  text-decoration:underline;
  background:transparent url('/images/bullet_link_hover.png') no-repeat 1px 3px;
}

#content .preis
{
  color:#cc6600;
  font-size:1.3em;
  line-height:20px;
  margin-top:0px;
  margin-bottom:12px;
  font-weight:bold;
  font-style:italic;
  text-align:center;
}