@charset "utf-8";
/************************************************************************************************************************/
/* Generelle Styles für HTML Elemente */
/************************************************************************************************************************/

/************************************************************************************************************************/
/* Globaler Reset */
*
{
	padding: 0;
	margin: 0;
}




/************************************************************************************************************************/
/* HTML und BODY */
html, body
{
	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: #000;
	background-image:url(/images/background.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

/************************************************************************************************************************/
/* Allgemeine Textformatierungen */

a
{
	outline:none;
}

p
{
	padding: 0 20px 18px 5px;
	text-align:justify;
}


h1
{
	text-decoration:none;
	font-size:18px;
	line-height:25px;
	border-bottom:1px solid #ccc;
	color:#666;
	margin-bottom:20px;
	
}


/************************************************************************************************************************/
/* Content */
#divContent
{
	position:relative;
	margin-top:196px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	text-align:center;
	z-index:20;
	overflow:hidden;
}

#divContent li
{
	list-style-type:none;
	text-align:left;
	margin:18px 0 0 0;
	padding:0 18px 0 5px;
}

#divContent li a
{
	text-decoration:none;
	font-size:18px;
	line-height:25px;
	border-bottom:1px solid #ccc;
	color:#666;
}

#divContent li a:hover
{
	border-bottom:none;
}



/************************************************************************************************************************/
/* Foot */
#divFoot
{
	position:absolute;
	bottom:0;
	width:100%;
	height:100px;
	background-color: #5c5d5e;
	color: #FFF;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
}

#divFootCenter
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:9px;
}

#divFoot ul
{
	width:auto;
	text-align:center;
	margin:0 0 0 0;
}

#divFoot ul:last-child
{
	margin-right:0;
}

#divFoot li
{
	list-style-type:none;
	text-align:left;
	font-size:11px;
	line-height:18px;
	color:#ccc;
	padding:0 18px 0 0;
	margin:0;
}

#divFoot li a
{
	text-decoration:none;
	border-bottom:1px solid #ccc;
	color:#ccc;
}

#divFoot li a:hover
{
	border-bottom:none;
}