/* @override 
	http://kehler-druck.fr/assets/site/css/screen.css
	http://kehler-druck.de/assets/site/css/screen.css
	http://gyss-imprimeur.fr/assets/site/css/screen.css
*/

/* @group Globale Definitionen */

/* @group Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	
	text-indent: 0;
	vertical-align: baseline;
	
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

a img
{
	border: 0;
}

ul 
{
	list-style-type: none;
}

/* @group Tabellen */

table
{
	width: 100%;
	border-spacing: 0;
}

* html table
{
	border-collapse: collapse;
}

*+html table
{
	border-collapse: collapse;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px 4px 2px 0;
}

/* @end */

/* @group Formulare */

input.button
{
	cursor: pointer;
}

/* @end */



/* @end */

/* @group Trenner */

hr 
{
	display: block;
	background: #aaa;
	color: #aaa;
	width: 100%;
	height: 1px;
	border: none;
}

/* @end */

/* @group Links */

a
{
	color: #6e6e6e;
	outline: none;
}

a:hover
{
	
}

/* @end */

/* @end */

/* @group Seite */

body
{
	background: #ffffff;
}

div.site
{
	position: relative;
	width: 980px;
	
	margin: 0 auto;
	padding-bottom: 30px;
	
	color: #6e6e6e;
	background: white;
}

/* @end */

/* @group Home */

body.home
{
	background: #1347b1 url(/assets/site/images/home_background.png) no-repeat center top;
}

body.home div.site
{
	width: 470px;
	margin-top: 169px;

	background: none;
}

body.home div.site h1
{
	display: none;
}

body.home div.language_selection_home ul li
{
	float: left;
	display: inline;
	margin-right: 39px;
}

body.home div.language_selection_home ul li a
{
	float: left;
	padding-left: 25px;
	font-size: 11px;
	color: white;
	line-height: 220%;
	text-decoration: none;
}

body.home div.language_selection_home ul li a:hover
{
	text-decoration: underline;
}


/* @end */

/* @group Inhalte */

/* @group Absatzformate */

div.content h3 
{
	font-size: 18px;
	line-height: 23px;
	margin: 12px 20px 24px 12px;
	color: #cc0000;
}

div.content h4
{
	font-size: 16px;
	margin: 20px 12px 4px 12px;
	color: black;
}

div.content h5
{
	margin: 0 12px;
	font-size: 12px;
	color: black;
}

div.content p
{
	margin-bottom: 12px;
	margin-left: 12px;
	max-width: 490px;
}

div.content p.fussnote
{
	clear: both;
	padding-top: 30px;
}

div.content sup, div.content sub
{
	font-size: 9px;
	line-height: 0;
}

div.content small, div.content .small
{
	font-size: 10px;
}

 
div.content .big
{
	font-size: 16px;
	line-height: 19px;
}

/* @end */

/* @group Listen */

div.content ul
{
	margin-bottom: 12px;
	margin-left: 32px;
	
	list-style-type: disc;
}

div.content ol 
{
	margin-bottom: 12px;
	margin-left: 25px;
}

/* @group Icon-Listen */

div.content ul.icon
{
	margin-left: 12px;
	list-style-type: none;
}

div.content ul.icon li a
{
	display: block;
	height: 1%;
	padding: 3px 0 4px 23px;
}

div.content ul.icon li.pdf a
{
	background: url(/assets/site/images/icon_pdf.gif) no-repeat 0 1px;
}

/* @end */

/* @group Definitionsliste */

div.content dl
{
	margin: 0 12px;
}

div.content dt
{
	font-weight: bold;
	margin-top: 10px;
}

div.content dd
{
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 18px;
}

/* @end */



/* @end */

/* @group Spalten */

div.content .float_left
{	
	float: left;
	display: inline;
	width: 40%;
	margin-right: 5%;
}
div.content .float_right
{
	float: right;
	display: inline;
	width: 40%;
	margin-left: 5%;
}

/* @end */

/* @group Links */

div.content a.link_button_rot,
div.content a.link_button_grau
{	
	text-decoration: none;
}

div.content a.link_button_rot img,
div.content a.link_button_grau img
{	
	position: relative;
	top: 1px;
	margin-left: 3px;
}

div.content div.content div.teaser a.link_button_rot img,
div.content div.content div.teaser a.link_button_grau img
{	
	margin-bottom: -2px;
}



/* @end */

/* @group Formulare */

/* @group Allgemein */

