/* Styles for petra-menke.de */
/* @author: Sabine Weiß <sabine.weiss@netz-schmiede.de>  */

@page {
  margin: 2cm 1cm 0cm 0cm;
  size: portrait;

}

@page :first{
  margin: 8cm 1cm 0cm 0cm;
}

html, body {
  height:100%;
  width:100%;
}

body{
  background: #ffffff;
}

#maincontainer{
  width: 17cm; /*Width of main container*/
  height: 100%;
  margin: 0cm auto auto 0cm; /*Left align container on page*/
  font-size: 11pt;
  line-height: 14pt;
}

#topnavi{
  display:none;
  top: 0;
}

h1 {
  font-weight: bold;
  font-size: 14pt;
  line-height: 18pt;
  margin: 20px 0 10px 0;
}

h2 {
  margin: 20px 0px 5px 0px;
  font-weight: bold;
  font-size: 12pt;
  line-height: 14pt;
}

h3 {
  margin: 20px 0 3px 0;
  font-size: 11pt;
  line-height: 13pt;
  font-weight: bold;
}

acronym {
  text-decoration: underline;
}

a {
  text-decoration: underline;
}

a img {
  border: none;
}

ul, ol {
  padding: 0;
  margin: 1em 0 2em 2em;
}

ul>li {
  margin-bottom: 0.5em;
}

ul li {
  margin-bottom: 0.5em;
}

ol>li {
  margin-bottom: 1em;
  list-style: decimal outside;
}

ol li {
  margin-bottom: 1em;
  list-style: decimal outside;
}

p {
  margin: 0 0 0.5em 0;
}

#header {
	text-align: right;   
	height: 2cm;
	width: 100&;
	padding: 0;
	border-bottom: 1px solid black;
}

#header div{
  padding: 0;
}

#contentwrapper{	
  float: left;
  width: 100%;
}

#contentcolumn{
  margin-left: 0.5cm; 
  padding-top: 20px;
  width: 100%;
}

#branchtextright{
  display:none;
}


#leftcolumn{      	
  float: left;
  width: 0.5cm; 
  margin-left: -17cm;
  padding-top: 0px;
  font-size: 0.85em;
  line-height: 1em;
  text-align: center;
  display:none;
}

#spacer {
  display:none;
}

#topcover{
  display:none;
}

#branchtextleft{
  display:none;
}

#scrollbar{
  display:none;
}


#footer{
  clear: left;
  width: 100%;
  text-align: right;
}

#footer img {
  border:none;
}
