@page {
	margin: 6cm 1cm 0cm 0cm;
      size: portrait;

}

@page :first{
	margin: 2cm 1cm 0cm 0cm;
}

html, body {
  height:100%;
  width:100%;
}

body{
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(logo.gif);
}

#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: 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;
}

/* 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 0.5em 0;
}


/* And from here the more individual settings */

#header {
	width: 100%;
      height: 100%;
/*	text-align: center;   */
	padding: 0.45cm 0 0 0;
	border-bottom: 2px solid black;
}

#header img{
	width: 70%;
      height: 70%;
}

#header h1 {
	width: 450px;
	text-align: right;
      margin-top: 0px;
      font-weight: bold;
	font-size: 14pt;
	margin: 5px 0 25px 0;
}


#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-left: 0.5cm; /*Set left margin to NavColumnWidth*/
      padding-top: 20px;
      width: 100%;
}

#picsmask {
	float: right;
      width: 0.1cm;
      height: 0.1cm;
      margin-top: -6.54cm;
      visibility: hidden;
}

#dynamic {
	padding-left: 15px;
      padding-right: 30px;
}

#contentfooter {
	margin-top: 40px;
	text-align: center;
      font-size: 10pt;
}

#leftcolumn{      	/*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;
      visibility: hidden;
}

#footer{
	clear: left;
	width: 100%;
}

#map {
	width: 250px;
      height: 370px;
      float: right;
      margin-right: -100px;
}

.infokasten {
	background-image: url(bg_aktuell.jpg);
      background-position: top left;
      background-repeat: no-repeat;
      width: 230px;
      border: 2px solid #dd0033;
      position: absolute;
      top: 200px;
      right: 50px;
      padding: 10px;
      padding-top: 40px;
}

.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;
}


table {
	margin-top: 10px;
}

.contenttable tr, .contenttable td{
	padding: 5px;
}

.tr-even {
	background: #ddd;
}

.tx-rgsmoothgallery-pi1{
      margin-top: 15px;
      margin-left: 100px;
      margin-bottom: 15px;
}
