@charset "UTF-8";

/* Colors

Page background offwhite #F7F6F2
Content background light grey #E5E4E0
Dark brown #4C4633
Warm grey #9F9B8E

*/


/* Reset */

* html {
	text-align: center;
}
div {
	text-align: left;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
ul {
	list-style-type: none;
}

/* Positioning and backgrounds */

body {
	padding: 20px 0 100px 0;
	background: #F7F6F2 url(../images/css/body.png) repeat-x fixed;
}
#wrapper {
	width: 800px;
	padding-left: 185px;
	margin: 0 auto;
	background: url(../images/css/visual.png) 185px 0px no-repeat;
	padding-top: 3px;
}
#visual {
	width: 800px;
	height: 600px;
}
#content {
	background: #E5E4E0;
	width: 800px;
}
div.section {
	padding: 20px;
	background: url(../images/css/section.png) no-repeat;
	overflow: auto;
	clear: both;
}
div.sidebar {
	float: left;
	width: 200px;
	height: 100%;
}
div.main, div.box, div.box-left {
	float: left;
	height: 100%;
	display: block;
}
div.main {
	padding-top: 2px;
	width: 520px;
	margin-left: 20px;
}
div.box, div.box-left {
	width: 230px;
	margin-top: 20px;
	font-size: 0.9em;
}
div.box-left {
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px dashed #9F9B8E;
}
#contact {
	background: #A43331 url(../images/css/contact.png) no-repeat;
	padding: 65px 20px 10px 20px;
	overflow: auto;
	height: 100%;
}
#footer {
	background: url(../images/css/footer.png) no-repeat;
	padding: 10px;
	clear: both;
}
#sidebar {
	background: url(../images/css/sidebar.png) no-repeat;
	width: 135px;
	position: fixed;
	top: 18px;
	left: 0;
	padding: 50px 20px 20px 10px;
}

/* Content formatting */

body {
	font: 0.875em/1.4em Georgia, "Times New Roman", Times, serif;
}
p, ul, ol, table {
	margin-bottom: 1em;
}
h1 {
	display: none;
}
h3, #newsitem h4 {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.125em;
	color: #F33;
}
#newsitem h3 {
	font: 0.75em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #9F9B8E;
	letter-spacing: normal;
	padding-left: 18px;
	background: url(../images/css/h3-news.png) 0px 1px no-repeat;
}
#newsitem h5 {
	font-size: 1em;
	font-weight: normal;
	color: #4C4633;
}
#wrapper li {
	padding: 0 10px 0 18px;
	background: url(../images/css/li.png) 0px 1px no-repeat;
	margin-bottom: 0.5em;
}
a {
	color: #4D859E;
}
a:hover {
	color: #033;
}
a:visited {
	color: #4D859E;
}
#content p {
	margin-bottom: 1em;
}
a.back {
	display: block;
	height: 190px;
	width: 140px;
	background: url(../images/css/a-back.png) no-repeat;
	text-indent: -1000px;
}
a.back:hover {
	background-image: url(../images/css/a-back-hover.png);
}
blockquote p {
	font-style: italic;
	color: #4C4633;
	font-size: 1.25em;
	line-height: 1.5em;
	display: block;
	margin-right: 150px;
}
#wrapper ul.kundenliste li {
	float: left;
	display: block;
	width: 130px;
	height: 80px;
	text-indent: -1000px;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}
#btn-buero {
	float: right;
	display: block;
	width: 154px;
	height: 111px;
	text-indent: -1000px;
	background: url(../images/css/a-buero.png) no-repeat;
}
#btn-buero:hover {
	background-image: url(../images/css/a-buero-hover.png);
}

/* Contact section formatting */

div#contact {
	font: 0.875em/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #E5E4E0;
}
#contact h3 {
	visibility: hidden;
}
#contact div.box {
	margin-left: 20px;
	width: 260px;
	margin-top: 0;
}
#contact label {
	display: block;
	height: 20px;
	width: 50px;
	float: left;
	font-size: 0.875em;
	text-transform: uppercase;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#contact label.mail {
	background-image: url(../images/css/kontakt-mail.png);
}
#contact label.phone {
	background-image: url(../images/css/kontakt-tel.png);
}
#contact label.fax {
	background-image: url(../images/css/kontakt-fax.png);
}
#contact label.address {
	background-image: url(../images/css/kontakt-adresse.png);
}
#contact label.route {
	background-image: url(../images/css/kontakt-route.png);
}
#contact li {
	background: none;
	padding: 5px 0;
	height: 20px;
	margin: 0 0 0.25em 0;
	border-bottom: 1px dashed #B74341;
}
#contact a {
	color: #AACBD7;
}
#contact a:hover {
	color: #FFF;
}

