/* 
================================
Skin styles for DotNetNuke OT Green
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #cfdece;
}
.skinmaster {
	height: 100%;
	background-color: #cfdece;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader {
	background-color: #FFFFFF
}
.skingradient {
	height: 24px;
	background-color: #DCE3EB;
	border-top-color:#7F8893;
	border-top-style:solid;
	border-top-width:1px;
	border-bottom-color:#7F8893;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.logo {
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width:1px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/* 
================================
Skin styles für Menü
================================
*/


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:18px;
	background-color: Transparent;
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuIcon {
	background-color: #DCE3EB; 
	border-left: #DCE3EB 1px solid; 
	border-bottom: #DCE3EB 1px solid; 
	border-top: #DCE3EB 1px solid;
	font-weight: normal; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	width: 15px; 
	height: 19px;
}
.MainMenu_MenuArrow {
	border-right: #DCE3EB 1px solid; 
	border-bottom: #DCE3EB 1px solid; 
	border-top: #DCE3EB 0px solid;
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_RootMenuItem
{
	text-align: center;
	border-left: #DCE3EB 0px solid; 
	border-bottom: #DCE3EB 1px solid; 
	border-top: #DCE3EB 1px solid; 
	border-right: #DCE3EB 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal;
	letter-spacing: -1px;
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 19px;
}
.MainMenu_RootMenuItem TD
{
    width: 120px;
}
.MainMenu_RootMenuItemSelected TD
{
    width: 120px;
}
.MainMenu_RootMenuItemActive TD
{
    width: 120px;
}
.MainMenu_RootMenuItemSelected
{
    text-align: center;
    background-color: #424F63; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: -1px;
	height: 18px;
}
.MainMenu_RootMenuItemActive
{
}
.MainMenu_MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: -1px;
	height: 18px;
    background-color: #DCE3EB;
    border-left: #DCE3EB 0px solid; 
	border-bottom: #DCE3EB 1px solid; 
	border-top: #DCE3EB 1px solid; 
	border-right: #DCE3EB 0px solid;
}
.MainMenu_SubMenuItem TABLE
{
	border-left: #7F8893 1px solid; 
	border-bottom: #7F8893 1px solid; 
	border-top: #7F8893 1px solid; 
	border-right: #7F8893 1px solid
}
.MainMenu_SubMenu
{
;
}
.MainMenu_SubMenuItemSelected
{
    background-color: #424F63;
    color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: -1px;
	height: 19px; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #424F63 0px solid; 
	border-bottom: #424F63 1px solid; 
	border-top: #424F63 1px solid; 
	border-right: #424F63 0px solid;
	

}
.MainMenu_SubMenuItemActive
{
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 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_LtBlue.jpg);
}
.Head {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


/* 
================================
Skin styles für OrgaTech Website
================================
*/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #202020;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	padding-bottom: 10px;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 12px;
	font-weight: bold;
	background-color: #dce3eb;
}

.Normal
{
	/*OT Skin Schriftformatierung*/
	font-weight: normal;
	font-size: 12px;
	margin: 0px; 
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

TBODY
{
	/*OT Skin Schriftformatierung*/
	font-weight: normal;
	font-size: 12px;
	margin: 0px; 
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

A:link
{
	text-decoration: none;
	color: #333399;
	font-size: 12px;
}

A:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #333399;
}

A:active
{
	text-decoration: none;
	font-size: 12px;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	font-size: 12px;
	color: #333399;
	
}

/* 
================================
Skin styles für User Defined Table Module
================================
*/

.UDT_Table_Item TD
{

	border-bottom-width: 2px;	
	border-bottom-color: #ECE9D8;
	border-bottom-style: groove;
	padding: 20px;
	vertical-align:top;

}
.UDT_Table_AlternateItem TD
{

	border-bottom-width: 2px;	
	border-bottom-color: #ECE9D8;
	border-bottom-style: groove;
	padding: 20px;
	vertical-align:top;

}

.UDT_Table_Head TD
{
	padding-left: 20px;
	padding-right: 20px;
}



/* 
================================
Skin styles für ODS Form Module / Kontaktformular
================================
*/



.FormLabelControl
{
	width: 650px;
}

.FormTable TEXTAREA
{
	width: 260px;
	height: 100px;
}

.FormTextBox
{
	width: 260px;
}

.FormLabelCell
{
	width: 160px;
}


/* 
================================
Skin styles für Documents Modul / Presseartikel
================================
*/

.CategoryCell
{
	border-bottom-width: 2px;	
	border-bottom-color: #ECE9D8;
	border-bottom-style: inset;
	height: 60px;
}
.TitleCell
{
	border-bottom-width: 2px;	
	border-bottom-color: #ECE9D8;
	border-bottom-style: inset;
	height: 60px;

}
.CategoryHeader
{
	color: #CFDECE;
}
.TitleHeader
{
	color: #CFDECE;
}

