/* @group Allgemein */

/* TinyMCE Allgemein Anfang */

/* @group Grunddefinitionen */

*
{
	margin: 0;
	padding: 0;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
	color: #707070;
}

/* @end */

/* @group Links */

a
{
	color: #707070;
	text-decoration: none;
}

a:hover
{
	color: #a02031;
	text-decoration: underline;
}

/* @end */

/* @group Bilder */

img
{
	border: 0;
}

/* @end */

/* @group Tabellen */

table
{
	width: 100%;
}

table tr th,
table tr td
{
	vertical-align: top;
	text-align: left;
	padding: 0 4px 4px 0;
}

/* @end */

/* @group Listen */

ul 
{
	list-style-type: none;
}

/* @end */

/* TinyMCE Allgemein Ende */

/* @group Formularfelder */

input.text,
textarea,
select
{
	border: 1px solid #cccccc;
	padding: 1px;
}



/* @end */

/* @group Buttons */

input.button 
{
	font-size: 10px;
	color: black;
	
	padding: 0 4px 0 4px;
	
	cursor: pointer;
	cursor: hand;
	
	border: 1px solid #999999;
	background: #f6f6f6 url(/assets/site/images/form_submit_background.gif) no-repeat;
}

*html input.button,
html* input.button
{
	height: 15px;
	line-height: 10px;
}

/* @end */

/* @end */

/* @group Seite */

body
{	
	background: #dcdcdc;
}

div.site
{
	position: relative;
	width: 941px;
	overflow: hidden;
	
	margin: 0 auto 20px auto;
	
	background: white;
}

/* @end */

/* @group Kopfbereich */

div.head 
{
	position: relative;
	height: 179px;
}

/* @group Logo */

div.head h1.company
{
	position: absolute;
	left: 28px;
	top: 28px;
	
	width: 130px;
	height: 37px;
	overflow: hidden;
	
	background: url(/assets/site/images/head_logo.gif) no-repeat;
}

div.head h1.company a
{
	display: block;	
	width: 130px;
	height: 37px;
	
	text-indent: -1000em;
}



/* @end */

/* @group Bild */

div.head div#head_image
{
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 742px;
	height: 151px;
	
	background-repeat: no-repeat;
}

div.head div#head_image img
{	
	width: 742px;
	height: 151px;
}



/* @end */

/* @group Meta-Navigation */

div.head div.meta_navigation
{
	position: absolute;
	left: 199px;
	top: 7px;
	
	width: 400px;
	
}

div.head div.meta_navigation ul
{

}

div.head div.meta_navigation ul li
{
	float: left;
	margin-right: 4px;
}

div.head div.meta_navigation ul li a
{

}

div.head div.meta_navigation ul li a:hover
{
	color: #a02031;
	text-decoration: underline;
}


div.head div.meta_navigation ul li.active a
{
	color: #a02031;
}

div.head div.meta_navigation ul li.last
{
	color: white;
}


/* @end */

/* @group Sprachauswahl */

div.head div.languages
{
	position: absolute;
	right: 170px;
	top: 5px;
	
	width: 150px;
}

div.head div.languages select
{
	font-size: 10px;
	width: 140px;
}


/* @end */

/* @group Suche */

div.head div.search
{
	position: absolute;
	right: 0;
	top: 5px;
	
	width: 160px;
	
	color: #a02031;
}

div.head div.search input.text
{
	width: 90px;
	font-size: 10px;
}

div.head div.search input.submit
{
	position: absolute;
	right: 18px;
	top: 4px;
}



/* @end */



/* @end */

/* @group Navigation */

div.navigation 
{
	float: left;
	width: 199px;
	
	padding-top: 25px;
}

/* @group Ebene 1 */

div.navigation ul
{

}

div.navigation ul li
{
	
}

div.navigation ul li a
{
	display: block;
	height: 1%;
	margin-right: 15px;
	padding: 3px 0 3px 29px;
	
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #dcdcdc;
}

div.navigation ul li a:hover,
div.navigation ul li.active a
{
	color: #a02031;
}


/* @end */

/* @group Ebene 2 */

div.navigation ul li ul
{
	
}

div.navigation ul li ul li
{
	
}

div.navigation ul li ul li a
{	
	font-weight: normal;
}

div.navigation ul li.active ul li a
{
	color: #707070;
}

div.navigation ul li.active ul li a:hover,
div.navigation ul li.active ul li.active a
{
	color: #a02031;
}



/* @end */



/* @end */

/* @group Inhalt */

div.content 
{
	min-height: 400px;
	float: left;
	width: 542px;
	overflow: hidden;
	
	padding-top: 28px;
	padding-bottom: 30px;
}

