@charset "ISO-8859-1";

body {
	background: #b3b3b3;
	font-family: Verdana, Arial,Helvetica,sans-serif;
}

/* Allgemeine Auszeichnungen */

.strong {
	font-weight: bold;
}

.neu {
	font-family: verdana;
	font-weight: bold;
	color: #a82424;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.kursiv {
	font-style: italic;
}

.kursiv_bold {
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 160%;
	margin-top: 42px;
	margin-bottom: 30px;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #666666;
	width: 100%;
	line-height:100%;
	padding-bottom: 2px;
}

a {
	color: black;
}

a:hover {
	color: #666666;
}

/* Header und Menu */

#header {
	height: 69px;
	width: 100%;
	background: url(../images/background_header.jpg) repeat-x scroll center top;
	z-index: 100;
}

a em {
	left: -9999em;
	position: absolute;
}

#header_center {
	width: 860px;
	margin: 0 auto;
}

#header_center img {
	margin-top: 20px;
	float: left;
	margin-right: 38px;
}

#flash_index {
	height: 180px;
	margin: 0;
	padding: 0;
}

/* Navigation */

#navigation {
	float: left;
	margin-top: 22px;
	margin-left: 150px;
}

#miniflex {
	width: 100%;
	float: left;
}
	
#miniflex li {
	float: left;
	display: inline;
	list-style: none;
}
	
#miniflex a:link, #miniflex a:visited {
	font-family: Arial,Helvetica,sans-serif;
	float: left;
	font-size: 88%;
	line-height: 20px;
	padding-bottom: 21px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-decoration: none;
	color: #999999;
	border-left: 1px solid #474747;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	color: white;
	display: block;
	background-image: url(../images/menu_mouseover.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
	
#miniflex .miniflex_right {
	border-right: 1px solid #474747;
}

#miniflex .miniflex_right img{
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Claim */
	
#claim {
	height: 200px; 
	width: 100%;
	border-bottom: 1px solid #b3b3b3;
	background-color: #1a1a1a;
	clear: both;
}

#claim_service {
	height: 200px; 
	width: 100%;
	border-bottom: 1px solid #b3b3b3;
	background-color: #f3e11a;
	clear: both;
}

#claim_index {
	width: 100%;
	background-color: #1a1a1a;
	clear: both;
}

#claim_img {
	width: 948px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	font-size: 75%;
	line-height: 1.4em;
}

.img_contact {
	border: 2px solid #929292;
}

.zitat {
	margin-top: 10px;
	margin-bottom: 30px;
}

.zitat_anfang {
	padding-left: 20px;
	background-image: url(../images/zitat_anfang.gif);
	background-repeat: no-repeat;
	background-position: 0 -3px;
	color: #b3b3b3;
}

.zitat_ende {
	padding-right: 25px;
	background-image: url(../images/zitat_ende.gif);
	background-repeat: no-repeat;
	background-position: 3px 30%;
	color: #b3b3b3;
}

.clientlogos {
	margin-right: 15px;
	margin-bottom: 15px;
	border: 2px solid #929292;
	float: left;
}

.client_schrift {
	float: left;
}

/* Referenzen */

.referenz {
	float: left;
	margin-right: 14px; /* zuerst 10*/
}

.referenz_img {
	border: 2px solid #929292;
}

.referenz_text {
	margin-top: 5px;
	text-align: center;
}

.referenz_last {
	float: left;
}

.referenz_img_last {
	border: 2px solid #929292;
}

.referenz_last_text {
	margin-top: 5px;
	text-align: center;
}

.referenz_link {
	font-size: 125%;
	color: black;
	font-family: Arial,Helvetica,sans-serif;
	float: right;
}


/* Rechte Spalte heller */

.background_grey {
	padding: 10px;
	background-color: #bebebe;
}

.rightcolumn2 {
	float: right;
	height: auto;
	width: 390px;
	min-width: 390px;
}

/* Index Boxes */

#index_boxes {
	width: 100%;
	height: 377px;
	background-image: url(../images/background_index.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#boxes_center {
	width: 860px;
	margin: 0 auto;
}

.box {
	width: 260px;
	margin-right: 16px;
	float: left;
	font-size: 75%;
}

.box_content {
	background: url(../images/box_background.gif) no-repeat 0 bottom;
	padding-left: 17px;
	padding-right: 18px;
	padding-top: 24px;
	padding-bottom: 6px;
}

