body{
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.25em;
      font-weight: bold;
	background-color: #FFFF55;
      background-position: left top;
	background-repeat: repeat;
	background-image: url(resources/bg_main_1680_rep.jpg);
      color: #C85F00;
}

#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto auto 0; /*Left align container on page*/
      background-position: left top;
	background-repeat: no-repeat;
	background-image: url(resources/bg_main_1680_header.jpg);
}

/* 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 {
	cursor: help;
	text-decoration: underline;
}

noscript {
	color: red;
}

hr {
	width: 400px;
      height: 2px;
	background-color: #FFFF55;
	color: yellow;
      border: 1px dotted #FF8517;
      border-right: 100px solid #FFFF55;
      border-top: 1px solid #FFFF55;
}

/* General settings for links */


a, a:link, a:visited {
	text-decoration: none;
      color: #FF8517;
}

a:hover, a:focus, a:active {
	text-decoration: none;
      color: #C85F00;
}

.active a, .active a:link, .active a:visited, .active a:hover, .active a:focus, .active a:active {
	text-decoration: none;
      color: #C85F00;
}

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.9em 0;
}

.bodytext p {
margin: 0 0 0.9em 0;
}

/* And from here the more individual settings */

.controls{
      font-size: 0.8em;
      line-height: 1em;
	text-align: right;
	padding: 4px 0;
}

.controls a{
	padding-left: 5px;
      vertical-align: bottom;
}

#langmenu {
	float: left;
}

#langmenu img, .controls img {
	vertical-align: bottom;
}

#header, #slogan {
	clear: left;
	width: 100%;
/*	text-align: center;            */
	padding: 4px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(resources/bg_header.gif);
}

#galleryheader {
	clear: left;
	width: 100%;
/*	text-align: center;            */
	padding: 4px 0;
}

#header h1 {
	font-weight: bold;
	font-size: 1.9em;
	margin: 0px 0px 0px 10px;
}

#galleryheader h1 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 0px 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: 840px;       /* IE wants this to be an absolute value rather than a percentage value to make the inner elements work ok */
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to NavColumnWidth*/
      padding-top: 20px;
}

#stripped{
	margin-left: 200px; /*Set left margin to StrippedColumnWidth*/
      padding-top: 20px;
}

#navcolumn{      	/*sw: This is the left column usually used for navigation purposes*/
      float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
      padding-top: 0px;
      font-size: 0.85em;
      line-height: 1em;
      text-align: center;
}

#mainmenu {
	padding-left: 40px;
      padding-top: 70px;
      text-align: left;
}

#footer{
	clear: left;
	width: 100%;
      font-size: 0.8em;
	text-align: right;
      margin-top: 30px;
	padding: 4px 0;
}

#map {
	width: 300px;
      height: 370px;
      float: right;
      margin-right: -150px;
      margin-left: 5px;
}

#galleryhelp {
	float: right;
      padding-top: 30px;
      padding-right: 80px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 20px;
}


#header .bodytext {
	margin: 0;
      padding: 0;
      line-height: 1em;
}

.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;
}

.indent {
	padding-left: 20px;
}

.csc-textpic {
	padding-top: 20px;
}

.tx-srfeuserregister-pi1 {
	font-size: 0.8em;
}

/* Form elements*/


/* Print version */