BODY{
	background-image: url(../images/masterBackground.gif);
}

P {
	color: Black;
}

/*
Die gesamte Hintergrundfarbensammlung f�r die rechten Frames
Gemacht, damit man die Farbe im Notfall nur 1-mal �ndern mu�.
*/
#topMargin,
#bottomMargin,
#leftMargin
{
	background-color: #ffc;
}
/*Alle au�er dem IE:*/
HTML>BODY #main{
	background-color:#ffc;
}


#topContainer{
}

#bottomContainer{
}

#leftContainer{
}

#rightContainer{
}

#roundness{
	background-image: url(../images/rundeEcke.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#roundnessBottom{
	background-image: url(../images/rundeEckeUnten.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#topMargin{
	background-image: url(../images/ObererRand.gif);
	background-position: top;
	background-repeat: repeat-x;	
}

#leftMargin{
	background-image: url(../images/linkerRand.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#main{
}

#content{
	background-color: transparent;
}

#height{
}

#logo{
	background-image: url(../images/Logo3.gif);
	background-repeat: no-repeat;
}

#menu UL LI,
#leftContainer .tx-ttproducts-pi1{
	background-color: #ff6;
	border-left: 0.1875em black solid;
	border-bottom: 0.1875em black solid;
}
#rightColumn .tx-ttproducts-pi1
{
	border: 0.0625em black solid;
	background-color: Green;
	border-left: 0.125em solid black;
	border-bottom: 0.125em solid black;
}
#rightColumn .tx-ttproducts-pi1 .bgcolor
{
	background-color: #ffc;
	border-top: 0.125em solid black;
	border-right: 0.125em solid black;
}


#menu A,
#menu A:visited,
#menu A:link
{
	/*background-image: url(../images/bullet.gif);*/
	background-position: center left;
	background-repeat: no-repeat;
	color: Black;	
}

#menu A,
#menu A:hover,
#menu A:active, 
#menu A:focus, 
#menu .active A, 
#menu .active A:active, 
#menu .active A:focus, 
#menu .active A:hover, 
#menu .active A:link, 
#menu .active A:visited,
P A, 
P A:active, 
P A:focus, 
P A:hover, 
P A:link, 
P A:visited
{
	color: #c00;
}

#globasar{
	border: solid black 2px;
}

#globasar A, 
#globasar A:active, 
#globasar A:focus, 
#globasar A:hover, 
#globasar A:link, 
#globasar A:visited
{
	border: none;
}

#globasar A IMG{
	border:none;
}

.tx-ttproducts-pi1 A, 
.tx-ttproducts-pi1 A:active , 
.tx-ttproducts-pi1 A:focus, 
.tx-ttproducts-pi1 A:hover, 
.tx-ttproducts-pi1 A:link, 
.tx-ttproducts-pi1 A:visited,  
A .tx-ttproducts-pi1-wrap1, 
A:active .tx-ttproducts-pi1-wrap1, 
A:focus .tx-ttproducts-pi1-wrap1, 
A:hover .tx-ttproducts-pi1-wrap1, 
A:link .tx-ttproducts-pi1-wrap1, 
A:visited .tx-ttproducts-pi1-wrap1  
{
	color: #c00;
}


H3,
H4,
H5
{
	background-color: White;
}

H5
{
	border-bottom: 0.0625em solid black;
}

/*
TD INPUT
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 0.0625em black;
	background-color: transparent;
	
}
*/

/**
 * CSS - Styled Content Override
 */
 
.csc-header,
.csc-header-n1
{
	border: solid 1px #ffc;
}

/**
 * Einige Button Definitionen
 */
INPUT.button
{

	background-color: Green;
	color: white;
	border: solid 0.0625em black;
	border-left: solid 0.125em black;
	border-bottom: solid 0.125em black;
	cursor: pointer;
}

INPUT.buttonSimple
{

	background-color: #ffc;
	color: red;
	text-decoration: underline;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

/**
 * Shop Einstellungen
 */
.tx-ttproducts-pi1-basket .tx-ttproducts-pi1-wrap1
{
	border-bottom: 0.0625em solid black;
}

.tx-ttproducts-pi1-wrap2 LI,
.tx-ttproducts-pi1-wrap2 LI STRONG
{
	color: #c00;
}

.storeMenu UL LI
{
	border: 1px solid black;
	background-color: Green;
	color: white;
	list-style-image: none;
}

.storeMenu UL LI.first
{
	background-color: Blue;
}

.storeMenu UL LI.second,
.storeMenu UL LI.second A
{
	background-color: Orange;
	color: Black;
}

.storeMenu UL LI A
{
	color: white;
}


/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
	display: inline-block;
	padding-left: 22px;
	background-image: url(../icons/external_link.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a.external-link-new-window {
	display: inline-block;
	padding-left: 22px;
	background-image: url(../icons/external_link_new_window.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a.internal-link {
}
a.internal-link-new-window {
}
a.download {
	display: inline-block;
	padding-left: 22px;
	background-image: url(../icons/download.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
a.mail {
	display: inline-block;
	padding-left: 22px;
	background-image: url(../icons/mail.gif);
	background-repeat: no-repeat;
	background-position: center left;
}



