/* Styles for artundantique.de */
/* @author: Sabine Weiß <sabine.weiss@netz-schmiede.de>  */

@page {
	margin: 0cm 1cm 0cm 0cm;
      size: portrait;

}

@page :first{
	margin: 0cm 1cm 0cm 0cm;
}

#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;
}

/* Some general settings for appearance */


h1 {
	font-weight: bold;
	font-size: 14pt;
	line-height: 16pt;
	margin: 1cm 0 0.5cm 0;
}

h2 {
	margin: 0.5cm 0 0.2cm 0;
	font-weight: bold;
	font-size: 12pt;
	line-height: 14pt;
}

h3 {
	margin: 0.5cm 0 0.2cm 0;
	font-size: 11pt;
      line-height: 13pt;
	font-weight: bold;
}

h1.wiesbadenTitle, h1.badenbadenTitle, h1.essenTitle{
      margin:-1cm 0 0.5cm 0;
      	font-weight: bold;
	font-size: 16pt;
	line-height: 18pt;
}


/* General settings for links */


a {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Some more general settings for lists */
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;
}


/* ... and the most general text setting is...  */
p {
margin: 0 0 0.5em 0;
}


/* And from here the more individual settings */

#aktuell{
	margin-left: 0.5cm;
	height: 5cm;
}

#contentwrapper{	
	float: left;
	width: 100%;
}

#middlecolumn{
	clear:left;
	margin-left: 0.5cm; /*Set left margin to NavColumnWidth*/
      padding-top: 2cm;
      width: 100%;
      height: 100%;
}

#topFotos{
      display: none;
}

#leftcolumn{      	/*sw: This is the left column usually used for navigation purposes*/
      clear: left;
      width: 100%;
	margin-left: 0.5cm; 
      padding-top: 0px;
      display: inline;
}

#naviHome, #naviOrte, #naviInfo, #aktuell {
      display: none;
}

#rightcolumn{   
      display: none;
      min-height: 6cm;
	text-align; right;
} 

#leftcolumn img, #rightcolumn img   {
      display: none;
}

