/**** Standard-CSS fuer www.landefeld.de ****
Wichtige Farben
Hellblau = #009BDF
********************************************/

/* import subnav styles und allgemeines */

@import url(landefeld_import.css);


/* Textformatierungen */

a { outline: none; }

/* Ueberschriften 1. Ordnung */

h1, h1 span, h1 strong {
	font-size: 13px;
}

h1.blue, h1.blue span, h1.blue strong, h2.blue {
	color: #009BDF;
}

h1.bluebordered, h1.bluebordered span, h1.bluebordered strong, .bluebordered {
	background-color: #EAF7FC;
	color: #009BDF;
	padding: 2px;
}


/* Ueberschriften 2. Ordnung */

h2, h2.bigger {
	font-size: 11px;
	padding: 0 0 5px 0;
}

h2.bigger {
	font-size: 12px;
}


/* Horizontale Trennlinien */

hr, hr.blue, hr.bluemargin {
	text-align: left;
	height: 1px;
	border: 0px;
	color: #fff;
	background-color: #fff;
	font-size: 0;
	line-height: 0;
}

hr.blue, hr.bluemargin {
	color: #CDECF8;
	background-color: #CDECF8;
}

hr.bluemargin {
	margin: 12px 0;
}


/* Absaetze:
padding gibt den abstand um den inhalt des absatzes an,
und zwar in vier werten:
padding: 7px 0 10px 0; (oben rechts unten links)

bei padding: 12px 0; (12px oben und unten, 0 pixel links und rechts)

bei padding: 0; > kein abstand fuer alle werte (0 immer ohne px angabe)

BEISPIEL:

<div class="teaser_huge_text">
einleitung
<p><img src="/img/img_service_leistung.jpg" alt="" /></p>
<div class="imgdesc">bildunterschrift</div>

<h1 class="blue">ueberschrift 1.ordnung in blau</h1>
<p>1. absatz text</p>
<p>2. absatz text</p>
<p class="bottompad">letzter absatz text vor der naechsten ueberschrift</p>

<h1 class="blue toppad">ueberschrift 1.ordnung in blau</h1>
...
</div>

 */


p {
	padding: 7px 0 10px 0;
}

p.nopad, .nopad {
	padding: 0;
}

p.bottompad, .bottompad {
	padding: 0 0 12px 0;
}

p.bottompad2, .bottompad2 {
	padding: 12px 0 24px 0;
}

p.bottompad3, .bottompad3 {
	padding: 12px 0 36px 0;
}

p.toppad, .toppad {
	padding: 12px 0 0 0;
}

p.toppad2, .toppad2 {
	padding: 24px 0 0 0;
}

p.padder, .padder {
	padding: 12px 0;
}

p.padder2, .padder2 {
	padding: 24px 0;
}

p.padder3, .padder3 {
	padding: 36px 0 24px 0;
}


/* Blauer Hintergrund bei Formularen-Ueberschriften */

.bluebg {
	padding: 5px;
	background-color: #F2FAFD;
}

/********** AB HIER NICHT AENDERN!!!! **********/

#navi {
	width: 456px;
	height: 47px;
    background: url(/img/bg_navi.gif) no-repeat;
}

#navi ul {
	padding: 16px 0 0 16px;
	list-style-type: none;
	clear: left;
}

#mainnavi li {
	/*border-right: 1px solid #fff;*/
	float: left;
    display: block;
    padding: 0 2px 0 0;
}

#mainnavi a:link, #mainnavi a:hover, #mainnavi a:active, #mainnavi a:visited {
	display: block;
    width: 69px;
    height: 31px;
	text-decoration: none;
}

#mainnavi a:hover, #mainnavi a.act {
	background-image: none;
}

a#eshop {
	background: url(/img/nav_eshop.gif) no-repeat;
}
a#service {
	background: url(/img/nav_service.gif) no-repeat;
}
a#produkte {
	background: url(/img/nav_produkte.gif) no-repeat;
}
a#katalog {
	background: url(/img/nav_katalog.gif) no-repeat;
}
a#landefeld {
	background: url(/img/nav_landefeld.gif) no-repeat;
}
a#aktuelles {
	background: url(/img/nav_aktuelles.gif) no-repeat;
}

/************************************* LISTEN ***********************************/

ul.content {
	padding: 5px 0 0 0;
}

ul.content-start {
	padding: 0 0 0 0;
}

ul.content-start li {
	background: url(/img/bullet_small.gif) no-repeat;
    padding: 0 0 0 9px;
    list-style: none;
}

#news ul.content {
	padding: 0 0 6px 0;
}

#news h2 {
	padding: 6px 0 5px 0;
}

ul.content li, ul.content li.bottompad {
	background: url(/img/bullet_small.gif) no-repeat;
    padding: 0 0 2px 9px;
    list-style: none;
}

ul.content li.bottompad {
	padding: 0 0 12px 9px;
}	

ol {
	padding: 0;
	margin: 12px 0 12px 31px;
}

ol li {
	padding: 0 0 2px 0;
}

ol.higher li {
	padding: 0 0 12px 0;
}

ol.higher li.last {
	padding: 0;
}

/************************************* FORMS ***********************************/

input.norm, #anmeldenform input.norm, #anmeldenform input.normsmall, textarea.feedback, input.katalogdb, input.normsmall2 {
	width: 113px;
	height: 14px;
	border-top: 1px solid #60C0EB;
	border-right: 1px solid #CDECF8;
	border-bottom: 1px solid #CDECF8;
	border-left: 1px solid #60C0EB;
	background: url(/img/bg_input.gif) repeat-x #fff;
}

textarea.feedback {
	width: 335px;
	height: 70px;
	padding: 2px;
}

input.check {
	width: 13px;
	height: 13px;
}

input.katalogdb, #anmeldenform input.norm {
	width: 205px;
}

#anmeldenform select {
	width: 332px;
	height: 18px;
}

option, select {
	font-size: 11px;
}

#anmeldenform input.normsmall {
	width: 100px;
}

#anmeldenform input.normsmall2 {
	width: 50px;
}

#anmeldenform h1, #feedbackform h1, #anmeldenform h1.blue {
	margin: 0 0 13px 0;
}

select#statistik {
	margin: 12px 0 0 0;
}

/************************************* TABLES ***********************************/

table {
	width: 100%;
	border-collapse: collapse;
}

td.chapter {
	padding: 24px 0 12px 0;
	border-top: 1px solid #CDECF8;
}

tr.bottompad td {
    padding: 0 0 6px 0;
    vertical-align: top;
}

td.firma {
    width: 60px;
    font-weight: bold;
}

tr.last td {
	padding: 0 0 24px 0;
	vertical-align: top;
}

th.katalog_db, td.katalog_db {
	padding: 6px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
	white-space: nowrap;
}

th.katalog_db {
    font-size: 11px;
	color: #009BDE;
	background-color: #EAF7FD;
}

td.katalog_db {
	border-bottom: 1px solid #E1F4FB;
}

td.katalog_db a {
font-size: 10px;
}

td.ot, td.otinput {
	text-align: right;
	width: 65px;
	padding: 0 10px 0 0;
}

td.otinput {
	text-align: left;
	padding: 0 0 4px 0;
}

