/* 
================================
Skin styles for DotNetNuke
================================
*/   

body
{
	background-color: #ffffff;
	color:#121212;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
}
table
{
	font-size: 1em;
}
a, a:link
{
	color: #4b4b4b;
	text-decoration: underline;
}
a:hover
{
	color: #07588e;
	text-decoration: underline;
}
a:active
{
	color: #07588e;
	text-decoration: underline;
}
ul
{
	margin: 0;
	padding: 0;
	margin-left: 30px;
	list-style: image;
	list-style-image: url(images/list.png);
}
ul li
{
	padding: 3px;
	margin: 0;
}
h1, h2, h3, h4
{
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: #0370b9;
}
h2
{
	font-size: 1.2em;
}
h3
{
	font-size: 1.1em;
}
h4
{
	font-size: 1.0em;
}
#wrapper
{   
    position: absolute;
    width: 859px;
    left: 50%;
    margin-left: -409px;
}
#site
{
	clear: both;
	width: 859px;
	margin: 0 auto;
	min-height: 500px;
	padding-left: 9px;
	padding-right: 9px;
	background-repeat: repeat-y;
	background-image: url(images/contentbg.png);
}
#header
{
	width: 850px;
	height: 100px;
	border-bottom: 3px solid #0371b8;
	background-color: #ffffff;
}
#header p
{
	margin: 0;
	padding: 0;
}
#topbar
{
	width: 850px;
	height: 5px;
	border-bottom: 1px solid #4b4b4b;
}
#navi
{
	width: 165px;
	float: left;
}

#content
{
	width: 470px;
	margin-left: 180px;
	padding: 0;
	padding-top: 10px;
	min-height: 500px;
}

#content input[type=text]
{
	height: 20px;
	width: 250px;
}

#right
{
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	width: 180px;
	font-size: 0.9em;

}

#right input
{
	height: 20px;
}


#right div.contact
{
	border: 1px dashed #4b4b4b;
	background-color:#dfdfdf;
	margin-top: 10px;
	padding: 5px;
}
#right p
{
	padding:0;
	padding-top: 5px;
}
#footer
{
	clear: both;
	width: 868px;
	margin: 0 auto;
	height: 40px;
	background-image: url(images/contentfooter.png);
	background-repeat: no-repeat;
}
#footerinformations
{
	width: 868px;
	margin: 0 auto;
	text-align: center;
}
#footerinformations p
{
	margin: 0;
}

input[type=text]
{
	border: 1px solid #dfdfdf;
	font-size: 0.8em;
	height: 10px;
	width: 100px;
}
input[type=button]
{
	height: 15px;
	font-size: 0.8em;
	border: 1px solid #dfdfdf;
}



.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;

}
.skinmaster {
	height: 100%;
	background-color: #F3F5FA;
	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; 

}
.skinheader {
}
.skingradient {
	BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;
}
.controlpanel {
	width: 800px;
	margin: 0 auto;
	background-color: #DFE5F2;
}
.toppane 
{
	width: 100%;
	float: left;
}

.contentpane 
{
	
}
.rightpane {
	width: 175px;
}
.bottompane {
	width: 100%;
}



.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    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;
}

/*InventuaSideMenu*/


/*
#navi ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navi ul li
{
	background-color: #dfdfdf;
	border-bottom: 1px solid #ffffff;
	height: 20px;
	padding: 0;
}

#navi ul li.selected
{
	background-color: #f4f4f4;
}
#navi ul li.selected a
{
		border-right: 10px solid #000000;
}
#navi ul li.top
{
	background-color: #ffffff;
	height: 10px;
}
#navi ul li.sub
{
	background-color: #e7e7e7;
	background-image: url(images/list.png);
	background-position: 15px 8px;
	background-repeat: no-repeat;
	padding-left: 10px;
}
#navi ul li.sub a
{
	width: 150px;
}
#navi ul li a
{
	font-size: 1em;
	display: inline-block;
	padding-top: 3px;
	margin-left: 15px;
	height: 17px;
	width: 160px;
	text-decoration: none;
	color:#4b4b4b;
}
#navi ul  li a:hover
{
	color: #07588e;
	border-right: 10px solid #0370b9;
}
*/
td.MenuItem0:hover
{
	background-color: #c7c7c7;
}
.MenuItem0, .MenuHdr0, .MenuItemMouseOver0
{ 
	font-size: 1em;
    background-color: #dfdfdf;
    border-bottom: 1px solid #ffffff;
    height: 20px;
    padding-left: 0px;
    color: #4b4b4b;
    text-decoration: none;
}


.MenuItem0 a, .MenuItem0 a:Visited, .MenuItem0 a:Link, .MenuHdr0 A, .MenuHdr0 A:Visited, .MenuHdr0 A:Link
{ 
	display: inline-block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 15px;
	width: 150px;
	text-decoration: none;
	color:#4b4b4b;

}


.MenuItemMouseOver0, .MenuItem0 A:Hover
{
    text-decoration: none;
    color:#07588e;
	border-right: 10px solid #0370b9;
}

/*Sub-Menu*/
.MenuItem1
{ 
    color: #4b4b4b;
    background-color: #e7e7e7;
    background-image: url(images/list.png);
    border-bottom: 1px solid #ffffff;
    background-position: 15px 9px;
    background-repeat: no-repeat;
    padding-left: 10px;
    text-decoration:none;
}


td.MenuItem1:hover
{
	background-color: #c7c7c7;
}
.MenuItem1 A, .MenuItem1 A:Visited, .MenuItem1 A:Link
{ 
	display: inline-block;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 140px;
    color: #4b4b4b;
    text-decoration:none;
}

.MenuItemMouseOver1, .MenuItem1 a:hover
{
    color: #0370b9;
	border-right: 10px solid #0370b9;
}

/*wenn aktiv*/
td.true0
{
	font-weight: bold;
	background-color: #f4f4f4;
}
td.true0  a
{
	border-right: 10px solid #000000;
}
td.currentHeaderHighlight0 a
{
	border-right: 10px solid #000000;

}
.MenuItem1.true1
{
 	font-weight: bold;
	background-color: #f4f4f4;
}
.MenuHdr0
{
	font-weight: bold;
	background-color: #f4f4f4;
}
.MenuHdr0 a
{
	color: #0370b9 !important;
}
.MenuItem1.true1 a 
{
	border-right: 10px solid #000000;
}
.MenuItem1.true1 a:hover, .MenuHdr0 a:hover
{
	border-right: 10px solid #0370b9;
}


