@import url("layout.css"); /* Klassen und Definitionen die das Layoutgrundgerüst definieren */
@import url("cms.css"); /* Klassen und Definitionen für das CMS */
@import url("shop.css"); /* Klassen und Definitionen für den Shop */
@import url("navigationen.css"); /* Klassen und Definitionen für die Navigationen */
@import url("kundenbereich.css"); /* Spezielle Klassen und Definitionen die für den Kundenbereich benötigt werden */
@import url("bestellweg.css"); /* Spezielle Klassen und Definitionen die für den Bestellweg benötigt werden. */
@import url("suggest.css");
@import url("seomenu.css");
@import url("jquery-ui-1.8.11.custom.css");
@import url("SliderMenu.css");

/* Standard HTML tags / HTML-Elemente */
HTML
{
	font-size: 13px;
}

BODY
{
	background-color: #F8F6F1;
	color: #816E3C;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: arial;
	background-image: url('img/layoutstruktur/verlauf.gif');
	background-repeat:repeat-x;
	background-position: left top;
	font-weight: normal;
}

* 						
{ 
	margin: 0; 
	padding: 0; 
}

P
{
    
	font-family: arial;
	color: #6E6B68;
	font-size: 12px;
	line-height: 18px;
	margin: 1em 0;
}
/* Important the order: link, visited, hover, focus, active. see http://www.w3.org/TR/REC-CSS2/selector.html  */
A
{
	font-size: 11px;
    color: #816e3c;
    font-family: Arial;
}
INPUT
{
	font-size: 11px;
    color: #6E6B68;
	font-family: arial;
	border: solid 1px #CEC4A8;
}

H1
{
	font-size: 30px;
	color:#6E6B68;
	font-weight: normal;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Arial;
	line-height: 36px;
}
H2
{
    font-size: 24px;
	color:#6E6B68;
	font-weight: normal;
	font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Arial;
}
H3
{
    color: #6E6B68;
    font-weight: bold;
    font-size: 15px;
    font-family: arial;
}
H4
{
    color: #6E6B68;
    font-weight: normal;
    font-size: 15px;
    font-family: arial;
}
H5
{
    color: #6E6B68;
    font-weight: bold;
    font-size: 12px;
    font-family: arial;
    line-height: 18px;
}
IMG
{
	border: none;
}
UL
{
	list-style-type: disc;
}
OL
{
	list-style-type: decimal;
}
LI
{
	
}
*.clear
{
    clear: both;
    overflow: hidden;
    height: 0px;
}

/* Globale Klassen - Noema - 27.01.11 */
.modulelinie
{
    width: 100%;
    height: 2px;
    background-color: #D4CDBA;
    clear: both;
    margin: 0px 0px 10px 0px;
}
.headergray
{
    text-align: left;
    clear: both;
    margin-bottom: 12px;
    color: #6b6e68;
}

/** Einbettung der Schriftart Helvetica **/

@font-face {
	font-family: 'Helvetica';
	src: url('fonts/HelveticaNeueLTStd-Th.otf')format('opentype');
	font-weight: 100;
}
.bold
{
    font-weight: bold;
}
