html {
	height: 100%;
}

body {
    background: white;
    padding: 0;
    margin: 0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

img {
    border: 0 none;
}

* {
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 11px;
    color: #000;
}

:focus {
	outline: 0 none;
}

a {
  	font-size: 12px;
 	text-decoration: none;
  	outline: 0 none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

#wrapper {
    width: 960px;
	margin: 20px auto;
}

/**********/
/* HEADER */
/**********/
#top-left {
	float: left;
	width: 760px;
}

#top-right {
	float: right;
	width: 200px;
	text-align: left; 
}

#top-left span img {
	margin-left: 60px;
}

/***********/
/* CONTENT */
/***********/
#content {
	clear: both;
	padding-top: 10px;
}

h1 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 250%;
	font-weight: normal;
	margin-left: 5px;
	color: #AAA;
}

#content .bereich {
	padding: 48px;
	border-top: 1px solid #EEE;
}

#content .bereich .col {
	float: left;
	width: 170px;
}

#content .col h4 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 16px;
	margin: 15px 0 15px 5px;
	text-transform: uppercase;
	color: #777;
	font-weight: normal;
}

#content .bereich h5 {
	color: #333;
	margin: 0 0 0 5px;
	font-size: 12px;
}

#content .bereich p,
#content .bereich p strong {
	color: #555;
	padding: 5px;
	line-height: 18px;
	font-size: 12px;
	font-family: 'Ubuntu', Arial, sans-serif;
}

#content .bereich p strong { padding-left: 0; }

#content .bereich .col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .bereich .col li {
	color: #555;
	padding: 0 5px;
	line-height: 18px;
	font-size: 12px;
	font-family: 'Ubuntu', Arial, sans-serif;
}

#content .bereich img {
	border: 5px solid #FFF;
}

#content .bereich img:hover {
	border: 5px solid #CCC;
	cursor: pointer;
}

/**********/
/* FOOTER */
/**********/
#footer {
	clear: both;
	bottom: 0;
	width: 830px;
	height: 50px;
	padding: 10px 77px 0 53px;
	border-top: 1px solid #EEE;
}

#footer p {
	display: block;
	color: #969696;
}

#footer .copyright {
	float: left;
	font-size: 10px;
	width: 600px;
}

#footer .rechts {
	float: right;
	text-align: left;
}

#footer p a {
	margin: 0 10px;
	font-size: 12px;
	color: #333;
}

#footer p a:hover {
	color: #F00;
}