div.content form p *
{
	font-size: 13px;
}

div.content form p a
{
	font-size: 13px;
}

div.content form h4
{
	margin-bottom: 15px;
}

div.content form p.form_input
{
	position: relative;
	clear: both;
	height: 20px;
}

div.content form p.form_input label.left,
div.content form p.form_input span.label
{
	float: left;
	display: inline;
	
	padding-top: 1px;

	width: 180px;
}

div.content form p.form_input span.input label
{
	margin-right: 10px;
}

div.content form p.form_input span.input input.text,
div.content form p.form_input span.input textarea,
div.content form p.form_input span.input select
{
	float: left;
	display: inline;
	
	margin-right: 7px;
	
	border: none;
	background: #f0f0f0;
	padding: 2px 4px;
}



/* @end */

/* @group Breiten */

div.content form p.form_input span.input .width_10
{
	width: 20px;
}

div.content form p.form_input span.input .width_20
{
	width: 40px;
}

div.content form p.form_input span.input .width_30
{
	width: 60px;
}

div.content form p.form_input span.input .width_40
{
	width: 80px;
}

div.content form p.form_input span.input .width_50
{
	width: 100px;
}

div.content form p.form_input span.input .width_60
{
	width: 120px;
}

div.content form p.form_input span.input .width_70
{
	width: 140px;
}

div.content form p.form_input span.input .width_80
{
	width: 160px;
}

div.content form p.form_input span.input .width_90
{
	width: 180px;
}

div.content form p.form_input span.input .width_100
{
	width: 215px;
}

/* @end */

/* @group Select-Boxen */

div.content form p.form_input span.input select.width_100
{
	width: 218px;
}

/* @end */

/* @group Radio-Buttons */

div.content form p.radio label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: 0;
	top: 2px;
}

* html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.radio
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Checkboxen */

div.content form p.checkbox label
{
	position: relative;
	padding-left: 17px;
}

div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: 0;
	top: 1px;
}

* html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

*+html div.content form p.form_input span.input input.checkbox
{
	position: absolute;
	left: -4px;
	top: -2px;
}

/* @end */

/* @group Textarea */

div.content form p.textarea
{
	height: 160px;
}

div.content form p.form_input span.input textarea
{
	height: 150px;
}

/* @end */

/* @group Fehlermedlungen */

div.content form p.form_error
{
	padding: 2px 4px;
	font-size: 13px;
	color: white;
	background: red;
}

/* @group Label */

div.content form p.error label.left,
div.content form p.error span.label
{
	color: red;
	font-weight: bold;
}


/* @end */

/* @group Felder */

div.content form p.error input.text,
div.content form p.error textarea
{
	
}

div.content form p.error label.error
{
	
}

/* @end */

/* @end */

/* @group Buttons */

div.content form p.button
{
	height: 1%;
}

* html div.content form p.form_input span.input input.button
{
	margin-left: -3px;
}

/* @end */

/* @group Hinweis Pflichtfeld */

div.content form p.button span.label small
{
	position: absolute;
	bottom: 0;
}

/* @end */

/* @end */

/* @group Bilder */

div.content p.bilder
{
	width: 564px;
	max-width: 564px;
}

div.content .image,
div.content .image img,
div.content .image a,
div.content a.image
{
	display: block;

}

div.content .img_right
{	
	float: right;
	clear: both;
	display: inline;
	
	margin: 0 0 8px 8px;
}

div.content .img_left
{	
	float: left;
	clear: both;
	display: inline;

	margin: 0 8px 8px 0;
}

div.content .img_horizontal
{
	display: block;
	clear: both;
	margin-bottom: 10px;
}

div.content .img_list
{
	clear: none;
}

div.content .img_hide,
div.content a.img_hide
{
	display: none;
}

/* @group Bildunterschrift */

div.content .image p
{	
	font-style: italic;
}



/* @end */

/* @group Enlarge Icon */

div.content .image a,
div.content a.image
{	
	position: relative;
}

div.content .image span.icon_enlarge
{	
	position: absolute;
	right: 5px;
	bottom: 5px;
	
	width: 26px;
	height: 26px;
	
	background: url(/assets/site/images/icon_enlarge.png) no-repeat;
}

div.content .image:hover span.icon_enlarge,
div.content a.image:hover span.icon_enlarge
{	
	background-position: -26px 0;
}

