/* 
================================
Skin styles for DotNetNuke
================================
*/   

HTML {
	font-size: 9pt;
    	font-weight: normal;
    	color: #494949;
    	font-family: Verdana, Arial, Helvetica;
	height: 100% 
}
BODY {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.BodyBorder {
	padding-left: 11px;
	padding-top: 13px;
	padding-right: 11px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: red;
}
.skinmaster {
	height: 100%;
	background-color: #EEEEEE;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}
.header {
	width: 100%; 
	height: 90px 
}
.logo {
	width: 190px; 
	height: 51px; 
	margin-top:17px;
	margin-left:15px;
}
.quickmenu {
	width: 100%; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
}
.mainmenu {
	width: 100%; 
	height: 23px; 
	color: White; 
	background-color: #1779ff;
	background-image: url(/Portals/_default/Skins/werusysDNN/menuBG.gif);
	font-family: Verdana, Arial, Helvetica;
	padding-left: 12px;
	cursor: pointer;
}
.banner1 {
	width: 100%; 
	height: 97px; 
	background-image: url(/Portals/_default/Skins/werusysDNN/images/banner_sky_bg.jpg);
}
.banner2 {
	width: 100%; 
	height: 11px; 
	background-image: url(/Portals/_default/Skins/werusysDNN/menuBG_2.gif);
	background-color: #1779ff;
}
.banner3 {
	background-color: #1779ff;
}
.container {
	width: 100%; 
	height: 100% 
}
.rootmenu {
	color: white; 
}
.rootmenu:hover {
	border: 1px solid red;
	text-decoration: none;
	
}
IMG.block {
	display: block 
}
a:focus { outline: none; }
.toppane {
	width: 100%;
	background-color: #ededed;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane_bg {
	background-color: #e5e5e5;
	width: 175px;
	height: 100%;
}
.leftpane {
	float: left; 
	background-color: #9cc4fc;
	padding: 0px;
	margin: 0px;
}
.contentpane {
	width: 100%;
	/* background-color: #f2f2f2; */
	vertical-align: top;
	padding-left: 30px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.rightpane 
{ 
	float: right; 
	width: 185px; 
	padding-left: 6px;
	padding-right: 15px;
	padding-top: 15px;
}
rightpane2panes
{ 
	width: 1px; 
}
.childmenu 
{ 
	width: 100%;
	color: white; 
	/*background-color: #9cc4fc;*/
	padding-top: 13px; 
	padding-left: 13px; 
	padding-bottom: 20px;
}

.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.SkinObject {
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    width: 100%;
}

.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}
.Head {
    font-family: Verdana, Arial, Helvetica; 
    font-size:  18px;
    font-weight:  normal;
    color: #333333;
}
.HeadlineBlue, .GlossaryTopic {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	padding-bottom: 13px;
}
.HeadlineBlueWithSub {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
}
.SubheadlineGrey {
	font-size: 8pt;
	font-weight: bold;
	color: #989898;
	padding-bottom: 13px;
}
.BigFontBlue {	
	font-size: 16pt;
	font-weight: bold;
	color: #1779ff;
}
.SmallFont	{
	font-size: 8pt;
	font-weight: bold;
	color: #989898;
}
.SmallFontBlue	{
	font-size: 8pt;
	color: #1779ff;
	font-weight: bold;
}
.SmallFontBlueBold	{
	font-size: 8pt;
	color: #1779ff;
	font-weight: bold;
	font-weight: bold;
}
.SmallFontGreen	{
	font-size: 8pt;
	color: #b1bf4a;
	font-weight: bold;
}
.SmallFontRed	{
	font-size: 8pt;
	color: #ff0000;
	font-weight: bold;
}
.SmallFontGrey	{
	font-size: 8pt;
	color: #989898;
}
.SmallFontGreyBold	{
	font-size: 8pt;
	color: #989898;
	font-weight: bold;
}
.Blue {
	color: #1779ff;
}
.BlueBold {
	color: #1779ff;
	font-weight: bold;
}
.Green {
	color: #b1bf4a;
}
.GreenBold {
	color: #b1bf4a;
	font-weight: bold;
}
.Grey {
	color: #989898;
}
.GreyBold {
	color: #989898;
	font-weight: bold;
}

.Appetizer {
	font-weight: bold;
	color: #1779ff; 
}
.TextLead 
{
	font-weight: bold;
	color: #1779ff;
}
.TextIndent {
	/* margin-left: 21px; */
	margin-bottom: 34px;
	font-size: 9pt;
	color: #494949;
}
.Adress {
	padding-left: 20px;
	
}
.ImageTitle {
	background: url(images/image.gif) no-repeat top left;	
	width: 9px;
	/*height: 11px;*/
	padding-left: 14px;
	white-space: nowrap;
	color: #b4b4b4;
	font-size: 8pt;
	font-weight: bold;
}
IMG.ImageBorder {
	border: 1px solid #1779ff;
	margin-right:13px;
}

/* footer styles ContentPane */
.FooterTable {
	margin-top: 34px;
}
.FooterText {
	/* padding-left: 9px; */
	font-size: 8pt;
	font-weight: bold;
	color: #b4b4b4;
}

/* text style used for most text rendered by modules */
.Normal {
    font-size: 9pt;
    font-weight: normal;
    color: #494949;
}
.NormalBold {
    font-size: 9pt;
    font-weight: bold;
    color: #1779ff;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
}

/* styles log-in */
.LoginTextBox {
	border: 0px; 
	height: 15px; 
	font-family: verdana; 
	font-size: 10px; 
	color: #1779ff;
}
.LoginButton 
{
	margin-top: 6px; 
	border: 0px;
	height: 15px; 
	width: 55px; 
	color: #1779ff; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: verdana; 
	background-color: #d9d9d9
}
.LoginSubHead {
	color: #9cc4fc;
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
}
.LoginSubHeadLink {
	color: #9cc4fc;
	font-family: verdana; 
	font-size: 10px; 
	font-weight: bold; 
	background: url(images/hyperlink_small.gif) no-repeat top left;	
	padding-left: 14px;
}

/* styles search-input */
.SearchTextBox {
	border: 0px; 
	height: 16px; 
	font-family: verdana; 
	font-size: 10px; 
	color: #1779ff;
}
.SearchButton 
{
	margin-top: 6px; 
	border: 0px;
	height: 15px; 
	width: 55px; 
	color: #1779ff; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: verdana; 
	background-color: #d9d9d9
}

/* buttons im leftpane */
#leftpane button {
	font-weight: bold; 
	font-family: verdana; 
	font-size: 10px; 
	color: #1779ff;
	margin-top:6px; 
	background-color: #d9d9d9;
	border: 0px; 	
}

ul {
	color: #828282;	
	margin-left: 19px;
	padding-left: 0px;
	margin-top: 6px;
} 

li {
	padding-bottom: 5px; 
}


h1  {
    font-size: 16px;
    font-weight: bold;
    color: #1779ff; 
}

h2  {
    font-size: 16px;
    font-weight: bold;
    color: #b1bf4a;
}

h3  {
    font-size:  12px;
    font-weight:    normal;
    color: #b1bf4a;
}

h4  {
    font-size:  12px;
    font-weight:    normal;
    color: #b1bf4a;
}

h5, DT  {
    font-size:  11px;
    font-weight:    bold;
    color: #b1bf4a;
}

H6  {
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

table {
	font-size: 9pt;
    font-weight: normal;
    color: #494949;
}
input, select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
    font-weight: normal;
    color: #494949;
}

/* hyperlink style */
A:link  {
    text-decoration:    none;
    color:  #1779ff;
}
A:visited   {
    text-decoration:    none;
    color:  #1779ff;
}
A:active    {
    text-decoration:    none;
    color:  #1779ff;
}
A:hover {
    color:  #1779ff;
}

/* hyperlink style für das quickmenu */
A.quicklink {
	margin-left: 5px;
	margin-right: 5px;
}

A.quicklink: link {
	color: #1779ff; 
	text-decoration: none;
}
A.quicklink:hover {
    text-decoration: none;
    color:  #8c9f05;
}

/* hyperlink style for text used in the skinobjects */ 
A.SkinObject:link {
    text-decoration: none;
    color: #1779ff;
}
A.SkinObject:visited  {
    text-decoration: none;
    color: #1779ff;
}
A.SkinObject:active   {
    text-decoration: none;
    color: #1779ff;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: #1779ff;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:underline;
    color: #1779ff;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #1779ff;
}

A.CommandButton:active   {
    text-decoration: underline;
    color: #1779ff;
}

A.CommandButton:hover    {
    text-decoration: underline;
    color: #ff0000;
}

/* Verweis mit Linkimage */
A.LinkImage, A.LinkImageBlueBG, A.LinkImageBeigeBG, A.LinkImagePortal {
	background: url(images/hyperlink.gif) no-repeat top left;	
	padding-left: 14px;
}
A.LinkImageMail, A.LinkImageMailBeigeBG, A.LinkImageMailPortal {
	background: url(images/hyperlink_mail.gif) no-repeat top left;	
	padding-left: 24px;
}
A.LinkImageGlossary, A.LinkImageGlossaryBlueBG {
	background: url(images/hyperlink_glossary.gif) no-repeat top left;	
	padding-left: 24px;
}
A.LinkImageTop {
	background: url(images/hyperlink_top.gif) no-repeat top left;	
	padding-left: 12px;
}
A.LinkImageBack{
	background: url(images/hyperlink_back.gif) no-repeat top left;	
	padding-left: 14px;
}
A.LinkImageDoc {
	background: url(images/hyperlink_doc.gif) no-repeat top left;	
	padding-left: 15px;
}
A.LinkImageGrey {
	color: #828282;
	background: url(images/hyperlink_grey.gif) no-repeat top left;	
	padding-left: 14px;
}
A.LinkImageSignin {
	background: url(images/hyperlink_small.gif) no-repeat top left;	
	color: #9cc4fc;
	padding-left: 14px;
	font-size: 10px; 
	font-weight: bold; 
}
A.LinkImageGreen {
	background: url(images/hyperlink.gif) no-repeat top left;	
	padding-left: 14px;
}
A.LinkImageMailGreen {
	background: url(images/hyperlink_mail.gif) no-repeat top left;	
	padding-left: 24px;
}
A.LinkImage:hover, A.LinkImageMail:hover, A.LinkImageTop:hover,  A.LinkImageBack:hover, A.LinkImageDoc:hover, A.LinkImageGlossary:hover {
    background-color: #e5e5e5;
    text-decoration: underline;
}
A.LinkImageBlueBG:hover, A.LinkImageGlossaryBlueBG:hover {
	background-color: #c5ddff;
	text-decoration: underline;
}
A.LinkImageBeigeBG:hover, A.LinkImageMailBeigeBG:hover {
	background-color: #f4dba1;
	text-decoration: underline;
}
A.LinkImageGreen:hover {
	color: #b1bf4a;
	text-decoration: none;
}
A.LinkImageSignin:hover {
	color: #9cc4fc;
}
A.LinkImageGreen:visited {
	color: #b1bf4a;
	text-decoration: none;
}

/* Grafiken als Verweis */
.ImageLink 
{
	border: 1px solid white;
	display: block;
}
.ImageLinkText 
{
	border: 1px solid white;
	display: block;
	margin-bottom: 10px;
}
.ImageLinkGrey 
{
	border: 1px solid #e0e0e0;
	display: block;
}
.ImageLinkHover
{
	border: 1px solid #1779ff;
	display: block;
}
A.SNImageLink {
	border: 1px solid #e0e0e0;
}
A.SNImageLink:hover {
	border: 1px solid #1779ff;
}

/* .NET UserControls */
.DataGrid 
{
	background-color: #f5f5f5;
	padding: 6px;
	font-size: 9pt;
	color: #494949;
	vertical-align: top;
	border-bottom: 1px solid #c7c7c7;
	
}

/* Auszeichnungen für die weiterführenden Hyperlinks */
.LinkList {
	font-size: 10pt;
	font-weight: normal;
	line-height: 130%;	
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding: 2px;
	font-weight: bold;
	color: white;
	background: #63a5ff;
	border: 1px solid #1779ff;
}
/* button style for standard HTML buttons Yellow */
.StandardButtonYellow
{
	padding: 2px;
	font-weight: bold;
	color: white;
	background: #c2b083;
	border: 1px solid #9d947f;
}

/* Item Infobox */
.InfoBox {
    margin: 0px;
    padding: 1px;
	vertical-align: top;
	background-color: #fff1ce;
	border: 1px solid #f4dba1;
	color: #736d5d;
}
.InfoBoxHead {
	width: 100%;
	height: 30px;
	margin: 0px;
	padding-left: 3px;
	background-image: url(images/infobox_gradient.gif);
}
.InfoBoxContent {
	padding: 9px;
}

/* Item Toolbar */
.Toolbar {
	background-color: #dbdbdb;
	border: 1px solid #bfbfbf;
    font-weight: bold;
    color: #1779ff;
    font-size: 9pt;
    padding: 7px;
    vertical-align: middle;
}

/* Portal Content ohne sichtbare Tabelle */
.STcontent {
	vertical-align: top;
}
.STimageColumn {
	vertical-align: top;
	width: 150px;
	padding-right: 10px;
}

/* Portal ParentItems */
.SNtable {
	width: 100%;
	border-bottom: 1px solid #C7C7C7;
	background-color: #f5f5f5;
	margin-bottom: 12px;
	display: block;
}
.SNtableFixed {
	width: 555px;
	border-bottom:1px solid #C7C7C7;
	background-color: #f5f5f5;
	display: block;
}
.SNheadlineBlue {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(images/topRule_blue.gif);
	height: 33px;
	padding-left: 3px;
	vertical-align: top;
}
.SNheadlineBlueG {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(images/topRule_blueG.gif);
	height: 33px;
	padding-left: 3px;
	vertical-align: top;
}
.SNheadlineBlueGHome {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(images/topRule_blueG_home.gif);
	height: 33px;
	padding-left: 3px;
	vertical-align: top;
}
.SNheadlineBlueDG1 {
	font-size: 10pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(images/topRuleDG1_blue.gif);
	height: 25px;
	padding-left: 3px;
	padding-bottom: 5px;
	vertical-align: top;
}
.SNheadlineBlueDG2 {
	font-size: 8pt;
	font-weight: bold;
	color: #1779ff;
	background-image: url(images/topRuleDG2_blue.gif);
	height: 25px;
	padding-left: 3px;
	padding-bottom: 5px;
	vertical-align: bottom;
}
.SNheadlineGrey {
	font-size: 10pt;
	font-weight: bold;
	color: #6f6f6f;
	background-image: url(images/topRule_grey.gif);
	height: 33px;
	width: 100px;
	padding-left: 3px;
	vertical-align: top;
}
.SNheadlineGreyG {
	font-size: 10pt;
	font-weight: bold;
	color: #6f6f6f;
	background-image: url(images/topRule_greyG.gif);
	height: 33px;
	width: 100px;
	padding-left: 3px;
	vertical-align: top;
}
.SNcontent {
	 background-color: #f5f5f5;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
}
.SNcontentLarge {
	 background-color: #f5f5f5;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 padding-bottom: 20px;
}
.SNcontentAlt {
	 background-color: #ebebeb;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
}
.SNcontentHome {
	 background-color: #dcebff;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
}
.SNcontentLightblue {
	background-color: #c5ddff;
}
.SNcontentBlue {
	background-color: #1779ff;
}
.SNcontentGrey {
	background-color: #e0e0e0;
}
.SNcontentTD {
	 background-color: #f5f5f5;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-left: 1px solid #e3e3e3;
}
.SNcontentBTN
{
	 background-color: #e0e0e0;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 text-align: center;
	 vertical-align: top;
	 border-left: 1px solid #e0e0e0;
}
.SNcontentRules
{
	 background-color: #f5f5f5;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesLarge
{
	 background-color: #f5f5f5;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-bottom: 1px solid #c7c7c7;
	 padding-bottom: 20px;
}
.SNcontentRulesAlt
{
	 background-color: #e6e6e6;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesGrey {
	background-color: #e0e0e0;
	border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesBlue {
	background-color: #1779ff;
	border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesTD
{
	 background-color: #f5f5f5;
	 padding-top: 6px;
	 padding-right: 6px;
	 padding-bottom: 6px;
	 padding-left: 13px;
	 font-size: 9pt;
	 color: #494949;
	 vertical-align: top;
	 border-left: 1px solid #e3e3e3;
	 border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesBTN
{
	 background-color: #e0e0e0;
	 padding: 6px;
	 font-size: 9pt;
	 color: #494949;
	 text-align: center;
	 vertical-align: top;
	 border-left: 1px solid #e0e0e0;
	 border-bottom: 1px solid #c7c7c7;
}
.SNcontentRulesIMG
{
	 background-color: #f5f5f5;
	 color: #494949;
	 vertical-align: top;
	 border-bottom: 1px solid #c7c7c7;
}
.SNtop 
{
	font-weight: bold;
	font-size: 7pt;
	background: url(images/hyperlink_top.gif) no-repeat right;	
	padding-right: 12px;
	white-space: nowrap;
}
.SNtop:hover {
	background-color: #d8d8d8;
}
.SNfooter {
	background-color: #e0e0e0;
	height: 9px;
}
.SNfooterImage {
	height: 9px;
	background: #e0e0e0 url('images/endRule_corner.gif') no-repeat right;
}
.SN2table {
	width: 100%;
	background-color: #e0e0e0;
}
.SN2headline {
	color: white;
	background-color: #1779ff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.SN2title {
	color: #828282;
	background-color: #ebebeb;
	font-weight: bold;
	padding: 6px;
}
.SN2titleRules {
	color: #828282;
	background-color: #ebebeb;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #c7c7c7;
}
.SN2content {
	background-color: #e0e0e0;
	padding: 6px;
	color: #494949;
	vertical-align: top;
}
.SNImageTitle {
	background: url(images/image.gif) no-repeat top left;	
	width: 9px;
	/*height: 11px;*/
	padding-left: 14px;
	white-space: nowrap;
	color: #989898;
	font-size: 8pt;
	font-weight: bold;
}
/* Formulare */
.FormLabel {
	font-weight: bold;
	color: #1779ff;
	padding-top: 3px;
	padding-right: 10px;
	vertical-align: top;
}
.FormLabelYellow {
    font-weight: bold;
	color: #736d5d;
	padding-top: 3px;
	padding-right: 10px;
	vertical-align: top;
}
.FormControl {
	padding-bottom: 10px;
	vertical-align: top;
}
.FormControlError {
	padding-bottom: 10px;
	vertical-align: top;
	background-color: #ffbfbf;
}
.FormText {
	padding-top: 3px;
	padding-bottom: 10px;
	vertical-align: top;
}
.FormButton {
	padding-top: 5px;
}
.FormInfo {
	margin: 3px;
	padding: 10px;
	vertical-align: top;
	background-color: #fff1ce;
	border: 1px solid #f4dba1;
}
/* Infobox */
.IB {
	padding: 5px 9px 9px 20px ;
}
.IBheadline {
	color: white;
	background: #1779ff url('images/pfeil_infobox.gif') left top no-repeat;
	font-weight: bold;
}
.IBcontent {
	color: #1779ff;
	background-color: #e0e0e0;
}
/* Portal Leftpane */
.TicketRow {
	color: #828282;
	background-color: #d9d9d9;
	height: 77px;
	width: 100%;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	text-decoration: none;
}
.TicketRowHover {	
	color: #1779ff;
	background-color: #f5f5f5;
	height: 77px;
	width: 100%;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	text-decoration: none;
}
.TicketImage {
	height: 77px;
	width: 66px;
	float: left;
}
.TicketPfeil {
	vertical-align: top;
	padding-top: 20px;
	float: left;
}
.TicketText {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 18px;
	float: left;
}
.TicketHR {	
	height: 1px;
	width: 175px;
	/* background: url('images/lpRule.gif'); */
	background-color: #b9b9b9;
}
.TicketInput {	
	border: 1px solid #b9b9b9;
}
/* Portal RightPane */
TD.PortalContent {
	color: #828282;
	border-bottom: 1px solid #d4dc9c;
	padding-left: 0px;
	padding-right: 0px;
}
.PortalHeadline {
	font-weight: bold;
	padding-bottom: 5px;
}
.PortalFooter {
	height: 10px;
	background-color: #ecf0d4;
}
	
/* breadcrumb */
.BreadCrumb_Bar 
{
	width: 100%; 
	height: 21px; 
	background-color: #d9d9d9; 
	color: #828282; 
	font-family: Verdana, Arial, Helvetica; 
    font-size:  10px;
	padding-top: 4px; 
	padding-left: 10px; 
}

.Breadcrumb_Item    
{
    font-weight:  bold;
	color: #828282;
}


/* hyperlink style for the selected tab */
A.Breadcrumb_Item:link {
	color: #828282;
}

A.Breadcrumb_Item:visited  {
	color: #828282;
}

A.Breadcrumb_Item:active {
	color: #828282;	
}

A.Breadcrumb_Item:hover {
	color: #1779FF;
	text-decoration: underline;
}

/* Main Menu */
.MainMenu_MenuContainer {
	padding-top: 2px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	height: 16px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	color: white;	
	font-weight: bold; 
}
.MainMenu_MenuItem:hover {
	border: 3px solid black;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	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;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: hand; 
	background-color: #7C7C7C;  
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
	color: White;
	cursor: hand; 
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: hand;
}
MainMenu_Separator {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	color: white;
}

/* Child Menu */
.ChildMenu_MenuItem {
	cursor: hand; 
	color: white;
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	padding-bottom: 6px;
}
.ChildMenu_MenuItemSel {
	cursor: hand; 
	color: white; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	padding-bottom: 6px;
}
ChildMenu_SubMenuItem {
	background-color: Transparent;
}

/* ABSCHNITT INTERNET */

/* eCenter-Page */
.EC_Menu {
	background-color: #e0e0e0; 
	vertical-align: bottom; 
	padding-bottom: 10px; 
	padding-right: 10px; 
	border-bottom: 1px solid #7bacf0;
	width: 100%; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: right;
}

.EC_Seperator {
	background-color:#9cc4fc; 
	height:5px;
}






TABLE.headline
{
	MARGIN-TOP: 12px; background-color: White;
}
TD.partition
{
	PADDING-left: 0px;
}
.gutterPlug
{
	WIDTH: 10px; HEIGHT: 1px
}
DIV.verticalRule
{
	MARGIN-TOP: 12px; WIDTH: 1px; HEIGHT: 100%
}
.pixel
{
	WIDTH: 1px; HEIGHT: 1px
}
P.blurb
{
	MARGIN: 0em;
	margin-bottom: 6px;
}
.bullet
{
	COLOR: white; 
}
TABLE.subbullets 
{
	color: White;
}
.subbullet 
{
	COLOR: white; 
}
TD.sublink 
{
	PADDING-BOTTOM: 3px;
}

A.sitemap_root:link, A.sitemap_root:active, A.sitemap_root:visited
{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;	
	color: #b1bf4a;	
	text-decoration: none;
}
A.sitemap_root:hover
{
	font-weight: bold;		
	text-decoration: underline;
}

A.sitemap_child:link, A.sitemap_child:active, A.sitemap_child:visited
{
	background: url(http://www.industrial-intelligence.de/Portals/2/images/hyperlink.gif) no-repeat left;	
	width: 9px;
	height: 7px;
	padding-left: 14px;
	white-space: nowrap;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;	
}
A.sitemap_child:hover
{
	text-decoration: underline;
}

/* Styles für PRESSEMITTEILUNGEN */
.pr {
	background-color: #e5e5e5;
    padding: 20px;
    font-size: 8pt;  
    font-weight: bold;
    color: #989898; 
}
.pr h2 {
	margin-bottom: 34px;
}
.pr img {
	margin-bottom: 3px;    
}
.pr p {
	margin-bottom: 20px;    
}
/* Ende PRESSEMITTEILUNGEN /*

/* Seitenumbruch */
.break {
	page-break-before: always;
}