/* TinyMCE Inhalt Anfang */

/* @group Absatzformate */

div.content h2 
{
	font-size: 12px;
	color: #a02031;
	margin-bottom: 25px;
}

div.content h2 sup
{
	font-size: 10px;
	color: #a02031;
	line-height: 0;
}

div.content h3
{
	font-size: 11px;
	color: black;
	
	margin-top: 22px;
	margin-bottom: 11px;
}

div.content h3 sup
{
	font-size: 9px;
	color: black;
	line-height: 0;
}

div.content p
{
	margin-bottom: 11px;
}

div.content p sup
{
	font-size: 9px;
	line-height: 0;
}

div.content small
{
	font-size: 9px;
}

div.content .Wichtig
{
	font-weight: bold;
	color: #a02031;
}

div.content .Fussnote
{
	color: #a02031;
	font-size: 10px;
	
	line-height: 13px;
}

/* @end */

/* @group Listen */

div.content ul 
{
	margin-bottom: 11px;	
	list-style-type: none;
}

div.content ul li
{
	margin-bottom: 4px;
	padding-left: 12px;
	background: url(/assets/site/images/icon_bulletpoint.gif) no-repeat 0 6px;
}

div.content ol 
{
	margin-bottom: 11px;
	margin-left: 25px;
}



/* @end */

/* @group Bilder */

div.content p img
{
	border: 1px solid #d2d2d2;
}

div.content p img.left
{
	float: left;
	display: inline;
	margin: 2px 10px 5px 0;
}

div.content p img.right
{
	float: right;
	display: inline;
	margin: 2px 0 5px 10px;
}



/* @end */

/* @group Links */

div.content a
{
	padding-left: 16px;
	text-decoration: none;
	color: #707070;
	background: url(/assets/site/images/icon_link.gif) no-repeat 1px 2px;
}

div.content a:hover
{
	color: #a02031;
	text-decoration: underline;
}

div.content a.img
{
	padding-left: 0;
	background: none;
}

/* @end */

/* @group Links Mail */

div.content a.Link_Mail
{
	color: #a02031;
}

div.content a.Link_Mail:hover
{
	text-decoration: underline;
}

/* @end */

/* @group Links PDF */

div.content a.Link_PDF
{
	padding-left: 16px;
	text-decoration: none;
	color: #707070;
	background: url(/assets/site/images/icon_pdf.gif) no-repeat;
}

div.content a.Link_PDF:hover
{
	color: #a02031;
	text-decoration: underline;
}

/* @end */

/* TinyMCE Inhalt Ende */

/* @group Ansprechpartner */

div.content div.contact
{
	width: 554px;
	margin-top: 20px;
}

div.content div.contact div.box
{
	width: 265px;
	float: left;
	margin-right: 12px;
}

div.content div.contact div.box h3
{
	height: 22px;
}

div.content div.contact div.box img
{
	display: block;
	margin-bottom: 18px;
}
/* @end */

/* @group Produkt-Teaser */

div.content div.products_teaser
{
	width: 554px;
	margin-top: 15px;
	padding-top: 11px;
	background: url(/assets/site/images/products_teaser_linie.gif) no-repeat;
}

div.content div.products_teaser div.box
{
	width: 265px;
	float: left;
	margin-right: 12px;
}

div.content div.products_teaser div.box a.teaser_image
{
	display: block;
	background: none;
	padding: 0;
}

div.content div.products_teaser div.box h3
{
	margin-top: 14px;
}

/* @end */

/* @group Suchergebnisse */

div.content div.ajaxSearch_result
{
	margin: 0 10px 12px 0;
}

div.content div.ajaxSearch_result a.ajaxSearch_resultLink
{
	font-weight: bold;
	color: black;
}

div.content div.ajaxSearch_result span.ajaxSearch_highlight
{
	font-weight: bold;
	padding: 0 1px;
}

/* @end */

/* @group Sitemap */
div.content div.sitemap h3 a
{
	font-size: 11px;
	color: black;
	
	margin-top: 22px;
	margin-bottom: 11px;
	padding-left: 0;
	
	text-decoration: none;
	background: none;
}

div.content div.sitemap h3 a:hover
{
	color: #a02031;
	text-decoration: underline;
}

div.content div.sitemap li
{
	background: none;
	padding-left: 0;
}

div.content div.sitemap ul li ul li a
{
	font-weight: bold;
}

div.content div.sitemap ul li ul li ul li
{
	margin-left: 20px;
}

div.content div.sitemap ul li ul li ul li a
{
	font-weight: normal;
}


/* @end */

/* @group Kontaktformular */

div.content form#contact
{
	width: 450px;
	margin-top: 25px;
}

