/* [Neovac] - [by Online Consulting AG] - [format.css] */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body 
{
    /*behavior: url("~/style/iehover.htc"); */
	font-size: 0.71em;
	line-height: 1.2em;
	height: 100%;
	color: #353535;
	}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 22px 0 0;
}
#header {
	width: 960px;
	margin-bottom: 5px;
}
#content {
	width: 568px;
	float: left;
	margin: 0 10px 10px;
}
#left {
	width: 186px;
	float: left;
}
#right {
	width: 186px;
	float: left;
}
#footer {
	margin-top: 5px;
	width: 960px;
	text-align: center;
}
	
	
/************************************************
*				Style-Elemente					*
************************************************/
img {
	border: none;
	}
hr {
	clear: both;
	color: #000;
	height: 1px;
	margin: 5px 0;
	background: #000;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #353535;
	}
	
a.active 
{
	color: #353535;
}
	
a:hover 
{
	color: #af151b;
}

a:focus {color: #000;}

/************************************************
*					Header						*
************************************************/
#header img.logo {
	margin-top: 30px;
}
#header #emotion {
	margin-top: 10px;
	width: 960px;
	position: relative;
}

#header #emotion h1 {
	position: absolute;
	top: 14px;
	left: 20px;
	color: white;
	font-size: 2em;
	line-height: 1em;
	width: 568px;
	/*width: 764px;*/
}
 /*If needed, include this in the file for the start page*/
/*	.start #header #emotion h1 {
		width: 920px;
	}*/


#header #emotion img {
	float: left;
}

/************************************************
*				Navigations						*
************************************************/

/*** Sprachen und Generische Navigation ***/
ul#sprachen, ul#generic-navigation {
	float: right;
	font-size: 1.08em; 
	}
ul#sprachen li, ul#generic-navigation li {
	float:left;
	display: inline;
	padding: 0 12px 0 11px;
	background: right 2px url('../images/design/navi-seperator.gif') no-repeat;
	}
ul#generic-navigation {
	margin-top: -12px;
	}
ul#generic-navigation {
	float: none;
	text-align: right;
	display: block;
	width: 100%;
    }
ul#generic-navigation li {
	float: none !important;
	text-align: right;
    }
	
ul#sprachen li a, ul#generic-navigation li a {
	text-decoration: none;
	}

/*** Hauptnavigation ***/
ul#hnav {
	margin: 5px 0 0;
	float: left;
	background: 0 0 url('../images/design/bg-hnav.gif') repeat-y;
}
ul#hnav li {
	float: left;
	display: inline;
	width: 175px;
	background: #f3df16;
	margin-right: 1px;
	padding: 3px 0 3px 20px;
}
ul#hnav li.first {
	width: 166px;
}
ul#hnav li.last {
	width: 165px;
	margin-right: 0px;
}
ul#hnav li a{
	display: block;
}
ul#hnav li a, ul#hnav li a:link, ul#hnav li a:visited {
	text-decoration: none;
}
ul#hnav li a:hover, ul#hnav li a:active, ul#hnav li a:focus, ul#hnav li a.active {
	color: #af151b;
}

/*** Subnavigation CSS1 ***/
div.tvMenu-TreeView {

}
/* Ebene 1 */
div.tvMenu-TreeView ul li {
	line-height: 16px;
	margin-bottom: 1px;
}
div.tvMenu-TreeView ul li a,
div.tvMenu-TreeView ul li a:link,
div.tvMenu-TreeView ul li a:visited   {
	padding: 2px 0 2px 20px;
	display: block;
	text-decoration: none;
	background: 8px url('../images/design/pfeil-rechts.gif') #f3df16 no-repeat;
}
div.tvMenu-TreeView ul li a:hover,
div.tvMenu-TreeView ul li a:active, 
div.tvMenu-TreeView ul li a:focus,
div.tvMenu-TreeView ul li a#tvMenu-TreeView-Link-Selected,
div.tvMenu-TreeView ul li a#tvMenu-TreeView-RootLink-ChildSelected {
	background: 6px url('../images/design/pfeil-unten.gif') #e3e1cc no-repeat !important;
}

div.tvMenu-TreeView ul li a#tvMenu-TreeView-Link-Selected
{
	color: #af151b;
}


/* Ebene 2 */
div.tvMenu-TreeView ul ul li {
	margin-top: 1px;
}
div.tvMenu-TreeView ul ul li {
	background: #e3e1cc;
	padding-left: 20px;
}
div.tvMenu-TreeView ul ul li a, 
div.tvMenu-TreeView ul ul li a:link, 
div.tvMenu-TreeView ul ul li a:visited {
	padding-left: 14px;
	background: 0px url('../images/design/pfeil-rechts.gif') no-repeat;
}

