body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
     width: 1100px; /* set to desired width in px or percent */
	 text-align: left; /* optionally you could use "justified" */
	 border: 2px; /* Changing this value will add lines around the centered area */
	 padding: 0;  
	 margin: 0 auto;
}

h1 {
    color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
	background-repeat: no-repeat;
}
a:link {
	color: #FFFFFF;
	background-color: #000000;
		text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	background-color: #000000;
		text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #BCBBB8;
		text-decoration: none;
}
a:active {
	color: #000000;
	background-color: #BCBBB8;
		text-decoration: none;
}
.pix {
	border: 1px solid #CDCDCA;
}

.bild {
	border: 1px solid #FFFFFF;
	display: block;
	height: 87px;
	width: 87px;
}

a:link.bild {
	border: 1px solid #FFFFFF;
		display: block;
	height: 87px;
	width: 87px;
}
a:visited.bild {
	border: 1px solid #FFFFFF;
		display: block;
	height: 87px;
	width: 87px;
}
a:activ.bild {
	border: 1px solid #A76255;
		display: block;
	height: 87px;
	width: 87px;
}
a:hover.bild {
	border: 1px solid #A76255;
		display: block;
	height: 87px;
	width: 87px;;
}

.starttext {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 130%;
}
.contenttext {
	font-size: 12px;
	line-height: 130%;
	color: #FFFFFF;
}

div#banner{
	width: 100%;
	height: 60px;
	position: absolute;
	margin-top: 5px;
}

div#main{
	position:absolute;
	margin-top: 83px;
}

.datenlink{
	color: white;
	text-align: right;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#menu{
	width: 158px;
	background-color: #658EAF;
}
.arrowlistmenu{
width: 158px; /*width of menu*/
font-family: Helvetica, sans-serif;
letter-spacing:0.1em;
font-size:1.1em;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
padding-top: 0px;
}

.arrowlistmenu ul li a{
background-color: #ffffff;
color: #000000;
display: block;
text-decoration: none;
font-weight: bold;
padding-left: 19px;
padding-top: 10px;
padding-bottom: 3px;
border-bottom: 1px solid #000000;
font-size: 90%;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #BCBBB8;
}

body#home a#active{ /*hover state CSS*/
color: #ffffff;
background-color: #666666;
}

/* ============================== galleries screen =================================== */
#galleries #content {
  width: 100%;
  min-height: 405px;
  padding: 0;
  margin: 10px 0 0 41px;
}
#galleries #submitinputs {
  margin: 1.5em 0 1em 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #BBBBBB;
  float: left;
  width: 100%;
}
#galleries #submit {
  width: 12em;
}
#galleries #newgallery label, #galleries #newgallery select, #galleries #newgallery input {
  display: block;
  float: left;
  color: #333333;
  padding: 0;
}
#galleries #newgallery label {
  font-weight: bold;
  color: #666666;
  margin: 2px 12px 0 0;
}
#galleries #newgallery #newgallerytype {
  width: 10em;
  margin: 1px 24px 0 0;
}
#galleries #newprompt {
  font-weight: bold;
  color: #666666;
}
#galleries th a {
  text-decoration: none;
  color: #666666;  
}
#galleries td a {
  text-decoration: none;
}
#galleries th img {
  padding-left: 2px;
}
#galleries h2 {
  margin: 0;
  padding: 0;
}
#galleries h2 a:link, #galleries h2 a:visited {
  color: #376A85;
  background-color: #FFFFFF; 
}
#galleries h2 a:hover {
  color: #519cc4;
  background-color: #FFFFFF;
}
#galleries p.message {
  padding: 12px 0 0 0;
  color: #666666;
  font-weight: bold;
}
#galleryset {
  clear: both;
  margin-top: 0.5em;
}
#galleryset th {
  padding-right: 14px;
}
#galleryset td {
  padding: 0 14px 8px 0;
  vertical-align: middle;
}
#galleryset td.title {
	width: 265px;
}
#galleryset td.simpleviewer, #galleryset td.simpleviewer2, #galleryset td.tiltviewer, #galleryset td.autoviewer, #galleryset td.postcardviewer {
  color: #666666;
  padding: 1px 14px 7px 1px;
}
.action {
  background-color: #FFFFFF;
  color: #376A85;
}
table.svlinks td{
      font-size: 1em;
      overflow: hidden; /* very long words will be truncated */
      padding: 0 0.5em 1.8em 0.5em;
      vertical-align: top;
text-align: center;
    }

table.svlinks {
     width: 100%;
     padding:10px;
}

table.svlinks img {
     border-color: #FFF;
   }