@charset "utf-8";

html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, form, * {
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 8px;	
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	list-style: circle inside none;
	line-height: 14px;
	color: #CC9933;
}

.clearMe {
	clear: both;
	line-height:0px;
}
form {
	display:inline;
}

radio {
	background-color: #000;
}

input {
	color: #000;
	width: 104px;
	height: 18px;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 4px;
	background: transparent;
	background-image: url(../images/landingpage/background_input.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: 0px solid #000;
}

.submit {
	width: 104px;
	height: 20px;
	padding: 0px;
	vertical-align: top;
	background: transparent;
	background-image: url(../images/landingpage/button_submit_login.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border: 0px solid #000;
}

select {
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
}

td {
	vertical-align: top;
}

.valign {
	vertical-align: middle;	
}

a:active		{text-decoration: none; color: #CC9933;}
a:link		{text-decoration: none; color: #CC9933;}
a:visited	{text-decoration: none; color: #CC9933;}
a:hover		{text-decoration: none; color: #FFCC66;}

a.navigation:active				{text-decoration: none; color: #000;}
a.navigation:link					{text-decoration: none; color: #000;}
a.navigation:visited				{text-decoration: none; color: #000;}
a.navigation:hover				{text-decoration: none; color: #660000;}

a.loginbutton:active					{text-decoration: none; color: #FFCC00;}
a.loginbutton:link					{text-decoration: none; color: #FFCC00;}
a.loginbutton:visited				{text-decoration: none; color: #FFCC00;}
a.loginbutton:hover					{text-decoration: none; color: #FFFFFF;}

body {
	font: normal normal normal 11px/12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
	background-image: url(../images/landingpage/background_web.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
	text-align: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.center_content {
	color: #CC9933;
	margin-left: auto;
	margin-right: auto;
	width: 944px;
	height: 644px;
	padding: 0px;
	background-image: url(../images/landingpage/background_main.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	position: relative; left: 0px; top: 0px;
	border: 0px solid #ff00ff;
}

.moreinformation {
	width: 448px;
	height: 615px;
	z-index: 5;
	margin-left: 50%;
	background-image: url(../images/landingpage/background_moin.jpg);
	background-position: top;

	position: absolute; left: -224px; top: 32px;
}

.errorMsg {
	width: 362px;
	height: 272px;
	z-index: 5;
	margin-left: 50%;
	background-image: url(../images/landingpage/fehlermeldung.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	position: absolute; left: -181px; top: 32px;
	display:none;
}

#errorContent {
    margin:8px;
    margin-top:60px;
    color:#000000;
    font-weight:bold;
    text-align:justify;
}

#errorContent a {
    color:#333333;
}
#errorContent a:hover {
    color:#333333;
    text-decoration:underline;
}

.button_register_teaser {
	width: 244px;
	height: 176px;
	position: absolute; left: 528px; top: 128px;
}

.login {
	width: 560px;
	height: 32px;
	position: absolute; left: 32px; top: 320px;
}

.footer {
	padding-top: 8px;
	text-align: center;
	width: 100%;
	height: 16px;
	color: #CC9933;
	border: 0px solid #ff00ff;
}

.typo_10 {
	font: normal normal normal 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.typo_10_bold {
	font: normal normal bold 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.typo_11 {
	font: normal normal normal 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.typo_11bold {
	font: normal normal bold 11px/13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.typo_12 {
	font: normal normal normal 13px/16px "Times New Roman", Times, serif;
}

.typo_12_verdana {
	font: normal normal bold 12px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.typo_14 {
	font: normal normal normal 14px/16px "Times New Roman", Times, serif;
}

.typo_14_verdana {
	font: normal normal bold 14px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.typo_12bold {
	font: normal normal bold 12px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a.impressumLink:link, a.impressumLink:visited, a.impressumLink:active {
    color: #222222;
}
a.impressumLink:hover {
    color: #333333;
    text-decoration:underline;
}