* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #FFFFFF;
}
h1 {
    margin-left: 30px;
	font-size:16px;
	line-height:24px;
}
h2 {
    margin-left: 30px;
	font-size:12px;
	line-height:18px;
}
p {
    margin-left: 30px;
	margin-bottom:18px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
.frameWrap {
	width: 100%;
	text-align: center;
}
.frame {
	width: 976px;
	text-align: left;
	height: 588px;
	margin-right: auto;
	margin-left: auto;
}
.screen {
	height: 588px;
	width: 976px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	margin-top: -290px;
}

.tabs_container {
    width: 976px;
    height: 36px;
    text-align: center;
    position: absolute;
    top: 175px;
    left: 0px;

}
.tab {
    padding-top:5px;
    width: 65px;
    height: 35px;
    margin-left:10px;
    margin-right:10px;
    text-align: center;
    float: left;
    background-color: #666;
}
.tab_selected {
    font-weight: bold;
    padding-top:5px;
    width: 65px;
    height: 35px;
    margin-left:10px;
    margin-right:10px;
    text-align: center;
    float: left;
    background-color: #333;
}
.content {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 210px;
    left: 0px;
    border-bottom-color:#FFF;
    border-bottom-style: solid;
    border-bottom-width:1px;
    background-color: #333;
    padding-top: 20px;
}
.footer {
    float: left;
    width:100%;
    background-image:url('http://www.foto-oliverfranke.de/balloonsail/bg_blue.gif');
}
input {
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: none;
}
.input_long {
    width: 250px;
}
.input_short {
    width: 100px;
}
select {
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: none;
}
textarea {
    font: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-style: none;
    height: 150px;
}
.text_top {
    position: absolute;
    top:30px;
    left:30px;
    width:750px;
    height:150px;
    text-align: left;
}
img.thumb {
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
}
#message {
  top: 75px;
  left: 50%;
  margin-left: -130px;
  padding: 20px 20px 20px 0px;
  position: absolute;
  width: 300px;
  height: 220px;
  background-color: #ffa500;
  color: #1a1a1a;
}
