
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #006633; text-decoration: none;}
a:hover {color: #006633; text-decoration: underline;}

body {
		background: url('/images/bg.jpg') repeat-x;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.4em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



h1,h2,h3 {padding-top: 6px; color: #006633; margin-bottom: 4px;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 1px solid #006633;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
	
}

/* BEGINN HEADER */

.header {

	background		: #222 url('/images/head.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header .title {

	color					: #FFF;
	padding-top		: 50px;

}


.header .title .name a {

	color: #ffffff;
	float:right;
	font-size: 5em;
	font-style: italic;
	letter-spacing: 0.2em;
  font-family: 'Times New Roman';
	padding-top: 30px;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: none;

}

.header .title a:hover {

	border-color: #F60;
	
}

.header .title .tag {

	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.2em;
  font-family: 'Times New Roman';
	padding-top: 100px;
	padding-right: 55px;

}

/* */
.header_about {

	background		: #222 url('/images/head_about.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_jobs {

	background		: #222 url('/images/head_jobs.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

/* */

.header_consulting {

	background		: #222 url('/images/head_consulting.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_coaching {

	background		: #222 url('/images/head_coaching.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_sales {

	background		: #222 url('/images/head_sales.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_marketing {

	background		: #222 url('/images/head_marketing.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

/* */

.header_recrutment {

	background		: #222 url('/images/head_recrutment.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_contact {

	background		: #222 url('/images/head_contact.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_imprint {

	background		: #222 url('/images/head_imprint.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

.header_terms {

	background		: #222 url('/images/head_terms.jpg') no-repeat;
	height				: 250px;
	margin-bottom	: 0px;
	text-align		: center;

}

/* END HEADER */

.navigation {
	float: left;
	width: 180px;
}
.navigation h2 {
	color: #006633;
	font: bold 1.6em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px solid #006633;
}


.navigation li {border-bottom: 1px solid #006633;}
.navigation li a {
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #C4EACA;
	color: #006633;	
}


.main {
	background: #ffffff;
	
	padding: 0px 10px 0 0;
}


.content {
	float: right;
	width: 540px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}


.footer {
	background: #006633;
	color: #FFFFFF;
	font: normal 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: left;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {color: #FFFFFF; 	text-decoration: underline;}

.valid 
{
text-align: center;
padding-top:5px;
}




/* INPUT FIELDS */

.InputFormText {

	border								: 1px solid #006633;
	background						: #C4EACA;
	width									: 250px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;
}

.InputFormTextError {

	border								: 1px solid #821a24;
	background						: #FFC4C4;
	width									: 250px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.InputFormTextField {

	border								: 1px solid #006633;
	background						: #C4EACA;
	width									: 250px;
	height								: 105px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.InputFormTextFieldError {

	border								: 1px solid #821a24;
	background						: #FFC4C4;
	width									: 250px;
	height								: 105px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}


.InputFormButton {

	border								: 1px solid #006633;
	background						: #C4EACA;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;
	width									: 250px;
	background-image	: url(/images/formbutton.gif);

}

.InputFormTextStreet {

	border								: 1px solid #006633;
	background						: #C4EACA;
	width									: 214px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;
}

.InputFormTextStreetError {

	border								: 1px solid #821a24;
	background						: #FFC4C4;
	width									: 214px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.InputFormTextNO {

	border								: 1px solid #006633;
	background						: #C4EACA;
	width									: 30px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.InputFormTextErrorNO {

	border								: 1px solid #821a24;
	background						: #FFC4C4;
	width									: 30px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.InputFormTextCity {

	border								: 1px solid #006633;
	background						: #C4EACA;
	width									: 195px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;
}

.InputFormTextCityError {

	border								: 1px solid #821a24;
	background						: #FFC4C4;
	width									: 195px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.InputFormTextPLZ{

	border								: 1px solid #006633;
	background						: #C4EACA;
	width									: 49px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;
}

.InputFormTextErrorPLZ {

	border								: 1px solid #821a24;
	background						: #FFC4C4;
	width									: 49px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	font-size							: 12px;

}

.ErrorTable {
	
	font-size							: 12px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	color									: #990000;
	background-image			: url(/images/tb_bottom_error.gif);
	background-position		: bottom;
	background-repeat			: repeat-x;
	background-color			: #FFC4C4;
	border								: 1px solid #821a24;
	border-collapse				: collapse;
	padding-left					: 5px;
	padding-right					: 5px;

}

.SuccessTable {
	
	font-size							: 12px;
	font-family						: arial, helvetica, verdana, tahoma, sans-serif;
	background						: #CEFFCE;
	border								: 1px solid #008000;
	border-collapse				: collapse;
	padding-left					: 5px;
	padding-right					: 5px;

}

/*

*/

table.table_pricing {

	width										: 100%;
	height									: 20px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #006633;
	border-collapse: collapse;
	background-color: #FFFFFF;
	
}

table.table_pricing th {

	height									: 20px;
	border-width						: 1px;
	padding									: 5px;
	border-style						: inset;
	border-color						: #006633;
	background-color				: #006633;
	color										: #FFFFFF;

}

table.table_pricing td {

	height									: 20px;
	border-width						: 1px;
	padding									: 5px;
	border-style						: inset;
	border-color						: #006633;

}