
@import url(css/reset.css);

html, body {
	font-family: Arial;
	font-size: 12px;
}

div#wrapper {
	height: 100%;
	width: 100%;
}

#container {
	margin: 0 auto;
	width: 942px;
}

#header {
	height: 55px;
	padding-top: 30px;
	background-image: url(img/top_bgr.jpg);
	background-position: 185px 67px;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
}

body {
	background-color: #c5c6c7;
}

#wrapper {
	background-image: url(img/verlauf_hg.gif);
	background-color: #C8CACC;
}

/* Bereiche
------------*/

.box {
	float: left;
	height: 574px;
	width: 294px;
	margin-right: 30px;
	background-repeat: no-repeat;
}

.rescue {background-image: url(img/weiche_rescue.jpg);}
.industrial {background-image: url(img/weiche_industrial.jpg);}
.rerailing {background-image: url(img/weiche_rerailing.jpg); margin-right: 0px;}

.btn_box {

	margin-top: 420px;
	padding-top: 35px;
	padding-left: 20px;
}

.btn {
	display: block;
	height: 31px;
	width: 131px;
	line-height: 30px;
	background-image: url(img/btn.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	margin-bottom: 15px;
}

.btn:hover {
	background-image: url(img/btn_hover.jpg);
}

/* Footer
----------*/

#footer {
	margin-top: 30px;
	color: #626262;
}

#footer a {
	color: #626262;
}