* html div.content .image span.icon_enlarge
{	
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/site/images/icon_enlarge.png', sizingMethod='crop');
	background: none;
}



/* @end */



/* @end */

/* @group Google Maps */

div.content div#map
{
	height: 400px;
	border: 1px solid #979797;
}

/* @end */



/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 100px;
}

/* @group Logo */

div.head h1 
{
	position: absolute;
	left: 206px;
	top: 20px;
	
	width: 260px;
	height: 80px;
	
	background: url(/assets/site/images/head_logo.gif) no-repeat;
	background-repeat: no-repeat;
}

div.head h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

/* @end */

/* @group Slogan */

div.head h2
{
	position: absolute;
	left: 0;
	top: 0;
	
	width: 201px;
	height: 100px;
	background-repeat: no-repeat;
}

div.head h2 a
{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: -1000em;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
	left: 777px;
	top: 10px;
}

div.head div.meta_navigation ul
{
	
}

div.head div.meta_navigation ul li
{
	
}

div.head div.meta_navigation ul li a
{
	font-size: 12px;
	text-decoration: none;
}

div.head div.meta_navigation ul li a:hover,
div.head div.meta_navigation ul li.active a
{
	font-weight: bold;
}

/* @end */

/* @group Sprachauswahl */

div.head div.language_selection
{
	margin-top: 60px;	
}

div.head div.language_selection ul li.active
{
	display: none;
}

div.head div.language_selection ul li a
{
	font-weight: bold;	
}

/* @end */

/* @group Suche */

div.head div.search
{
	position: absolute;
	right: 10px;
	bottom: 20px;
}

/* @end */



/* @end */

/* @group Navigation */

div.navigation 
{
	float: left;
	display: inline;
	width: 201px;
	min-height: 670px;
	
	margin: 0 5px 0 0;
	border-top: 25px solid #1347b1;
	background: url(/assets/site/images/nav_background.gif) no-repeat left bottom;
}

* html div.navigation 
{
	height: 670px;
}

/* @group Ebene 1 */

div.navigation ul
{

}

div.navigation ul li
{
	border-bottom: 1px dotted #a4a4a4;
}

div.navigation ul li a
{
	display: block;
	padding-left: 30px;
	height: 30px;
	
	color: black;
	font-size: 13px;
	text-decoration: none;
	line-height: 32px;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	font-weight: bold;
}

div.navigation ul li.selected a
{
	background: url(/assets/site/images/link_button_rot.gif) no-repeat 4px 9px;
}



/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	display: none;
	margin: -3px 0 5px 0;
}

div.navigation ul li.active ul
{
	display: block;
}

div.navigation ul li ul li
{
	border: none;
}

div.navigation ul li.active ul li a
{	
	font-weight: normal;
	color: #a4a4a4;
	line-height: 21px;
	height: 1%;
	background: none;
}

div.navigation ul li ul li a:hover,
div.navigation ul li ul li.active a
{
	font-weight: bold;
	color: black;
}

div.navigation ul li ul li.selected a
{	
	color: black;
	background: url(/assets/site/images/link_button_rot.gif) no-repeat 4px 4px;
}


/* @end */

/* @group Ebene 3 */

div.navigation ul li.active ul li ul
{
	display: none;
	margin: -2px 0 5px 0;
}

div.navigation ul li.active ul li.active ul
{
	display: block;
}

div.navigation ul li ul li ul li
{

}

div.navigation ul li.active ul li.active ul li a
{
	padding: 3px 0 2px 40px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	
	color: #a4a4a4;
	background: none;
}

div.navigation ul li.active ul li.active ul li a:hover
{
	font-weight: bold;
	color: black;
}

div.navigation ul li.active ul li.active ul li.active a
{	
	color: black;
	font-weight: bold;
	background: url(/assets/site/images/link_button_rot.gif) no-repeat 4px 2px;
}


/* @end */

/* @group Teaser Kehler Druck */

div.navigation div.teaser_kehlerdruck_de,
div.navigation div.teaser_kehlerdruck_fr
{
	position: absolute;
	width: 201px;
	top: 550px;
	
	background: white;
}

/* @group Zertifizierungen */

div.navigation div.teaser_kehlerdruck_de div.zertifizierungen,
div.navigation div.teaser_kehlerdruck_fr div.zertifizierungen
{	
	border-top: 3px solid #a6abb3;
}



/* @end */

/* @group Hotline */

