/* 
================================
Skin styles for DotNetNuke
================================
*/ 
BODY
{
	text-align:center;
	font-family:Verdana,Arial;
	background-color: #5A718E;
}

DIV,SPAN{
	z-index:1;
}

.pagemaster
{
	position: relative;
	width:999px;
	text-align:left;
	background-color:#5A718E;
	background-image:url(bg.png);
	background-repeat:repeat-y;
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	margin: 0 auto;
}

.skinmaster {
}

.skinheader {
}

.logo
{
	position:relative;
	height:251px;	
	border-bottom:solid 1px #FFF;
	float:left;
	left:1px;
}

a img.LightboxThumbnail{margin:0 0 -2px;}

.skingradient {
	position: relative;
    width:999px;
	HEIGHT:23px;
	font-size:15px;
	margin-bottom:10px;
}

.ControlPanel {
	width: 100%;
	BACKGROUND-COLOR: #FAFAFA;
	color:Black;
}

.LeftPane {
	width:200px;
	float:left;
	margin:35px 0px 0px 10px;
}
.ContentPane {
	width:562px;
	float:left;
	margin:35px 0px 0px 20px;
}
.Verwaltung {
	width:750px;
	float:left;
	margin:35px 0px 0px 10px;
}
.RightPane {
	width:169px;
	float:left;
	margin:35px 0px 0px 20px;
}

.BaumMenu ul
{
	margin-left:10px;
}


.BaumMenu li
{
}

.BaumMenu li a
{
 font-family:Verdana, Arial;
 text-decoration:none;
 font-style:normal;
 font-size:medium;
 color:#FFF;
}

.BaumMenu li a.hover
{
 color:#FFF;
}

.BaumMenu li a.visited
{
 color:#FFF;
}

.navigation
{
	position: relative;
	text-align:left;
	color:#FFF;
	float:left;
}

.qright a
{
	color: #FFF;
	text-decoration:none;
	font-size:0.8em;
}
.qright a:hover
{
	color: #FFF;
	text-decoration:none;
}

.qright Li
{
	list-style-image:url(li.png);
}

.qtop a
{
	color: #FFF;
	text-decoration:none;
	font-size:0.8em;
}
.qtop a:hover
{
	color: #FFF;
	text-decoration:none;
}

.qtop
{
    position: absolute;
    top:230px;
    left:0px;
    padding-left:160px;
	clear: both;
	HEIGHT: 20px;
	color: #FFF;
	
}
.qtop div
{
	border-bottom:0px;
	width:817px; 
}

.qtop .SkinObject
{	
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size:1.0em;
	font-weight:600;
}

.qtop ul
{
	list-style-type:none;
	margin: 1px 0px 2px 0px;
	padding:0px;
}

.qtop li
{
	list-style-type:none;
	/*list-style-image:url(litop.png);*/
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	font-size:1.0em;
	font-weight:600;
}
.qcontent
{
    
}

.qfooter
{
    position: relative;
	width:999px;
	clear: both;
	bottom: 0px;
	margin-top: 20px;
	margin-bottom:0px;
	background-color:#475C78;
	HEIGHT: 22px;
	color: #fff;
	border-top:solid 1px #FFF;
}

.qfooter .SkinObject, 
.qfooter a
{	
	margin: 0px;
	padding: 0px;
	font-style:normal;
	font-size:0.9em;
	font-weight:400;
}

.qfooter ul
{
	list-style-type:none;
	margin: 1px 0px 2px 0px;
	padding:0px;
}

.qfooter li
{
	list-style-type:none;
	float:left;
	border-left: 1px solid;
	padding-left: 10px;
	padding-right: 10px;
	font-size:0.9em;
	font-weight:400;
}

.qfooter .first
{
	border-left: 0px;
}

.SkinObject,
A.SkinObject:visited,
A.SkinObject:active,
A.SkinObject:link{
	color:#FFF;
}
A.SkinObject:hover{
	color:#FFF;
}
.CommandButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
}
A.CommandButton:link {
	color:#FFF;
	TEXT-DECORATION: none
}
A.CommandButton:visited {
	color:#FFF;
	TEXT-DECORATION: none
}
A.CommandButton:hover {
	color:#FFF;
	TEXT-DECORATION: none
}
A.CommandButton:active {
	color:#FFF;
	TEXT-DECORATION: none
}
.StandardButton     {
    background: #3D618E none; 
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}
.Head   {
    font-size:  1.3em;
    font-weight:  normal;
    color: #fff;
}
.SubHead {
	FONT-FAMILY: Verdana,Arial;	
	font-weight:bold;
	color: #363636;
}
.SubSubHead {
	FONT-FAMILY: Verdana,Arial;	
	font-weight:bold;
	color: #363636;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #E78C32; 
	font-family:Verdana,Arial;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #524F4D 0px solid; 
	border-bottom: #524F4D 1px solid; 
	border-top: #524F4D 0px solid; 
	border-right: #524F4D 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #363636; 
	border-left: #524F4D 0px solid; 
	border-bottom: #524F4D 1px solid; 
	border-top: #524F4D 0px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #363636; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #524F4D 0px solid; 
	border-left: #524F4D 1px solid; 
	border-top: #524F4D 0px solid; 
	border-right: #524F4D 1px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #524F4D 0px solid; 
	border-left: #524F4D 0px solid; 
	border-top: #524F4D 0px solid; 
	border-right: #524F4D 0px solid;
	background-color: #363636; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #CCC6C6; 
	font-family: Verdana,Arial; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: #524F4D 1px solid; 
	background-color: transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #524F4D 1px solid; 
	border-left: #524F4D 0px solid; 
	border-bottom: #524F4D 1px solid; 
	border-top: #524F4D 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
