


body {
 	margin:0px;
  	padding:0px;
	background-color:#ffffff;
	background-image: URL(images/bg.jpg);
}

/********************************************************************
/*
/*   Standard Text Formatierung, ganze Seite
/*
/********************************************************************/

BODY,TD,DIV,SELECT,INPUT,TEXTAREA,.NORMAL,.SUBHEAD,.HEAD,.SKINOBJECT,SPAN,TFOOT,THEAD,TH { 
	font-size:12px;
	font-family:Arial, Verdana, Helvetice, non-serif;
	color:#444;
}


/********************************************************************
/*
/*   Links
/*
/********************************************************************/

A:link, A:visited, A:active  {
    text-decoration:  underline;
    color:#444;
}

A:hover {
    text-decoration:    underline;
    color:  #666;
}


/********************************************************************
/*
/*   Standard DNN Styles
/*
/********************************************************************/

.Head   {
	font-size:20px;
	color:#444;
	font-weight: bold;
}
.SubHead    {
	font-size:12px;
	color:#444;
	font-weight: bold;
}
.SubSubHead {
	font-size:11px;
	color:#444;
	font-weight: bold;
}
.NormalDisabled {
   color: Silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	color:#ff0000;
	font-weight: bold;
}
/********************************************************************
/*
/*   Text in Footer Area
/*
/********************************************************************/

.FooterText, .FooterText a, .FooterText a:link, .FooterText a:visited, .FooterText a:active {
	font-weight: bold;
	font-size: 12px;
	color:#444;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.FooterText a:hover {
	color:#666;
	text-decoration: none;
}

/********************************************************************
/*
/*   Text in Breadcrumbs
/*
/********************************************************************/

.BreadcrumbCell 
{
	padding-left: 0px;
}

.Breadcrumb_SeparatorCell 
{
	padding-left: 0px;
}
.Breadcrumb_ItemCell {
	font-size: 11px;
	color: #333;
	letter-spacing: 0.1em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
}
.Breadcrumb_ItemCell a, .Breadcrumb_ItemCell a:link, .Breadcrumb_ItemCell a:active, .Breadcrumb_ItemCell a:visited {
	color: #333;
	text-decoration: none;
}
.Breadcrumb_ItemCell a:hover {
	color: #333;
	text-decoration: underline;
}

/********************************************************************
/*
/*   Header Text in module titles of left and content pane
/*
/********************************************************************/

.pncContainer_HeaderText {
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 14px;
	color:#232323;
	text-decoration: none;
}

/********************************************************************
/*
/*   text style used for help text rendered by modules
/*
/********************************************************************/

.Help {
	border-right: black 1px solid;
	padding-right: 2px;
	border-top: black 1px solid;
	padding-left: 2px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: black 1px solid;
	color: black;
	padding-top: 2px;
	border-bottom: black 1px solid;
	background-color: #ffff99;
}

/********************************************************************
/*
/*   buttons and forms
/*
/********************************************************************/

.CommandButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	background-image: URL(images/m3.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding: 3px;
	height: 23px;
	letter-spacing: -0.05em;
}
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {
	text-decoration: none;    
	color: #666;
}
A.CommandButton:hover {
	text-decoration: none;
	color: #555;
	border: 1px solid #555;
	cursor: default;
}
INPUT.StandardButton, INPUT.StandardButton:active, INPUT.StandardButton:visited, INPUT.StandardButton:focus  {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: URL(images/m3.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	padding-top: 0px;
	height: 23px;
}
INPUT.StandardButton:hover  {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: URL(images/m3.jpg);
	background-position: left center;
	background-repeat: repeat-x;
	border: 1px solid #555;
	padding-top: 0px;
	height: 23px;
}
INPUT, .NormalTextbox, .NormalTextbox INPUT  {
	font-size: 11px;
}
INPUT.text, .NormalTextbox.Text, .NormalTextbox INPUT.Text {
	background-color: #e7e7e7;
	border: 1px solid #E99E04;
}
INPUT.NormalTextbox {
	background-color: #e7e7e7;
	border: 1px solid #E99E04;
}

INPUT.radio {
	background-color: transparent;
	border-style: none;
}

INPUT.checkbox, INPUT.image {
	background-color: transparent;
	border-style: none;
}

/********************************************************************
/*
/*   Background colors and table cell rendering in the skin
/*
/********************************************************************/

.Header 
{
	height: 208px;
	background-image:URL(images/titel-bild.jpg);
	background-repeat: no-repeat;	
	width: 800px;
}
.MenuRow {
	height:30px; 
	background:URL(images/Menu.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}

.Menu {

}

.MenuLeft {
	padding-left: 45px;
	padding-top: 5px;
}
.ContentArea {
	height:100%;
	background-color: #fefefe;
}
.LeftNavi {
	width: 180px;
	padding-left: 5px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-right: 2px solid #F6F1F7;
	border-left: 2px solid #F6F1F7;
}
.BreadcrumbCell {
	padding-top: 15px;
	padding-bottom: 35px;
}
.Content {
	height:100%; 
	padding-left: 25px;	
	border-right: 2px solid #F6F1F7;
	padding-bottom: 35px;
}
.ContentPane {
	height:100%;
	padding-right: 10px; 
}
.FooterRow {
	height:30px; 
	background:URL(images/menuunten.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 10px;
}
#dnn_ctr_Signin_pnlLogin td
{
	text-align: left;
}
#dnn_ctr_Signin_pnlLogin table
{
	margin-bottom: 60px;
}

#dnn_ctr_Signin_pnlLogin INPUT.NormalTextbox
{
	width: 160px !important;
	border: 1px solid #444 !important;
}
/********************************************************************
/*
/*   Control Panel
/*
/********************************************************************/

.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #CDCDCD;
    BORDER-RIGHT: #CDCDCD 1px solid; 
    BORDER-TOP: #CDCDCD 1px solid; 
    BORDER-LEFT: #CDCDCD 1px solid; 
    BORDER-BOTTOM: #CDCDCD 1px solid; 
}

/********************************************************************
/*
/*   Generic Styles
/*
/********************************************************************/

H1  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/********************************************************************
/*
/*   Module Action Menu
/*
/********************************************************************/

.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}


/********************************************************************
/*
/*   rad menu styles
/*
/********************************************************************/

#TopLinks
{
	position: relative;
	top: 5px;
	right: 0;
	margin: 0;
	border: 1px;
}

#TopLinks ul, #TopLinks ul li
{
	list-style-type: none;
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 2;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

#TopLinks li, #TopLinks ul li
{
	list-style-type: none;
	display: inline;
	text-align: center;
	margin: 0 5px;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
}

#TopLinks li a
{
	list-style-type: none;
	padding: 6px 7px 6px 10px;
	color: #444;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
}

#TopLinks li.TopLinkSelected a
{
	list-style-type: none;
	padding: 6px 7px 6px 10px;
	color: #666;
	font: bold 12px;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
}

#TopLinks li.TopLinkBreadCrumb a
{
	list-style-type: none;
	padding: 6px 7px 6px 10px;
	color: #666;
	font: bold 12px;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
}

#TopLinks li a:hover
{
	list-style-type: none;
	padding: 6px 7px 6px 10px;
	color: #666;
	font: bold 12px;
	background-color: transparent;
	border: 0px;
	text-decoration: none;
	letter-spacing: 0.05em;
}


#ChildLinks
{
	padding-left: 0px;
	margin-left: 0;
	margin-top: 0;
	border-bottom: 1px solid gray;
	width: 100%;
}


#ChildLinks  li
{
	list-style: none;
	margin: 0;
	padding-top: 8px;
	border-top: 1px solid gray;	
	height: 30px;
}

#ChildLinks  li a
{
	background: transparent url(images/list.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: bold 12px;
	text-decoration: none;
	color: #999;
}
#ChildLinks li a:hover
{
	background: transparent url(images/list-hover.gif) 1px center no-repeat;
	color: #232323;
}
#ChildLinks li.ChildLinkGoUp a
{
	background: transparent url(images/goup.gif) left center no-repeat;
	padding-left: 15px;
	padding-top: 2px;
	text-align: left;
	font: bold 12px;
	text-decoration: none;
	color: #232323;
}
#ChildLinks li.ChildLinkGoUp a:hover
{
	background: transparent url(images/goup-hover.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: bold 12px;
	text-decoration: none;
	color: #232323;
}
#ChildLinks li.ChildLinkSelected a
{
	background: transparent url(images/list-hover.gif) 1px center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: bold 12px;
	text-decoration: none;
	color: #526D03;
}
#ChildLinks li.ChildLinkSelected a:hover
{
	background: transparent url(images/list-hover.gif) 1px center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: bold 12px;
	text-decoration: none;
	color: #526D03;
}
 
 /***************************************/
/* Container Styles                    */
/***************************************/

.Container_HeaderRow {
	padding-bottom:5px;
	padding-right:10px;
	border-bottom: 1px solid #cccccc;
}

.Container_HeaderText {
	font-weight: bold;
	font-size: 110%;
	color:#666666;
}

.Container_Content {
	padding-top: 10px;
}

.Container_ActionRow {

}

.Container_ActionRow_Left {

}

.Container_ActionRow_Right {

}

 






 