div.tvMenu-TreeView ul ul li a:hover, 
div.tvMenu-TreeView ul ul li a:active, 
div.tvMenu-TreeView ul ul li a:focus {
	background: 0px url('../images/design/pfeil-rechts.gif') no-repeat #e3e1cc !important;
	color: #af151b;
}
div.tvMenu-TreeView ul ul li a#tvMenu-TreeView-Link-Selected 
{
	background: #e3e1cc !important;
	color: #af151b;
}



/*** Subnavigation CSS2**
div.AspNet-TreeView {}*/
/* Ebene 1 
div.AspNet-TreeView ul li {
	line-height: 16px;
	margin-bottom: 1px;
}
div.AspNet-TreeView ul li a,
div.AspNet-TreeView ul li a:link,
div.AspNet-TreeView ul li a:visited   {
	padding: 2px 0 2px 20px;
	display: block;
	text-decoration: none;
	background: 8px url('../images/design/pfeil-rechts.gif') #f3df16 no-repeat;
}
div.AspNet-TreeView ul li a:hover,
div.AspNet-TreeView ul li a:active, 
div.AspNet-TreeView ul li a:focus,
div.AspNet-TreeView ul li a.active {
	background: 6px url('../images/design/pfeil-unten.gif') #e3e1cc no-repeat !important;
}
*/
/* Ebene 2 
div.AspNet-TreeView ul ul li {
	margin-top: 1px;
}
div.AspNet-TreeView ul ul li {
	background: #e3e1cc;
	padding-left: 20px;
}
div.AspNet-TreeView ul ul li a, 
div.AspNet-TreeView ul ul li a:link, 
div.AspNet-TreeView ul ul li a:visited {
	padding-left: 14px;
	background: 0px url('../images/design/pfeil-rechts.gif') no-repeat;
}
div.AspNet-TreeView ul ul li a:hover, 
div.AspNet-TreeView ul ul li a:active, 
div.AspNet-TreeView ul ul li a:focus {
	background: 0px url('../images/design/pfeil-rechts.gif') no-repeat #e3e1cc !important;
	color: #af151b;
}
div.AspNet-TreeView ul ul li a.active {
	background: #e3e1cc !important;
	color: #af151b;
}
*/


/************************************************
*					Start						*
************************************************/
.start #right {
	width: 377px;
}
.start #right #suche {
	margin-left: 5px;
	height: 134px;
	}
.start #emotion {
	width: 960px;
}
.start #content {
	margin: 0 10px 5px 0;
	width: 573px;
}
.start .title {
	height: 80px;
	background: #e3e1cc;
	margin-bottom: 5px;
	padding: 10px 0 10px 20px;
	position: relative;
}
.start .title img {
	float: left;

}
.start .title h1 {
	font-size: 1.4em;
	line-height: 1.45em;
	margin: 0px;
}
.start .title a {
	text-decoration: underline;
}

.start .title img.right {
	float: right;
	position: absolute;
	bottom: 3px;
	right: 5px;
}
.start .title img.left-top {
	margin: -37px 0 0 -15px;
	z-index: 1000;
	position: absolute;  
}
.start .title .text {
	margin-left: 105px;
	padding-right: 10px;
}
.start .title a.right {
	margin-left: 150px;
	position:absolute;
	bottom: 18px;
	font-size: 1.4em;
	font-weight: bold;
}



/************************************************
*					Box							*
************************************************/
.box { 
	width: 186px;
	background: #b9af8c;
	float:left;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.box h2 {
	background: #e3e1cc;
	color: #353535;
	padding: 4px 26px;
	font-size: 0.93em;
	margin-bottom: 11px;
}
.box a {
	padding-left: 26px;
	background: url(../images/design/link-arrows.gif) no-repeat 15px;
	text-decoration: underline;
}
.box p {
	padding: 0px 10px 20px 26px;
}
.box p a,
.box p a:link,
.box p a:visited {
	text-decoration: none;
	font-weight: bold;
	background: transparent url(../images/design/link-arrows.gif) no-repeat 15px 5px;
	margin-left: -26px;
	display: block; 
}
.box li a {
	background: none;
	text-decoration: underline;
}
.box input {
	background: #e3e1cc;
	border: 1px solid #fff;
	height: 20px;
	vertical-align: middle;
	color: #000;
	padding: 0 10px; 
}
.box input.txt {
	border: 1px solid #e3e1cc;
	background: #fff;
	padding: 3px 0 0 6px;
	height: 17px;
	margin-right: 7px;
}

.box .left
{
	padding-left: 26px;
	width:50px;
	float:left;
}

.box .link
{
	width:100%;
}

#suche input {
	width: 60px;
}
#suche input.txt {
	width: 90px;
	 
}
#suche {
	height: 145px;
	margin: 0 0 0 10px;
}
#suche p {
	padding: 0px 10px 10px;
}


