/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
   background-color: #666;
    height: 650px;
    margin: 0px; 
    padding: 0px; 
    border: none 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    border-style: none;
    border-width: 0px;    
}

/* 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 */

/*-------------------------------------------------------------------------*/
h1 {
	font-size:14px;
	color: #333333;
	text-transform: uppercase;
	line-height: 140%;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	color:  #333333;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

p {
	font-size: 11px;
	color: #333333;
	line-height: 140%;
}

/*---------------------------------------------------*/
table{
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	padding: 0px;
	border-collapse: collapse;   
	margin: 0px;
	vertical-align: bottom;
}
    
    a:link {
	    color: #333333;
        font-weight: bold;
	    text-decoration: none;
    }
    a:visited { 
        color: #333333;
	    font-weight: bold;
	    text-decoration: none; 
    }
    a:hover {
	    color: #3941b3;
	    text-decoration: none;
	    font-weight: bold;
    	
    }
    a:active {
	    color:#a8b8cf;
	    text-decoration: none;
	    font-weight: bold;
    }
/*---------------------------------------------------*/
SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {font-size: 11px;
	color: #333333;
	line-height: 140%;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 {
border-style: none;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
/* ---------------------------------------------------------*/

.main {
                background-color: #fff;
	position: absolute;
	width: 880px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: bottom;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	border-style: 0;
	border-color: 0;
	table-layout: fixed;
}
.kopf {
	position: absolute;
	height: 129px;
	top: 0px;
	left: 0px;
	width: 880px;
}

.logoline
    {
	height: 84px;
	padding-top: 0;
	padding-bottom: 3px;
	background-color: #e5e1e1;
	vertical-align: text-bottom;
	padding-left: 10px;
}

.hauptnavi {
    height:40px;
    padding-left: 10px;
    background-color: #a8b8cf;
}

.koerper {
	position: relative;
	width: 880px;
	top: 100px;
	left: 0px;
	table-layout: fixed;
}
.seiten 
{
	width: 160px;
    background-color: #e5e1e1;   
    vertical-align: top;
}

.links 
{
	width: 160px;
    background-color: #e5e1e1;   
    vertical-align: top;
}
.rechts 
{
	width: 160px;
    background-color: #e5e1e1;
    border-left: 3px solid #d3cccc;
    vertical-align: top;
}
.fusszeile
{
    height:40px;
    background-color: #a8b8cf;
}

.brotkruemel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #999999;
	font-style: italic;
	font-weight:normal;
}











