@charset "UTF-8";

/*
    Document   : style
    Created on : 26.03.2009, 18:16:55
    Author     : peter
    Description:
        Main Style Sheet
*/

* {
	margin: 0px;
	padding: 0px;
}

html, body { height: 100%; }

body {
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
    background-color: #000000;
}

#page {
    width: 1100px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #515151;
}

.floatbreak {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
	line-height: 0px;
}

#Links {
    width: 420px;
    float: left;
}

#Rechts {
    width: 450px;
    float: right;
}

#Rechts h1 {
    margin-top: 42px;
}

#Rechts h2 {
    font-size: 12px;
    font-weight: bold;
}

#Layer {
    background-color: #FFFFFF;
}

#LayerContent {
    padding: 5px 10px 10px 10px;
    text-align: left;
}

#LayerMenu {
    font-size: 11px;
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
}

#Layer h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
}

#Layer p {
    margin-bottom: 10px;
}

#Rechts p {
    font-size: 11px;
}

#Rechts p.error {
    font-size: 11px;
    color: red;
}

#Rechts p.fussnote {
    font-size: 10px;
    line-height: 12px;
}

#Eingabeform {
    background-image: url(/images/bg_eingabe.jpg);
    background-repeat: no-repeat;
    height: 140px;
    margin-top: 10px;
}

#Rechts .formline {
    padding-left: 215px;
	margin-bottom:8px;
    padding-top: 10px;
	float:left;
	width:215px;
	height:29px;
}
#Rechts .capt {
	 padding-top: 7px;
	 height:32px;
	 padding-left: 185px;
}
.floatbox {
   overflow: hidden;
}
#Rechts .hinweis {
    float:left;
    margin-left:15px;
    padding-top:3px;
}
input {
    color: #2f2087;
    border: 1px solid #2f2087;
    background-color: #CCCCCC;
    padding: 3px;
    font-size: 14px;
}
select {
	width:63px;
}
input.schmal {
    width: 95px;
	float:left;
	padding-bottom:2px;
}

input.breit {
    width: 163px;
	float:left;
	padding-bottom:2px;
}

a.close {
    background-image: url(/images/close.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 15px;
}

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
position:relative;
vertical-align:middle;
display:table-cell;
height: 580px;
}
#inner {
width: 900px;
background:red;
height: 580px;
margin-left:auto;
margin-right:auto;
border:1px solid #CCCCCC;
}

/* #################################### */
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
    text-align: center; vertical-align:middle;
}
#pop {
	width: 305px;
	z-index: 1100;
	position: absolute;
}

#PopUp {
    position: absolute;
    width: 509px;
    height: 389px;
    background-image: url(images/sign-up_pop-up.png);
    z-index: 1000;
    top: 50px;
    left: 300px;
    color: #2f2087;
    font-size: 14px;
}

#PopUpIframe {
    position:absolute; left:0; top:0px; display:block; filter:alpha(opacity=0);
    width: 509px;
    height: 389px;
    z-index: 900;
}