.clear
{
	clear: both;
	line-height: 0;
	height: 0;
}

html,body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width: 100%;
}


p,h1,h2,ul
{
        font-family: century gothic,arial,verdana,sans-serif;
        font-size: 13px;
	color: #000000;
	line-height:130%;
}


h1
{
	font-size: 20px;
	font-weight: bold;
	color: #58595B;
}


h2
{
        font-size: 15px;
	font-weight: bold;
}


#container
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom: 0px;
	/*background-color: #ffffff;*/
	background-color: #c8c8c8;
}	


#layout
{
	position:relative;
	width: 950px;
	padding: 15px;
	margin: 25px auto;
	background-color: #ffffff;
	border: 1px solid #cecece;
	background-image: url('/images/back-layout.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;

}


#text-header
{

	margin-top:0px;
	width: 593px;
	padding-left: 20px;
}


#text-content
{

	margin-top: 60px;
	padding: 20px;
}


#footer
{

	width: 910px;
	padding: 0 20px 20px 20px;
	text-align: center;
}



#kontakt-impressum
{
	/*float: right;*/
	width:800px;
	padding: 7px 0 7px 0;
        font-family: helvetica,arial,verdana;
        font-size: 12px;
	text-align: right;
	color: #9CBBCA;
	
}

			a.link-weiss, a.link-weiss:link, a.link-weiss:visited, a.link-weiss:active, a.link-weiss:hover
			{
			 font-family : century gothic,arial,verdana,sans-serif;
		         font-size: 13px;
		         font-weight: normal;
			 text-decoration: none;
			 color: #FFFFFF;
			}

			a.link-weiss:hover
			{
			text-decoration: underline;	         
			}
