/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet default4.css ****/

#topimg {
	background-image:url('pictures/top.jpg');
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:920px;
	height:140px
}

hellgrau {  color:#-e7e7ed; }
mittelgrau { color:#-c5c5d3; }
dunkelblau { color:#-333366; }
lila { color:#-974478; }

#ticker2 {
	font-size:80%;
}


p, td, b, input, select, option {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;
}
table {
    border-collapse:collapse;
}
body, html, .bg { 
    background-color: #6E525E;
    /* margin: 0px; */
}
img {
    border-style:none;
    margin:0px;
    padding:0px;
}
img.button, input.imgbutton {
    border: 1px solid #F0D4F7;
}

a {
    font-weight:normal;
    color: #CC6692;
}
a.main {
    font-weight:bold;
    color:#cfcfcf;
}
div.content, td.content {
    padding:6px;
}

/* Zwischen?berschriften im Content Bereich */
.headline_c {
    font-size: 130%;
    font-weight:bold;
}

/* reinbold box ueberschrift */
.headline1 {
    font-weight:bold;
    padding:4px;
    padding-left:6px;
    color:#cfcfcf;
    background-color:#99335F;
    font-size:10px;
    height:24px;
}

/* dunkle box ueberschrift (Shop) */
.headline2 {
    font-weight:bold;
    padding:4px;
    padding-left:6px;
    color:#e7e7ed;
    background-color:#CC6692;
    font-size:11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* dunkle box ?berschrift (unter men?) */
.headline2smallbox {
    font-weight:bold;
    padding:4px;
    padding-left:4px;
    color:#F0D4F7;
    background-color:#CC6692;
    font-size:10px;
 }

/* tabelle mit hellem Hintergrund (unter menu) */
.tablebox2hl {
    border: 1px solid #CC6692;
    background-color: #F0D4F7;
    width:130px;
}

/* tabelle mit hellem Hintergrund (Preis Box) */
.tableprice2hl {
    border: 1px solid #CC6692;
    background-color: #F0D4F7;
    width:130px;
}

/* Hinweis unter Eingabefeldern */
.hint {
    display:block;
    padding-top:2px;
    font-size:9px;
    /* font-style:italic; */
}


/* Content (Preis Box) */
.pricecontent {
    padding: 3px;
    white-space:nowrap;
}

/* tabelle mit hellem Hintergrund (Suchfunktion) */
.table1hl {
    border: 1px solid #99335F;
    background-color: #F0D4F7;
}

/* tabelle mit hellem Hintergrund (allgemein) */
.table2hl {
    border: 1px solid #CC6692;
    background-color: #F0D4F7;
    margin-top:20px;
}

/* passende Tabelleneigenschaften zu headline2 */
.table2 {
    border: 1px solid #974478;
    margin-top:10px;
}

/* helle Box ueberschrift passend zu table3 */
.headline3 {
    font-weight: bold;
    padding: 4px;
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #974478;
    background-color: #F0D4F7;
    font-size:12px;
}

/* passende Tabelleneigenschaften zu headline3 */
.table3 {
    border: 1px solid #F0D4F7;
    border-collapse:collapse;
    margin-top:10px;
}

/* Tabellen Content (allgemein) */
.table3content, .t3c {
    padding:4px;
    padding-left:6px;
}

/* Content Bereich komplett */
#contentarea {
    position:absolute;
    top:141px;
    left:113px;
    z-index:1;
    background-color:#FFFFFF;
    border: 1px solid #99335F;
}

/* Hauptmenupunkt */
.buttonmain {
    height:24px;
    width:130px;
    background-color:#99335F;
    border-bottom:2px solid #cfcfcf;
    border-top:2px solid #cfcfcf;
    text-align:center;
    vertical-align:middle;
    line-height:24px;
    font-weight:bold;
    margin-bottom:2px;
    color:#cfcfcf;
    font-family: Verdana, Arial, Helvetica;
    font-size:11px;
    cursor:pointer;
}

/* Untermenupunkt */
.buttonsub {
    margin-left:10px;
    height:20px;
    width:120px;
    background-color:#F0D4F7;
    border-bottom:2px solid #CC6692;
    border-top:2px solid #CC6692;
    text-align:center;
    vertical-align:center;
    line-height:20px;
    font-weight:bold;
    margin-bottom:3px;
    color:#974478;
    font-family: Verdana, Arial, Helvetica;
    font-size:9px;
    cursor:pointer;
}

/* Untermenupunkt f?r Warenkorb, Auftraege */
.buttonsubuser {
    margin-left:10px;
    height:20px;
    width:120px;
    background-color:#CC6692;
    border-bottom:2px solid #F0D4F7;
    border-top:2px solid #F0D4F7;
    text-align:center;
    vertical-align:center;
    line-height:20px;
    font-weight:bold;
    margin-bottom:3px;
    color:#e7e7ed;
    font-family: Verdana, Arial, Helvetica;
    font-size:10px;
    cursor:pointer;
}

/* Rahmen hell unten */
.b3b {
    border-bottom: 1px solid #F0D4F7;
}

/* Rahmen dunkel unten */
.b2b {
    border-bottom: 1px solid #CC6692;
}

/* Rahmen dunkel rundum */
.b2 {
    border: 1px solid #CC6692;
}

