* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}

h1, h2 {
	color: #6a945d;
}

h2 {
	font-size: 28px;
}

img {
	border: none;
}

p {
	margin-top: 5px;
}

#container {
	width: 936px;
	margin: 0 auto;
	position: relative;
}

#header {
	position: absolute;
	border: 1px solid #ccc;
	border-top: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 198px;
	background: url(../images/layout/verlauf-198.gif);
}


#img-metallbau {
	top: 0px;
	width: 193px;
	height: 150px;
	background: url(../images/layout/design_01.jpg);
}

#img-landtechnik {
	background: url(../images/layout/design_03.jpg);
	left: 743px;
	top: 0px;
	height: 150px;
	width: 193px;
	position: absolute;
}

#logo {
	left: 193px;
	position: absolute;
	top: 0;
}

#header-nav {
	background: #f2f9cd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #555;
	font-size: 13px;
	left: 193px;
	padding: 4px 10px;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 530px;
}

#header-nav a {
	color: #555;
	text-decoration: none;
}

#header-nav a:hover {
	text-decoration: underline;
}

#headline-metallbau,
#headline-landtechnik {
	background: url(../images/layout/verlauf-48.gif);
	color: #5c5c5c;
	font-size: 24px;
	height: 36px;
	line-height: 24px;
	padding: 12px 0 0 12px;
	position: absolute;
	top: -71px;
	width: 181px;
	
}

#headline-landtechnik {
	left: 743px;
}



.menu {
	font-size: 14px;
	font-weight: bold;
	width: 193px;
}

.menu li {
	list-style-type: none;
}

.menu a,
.menu a:hover,
.menu a:active,
.menu a:visited,
.menu a:link {
	background: url(../images/layout/verlauf-26.gif);
	color: #5c5c5c;
	display: block;
	height: 21px;
	padding: 5px 0 0 10px;
	text-decoration: none;
}

.menu a span.indicator {
	margin-right: 5px;
	visibility: hidden;
}

.menu a:hover span.indicator,
.menu a.active span.indicator {
	visibility: visible;
}

.menu a.active {
	color: #6a945d;
}


#content-container {
	background: url(../images/layout/content-bg.gif);
	border: 1px solid #ccc;
	left: 0;
	position: absolute;
	top: 220px;
	width: 100%;
}

#col-left, #col-right {
	float: left;
	width: 193px;
}

#content {
	float: left;
	margin: 0 5px;
	padding-bottom: 10px;
	width: 540px;
}

th {
	color: white;
}

.smallads {
	background-color: #fff;
	font-size: .8em;
}
.smallads li {
	list-style-type: none;
}

.smallads.right {
	border: 1px solid #ccc;
	margin: 15px 5px;
}

.smallads.right li {
	padding: 5px;
}

.smallads h2 {
	background: url(../images/layout/verlauf-26.gif);
	color: #5c5c5c;
	font-size: 14px;
	height: 21px;
	padding: 4px 0 0 5px;
}

.smallads.bottom {
	margin-top: 5px;
}

.smallads.bottom li {
	border: 1px solid #ccc;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 167px;
}

.smallads.bottom p {
	padding: 3px;
}

.buttons {
	margin-top: 30px;
	text-align: center;
}

.buttons img {
	border: 1px solid #000;
}

.buttons a {
	margin-bottom: 10px;
}
