﻿@font-face{
	font-family: 'HSDSans';
	src: url('https://share.hs-duesseldorf.de/Style%20Library/HSD/fonts/HSDSans-Regular.woff');
}

* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    background-color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow:auto;
}
h1,h2 {
	font-size:18px;
	margin-bottom:18px;
}
p,ul {
	margin-bottom:12px;
	line-height:20px;
}
li {
	list-style-type:square;
	margin-left:16px;
	}
#outer {
    display: table;
    height: 100%;
    position: absolute;
    vertical-align: top;
    width: 100%;
}
#container {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: top;
}
#inner {
    margin: 20px auto;
    text-align: left;
    width: 1060px;
    background-color:#ffffff;
    border: .2rem solid #dfdfdf;

}
#content {
	margin:20px 20px 60px 20px;
	background-color:#ffffff;
}

.ueberschrift {
	height:40px;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	/*background-color:#eee;*/
	vertical-align:middle;
	border-bottom: thick double #000;
}
.marg1 {
	margin:8px;
}
.marg2 {
	margin:8px 0px;
}

#obenlinks {
	width:490px;
	float:left;
	margin:40px 8px 0px 8px !important;
}

#obenrechts {
	width:310px;
	float:left;
	margin:40px 8px 0px 100px;
}
#anmeldung {
	margin:20px 0px;
	clear:both;
	padding-bottom: 50px;
}

td.ms-vb {
	line-height:20px;
	vertical-align:top;
	height:auto;
}


a{
	color: #000;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #e60028;
}

a:visited{
	color: #555;
}

.formularbutton, input[type=submit].hsd-button, input[type=button].hsd-button {
	display: inline-block;
	margin:0 10px;
	border:2px #000 solid;
	padding:10px;
	color:#000;
	cursor:pointer;
	text-align:center;
	font-size: 16px;
	text-transform:uppercase;
	font-family: 'HSDSans', Arial, sans-serif;
}

	input[type=submit].hsd-button, input[type=button].hsd-button{
		margin: 20px 10px 0 0 !important;
}

.formularbutton:hover, a.formularbutton:visited:hover, input[type=submit].hsd-button:hover, input[type=button].hsd-button:hover {
	color: #fff;
	background-color: #000;
}

a.formularbutton{
	text-decoration: none;
	margin: 0 !important;
}

a.formularbutton:visited{
	color:#000;
}



.vtitle {
	text-decoration: underline;
	cursor:pointer;
}

.vtitle:hover{
	color: #e60028;
}


#customborder{
	border-collapse:collapse;
}

#generalborder{
	border-collapse:separate;
}

.ms-alternating {
	/*background-color:#F2F9FC;*/
	border-bottom: 2px solid #000;
	min-height: 100%
}

.clear{
	clear:both;
}

.description{
	border: 2px solid #000;
	background-color: #fff;
	padding: 5px 10px;
	margin-bottom: 10px;
	display:none;
}

.ms-formlabel{
	width: 35%;
	padding-left: 8px;
	font-size: 14px;
}

.ms-formbody{
	padding: 3px 0;
}

.ms-formvalidation{
	color: #e60028;
}

.ms-metadata {
    color: #555;
    font-size: 11px;
}

.filter{
	border: 2px solid #000;
	cursor: pointer;
	display: block;
	margin: 10px 5px;
	padding: 5px 8px;
	font-weight: bold;
	max-width: 500px;
	transition: 0.6s ease;
}

.filter:hover{
	background-color: #000;
	color: #fff;
}

.filter a{
	text-decoration:none;
	pointer-events: none;
}

.active {
    background-color: #191919;
    color: #fff;
}

.formlabel {
    float: left;
    margin: 16px;
    line-height: 23px;
}

.forminput {
    height: 29px;
    width: 200px !important;
    margin: 16px 0 16px 16px;
		font-size: 14px;
}

input[type=text], input[type=checkbox], select {
	height: 29px;
	font-size: 16px;
	color: #444;
	border: 2px solid #c6c6c6;
}

select{
	max-width: 300px;
}

input:focus, select:focus{
	border-color: #e60028;
}


#RegistrationHandlerControls {
    text-align: center;
    font-size: 14px;
    margin: 16px 0;
}

.hsd-cancel-verify-text, .field-title{
	font-weight:bold;
}

.hsd-cancel-verify-text, .field-title, .field-text {
	padding-bottom: 16px;
}

.hsd-cancel-confirm-text{
	padding-top: 10px;
	font-weight: bold;
}

.disabled{
	pointer-events: none;
	border-color: #b3b3b3;
}

a.disabled, a.disabled:visited{
	color: #b3b3b3;
}