div.content form#contact h3
{
	margin: 20px 0 10px 0;
}

div.content form#contact p
{
	position: relative;
}

div.content form#contact p input.text,
div.content form#contact p textarea,
div.content form#contact p select
{
	position: absolute;
	right: 0;
	
	width: 330px;
}

div.content form#contact p.anrede_titel select#Anrede
{
	width: 100px;
	left: 116px;
}

div.content form#contact p.anrede_titel select#Titel
{
	width: 100px;
	left: 230px;
}

div.content form#contact p.anrede_titel
{
	margin-top: 15px;
}

div.content form#contact p select
{
	width: 334px;
}

div.content form#contact p span.input
{
	position: absolute;
	left: 116px;
}

div.content form#contact p.Nachricht,
div.content form#contact p.Nachricht textarea
{
	height: 100px;
}

/* @end */

/* @group Footer */

div.content div.content_footer
{
	position: absolute;
	right: 200px;
	bottom: 50px;
}

div.content div.content_footer ul
{
	margin: 0;
	list-style-type: none;
}

div.content div.content_footer ul li
{
	float: left;
	display: inline;
	margin-right: 4px;
	
	padding: 0;
	background: none;
}

div.content div.content_footer ul li a
{
	background: none;
	padding: 0;
}

div.content div.content_footer ul li a:hover
{
	color: #a02031;
	text-decoration: underline;
}



/* @end */

/* @group Trenner */

div.content div.hr
{
	margin-top: 5px;
	
	height: 1px;
	overflow: hidden;
	
	text-indent: -1000em;
	background: url(/assets/site/images/products_teaser_linie.gif) no-repeat;
}

/* @end */



/* @end */

/* @group Seitenleiste */

div.sidebar 
{
	float: left;
	display: inline;
	width: 170px;
	
	margin-left: 30px;
	padding-top: 28px;
}

div.sidebar div.box 
{
	margin-bottom: 14px;
	padding: 6px 10px 2px 10px;
	
	border: 1px solid #cccccc;
	border-right: none;
}

/* @group Login */

div.sidebar form 
{
	width: 100%;
	margin: 10px 0 0 0;
}

div.sidebar form p
{
	position: relative;
	padding-bottom: 4px;
}

div.sidebar form p input.text,
div.sidebar form p textarea,
div.sidebar form p select
{
	position: absolute;
	right: 0;
	
	width: 90px;
}

div.sidebar form p.submit
{
	padding-top: 5px;
}

div.sidebar form p span.input
{
	position: absolute;
	left: 55px;
}

*html div.sidebar form p span.input
{
	left: 54px;
}

div.sidebar form input.button
{
	width: 94px;
}

div.sidebar form p.submit
{
	margin: -6px 0 0 0;
}

/* @end */

/* @group Absatzformate */

div.sidebar div.box h4 
{
	margin-bottom: 2px;
}

div.sidebar div.box p 
{
	margin-bottom: 4px;
}



/* @end */

/* @group Formulare */

div.sidebar div.box form select
{
	width: 100%;
}



/* @end */

/* @group Links */

div.sidebar div.box a
{
	text-decoration: none;
	padding-left: 16px;
	background: url(/assets/site/images/icon_link.gif) no-repeat 1px 2px;
}

div.sidebar div.box a:hover
{
	text-decoration: underline;
}



/* @end */

/* @group Link-Liste */

div.sidebar div.box ul
{
	margin-bottom: 4px;
	list-style-type: none;
}

div.sidebar div.box ul li
{

}

div.sidebar div.box ul li a
{
	display: block;
	height: 1%;
	text-decoration: none;
	padding: 2px 0 2px 16px;
	background: url(/assets/site/images/icon_link.gif) no-repeat 1px 5px;
}

div.sidebar div.box ul li.pdf a
{
	background: url(/assets/site/images/icon_pdf.gif) no-repeat 0 4px;
}

div.sidebar div.box ul li a:hover
{
	text-decoration: underline;
}



/* @end */



/* @end */

/* @group Footer */

div.site_footer 
{
	margin-top: 10px;
	padding: 5px 20px;
	border-top: 1px solid #cccccc;
}

/* @group Kontaktdaten */

div.site_footer p
{
	float: left;
}

/* @end */

/* @group Meta-Navigation */

div.site_footer ul
{
	float: right;
}

div.site_footer ul li
{
	float: left;
	margin-right: 4px;
}

div.site_footer ul li.last
{
	color: white;
}

div.site_footer ul li a:hover
{
	color: #a02031;
	text-decoration: underline;
}


div.site_footer ul li.active a
{
	color: #a02031;
}

/* @end */

/* @end */