/* 
 *
 * moebeltaxizentrale.de
 * Version: 1.0
 * Autor: A&K www.arzberger-krueger.de
 *
 * usr: ma
 * 
 */

body {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	color:#ffd401;
	padding:0;
	margin:0;
	background: #ffd401 url('images/container_bg.gif') repeat-x;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: overline;
}
a:active { color:#000000;}


h1 {
	font-size: 24px;
	padding:5px 15px;
	padding-left: 0px;
	margin:0
}

h2 {
	font-size: 14px;
	padding-left: 0px;
	text-transform:none;
	border-bottom: 1px solid #ffd401;
	border-top: 1px solid #ffd401;
	}

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

#content {
	padding-top: 20px;
	float: left;
	width: 590px;
	height: 650px;
}

#right {
	float: right;
	width: 250px;
	height: 538px;
	padding: 0px;
}

#logo {
	width: 250px;
	height: 298px;
	background: url('images/amt-logo.gif');
	background-repeat: no-repeat;	
}

#kontakt {
	width: 250px;
	height: 240px;
	background: url('images/kontakt.gif');
	background-repeat: no-repeat;	
}

#footer {
	height: 300px;
	width: 860px;
	clear: both;
	background: url('images/footer_bg.gif');
	background-repeat: no-repeat;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#footer span {
	float:right;
	width: 136px;
	padding-right: 170px;
	padding-top: 165px;
	font-size: 12px;
	text-transform:uppercase;
	color: #000;
}