div.navigation div.teaser_kehlerdruck_de div.hotline,
div.navigation div.teaser_kehlerdruck_fr div.hotline
{	
	border-top: 3px solid #cb0000;
	border-bottom: 3px solid #cb0000;
	
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 30px;
}

div.navigation div.teaser_kehlerdruck_de div.hotline *,
div.navigation div.teaser_kehlerdruck_fr div.hotline *
{
	font-size: 12px;
	line-height: 130%;
}

div.navigation div.teaser_kehlerdruck_de div.hotline h4,
div.navigation div.teaser_kehlerdruck_fr div.hotline h4
{
	color: #1d4eb5;
}



/* @end */


/* @end */

/* @group Teaser Gyss */

div.navigation div.teaser_gyss_fr
{
	position: absolute;
	width: 201px;
	top: 550px;
	
	background: white;
}

/* @group Zertifizierungen */

div.navigation div.teaser_gyss_fr div.zertifizierungen
{	
	border-top: 3px solid #a6abb3;
	border-bottom: 3px solid #a6abb3;
}



/* @end */


/* @end */



/* @end */

/* @group Hauptbereich */

div.main 
{
	float: left;
	display: inline;
	width: 554px;
	overflow: hidden;
}

/* @group Breadcrumbs */

div.main p.breadcrumbs
{
	margin: 0;
	padding: 0 13px;
	
	max-width: none;
	min-height: 25px;
}

div.main p.breadcrumbs,
div.main p.breadcrumbs *
{
	font-size: 12px;
	line-height: 25px;
	
	color: white;
	background: #1347b1;
}



/* @end */

/* TinyMCE Hauptbereich Anfang */

/* @group Teaser Home */

div.content div.teaser
{
	float: left;
	width: 174px;
	height: 210px;
	
	margin: 10px 10px 0 0;
	background: url(/assets/site/images/teaser_background.gif) no-repeat left bottom;
}

div.content div.teaser h5
{
	margin: 10px 10px 3px 12px;

	font-size: 13px;
	line-height: 16px;
	color: black;
	
}

div.content div.teaser p
{
	font-size: 13px;
	line-height: 16px;
	width: 160px;
}

div.content div.teaser a
{
	font-size: 13px;
	line-height: 16px;
}

/* @end */

/* @group Text-Teaser */

div.main div.text_teaser
{
	float: right;
	width: 50%;
	
	margin-top: 12px;
	padding: 10px 0;
	
	
	background: #dcdcdc;
}

div.main div.text_teaser h4
{
	margin-top: 0;
	margin-bottom: 10px;
}

div.main div.text_teaser p
{
	margin-right: 12px;
	margin-bottom: 10px;
}

div.main div.text_teaser *
{	
	color: black;
	font-size: 14px;
}

/* @end */

/* @group News */

div.main div.news
{
	margin: -12px 12px 12px 12px;
}

div.main div.news *
{
	margin-left: 0;
	margin-right: 0;
}

div.main div.news p.bilder .img_left
{
	margin-right: 8px;
}

div.main div.news div.entry
{
	padding-top: 12px;
	border-bottom: 1px dotted #a4a4a4;
}

div.main div.news div.entry h4
{
	margin-top: 0;
	margin-bottom: 10px
}

div.main div.news div.entry h5
{
	color: #cc0000;
}

/* @end */

/* TinyMCE Hauptbereich Ende */

/* @group Ansprechpartner-Übersicht */

div.main div.abteilung
{
	float: left;
	width: 30%;
}

div.main div.abteilung h3
{
	margin-top: 11px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #a4a4a4;
}

div.main div.abteilung h3 a
{
	color: #cc0000;
	text-decoration: none;
	font-size: 13px;
}

div.main div.abteilung h3 a:hover
{
	text-decoration: underline;
}

div.main div.abteilung ul
{
	list-style-type: none;
	margin-left: 12px;
}

div.main div.abteilung ul li
{
	margin-bottom: 4px;
}

div.main div.abteilung ul li a
{
	padding-left: 18px;
	
	color: black;
	font-size: 13px;
	text-decoration: none;

	background: url(/assets/site/images/link_pfeil_schwarz.gif) no-repeat 0 4px;
}

div.main div.abteilung ul li a:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Ansprechpartner-Mitarbeiter */

div.main ul.ansprechpartner
{
	clear: both;
	width: 80%;
	height: 125px;
	margin-left: 12px;
	margin-bottom: 20px;
	
	list-style-type: none;
	background: #f0f0f0;
	
	font-size: 1px;
}

