body {
font-family: "Trebuchet MS", verdana, arial, serif;
background: #F5E8D0 repeat-x fixed center top;
font-size: 10px;
line-height: 200%;
margin: 0px;
padding: 0px;}

img {	border:0px}
/* LINKS */

a {
	color: Maroon;
	text-decoration: none;
}

e:hover {
	text-decoration: underline;
}




/* Seitencontainer */
#site {
	margin: auto;
	padding-left: 0px;
	padding-right: 10px;
	width: 690px;	
	height: auto;
}

/* HEADERBEREICH */
#headercontainer {
height: auto;
width: 660px; 
background-color: white;
float: right;
padding-left: 0px;
padding-right: 10px;
}

#logo {
	width: auto;
	height: auto;
	float: left;
	padding-right: 10px;
	display: block;
}

/* MENÜ*/
#mainnav{
	width: auto;
	height: auto;
	float: left;
	text-align: right;
	background:  url(dot_line_blue.gif) repeat-x bottom;
	display: block;
	margin-top: 50px;
}

/*#subnav{
	width: 690px;
	height: 30px;
	float: right;
	text-align: right;
	padding: 0px;
	background: white;
	display: none;
}*/
/* ABSTÄNDE ZWISCHEN DEN MENÜPUNKTEN */

.menupadding-lr {
	padding-left: 0px;
	padding-right: 0px;
} 

/* CONTENTBEREICH */
#contentcontainer {
	height: auto;
	width: 690px;
	display:block;
}

/***********************************************************/
/* Content Layout Definitionen									  */
/**********************************************************/

/* Wrap Layer für Contentlayout 1: 1 Spalten a 670pixel + Spaltendefinitionen für Layout */
#layout1{ }

#layout1 #colNormal{
	width: 670px;
	float: right;
	clear: right;
}


/* Wrap Layer für Contentlayout 2: 3 Spalten a 230pixel + Spaltendefinitionen für Layout */

/***********************************************************/
/* Ende Content Layout Definitionen								  */
/**********************************************************/

/*footer*/
#footer	{
	background: white url(dot_line_blue.gif) repeat-x top;
	width:670px;
	height: 20px;
	float: right;
	clear: right;
	text-align: center;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color:maroon;
	line-height: 15px;
	letter-spacing: 0.03em;
	display: inline;
	padding-bottom: 8px;
}





/* FORMULARE */

form {
	margin: 0px;
	padding: 0px;
}

/*/////////////////////////// MADMISSION SHOP */


.TITLE {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: maroon;
	background-color: #FCF7EF;
	border-bottom: 1px solid Maroon;
}

h2, h3, h4, h5 {
	line-height: 200%;
	letter-spacing: 0.03em;
	display: inline;
	/*text-transform: uppercase;*/
	/*margin-right: 10px;*/
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color:Maroon;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color:Maroon;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color:Maroon;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color:maroon;
}


/*//////////////// Formularfelder ///////////////////////*/

#form {
	padding: 1px;
	display: inline;
}
select, input, textarea {
	height: auto;
	background: #ffeec7;
	color: Maroon; 
	font-family: "Trebuchet MS", verdana, arial, serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 3px;
	/*text-align: left*/
}

textarea {
	width: 200px;
}
select {	
	width: 200px;
	}
input{ 
	width: 200px;
	}

/* INPUTFELD FÜR ANZAHL */
input.anzahl{
	width: 20px;
	}

/* INPUTFELD FÜR FARBE UND GRÖSSE */
select.edit {
	width: 50px;
	}

/* Buttons */
.input-bt {
	width: 180px;
	height: 20px;
	background: Maroon;
	padding: 0px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border:0px;
	font-family: "Trebuchet MS", verdana, arial, serif;
	font-size: 10px;
}
.input-bt-small {
	width: 30px;
	height: 20px;
	background: Maroon;
	padding: 0px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border:0px;
	font-family: "Trebuchet MS", verdana, arial, serif;
	font-size: 10px;
}
/*////////////// INPUT-BUTTONS ////////////////////7*/
/* input.weiter wird nur im Warenkorb genutzt, dient der Funktion im ie */
input.weiter {
	background-image: url(../img/input_weiter.gif);
	/*background-color: Maroon;*/
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	width: 180px;
	height: 20px;
	padding-left: 90px;
}
input.zurueck {
	background-image: url(../img/input_zurueck.gif);
	background-color: Maroon;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	width: 180px;
	height: 20px;
	padding-right: 90px;
}
input.adressdaten {
	background-image: url(../img/input_adressdaten.gif);
	background-color: Maroon;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	width: 180px;
	height: 20px;
	padding-right: 10px;
}


input.zurueck-anfang {
	background-image: url(../img/input_zurueck.gif);
	background-color: Maroon;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	width: 180px;
	height: 20px;
	padding-right: 20px;
}
/*input.basket-update {
	background-image: url(input_basket_update.gif);
	background-color: #99181b;
	border: 0px;
	width: 180px;
	height: 20px;
}*/
input.bestellung-abschliessen {
	background-image: url(../img/input_bestellung_abschliessen.gif);
	background-color: Maroon;
	font-weight: bold;
	text-transform: uppercase;
	border: 0px;
	width: 180px;
	height: 20px;
	padding-right: 0px;
}
/*input.delete-small {
	background-image: url(input_delete_small.gif);
	background-color: #99181b;
	border: 0px;
	width: 30px;
	height: 20px;
}*/
/*input.basket-small {
	background-image: url(input_basket_small.gif);
	background-color: #99181b;
	border: 0px;
	width: 30px;
	height: 20px;
}*/

#breaker {
	font-size: 0.1px;
	width: auto;
	height: 1px;
}
.list-top {
	background-color: Maroon;
	height: 1px;
}
.list-middle {
	background-color: #99B7C2;
	height: 1px;
	display: none;
}
.list-bottom {
	background-color: Maroon;
	height: 1px;
}

.light {
	background-color: Gray;
	background-image:  url(dot_line_white.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;}
	
	
.dark{
	background-color: Maroon;
	height: 1px;}

.product {
	padding-bottom: 5px;
}

table.product-nav {
	background: #FCF7EF;
}
table.product {
	background: white;
}

td {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.interact {
	border: 1px dotted maroon;
	padding: 3px;
	background-color: #FCF7EF;
}
.notes {
	font-style: italic;
}

.agb {
	/*background-color: silver;*/
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: Maroon;
}
.agb a {
	text-decoration: underline;
}
