
 /* Common-document-styles */

body {
	font-family: Syntax, Arial, Verdana, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:130%;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}


#page_body_default {
	background-color: #ffffff;
	background-image: url( ../images/layout_bg_default.png );
	background-position: top;
	background-repeat: repeat-x;
}

#page_body_home {
	background-color: #cccccc;
	background-image: url( ../images/layout_bg_home.png );
	background-position: top;
	background-repeat: repeat-x;
}

#body_body_popup {
	background-color: #ffffff;
	background-image: url( ../images/layout_bg_popup.png );
	background-position: top;
	background-repeat: repeat-x;
}

div {
	font-family: Syntax, Arial, Verdana, sans-serif;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #f4f5c4;
	background: #f4f5c4;
}


a {
	text-decoration: underline;
	font-family: Syntax, Arial, Verdana, sans-serif;
	color: #ed2790;
}

a:link {
	color: #ed2790;
}

a:visited {
	color: #ed2790;
}

a:active {
	color: #c0c0c0;
}

a:hover {
	text-decoration:none;
	color: #cc217c;
}


p {
	margin-top: 6px;
	margin-bottom: 5px;
	text-indent: 0px;
    text-align: left;
}

p.noindent {
	text-indent:0px;
}

table {
	font-family: Syntax, Arial, Verdana, sans-serif;
	font-size:13px;
}

th, td {
}

form {
	margin-top: 3pt;
	margin-bottom: 3pt;
}

big {
	font-size: 130%;
}

textarea {
	font-family: Syntax, Arial, Verdana, sans-serif;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 140%;
}

h2 {
	text-indent: 30px;
	margin-top: 9px;
	margin-bottom: 4px;
	font-size: 120%;
	color: #d07020;
}

h3 {
	margin-top: 8px;
	margin-bottom: 3px;
	font-size: 115%;
	color: #a0a0a0;
}

h4 {
	margin-top: 7px;
	margin-bottom: 3px;
	font-size: 110%;
	color: #a0a0a0;
}

ul {
	margin-top: 6px;
	margin-bottom: 6px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

.submit_medium {
	width: 120px;
}


.longtext {
    text-align:justify;
}

.general_text_default {
}

.general_text_error {
	color: #a00000;
	font-weight: bold;
}

.general_text_white {
	color: #ffffff;
}

.general_text_red {
	color: #f00000;
}

/** Der Container der Fehlerliste und das ul selbst (Template: allgemeines_errorslist.html) */

.general_errorslist {
	color: #ff3010;
	font-weight: bold;
}

.general_errorslist_ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_name_producer {
	font-weight: bold;
	color: #ed2790;
}

.text_number_of_colors {
}

.copyright {
	color: #e0e0e0;
	font-size: 80%;
}


/**
 *	Klasse link_in_content - fuer Links im Seiteninhalt (vom Benutzer pflegbar
 *	sowie automatisch erstellt).
 */

a.link_in_content {
	letter-spacing: 0px;
	color: #000000;
	text-decoration: underline;
}

a.link_in_content:visited {
	color: #808080;
	text-decoration: underline;
}

a.link_in_content:active {
	color: #808080;
}

a.link_in_content:hover {
	color: #a0a0a0;
}




/**
 *	Klassen fuer die Links vom Frontend direkt ins Backend.
 */

.fe2be_div {
	text-align: right;
	margin: 10px 10px 0px 0px;
	z-index: 1000;
}

a.fe2be_link,
a.fe2be_link:visited,
a.fe2be_link:active,
a.fe2be_link:hover,
a.fe2be_link {
	padding: 1px 4px 1px 4px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #0000ff;
	font-size: 8px;
	text-decoration: underline;
	background: #ffffff;
}

/**
 *	Styles, die das Seitenlayout allgemein beschreiben.
 */

#page_layout_container_all {
	margin: 0px;
	width: 870px;
	border-width: 0px;
	padding: 0px;
	color: #f4f5c4;
}

/* Die Kopfzeile mit Suchformular, Logo, Logo-Text */
#page_layout_head {
	position: relative;
	height: 126px;
}

#page_layout_head_searchform {
	position: absolute;
	left: 0px;
	top: 100px;
	margin: 0px;
	padding: 0px;
}

#page_layout_head_searchform form {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}


#page_layout_head_searchform_arrow {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 23px;
	height: 18px;
	padding: 1px 3px 1px 0px;
	margin: 0px;
	border-width: 1px;
	border-style: hidden;
}

#page_layout_head_searchform_textfield {
	position: absolute;
	left: 27px;
	top: 0px;
	height: 20px;
	width: 180px;
	padding: 3px 3px 1px 3px;
	margin: 0px;
	background-color: #666666;
	border-width: 1px;
	border-color: #010134;
	border-style: solid;
	color: #ffffff;
}

#page_layout_head_searchform_submit {
	position: absolute;
	left: 210px;
	top: 3px;
	width: 80px;
	height: 18px;
	padding: 1px 3px 1px 3px;
	margin: 0px;
	background-color: transparent;
	border-width: 0px;
	border-color: #010134;
	border-style: solid;
	color: #000000;
	font-weight: bold;
}

