/* Stylesheet für Akquidea.de */
/* Autor: Gerald Beck, www.2bex.de */
/* Frarben: 
			orange: #e36212
			*/

* {
	padding: 0;
	margin: 0;}
body {
	color: white;
	background-image: url(../img/Akquidea_Streifen.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#wrapper {
	width: 987px;
	height: 892px;
	color: black;
	background-image: url(../img/Akquidea_Hintergrund.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#textfeld {
	height: 400px;
	padding-top: 70px;
	padding-right: 370px;
	padding-left: 50px;
}

#footer {
	padding-top: 200px;
	padding-left: 50px;
	font-size: 80%;
}

h1 {
	color: #e36212;
	font-size: 120%;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 110%;
	font-weight: 400;
	color: #e36212;
	padding-top: 20px;

}

p {
	font-size: 100%;
	padding-top: 5px;
}

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


