/* N. Pitsch - BEGINN */
/* NPitsch: Mit RadEditor definierte Styles */

/* NPitsch: Registrieren-Link ausblenden */
#dnn_dnnUSER_cmdRegister
{
  display:none;
}

/* NPitsch: Element ausblenden */
.HideThis {
  display:none;
}

/* Tabellen�berschrift */
.TableCaption {
  font-size:90%;
  font-style:italic;
  text-align:left;
}

/* Im Zusammenhang Picasa Web-Albums */
td#pwi_container {

}

/* NPitsch: Webshop NB_Store */
/* Das w�re sch�n, m�sste dann aber die controls (asxc) anpassen: */
/*  http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
a.nb_store_ClientButton:link, 
a.nb_store_ClientButton:hover,
a.nb_store_ClientButton:visited,
a.nb_store_ClientButton:active  {
	color:#ffffff;
}
.nb_store_ClientButton {
  background-color:#A8151D;
}
.nb_store_CartHeader {
  color:#ffffff;
  background-color:#A8151D;
}
.nb_store_ShippingOptions {
  display:none;
}
/* End Webshop */

/* N. Pitsch  - ENDE */

/* Elemente
======================== */

body {	
    /*font-family: Tahoma, Arial, Helvetica, sans-serif;    
    font-weight: normal;
	 background: #DEDEDE url(media/bodyBG.gif) repeat;*/
	 background-color: #353535;
	 font-size: 12px;
	}
table, tr, td, p {
	font-size: 100%;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
	font-weight: bolder;
}
h1, h2, h3, h4 {
	margin-top:10px;
	margin-bottom:5px;
}
h1+p,h2+p,h3+p {
	margin-top: -5px;
}
p {
	margin: 5px 0px;
}
p+p {
	/*color:red;*/
}
p+ul {
	margin-top:0px;
	/*color: green;*/
}
/* siehe http://meyerweb.com/eric/css/list-indent.html */
ul {margin-left: 1.25em; padding-left: 1.25;}

ul li {
	/*list-style-image: url(images/node.gif);
	list-style-position: outside;
	line-height:1.5em;
	vertical-align: baseline; */
}
ul, ol {
	margin-top: 5px;
}

/* background color for the content part of the pages */
Body
{
}
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link {
}

a.CommandButton:visited  {
}

a.CommandButton:active   {
}

a.CommandButton:hover    {
}
    
/* GENERIC */

TFOOT, THEAD    {
}

TH  {
}

a:link  {
}

a:visited   {
}

a:active    {
}

a:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuI {
}