/* Firma-Name als Text */
#page_layout_head_text {
	position: absolute;
	left: 320px;
	top: 94px;
	font-size: 200%;
	color: #6e6e6e;
}

/* Firma-Logo als Grafik */
#page_layout_head_logo {
	position: absolute;
	left: 772px;
	top: 0px;
	z-index: 10;
}

/* Firma-Name als Text */
#page_layout_head_text_popup {
	position: absolute;
	left: 73px;
	top: 59px;
	font-size: 200%;
	color: #c8c8c8;
}

/* Firma-Logo als Grafik */
#page_layout_head_logo_popup {
	position: absolute;
	left: 516px;
	top: 0px;
	z-index: 10;
}

/** Der Bereich mit links dem Menue und rechts dem Inhalt - Standard */
#page_contentcontainer_default {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #00ff00;
}

/** Der Bereich mit links dem Menue und rechts dem Inhalt - Home-Seite*/
#page_contentcontainer_home {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 501px;
	background-image: url( ../images/home_bg_content_building.jpg );
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000000;
}


/** Ist absolute statt float weil es sonst rechts Probleme mit dem clear gibt */
#page_content_menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 170px;
	padding-top: 10px;
}

#page_content_menu .logo_drupa {
	padding-left: 16px;
}

#page_content_menu .logo_ipex {
	padding-top: 15px;
	padding-left: 26px;
}

/**
 *	Der eigentliche Seiteninhalt
 *
 *	Achtung:	margin statt padding zu verwenden vergroessert aus nicht bekannten
 *				Gruenden page_default_content
 */
#page_content_content {
	position: absolute;
	left: 180px;
	top: 0px;
	width: 688px;
	padding: 50px 10px 20px 0px;
	text-align: left;
}

#page_content_content a {
	font-weight: bold;
}

#page_body_home #page_layout_foot_text {
	float: right;
	position: relative;
	left: 0px;
	top: 2px;
	padding: 2px 10px 2px 10px;
	background-color: #666666;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
}


#body_body_popup #page_layout_foot_text {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 2px 10px 2px 10px;
	background-color: #666666;
	color: #ffffff;
	margin: 0px;
	border-width: 0px;
}


#page_layout_container_all_popup {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 635px;
	border-width: 0px;
	color: #666666;
}

/* Der Fenster schliessen Link im Popup */
#page_link_return_popup {
	position: relative;
	left: 8px;
	top: 5px;
}



/* Der Seiteninhalt im Popup. Hat kein Menue */
#page_content_popup {
	margin: 110px 0px 0px 5px;
	height: 535px;
	padding: 0px;
}

#page_content_popup a {
	font-weight: bold;
}


.content_textblock_simple {
	margin: 5px 0px 5px 0px;
}

.content_textblock_indented {
	margin: 10px 0px 10px 20px;
}

.content_textblock_error {
	margin: 10px 0px 10px 0px;
}

.headline_text {
	line-height: 30px;
	font-weight: bold;
	color: inherit;
	text-align: center;
	letter-spacing: 2px;
}


/**
 *	Die Navigation links.
 */

/** Allgemeine Oberklasse **/
a.menu_left_common {
	display: block;
	text-decoration:none;
	height: 16px;
	padding-left: 26px;
	color: #404040;
	border-width: 0px;
}


/* Standard */
a.menu_left_default_on,
a.menu_left_default_off:hover {
	background-color: #ffffff;
	color: #ed2790;
	background-image: url( ../images/menu_left_default_bg_on.png );
}

a.menu_left_default_off {
	background-color: #ffffff;
	background-image: url( ../images/menu_left_default_bg_off.png );
}

/* Sprachauswahl */
a.menu_left_lang_on,
a.menu_left_lang_off:hover {
	background-color: #ffffff;
	color: #00B0F0;
	background-image: url( ../images/menu_left_lang_bg_on.png );
}

a.menu_left_lang_off {
	background-color: #ffffff;
	background-image: url( ../images/menu_left_lang_bg_off.png );
	color: #a0a0a0;
}

/* Untermenuepunkt */
a.menu_left_sub_on,
a.menu_left_sub_off:hover {
	background-color: #ffffff;
	color: #ed2790;
	background-color: #ffffff;
}

a.menu_left_sub_off {
	background-color: #ffffff;
}


a.link_popup_return {
	color: #ffffff;
}

/**
 *	Fuer die Formatanweisungen
 */