.index_button {
	background-image: url(../images/box_button.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 139px;
	height: 28px;
	text-indent: -8000em;
	margin: 0 auto;
}

a.index_button:hover {
	background-image: url(../images/box_button_roll.gif);
	background-repeat: no-repeat;
}

.index_button2 {
	background-image: url(../images/box_button2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 139px;
	height: 28px;
	text-indent: -8000em;
	margin: 0 auto;
}

a.index_button2:hover {
	background-image: url(../images/box_button_roll2.gif);
	background-repeat: no-repeat;
}

.index_button_ita {
	background-image: url(../images/box_buttonITA.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	width: 139px;
	height: 28px;
	text-indent: -8000em;
	margin: 0 auto;
}

a.index_button_ita:hover {
	background-image: url(../images/box_button_rollITA.gif);
	background-repeat: no-repeat;
}

/* Projects */

.clear {
	clear: both;
}

.clear2 {
	clear: both;
	height: 10px;
}

.clear_line {
	clear: both;
	border-bottom: 1px solid #666666;
	padding-top: 10px;
}

.clear_line2 {
	clear: both;
	border-bottom: 1px solid #666666;
	padding-top: 20px;
}

.project {
	margin-top: 20px;
	margin-bottom: 20px;
}

.leftcolumn {
	float: left;
	height: auto;
	width: 449px;
	min-width: 449px;
}

.leftcolumn_service {
	float: left;
	height: auto;
	width: 356px;
	min-width: 356px;
}

.neu2 {
	position: absolute;
	z-index: 20;
}

.project_img {
	z-index: 1;
	margin-bottom: 20px;
}

.rightcolumn {
	float: right;
	height: auto;
	width: 381px;
	min-width: 381px;
	margin-top: 10px;
}

.rightcolumn_service {
	float: right;
	height: auto;
	width: 480px;
	min-width: 480px;
	margin-top: 10px;
}

.webseite {
	background-image: url(../images/website.gif);
	background-repeat: no-repeat;
	display: block;
	width: 156px;
	height: 25px;
	text-indent: -8000em;
	margin-bottom: 10px;
}

.webseite_ita {
	background-image: url(../images/websiteITA.gif);
	background-repeat: no-repeat;
	display: block;
	width: 156px;
	height: 25px;
	text-indent: -8000em;
	margin-bottom: 10px;
}

a.webseite:hover {
	background-image: url(../images/website_roll.gif);
	background-repeat: no-repeat;
}

a.webseite_ita:hover {
	background-image: url(../images/website_rollITA.gif);
	background-repeat: no-repeat;
}

.kundenfeedback {
	background-image: url(../images/kundenfeedback.gif);
	background-repeat: no-repeat;
	display: block;
	width: 156px;
	height: 25px;
	text-indent: -8000em;
	margin-bottom: 10px;
}

.kundenfeedback_ita {
	background-image: url(../images/kundenfeedbackITA.gif);
	background-repeat: no-repeat;
	display: block;
	width: 156px;
	height: 25px;
	text-indent: -8000em;
	margin-bottom: 10px;
}

a.kundenfeedback:hover {
	background-image: url(../images/kundenfeedback_roll.gif);
	background-repeat: no-repeat;
}

a.kundenfeedback_ita:hover {
	background-image: url(../images/kundenfeedback_rollITA.gif);
	background-repeat: no-repeat;
}

.project_headline {
	font-size: 150%;
	color: #555555;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 100%;
}

/* Page Numbers */

.numbers_container {
	border-top: 1px solid #666666;
	font-size: 12px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

.alignright {
	float: right;
}

#numbers ul, #numbers li, #numbers a {
	border: medium none;
	font-family: Arial;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 12px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	word-spacing: 0;
}

#numbers {
	width: 100%;
}

#numbers ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#numbers li {
	display: block;
	float: left;
	margin-bottom: 2px;
}

#numbers a {
	border: 1px solid #666666;
	color: black;
	display: block;
	margin: 0 2px;
	padding: 3px 5px;
}

#numbers li a:hover {
	border-color: black;
	background: #999999 none repeat scroll 0 0;
}

#numbers li.space {
	padding: 6px 2px;
}

#numbers li.active_page a {
	background: #929292 none repeat scroll 0 0;
	border-color: black;
	color: white;
}

#numbers li.active_page a:hover {
	border-color: black;
	color: black;
}

#numbers li.page_info {
	color: black;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 2px;
	padding: 3px 5px;
}

/* footer */

#footer {
	clear: both;
	font-size: 70%;
}

#footer p {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #666666;
	line-height: 1.6em;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer a {
	color: black;
	text-decoration: none;
}

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

/* border: 1px solid red;

.center {
	text-align: center;
}

.alignleft {
	clear: both;
	float: left;
}  */