/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {
	font-weight: bold;
	padding: 5px 0;
	}
h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-right: 0px;
	}
h2 {
	line-height: 1.2em;
	padding: 1px 0px;
	}
h3 {
	font-size: 1em;
	padding-top: 18px;
	padding-bottom: 3px;
	font-weight: bold;
	color:#f08a00;
	}
p {
	padding: 0 0 10px 0;
	}
	
dt, dd {
	float: left;
	padding: 3px 0;
	}
dt {
	font-weight: bold;
	width: 130px;
	}
dd {width: 400px;}

.milestone dt { width: 35px; font-weight:normal;}
.milestone dd { width: 470px;}
	
/* Tabellen */
table {border-collapse: collapse;}
table tr.even {background: #f5f5ed;}
table thead {
	color: #fff;
	}
table th, table td 
{
	padding: 0px;
	vertical-align: middle;
	color: Black;
	}
table td 
{
	 border-bottom: 1px solid white;
}
table th {
	font-weight: bold;
    border-bottom: 1px solid #f5f5ed;
    border-top:1px solid #f5f5ed;
    }
table tfoot td {
	border-top: 2px solid #f5f5ed;
	border-bottom: 2px solid #f5f5ed;
	}
/************************************************
*					Formular					*
************************************************/
fieldset {
	float: left;
	width: 295px;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #d2d2d2;
	}
legend {
	font-weight: bold;
	padding: 0 10px;
	}
label {
	float: left;
	width: 90px;
	padding: 2px 10px 0 0;
	line-height: 1.75em;
	}
label.checkbox {
	float: none;
	width: 400px;
	padding: 2px 0px 0px 5px;
	line-height: 1.75em;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	margin: 2px 0 0 0;
	border: 1px solid #E3E1CC;
	padding: 3px;
	}
input.txt {
	width: 185px;
}
textarea, select {
	float: left;
	margin-top: 5px;
	width: 185px;
	padding: 2px 2px 2px 4px;
	border: 1px solid #E3E1CC;
	}
textarea {height: 130px;}
select {
	height: 20px;
	width: 193px;
	}
select option {padding: 3px;}
	
/************************************************
*			Product Overview					*
************************************************/
.anriss {
	background: #E3E1CC;
	height: 80px;
	margin-bottom: 5px;
}
.anriss .bild {
	width: 186px;
	float:left;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 5px 0 0;
}/*
.anriss .beschreibung {
	height: 100%;
	float: left;
	width: 382px;
	vertical-align: middle;
	margin: auto;
}*/
.anriss .beschreibung a {
	text-decoration: underline;
}

.anriss .beschreibung {
	position: relative;
	height: 80px;
	float: left;
	width: 382px;
	margin: auto;
}
.anriss .beschreibung p {
	position: absolute;
	height: 80px;
	top: 20%; }
	
/************************************************
*					News Anriss					*
************************************************/
.news-anriss {
	border: 2px solid #e3e1cc;
	margin-bottom: 5px;
}
.news-anriss h1 {
	font-size: 1em;
	padding: 0px;
	margin: 0 0 20px 0;
}

.news-anriss .beschreibung {
	float: left;
	width: 353px;
	margin: 20px 5px 35px 20px;
}
.news-anriss .beschreibung a {
	text-decoration: underline;
}
.news-anriss .bild {
	float:left;
	width: 186px;
	text-align: center;
	padding-top: 20px;
	margin-bottom:20px;
}

.news-anriss .bild img {
	max-width: 160px;
	max-height: 200px;
}

/************************************************
*			Produkt	u. Ähnliches				*
************************************************/
.product, .unternehmen {
	background: url('../images/product_bg.gif') repeat-x;
	position: relative;
	border: 2px solid #e3e1cc;
}

/* Titel */
.product .title, .filiale .title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #e3e1cc;
	width: 337px;
	/*width: 525px;*/
	height: 120px;
	padding: 30px 20px 0px 20px;
}
.product .title h1, .filiale .title h1 {
	font-size: 2.2em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 2px 0;
}
.product .title p, .filiale .title p {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	width: 337px;
}

/* Beschreibung */
.product .beschreibung {
	width: 357px;
	margin: 22px 0 0 20px;
	}
.product .merkmale {
	width: 357px;
	margin: 22px 0 10px 20px;
	}

.product .beschreibung {
	margin: 22px 0 0 20px;
}

.product .beschreibung h2 {
	margin: 0;
	padding: 0 0 20px 0;
}

/* Merkmale */
.merkmale {
	width: 186px;
	background: #e3e1cc;
	float:left;
}
.merkmale h2 {
	background: #b9af8c;
	color: #353535;
}
.merkmale p {
	padding: 0px 10px 0px 26px;
}
.product .merkmale ul {
	padding: 0px 10px 10px 16px;
}