.format_paragraph {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.format_image_left {
	margin: 5px 5px 5px 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.format_image_right {
	margin: 5px 0px 5px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/** Anweisung: **...** */
.format_strong {
	font-weight: bold;
}

/** Anweisung: ^^...^^ */
.format_big {
	font-size: 150%;
	line-height: 140%;
}


/** Anweisung: \\...\\ */
.format_align_right {
	text-align: right;
}

/** Anweisung: //...// */
.format_italic {
	font-style: italic;
}

/** Anweisung: ++...++ */
.format_indent_left_1 {
	margin-left: 20px;
	text-align: left;
}

/** Anweisung: --...-- Siehe auch .format_list_ul_item */
.format_list_ul {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
}

.format_list_ul_item {
}


.format_list_ol {
	margin-top: 3px;
	margin-bottom: 3px;
}

.format_list_ol_item {
}

.format_link_mail {
}

.format_link_url {
}


/**
 *	Klassen fuer die Maschinen-Liste (Angebote)
 */

/* Hersteller-Einleitung in der Maschinenliste */
.machine_sectionhead_producers {
	margin: 10px 0px 10px 0px;
	font-size: 130%;
	color: #ed2790;
}

/* Farbanzahl-Einleitung in der Maschinenliste */
.machine_sectionhead_numberofcolors {
	margin: 10px 0px 10px 20px;
	font-size: 110%;
	color: #ed2790;
}


/* Kontainer um Intro und Liste */
.machines_entries_list_container {
	margin: 15px 0px 20px 0px;
	clear: both;
}

.machines_entries_list_intro {
	margin: 5px 0px 10px 0px;
}

.machines_entries_list_list {
}

.machine_entry_container {
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #e8e8e8;
	color: #666666;
}

.machine_entry_image {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 2px;
}

.machine_entry_name {
	margin: 0px 0px 2px 0px;
}

.machine_entry_price {
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}

.machine_entry_reference {
}

.machine_entry_data {
}

.machine_entry_available {
/*	color: #d01060; */
	margin-top: 5px;
}

.machine_entry_details {
	font-style: italic;
	margin: 3px 0px 3px 0px;
}

a.machine_entry_link2details {
	color: #666666;
}

.machine_entry_requestinfo {
}

/* Maschinen-Daten im Details-Fenster */

.machine_details_name {
	margin: 4px 0px 4px 0px;
}

.machine_details_price {
	margin: 4px 0px 4px 0px;
	font-size: 130%;
	font-weight: bold;
}

.machine_details_reference {
	margin: 4px 0px 4px 0px;
}

.machine_details_data {
	margin: 4px 0px 4px 0px;
}

.machine_details_available {
	margin: 4px 0px 4px 0px;
/*	color: #d01060; */
}

.machine_details_details {
	margin: 4px 0px 4px 0px;
	font-style: italic;
}

.machine_details_requestinfo {
}

/**
 *	Klassen fuer die Ersatzteile-Liste (Angebote)
 */

.spareparts_entries_list_container {
	margin: 15px 0px 20px 0px;
	clear: both;
}

.spareparts_entries_list_intro {
	margin: 5px 0px 10px 0px;
}

.spareparts_entries_list_list {
}

.sparepart_entry_container {
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #e8e8e8;
	color: #666666;
}

.sparepart_entry_image {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 2px;
}

.sparepart_entry_name {
	margin: 0px 0px 2px 0px;
}

.sparepart_entry_price {
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}

.sparepart_entry_reference {
}

.sparepart_entry_details {
	font-style: italic;
	margin: 3px 0px 3px 0px;
}

a.sparepart_entry_link2details {
	color: #666666;
}

.sparepart_entry_requestinfo {
}

/* Und noch mal fuer die Details-Anzeige */

.sparepart_details_name {
	margin: 4px 0px 4px 0px;
}

.sparepart_details_price {
	font-size: 130%;
	font-weight: bold;
}

.sparepart_details_reference {
	margin: 4px 0px 4px 0px;
}

.sparepart_details_details {
	margin: 4px 0px 4px 0px;
	font-style: italic;
}

.sparepart_details_requestinfo {
}

/**
 *	Klassen fuer die Suchanzeigen-Liste
 */

.enquiries_entries_list_container {
	margin: 15px 0px 20px 0px;
	clear: both;
}

.enquiries_entries_list_intro {
	margin: 5px 0px 10px 0px;
}

.enquiries_entries_list_list {
}

.enquiries_entry_container {
	margin: 3px 0px 3px 0px;
	padding: 2px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #e8e8e8;
	color: #666666;
}

.enquiries_entry_name {
	margin: 0px 0px 2px 0px;
}

.enquiries_entry_reference {
}

.enquiries_entry_data {
}

.enquiries_entry_details {
	font-style: italic;
}

.enquiries_entry_requestinfo {
}


/* Fuer das Popup von Maschinen und Ersatzteile */
.popup_details_container {
}

.popup_details_datafields {
	margin-left: 75px;
}

/* Haengt am unteren Rand von page_content_popup */
.popup_details_images {
	position: absolute;
	left: 0px;
	height: 255px;
	bottom: 30px;
	color: #ffffff;
	margin: 0px;
	margin-left: 20px;
}

.popup_details_productimage {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin: 1px;
}


.home_flag {
	border-width: 1px;
	border-color: #a0a0a0;
	border-style: solid;
	margin: 0px 10px 0px 10px;
}

/**	Farbliche Markierung der Suchtreffer */
.search_hit {
	color: #6060ff;
}