div.main ul.ansprechpartner li
{
	position: relative;
	float: left;
	display: inline;
	height: 100%;
	padding: 5px;
	
	border-top: 1px dotted #999999;
}

div.main ul.ansprechpartner li.name_bild
{
	width: 35%;
	margin-right: 5%;
	
	font-weight: bold;
}

div.main ul.ansprechpartner li.name_bild img
{
	position: absolute;
	left: 0;
	bottom: 11px;
}

div.main ul.ansprechpartner li.kontakt
{
	width: 55%;
}

/* @end */

/* @group Sitemap */

div.content div.sitemap
{
	margin-bottom: 12px;
}

/* @group Ebene 1 */

div.content div.sitemap ul
{
	margin-bottom: 0;
	list-style-type: none;
	margin-left: 12px;
}

div.content div.sitemap ul li
{
	margin-top: 20px;	
}

div.content div.sitemap ul li a
{
	color: #cc0000;
	text-decoration: none;
	
	font-size: 13px;
	font-weight: bold;
}

div.content div.sitemap ul li a:hover
{
	text-decoration: underline;	
}



/* @end */

/* @group Ebene 2 */

div.content div.sitemap ul li ul
{
	margin-left: 0;
}

div.content div.sitemap ul li ul li
{
	margin-top: 3px;
}

div.content div.sitemap ul li ul li a
{
	color: black;
	font-weight: normal;
	
	padding-left: 18px;
	background: url(/assets/site/images/link_pfeil_schwarz.gif) no-repeat 0 4px;
}

div.content div.sitemap ul li a:hover
{
	text-decoration: underline;	
}


/* @end */

/* @group Ebene 3 */

div.content div.sitemap ul li ul li ul
{
	margin-left: 18px;
	margin-bottom: 12px;
}

div.content div.sitemap ul li ul li
{
	margin-top: 3px;
}

div.content div.sitemap ul li ul li a
{
	color: black;
	font-weight: normal;
	
	padding-left: 18px;
	background: url(/assets/site/images/link_pfeil_schwarz.gif) no-repeat 0 4px;
}

div.content div.sitemap ul li a:hover
{
	text-decoration: underline;	
}


/* @end */

/* @group Meta-Navigation */

div.content div.sitemap h4
{
	font-size: 13px;
	margin-left: 0;
}

/* @end */


/* @end */

/* @group Google Maps */

div.main div#map
{
	margin: 12px;
}

div.main div#map *
{
	font-size: 11px;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: right;
	display: inline;
	width: 215px;
	overflow: hidden;
}

div.sidebar div.box
{
	margin-bottom: 5px;
	background: #cccccc;
}

/* @group Box allgemein */

div.sidebar div.box h4
{
	height: 20px;
	background: #1347b1;
	
	margin: 0;
	padding: 3px 10px 2px 12px;
	
	font-size: 12px;
	color: white;
}

div.sidebar div.box img
{
	display: block;
}

div.sidebar div.box p
{
	margin: 5px 10px 5px 12px;
	padding-bottom: 7px;
	font-size: 13px;
	line-height: 16px;
}

div.sidebar div.box a.highlight
{
	font-size: 13px;
	line-height: 16px;
	
	color: #1347b1;
	text-decoration: underline;
}

/* @end */

/* @group Teaser */

div.sidebar div.sidebar_teaser a
{
	display: block;
}

div.sidebar div.europrintpartner h4
{
	display: none;
}

/* @end */

/* @group News */

div.sidebar div.news
{
	margin-bottom: 5px;
	background: none;
	padding: 0 0 5px 0;
}

div.sidebar div.news_teaser
{
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #a4a4a4;
}

div.sidebar div.news h4
{
	height: 20px;
	background: #cc0000;
	
	margin: 0;
	padding: 3px 10px 2px 12px;
	
	color: white;
}

div.sidebar div.box h5
{
	margin: 0;
	padding: 5px 10px 0px 12px;
	
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
}

div.sidebar div.box h6
{
	margin: 0;
	padding: 0px 10px 0px 12px;
	
	font-size: 13px;
	color: black;
}

div.sidebar div.box a.link_pfeil_schwarz
{
	text-decoration: none;
}

div.sidebar div.box a.link_pfeil_schwarz img
{
	display: inline;
	position: relative;
	top: 1px;
	margin-left: 3px;
}

/* @end */

/* @end */