/* Contact form

#contact-form {
	float: left;
	width: 250px;
	margin-left: 30px;
}
#contact-form input, #contact-form textarea {
	margin-bottom: 10px;
}
#contact-form label {
	text-indent: 0;
	width: 250px;
}
#contact-email {
	height: 25px;
	width: 250px;
	border: 1px inset;
	background: #E5E4E0;
}
#contact-message {
	height: 120px;
	width: 250px;
	border: 1px inset;
	background: #E5E4E0;
}
#contact-submit {
	height: 38px;
	width: 134px;
	background: url(../images/css/button-submit.png) no-repeat;
	text-indent: -1000em;
}
#contact-submit:hover {
	cursor: pointer;
}
*/

/* Footer formatting */

div#footer {
	font: 0.75em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #9F9B8E;
}
#footer a {
	margin-left: 15px;
}

/* Headline IR */

#wrapper h2 {
	display: block;
	height: 100px;
	width: 200px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: top right;
}
#h2-arbeiten {
	background-image: url(../images/css/h2-arbeiten.png);
}
#h2-hintergrund {
	background-image: url(../images/css/h2-hintergrund.png);
}
#h2-notizen {
	background-image: url(../images/css/h2-notizen.png);
}
#h2-kontakt {
	background-image: url(../images/css/h2-kontakt.png);
}
#h2-aufgabe {
	background-image: url(../images/css/h2-aufgabe.png);
}
#h2-loesung {
	background-image: url(../images/css/h2-loesung.png);
}
#h2-meinung {
	background-image: url(../images/css/h2-meinung.png);
}
#h2-wiewirsind {
	background-image: url(../images/css/h2-wiewirsind.png);
}
#h2-kunden {
	background-image: url(../images/css/h2-kunden.png);
}
#h2-fakten {
	background-image: url(../images/css/h2-fakten.png);
}

/* Sidebar formatting */

div#sidebar {
	font: 0.75em/1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sidebar * {
	margin: 0;
}
#sidebar h2 {
	text-transform: uppercase;
	font-size: 1em;
	color: #4C4633;
	margin-bottom: 0.5em;
}
#sidebar ul li a {
	display: block;
	width: 134px;
	height: 38px;
	text-indent: -1000em;
	background-repeat: no-repeat;
}
#sidebar ul li a:hover {
	background-repeat: no-repeat;
}
#btn-download {
	background: url(../images/css/a-download.png);
}
#btn-download:hover {
	background: url(../images/css/a-download-hover.png);
}
#btn-contact {
	background: url(../images/css/a-contact.png);
}
#btn-contact:hover {
	background: url(../images/css/a-contact-hover.png);
}


/* Sidebar login */

#sidebar form input {
	margin-bottom: 10px;
}
#sidebar form label {
	font-size: 0.75em;
	color: #F33;
	text-transform: uppercase;
	text-align: right;
	width: 134px;
	display: block;
}
#username-bc, #password-bc {
	height: 15px;
	width: 130px;
	padding: 2px;
	border-top: 1px solid #9F9B8E;
	border-right: 1px solid #9F9B8E;
	border-bottom: 1px solid #E5E4E0;
	border-left: 1px solid #E5E4E0;
	background: #FFF;
}
#login-bc {
	height: 38px;
	width: 134px;
	background: url(../images/css/btn-login.png) no-repeat;
	text-indent: -1000px;
}
#login-bc:hover {
	background: url(../images/css/btn-login-hover.png) no-repeat;
	cursor: pointer;
}

/* Hide text for ie */

* html #login-bc {
	height: 38px;
	width: 134px;
	background: url(../images/css/btn-login.png) no-repeat;
	text-indent: 0;
	line-height: 100px;
	
}
