body {
	background: #000000;
	color: #00FF00;
	margin: 0;
}
a {
	font-weight: normal;
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	color: #FF0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 16px;	
}
.small {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9px;
}
h1 {
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h2 {
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h3 {
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h4 {
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h5 {
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
h6 {
	color: #00FF00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
}
table {
      text-align:center;
}
td    {
      text-align:center;
}
tr    {
      text-align:center;
}
.text{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00FF00;
	font-size: 16px;
}
form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
input {
	background-color: #000000;
	color: #00ff00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	background-color: #000000;
	color: #00ff00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html,body { 
        margin : 0; 
        padding : 0; 
        border : none; 
        height : 100%; 
        overflow-y: hidden
    }
img {
	border: none;
}
img.flag{
    border-style: groove;
    border-color: #00ff00;
}
img.flagselected{
    border-style: groove;
    border-color: #ff0000;
}
	
div.left,div.bottom,div.top {
  position: absolute;  
  margin: 0;

  /* Debuglines */
  /*  border: 1px dotted #aaa;*/

  /* If scrolling is needed: */
  overflow: auto; 
}
div.left {
  /* Placed on the left side */
  top: 100px;
  left: 0;
  /* Width of left */
  width: 0px;
  height: 100%;
}
div.left div {
	position: static; 
	/* Restore to normal values */
	width: auto;
	height: auto;
}

div.bottom  {
	bottom: 0; /* Don't overlap the left-side */
	left: 0px; /* Full width, this doesn't work completely with IE, but see
     fixed_ie5.css for details. */
	right: 0; /* Height of bottom part */
	height: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
    overflow: auto;
}
div.bottom div {
	/* Reset to normal values */
	left: 0;
	right: auto;
	height: auto;
}

div.top {
	top: 0px; /* width of .left */
	right: 0; /* 100% - height of .bottom  */
	height: 10%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	left: 0px;
}
div.top div {
  /* Reset to normal values */  
  position: static; 
  left: 0;
  right: auto;
  height: auto;
}

/* This trick is to fix something i IE 5 on Mac..  */
@media screen {
  body>div.left,body>div.bottom,body>div.top {
    position: fixed;
  }
}

#impressum{
  text-align:right;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}
#myGallerySet
{
	text-align: left;
	margin: 0 auto;
}