.product .merkmale ul li {
	padding-left: 10px;
	background: url(../images/design/merkmal_list.gif) no-repeat left 2px;
}

/* Bilder */
.product .bilder {
	width: 183px;
	float: right;
	text-align: center;
}
.product .bilder img {
	margin: 10px 0;
}

/* Downloads */
ul.download {
	/*margin: 0 0 10px 5px;*/
	margin: 0 0 0px 5px;
}

ul.download a {
	padding-left:0px;
}

.download li {
	height: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	}
.download li img {
	float: left;
	padding: 0px 8px 0 0;
	}
.download li span {
	float: left;
	}
/************************************************
*					Filiale						*
************************************************/
.filiale {
	background: url('../images/product_bg.gif') repeat-x;
	border: solid 2px #e3e1cc;
	border-bottom: none;
	width: 566px;
}
.filiale .col-3-3 {
	border: none;
	margin: 0;
}
/* Titel */
.filiale .title {
	background: transparent;
	height: auto;
}

/************************************************
*					Person						*
************************************************/
.person {
	border-top: solid 2px #e3e1cc;
}
.person div {
	float: left;
}
.person .bild {
	width: 100px;
	padding: 5px 0;
	margin-right: 20px;
}
.person .bild img {
	max-width: 100px;
	max-height: 200px;
}
.person .info {
	width: 250px;
	padding: 20px 0;
	margin-right: 10px;
}
.person .contact {
	padding: 20px 0;
	width: 186px;
}

.person .contact div.left 
{
	width:50px;
}

.person .contact div.right 
{
	 text-align:right;
}
.filter {
	padding: 0px 20px 20px 20px;
	width: 146px;
}
.filter select {
	width: 148px;
	margin: 20px 0 0 0;
	font-family: Arial;
	font-size: 1em;  
}

.filter input.txt {
	width: 139px;
	margin: 20px 0 5px 0;
}


/************************************************
*				Standort						*
************************************************/
.col-3-3 {
	padding: 20px 0  20px 20px;
	border: 2px solid #e3e1cc;
	margin-bottom: 5px;
	height: auto !important;
}
.col-3-3 a {
	text-decoration: underline;
}
.col-3-3 h2 {
	float:left;
	width: 356px;
}
.col-3-3 div {
	float: left;
}
.col-3-3 .col-1 {
	width: 166px;
}
.col-3-3 .col-2 {
	width: 186px;
	margin-left: 5px;
}
.col-3-3 .col-3 {
	float: right;
	width: 186px;
}
.col-3-3 .col-2 .fix,
.col-3-3 .col-1 .fix
{
	width:50px;
}
.col-3-3 .col-2 .fix_right,
.col-3-3 .col-1 .fix_right
{
	text-align:right;
}

/************************************************
*				Unternehmen						*
************************************************/
.unternehmen {
	padding: 0 20px 20px;
}
.unternehmen .title {
	margin-bottom: 20px;
}
/* Titel */
.unternehmen .title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background: #e3e1cc;
	width: 337px;
	height: 90px;
	padding: 30px 0px;
}
.unternehmen .title h1 {
	font-size: 2.5em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 2px 0;
}
.unternehmen .title p {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}

/* Bilder */
.unternehmen .bilder {
	width: 183px;
	float: right;
	text-align: center;
}
.unternehmen .bilder img {
	margin: 10px 0;
}

/************************************************
*					News						*
************************************************/
.news {
	padding: 20px;
	border: 2px solid #e3e1cc;
	width: 523px;
	margin-bottom: 5px;
}
.news h1 {
	font-size: 1em;
	padding: 0px;
	margin: 0 0 20px 0;
}
.news .bild {
	float:right;
	padding: 0px 0px 10px 20px;
}

/************************************************
*				Suchresultate					*
************************************************/
.suchresultate {
	background: url('../images/product_bg.gif') repeat-x;
	position: relative;
	border: 2px solid #e3e1cc;
	padding: 20px;
}
.suchresultate p {
	margin-bottom: 10px;
}
.suchresultate p a {
	font-weight: bold;
	display: block;
}

/* Titel */
.suchresultate .title, .title {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height: 130px;
	padding: 10px 0px;
}
.suchresultate .title h1, .title h1 {
	font-size: 2.5em;
	line-height: 1em;
	padding: 0;
	margin: 0 0 2px 0;
}
.suchresultate .title p, .title p {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
}

.kontakt {
	background: url('../images/product_bg.gif') repeat-x;
	position: relative;
	border: 2px solid #e3e1cc;
	padding: 20px;
}
.kontakt input.txt, .kontakt select, .kontakt textarea {
	width: 250px;
}
.kontakt textarea { height: 80px; }
.kontakt input.plz { width: 60px; }
.kontakt input.ort { width: 84px; }
.kontakt input.land { width: 84px; }

