/*
 *	face-online.de
 *	
 *	Copyright (c) 2008 face Kommunikationsentwicklung GmbH
 *	
 *	
 *	
 *	styles.css - Global Style Sheet Seiten-Elemente
 *	
 *	
 *	Autor:			Rudolf Baier
 *	Stand:			04.11.2008
 *	
 */ 




body {
	background: #fff;
	margin: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

a {
	color: #036;
}
a:hover {
	text-decoration: underline;
}

#page {
	width: 875px;
	margin: auto;
}

#menu {
	margin: 20px 0 0 0;
	height: 76px;
	text-align: center;
	color: #fff;
}
#menuHome, 
#menuIntern, 
#menuExtern,
#menuCompany,
#menuContact {
	display: block;
	background: url(images/m_home.gif);
	width: 175px;
	height: 38px;
	text-indent: -10000px;
	float: left;
}
#menuIntern {
	background-image: url(images/m_intern.gif);
}
#menuExtern {
	background-image: url(images/m_extern.gif);
}
#menuCompany {
	background-image: url(images/m_company.gif);
}
#menuContact {
	background-image: url(images/m_contact.gif);
}
#menu .active, 
#menuHome:hover, 
#menuIntern:hover, 
#menuExtern:hover,
#menuCompany:hover,
#menuContact:hover {
	background-position: left -38px;
}
#menu #menuHome.active {
	background-position: left top;
}

.rightCol {
	float: right;
	padding-top: 20px;
	width: 150px;
	height: 200px;
	font-size: 10px;
	color: #999;
}
.rightCol a {
	color: #999;
	text-decoration: none;
}

#content {
	margin-bottom: 50px;
}

#content h1 {
	background: url(images/hl_home.gif) no-repeat top center;
	font-size: 24px;
	color: #000;
	margin: 0;
	padding: 0;
	height: 75px;
	text-align: center;
	text-indent: -10000px;
}
#content h2 {
	font-size: 16px;
	color: #333;
	margin: 10px 0 10px 175px;
	padding: 0;
}

#content h1.home {
	background: url(images/hl_home.gif) no-repeat top center;
}
#content h1.intern {
	background: url(images/hl_intern.gif) no-repeat top center;
}
#content h1.extern {
	background: url(images/hl_extern.gif) no-repeat top center;
}
#content h1.company {
	background: url(images/hl_company.gif) no-repeat top center;
}
#content h1.contact, 
#content h1.imprint {
	background: url(images/hl_contact.gif) no-repeat top center;
	width: 600px;
	margin-left: 175px;
	height: 50px;
}
#content h1.imprint {
	background: url(images/hl_imprint.gif) no-repeat top center;
}

#content p {
	width: 525px;
	margin: 20px 0 20px 175px;
}
#content .indent {
	margin-left: 225px;
}

.contentFooter {
	clear: both;
}

#fotoBaier, 
#fotoProestler,
#fotoKommunikation {
	background: url(images/f_baier_02.jpg) no-repeat;
	width: 75px;
	height: 100px;
	margin-bottom: 10px;
}
#fotoProestler {
	background: url(images/f_proestler_02.jpg) no-repeat;
}
#fotoKommunikation {
	background: url(images/f_communication.jpg) no-repeat;
}

#content p.eyecatcher {
	width: 550px;
	height: 420px;
	margin: 0 0 0 150px;
}
#homeImage {
	background: #fff url(images/bg_home.jpg) no-repeat center top;
}
#internImage {
	background: #fff url(images/bg_intern.jpg) no-repeat center top;
}
#externImage {
	background: #fff url(images/bg_extern.jpg) no-repeat center top;
	height: 360px !important;
}
#companyImage {
	background: #fff url(images/bg_company.jpg) no-repeat center top;
}

#buttonIntern, 
#buttonExtern, 
#buttonContact, 
#buttonSubmit {
	display: block;
	float: left;
	background: #fff url(images/b_intern.gif);
	width: 200px;
	height: 50px;
	text-indent: -10000px;
	border: 0;
}
#buttonExtern {
	background-image: url(images/b_extern.gif);
	margin-left: 20px;
}
#buttonSubmit {
	background-image: url(images/b_submit.gif);
}
#buttonContact {
	background-image: url(images/b_contact.gif);
}
#buttonIntern:hover, 
#buttonExtern:hover, 
#buttonContact:hover, 
#buttonSubmit:hover { 
	background-position: left -50px;
}

#homeImage2 {
	float: left;
	background: url(images/i_home.jpg);
	width: 200px;
	height: 140px;
}
#internImage2 {
	float: left;
	background: url(images/i_intern.jpg);
	width: 150px;
	height: 200px;
}
#externImage2 {
	float: left;
	background: url(images/i_extern.jpg);
	width: 200px;
	height: 100px;
}
#companyImage2 {
	float: left;
	background: url(images/i_company.jpg);
	width: 150px;
	height: 200px;
}




#footer {
	border-top: 1px solid #ccc;
	margin: 30px auto;
	padding-top: 30px;
	width: 875px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




label {
	display: block;
	width: 175px;
	float: left;
	font-weight: bold;
	color: #333;
	text-align: left;
	margin: 0 0 0 0;
	overflow: hidden;
}

input, select, textarea {
	float: left;
	margin: 0 0 15px 0;
}

input, textarea {
	padding: 2px;
	border: 1px solid #7f9db9;
}

.error {
	background-color: #fd8;
	border: 1px solid #f00;
}



