﻿


body {
 	margin:0px;
  	padding:0px;
	background-color:#cdcdcd;
}

/********************************************************************
/*
/*   Standard Text Formatierung, ganze Seite
/*
/********************************************************************/

BODY,TD,DIV,SELECT,INPUT,TEXTAREA,.NORMAL,.SUBHEAD,.HEAD,.SKINOBJECT,SPAN,TFOOT,THEAD,TH {
	font-size:8pt;
   font-family:Arial;
   letter-spacing: 0.03em;
	color:#232323;
}


/********************************************************************
/*
/*   common links
/*
/********************************************************************/

A, A:link, A:visited, A:active  {
   text-decoration: underline;
	font-size:8pt;
   font-family:Arial;
   letter-spacing: 0.03em;
	color:#232323;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}


/********************************************************************
/*
/*   Standard DNN Styles
/*
/********************************************************************/

.Head   {
	font-size:12px;
	color:#232323;
	font-weight: bold;
}
.SubHead    {
	font-size:8pt;
	color:#232323;
	font-weight: bold;
}
.SubSubHead {
	font-size:8pt;
	color:#232323;
	font-weight: bold;
}
.NormalDisabled {
   color: Silver;
}
.NormalBold {;
	font-weight: bold;
}
.NormalRed {
	color:#ff0000;
	font-weight: bold;
}

/********************************************************************
/*
/*   Text in Status area, login, etc...
/*
/********************************************************************/

.pnc_statustext, .pnc_statustext a, .pnc_statustext a:link, .pnc_statustext a:visited, .pnc_statustext a:active, a.pnc_statustext, a.pnc_statustext:link, a.pnc_statustext:visited, a.pnc_statustext:active {
	color:#1f96e2;
	text-decoration: none;
}

.pnc_statustext a:hover, a.pnc_statustext:hover {
	color:#232323;
	text-decoration: underline;
}

/********************************************************************
/*
/*   Text in info area, custom links
/*
/********************************************************************/

.pnc_infolink, .pnc_infolink a, .pnc_infolink a:link, .pnc_infolink a:visited, .pnc_infolink a:active, a.pnc_infolink, a.pnc_infolink:link, a.pnc_infolink:visited, a.pnc_infolink:active {
	color:#cdcdcd;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: Bold;
}

.pnc_infolink a:hover, a.pnc_infolink:hover {
	color:#fefefe;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: Bold;
	text-decoration: none;
}


/********************************************************************
/*
/*   Text in Footer Area
/*
/********************************************************************/

.pnc_footertext, .pnc_footertext a, .pnc_footertext a:link, .pnc_footertext a:visited, .pnc_footertext a:active {
	color:#fefefe;
	text-decoration: none;
}

.pnc_footertext a:hover {
	color:#fefefe;
	text-decoration: underline;
}

/********************************************************************
/*
/*   Text in Breadcrumbs
/*
/********************************************************************/

.pnc_Breadcrumb, .pnc_Breadcrumb a:link, .pnc_Breadcrumb a:visited, .pnc_Breadcrumb a:active {
	font-weight: normal;
	font-size: 10px;
	color:#232323;
	text-decoration: none;
}
.pnc_Breadcrumb a:hover {
	text-decoration: none;
	color:#ff0000;
}

/********************************************************************
/*
/*   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, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active   {
	color: #535353;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	background: #CDCDCD;
	height: 17px;
}
A.CommandButton:hover    {
	text-decoration: none;
	background: #8da4d3;
   color: #FFFFFF;
   cursor: default;
}
.StandardButton {
	color: #535353;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px outset #A8A8A8;
	border-left: 1px solid #A8A8A8;
	border-right: 1px outset #A8A8A8;
	padding: 2px 2px 2px 2px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
	background: #CDCDCD;
	height: 25px;
}
INPUT, .NormalTextbox, .NormalTextbox INPUT  {
	font-size: 11px;
}
INPUT.text, .NormalTextbox.Text, .NormalTextbox INPUT.Text {
	background-color: #e7e7e7;
	border: 1px solid #999999;
}
INPUT.NormalTextbox {
	background-color: #e7e7e7;
	border: 1px solid #999999;
}

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
/*
/********************************************************************/

.l {
	width:180px;
	height:100%;
	background-color: #999999;
}
.l1 {
	background:URL(images/Logox1.jpg);
	width: 100%;
	height: 81px;
}
.l2 {
	width:100%;
	background-color: #1f96e2;
	padding-top: 30px;
	height: 200px;
}
.l3 {
	width:100%;
	background-color:#999999;
}
.l4 {
	width:100%;
	padding-bottom: 25px;
}
.l41 {
	width:100%;
	border-bottom: 2px solid #cdcdcd;
	border-top: 2px solid #cdcdcd;
	height: 25px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
}
.l42 {
	width:100%;
	height: 25px;
	padding-right: 10px;
	text-align: right;
	padding-top: 2px;
	border-bottom: 2px solid #cdcdcd;
}
.r {
	background-color:#cdcdcd;
	width: 720px;
}
.r1 {
	background-color:#fefefe;
	width: 100%;
	height: 81px;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-left: 10px;
	background:URL(images/logo+claim1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color:#fefefe;
}
.r2 {
	
	background-color:#cdcdcd;
	width: 180px;
	height: 200px;
	table-layout: fixed;
	background:URL(images/news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.r22 {
	background-color:#cdcdcd;
	width: 540px;
	height: 200px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:URL(/Portals/0/Banner/53.jpg) no-repeat;
	
	
}
.r3 {
	background-color:#cccccc;
	width: 700px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.r4 {
	background-color:#999999;
	width: 100%;
	height: 25px;
	text-align: right;
	padding-right: 10px;
}
ecke1 {

	background:URL(images/ecke-content.jpg);
	/*background-repeat: no-repeat;
	background-position: right center;*/
}
/********************************************************************
/*
/*   Control Panel
/*
/********************************************************************/

.ControlPanel, .PagingTable {
    text-align: center;
    /*width: 71.4%;*/
    width: 100%;
    height: 80px;
    background-color: #fefefe;
    BORDER-RIGHT: #fefefe 1px solid;
    BORDER-TOP: #fefefe 1px solid;
    BORDER-LEFT: #fefefe 1px solid;
    BORDER-BOTTOM: #fefefe 1px solid;
}

/********************************************************************
/*
/*   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;
}



/***********************************************

	Container, in dem die Root Items dargestellt
	werden - Hintergrundfarbe des Mauptmenues

***********************************************/

.VerticalMenu_RootContainer{
	width: 180px;
	background-color: #9cceed;
}


/***********************************************

	Global fr alle Menu Items

***********************************************/


.VerticalMenu_Item {
	height: 30px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	cursor: default;

}

/***********************************************

	Root Menu Items, berschreibt die globale
	Definition

***********************************************/

.VerticalMenu_ItemRoot td {
	height: 30px;
	cursor: default;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: normal;
}

/***********************************************

	Root Menu Item, gilt nur fr aktuelle Seite -

***********************************************/

.VerticalMenu_ItemRootSelected td {
	background-color: #58afe7;
	height: 30px;
	cursor: default;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: normal;
}

/***********************************************

	Root Menu Item, Mouse Over Effekt

***********************************************/

.VerticalMenu_RootItemHover td {
	background-color: #1f96e2;
}

/***********************************************

	Container, in dem das Untermenu dargestellt
	wird

***********************************************/

.VerticalMenu_SubContainer {
	background-color: #1f96e2;
	margin-top: 0px;
	margin-left: 0px;
}

/***********************************************

	MouseOver Darstellung eines einzelnen
	Sub Menu Items

***********************************************/

.VerticalMenu_SubItemHover {
	background-color: #9cceed;
	height: 30px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	cursor: default;
	color: #fff;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
	cursor: default;
}


.VerticalMenu_ItemSelectedSub td {
	background-color: #9cceed;
	height: 30px;
	cursor: default;
	text-align: right;
	padding-right: 10px;
	color: #fff;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: normal;
}



/***********************************************

	Verwendet fr die Ausblendung unerwnschter
	Features

***********************************************/

.VerticalMenu_Hide{
	display: None;
}



.ohnealles td{
	align: bottom important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}





