﻿body {
	overflow: scroll;
}

#logo {
	height: 100px;
	width: 200px;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #808080;
	text-align: center;
	letter-spacing: 3px;
	border-width:3px;
	
	border-right-style: solid;
	border-bottom-style: solid;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: text-top;
	border-width:3px;
	border-right-style: solid;
	font-size: 15px;
	letter-spacing: 1px;
	border-right-color: #333333;
	line-height: 20px;
	height: 500px;
}
#links a
{
color:#666666;
text-decoration: none;
} 
#links a:hover
{
color:#000000;
}
#obenRechts {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	border-width:3px;
	border-bottom-style: solid;
	word-spacing: 2px;
	font-weight: bold;
	color: #666666;
	border-bottom-color: #333333;
}
#haupt {
	text-align: center;
	vertical-align: text-top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
}
#haupt a {color:#333333; text-decoration:none;}
#haupt a:hover{text-decoration:underline;}
#Bild {
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
#popup {
	text-align: center;
	position:absolute;
    width: 500px;
    top: 350px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
	display:none;
	z-index:2;
  }
textarea {
	overflow: auto;
}
var {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background-color: #C0C0C0;
	display: block;
	font-style: normal;
}
#loading {
	position:absolute;
	width: 100px;
    top: 250px;
    left:200px;
    right:0;
    margin-left: auto;
    margin-right: auto;
	display:none;
}
