@page {
	margin: 2cm 1cm 0cm 0cm;
}

body{
	background: white;
}

#maincontainer{
	width: 17cm; /*Width of main container*/
	margin: 0 auto auto 0; /*Left align container on page*/
}


/* Some general settings for appearance */


h1 {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.8em;
	margin: 20px 0 10px 0;
}

h2 {
	margin: 20px 0px 5px 0px;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
}

h3 {
	margin: 20px 0 3px 0;
	font-size: 1.2em;
      line-height: 1.3em;
	font-weight: bold;
}

acronym {
	text-decoration: underline;
}

/* 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: 1em;
	list-style: square outside url(./resources/bullet.gif);
}

ul li {
	margin-bottom: 1em;
	list-style: square outside url(./resources/bullet.gif);
}

ol>li {
	margin-bottom: 1em;
	list-style: decimal outside;
}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
}


ol>li {
	list-style-image: none;
}

ol li {
	list-style-image: none;
}

/* ... and the most general text setting is...  */
p {
margin: 0 0 1.2em 0;
}


/* And from here the more individual settings */


.controls{
	visibility: hidden;
}
#header, #slogan {
	width: 100%;
/*	text-align: center;   */
	padding: 4px 0;
	border-bottom: 2px solid black;
}

#header h1 {
	font-weight: bold;
	font-size: 2em;
	margin: 20px 0 0px 10px;
}

#header h2 {
	margin: 0px 0px 5px 0px;
      font-size: 1em;
      line-height: 1.1em;
      text-align: right;
}

#slogan h1 {
	font-weight: bold;
	font-size: 2.7em;
	margin: 350px 0 10px 0;
}


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 0.5cm; /*Set left margin to NavColumnWidth*/
      padding-top: 20px;
}

#navcolumn{      	/*sw: This is the left column usually used for navigation purposes*/
      float: left;
	width: 0.5cm; /*Width of left column*/
	margin-left: -17cm; /*Set left margin to -(MainContainerWidth)*/
      padding-top: 0px;
      font-size: 0.85em;
      line-height: 1em;
      text-align: center;
}

#navcolumn a {
	position: absolute;
      margin-top: -2cm;
}

#mainmenu {
	padding-left: 40px;
      text-align: left;
	visibility: hidden;
}

#langmenu {
	padding-left: 40px;
      padding-top: 70px;
      text-align: left;
	visibility: hidden;
}

#footer{
	clear: left;
	width: 100%;
      font-size: 0.8em;
	text-align: center;
	padding: 4px 0;
}

#map {
	width: 250px;
      height: 370px;
      float: right;
      margin-right: -100px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.bodytext {
	padding-top: 20px;
}

.important {
	color: red;
}

.detail {
	color: green;
}

.name-of-person {
	color: #7E3C00;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

csc-textpic {
	padding-top: 20px;
}

#navcolumn p{      	/*sw: This is the left column usually used for navigation purposes*/
      visibility: hidden;
}
