/* @override http://localhost:8888/ginkel-becker.de/css/style.css */

/*
body {
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 960px;
  text-align: left;
}
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	background-image: url(../images/pageback.png);
}

div {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #000;
}

strong {
	font-weight: bold;
	color: #cc0033;
}

.right {
	text-align: right;
}

.textblock p {
	line-height: 16px;
	/*margin-bottom: 10px;*/
}

.textblock li {
	list-style-position: outside;
	list-style-type: disc;
}

.textblock ul {
	padding-left: 15px;
	line-height: 16px;
}

/* @group Navigation */

#navlist a {
	color: white;
/

*background-color: #cc0033;*/
}

#navlist a:hover {
	color: black;
}

#navlist li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	list-style-type: none;
	padding-right: 16px;
	text-transform: uppercase;
}

/* @end */

/* @group Text */

#content a {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1px;
}

#content a:hover {
	border-bottom: 1px solid #cc0033;
	font-weight: bold;
}

/* @end */

/* @group Layout */

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 330px;
	z-index: 1;
	background-image: url(../images/header/header_portfolio.jpg);
	background-repeat: no-repeat;
}

#navigation {
	position: absolute;
	left: 193px;
	top: 250px;
	z-index: 2;
	width: 768px;
}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 178px;
	height: 29px;
	z-index: 3;
}

#headline {
	position: absolute;
	left: 178px;
	top: 310px;
	z-index: 4;
}

#apDiv1 {
	position: absolute;
	left: 177px;
	top: 362px;
	width: 230px;
	height: 540px;
}

#apDiv2 {
	position: absolute;
	left: 436px;
	top: 362px;
	width: 230px;
	height: 540px;
}

#apDiv3 {
	position: absolute;
	left: 693px;
	top: 362px;
	width: 230px;
	height: 540px;
}

/* @end */

/* @group Headline */

#headline {
	text-transform: uppercase;
	font-size: 12px;
}

.headline_bold {
	font-weight: bold;
}

.headline_red {
	color: #cc0033;
}

/* @end */

/* @group Forms */

.textfield {
	

/*color: #cc0033;*/
	font-size: 12px;
	padding: 2px;
	

/*font-weight: bold;*/
	width: 100%;
	margin-bottom: 0px;
}

.submitbutton {
	font-size: 16px;
	padding: 4px;
	font-weight: bold;
}

form p {
	margin-top: 8px;
	line-height: 18px;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg,
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg {
	border: 0 !important;
}


.textfieldFocusState input, input.textfieldFocusState,
.textareaFocusState textarea, textarea.textareaFocusState, 
.textfieldValidState input, input.textfieldValidState,
.textareaValidState textarea, textarea.textareaValidState {
	background-color: white !important;
}

.note {
	padding: 10px;
	border: 1px solid #b3b3b3;
	font-size: 12px;
}

/* @end */
