/* changes the colors an the size of the border - please edit if you want to change the color !!
   check the my_style.css in the main folder for a complete template
*/
body.twg {
	background-color: #ECEDF1;
  	color: #000000;
}

a:link { color:#000000; text-decoration: none; }
a:hover { color:#000000; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }

td.sideframe {          /*links und rechts die Balken */
   background-color: #ECEDF1;
}

td.twg_info {
	border: 0px ridge #6E86AA;
}

td.bottomtable {
	background-color: #6E86AA;
}

td.bottomtableside {
	background-color: #6E86AA;
	color: #000000;
}

td.bottomtableside a:link { color:#000000; text-decoration: none; }
td.bottomtableside a:visited { color:#000000; text-decoration:none }

td.bottomtablesideleft {
  background-color: #6E86AA;
  color: #000000;
}
td.bottomtablesideleft a:link { color:#000000; text-decoration: none; }
td.bottomtablesideleft a:visited { color:#000000; text-decoration:none }

td.twg_bottom {
  background-color: #eeeeee;
  color: #999999;
}
td.twg_bottom a:link { color:#999999; text-decoration: none; }
td.twg_bottom a:visited { color:#999999; text-decoration:none }

td.twg_counterpixel {
  background-color: #222222;
}

td.topnav {
  background-color: #6E86AA;
  color:#000000;
}

td.topnav a:link { color:#eeeeee; text-decoration: none; }
td.topnav a:visited { color:#eeeeee; text-decoration:none }
td.topnav a:hover { color:#999999; text-decoration:none }

/* settings for the top left cell where the galleries -> ... ->  buttons are */
td.topnavleft {
   background-color: #6E86AA;
   color:#000000;
}

td.topnavleft a:link { color:#000000; text-decoration: none; }
td.topnavleft a:visited { color:#000000; text-decoration:none }
td.topnavleft a:hover { color:#000000; text-decoration:none }


/* settings for the top right cell where the menu buttons are */
td.topnavright {
   background-color: #6E86AA;
   color:#000000;
}

td.topnavright a:link { color:#000000; text-decoration: none; }
td.topnavright a:visited { color:#000000; text-decoration:none }
td.topnavright a:hover { color:#000000; text-decoration:none }

.twg_topx_selected {
  color: #ffffff;
	font-weight: bold;
}

td.twg_bottom {
  background-color: #ECEDF1;
}

td.twg_counterpixel {
  background-color: #ECEDF1;
}


