body {
	background-color: #ECECEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444444;

	margin: 0px;

	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #444444;
}


td a, a:active, a:visited {

	font-size: 13px;
	text-decoration: underline;
	line-height: 13px;
	color: #444444;
}

td a:hover, a:hover {

	color: #000000;
	text-decoration: none;
}

h1 {

	color: #000000;
	font-size: 33px;
	line-height: 36px;
}

.white {

	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
      


#greyline {

	background-color: #333333;
	height: 10px;
	width: 100%;
}

#head {

	background-color: #000000;
	height: 135px;
	width: 100%;
}

#headcontainer {

	width: 870px;
	height: 135px;
	margin: auto;
	background-image: url(../images/bg-head.jpg);
}

#logo {

	float: left;
	width: 180px;
	height: 60px;
	margin-top: 35px;
	background-image: url(../images/logo.jpg);
}


#headmenu {

	float: right;
	width: 600px;
	height: 60px;
	margin-top: 65px;
	text-align: right;
}

#contentcontainer {

	width: 870px;
	background-color: #FFFFFF;
	margin: auto;
}


#contentheadbild {

	width: 100%;
	height: 300px;	
	margin-top: 5px;
}

#contentheadline {

	width: 100%;
	height: 50px;
	background-color: #444444;
}

#content {

	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

#footer {

	background-color: #000000;
	height: 260px;
	width: 100%;
}

#footer-content {

	width: 870px;
	height: 260px;
	margin: auto;
	padding-left: 40px;
	background-image: url(../images/bg-footer.jpg);
}

#footer-info1 {

	width: 445px;
	padding-top: 30px;
	float: left;
}

#footer-info2 {

	width: 370px;
	padding-top: 30px;
	text-align: right;
	float: left;
}

#footer-info3 {

	width: 250px;
	float: left;
}


.thumb {

	border:1px solid #cccccc;
	padding: 2px;
}

.clear {

	clear: both;
}


	  
