@charset "utf-8";
/************************************************************************************************************************/
/* Generelle Styles für HTML Elemente */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Globaler Reset */
*
{
	padding: 0;
	margin: 0;
}




/************************************************************************************************************************/
/* HTML und BODY */
html, body
{	
	height: 100%;
	width: 100%;
	font-size: 0.625em; /*Auf 10px zurücksetzen, so kann besser gerechnet werden (z.B. 1.2em entsprechen 12px)*/
}

body
{
	background-color: #fff;
	line-height: 18px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #888;
	background-color: rgb(250,250,250);
}

/************************************************************************************************************************/
/* Allgemeine Textformatierungen */

a
{
	outline:none;
}

p
{
	margin-bottom: 0.5em;
	text-align:center;
}


h1
{
	text-decoration:none;
	font-size:18px;
	line-height:25px;
	border-bottom:1px solid #ccc;
	color:#666;
	margin-bottom:20px;
	
}


/************************************************************************************************************************/
/* Content */
#divContent
{
	height: 100%;
	height: calc(100% - 94px);
	position:relative;
}

#divContent img {
	max-width: 238px;
	width: 100%;
}

#divContent li
{
	list-style-type:none;
	margin:18px 0 0 0;
	padding:0 18px 0 5px;
	text-align:left;
}

#divContent li a
{
	border-bottom:1px solid #ccc;
	color:#666;
	font-size:18px;
	line-height:25px;
	text-decoration:none;
}

#divContent li a:hover
{
	border-bottom:none;
}

#divContent .wrapper {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin: 0 auto;
	overflow:hidden;
	padding: 80px;
	position: relative;
	text-align:center;
	top: 50%;
	transform: translateY(-50%);
	max-width:400px;
	z-index:20;
}



/************************************************************************************************************************/
/* Foot */
#divFoot
{
	width:100%;
	height:54px;
	background-color: #222222;
	color: #FFF;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0;
}

#divFootCenter
{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#divFoot ul
{
	width:auto;
	text-align:center;
	margin:0 0 0 0;
}

#divFoot ul:last-child
{
	margin-right:0;
}

#divFoot ul:last-child li
{
	text-align: right;
}

#divFoot li
{
	list-style-type:none;
	text-align:left;
	font-size:11px;
	line-height:18px;
	color:#ccc;
	margin:0;
}

#divFoot li a
{
	text-decoration:none;
	border-bottom:1px solid #ccc;
	color:#ccc;
}

#divFoot li a:hover
{
	border-bottom:none;
}