@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	border: none;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #717171;
	}
	
p {
	margin-bottom: 15px;
	}
	
.small_txt {font-size: 10px; line-height: 12px;}

.medium_txt {font-size: 12px; line-height: 16px;}
	
strong {
	color: black;
	}
	
#wrapper {
	margin: 60px auto 40px auto;
	width: 800px;
	height: auto;
	}
	
#header {
	text-align: center;
	}
	
div.einleitung {
	margin: 50px auto 50px auto;
	width: 445px;
	text-align: left;
	color: #717171;
	line-height: 20px;
	}
	
#footer {
	padding-top: 50px;
	text-align: center;
	border-top: 1px solid black;
	}
	
#content {
	border-top: 1px solid black;
	margin-top: 35px;
	width: 800px;
	height: auto;
	overflow: hidden;
	}
	
div.unternehmen_left {
	width: 380px;
	padding-top: 40px;
	float: left;
	padding-bottom: 40px;
	line-height: 20px;
        height: 145px;
	}
	
div.unternehmen_right {
	width: 380px;
        height: 145px;
	padding-top: 40px;
	float: right;
	padding-bottom: 40px;
	line-height: 20px;
	}
	
img.unternehmens_logo {
	padding-right: 15px;
	float: left;
	}

.border {
		border-bottom: 1px solid black;
	}

.last {
	border-bottom: none;
	}
	
a {text-decoration: none; color: #717171;}
a:hover {text-decoration: underline; color: black;}