/* CSS-Style for dotnetnuke - created by dyo-Medienmanufaktur -> www.ba-mosbach.de/dm - Markus Brunner, Katja Deutschmann, Simon Kannegiesser */

/* HACKS
	- bis IE6: * html #idName
	- Opera: 
*/

/* GENERELL ********************************************************************/
*{
	font-family: Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	background-color: #F9F9F9;
	color: #000000;
}


/* CONTAINER ******************************************************************/
#dnn {
	margin: auto;
	text-align: left;
	width: 975px;
	height: auto;
    font-size: 16px;
    font-weight: normal;
	font-variant: small-caps;
}
#header {
	position: relative;	
	width: 975px;
	height: 175px;
}
#header_left {
	position: relative;
	background: url("header_left.gif") top left no-repeat;
	float: left;
	width: 700px;
	height: 175px;	
}
#metanav{
	position: absolute;
	top: 8px;
	left: 50px;
	width: auto;
	height: auto;
	font-size: 14px;
}
#metanav a, #metanav a:link, #metanav a:visited{
	background-color: inherit;
	color: #8BABC4;
	text-decoration: none;
}
#metanav a:active, #metanav a:hover{
	background-color: inherit;
	color: #FF7F00;
	text-decoration: underline;
}
#breadcrumb{
	position: absolute;
	bottom: 35px;
	left: 50px;
	width: auto;
	height: auto;
}
.breadcrumbclass, #dnn_dnnBREADCRUMB_lblBreadCrumb{
	background-color: inherit;
	color: #999;
	font-size: 12px;
} 
#dnn_dnnBREADCRUMB_lblBreadCrumb a.breadcrumbclass {
	background-color: inherit;
	font-variant: small-caps;
	color: #657C8F;
}
#dnn_dnnBREADCRUMB_lblBreadCrumb a:active.breadcrumbclass, 
#dnn_dnnBREADCRUMB_lblBreadCrumb a:hover.breadcrumbclass{
	background-color: inherit;
	color: #FF7F00;
}
#search{
	position: absolute;
	top: 8px;
	right: 25px;
	width: auto;
	height: auto;
}
.NormalTextBox, #dnn_dnnSEARCH_txtSearch{
	border: 1px solid #8BABC4;	
	background-color: #4A5C69;
	color: #F9F9F9;
	font-family: "Courier New", Courier, monospace;
	font-variant: normal;
}
#header_right {
	position: relative;	
	background: url("header_right.gif") top right no-repeat;
	float: right;
	width: 275px;
	height: 175px;
}
#header_right a {
	text-decoration: none;
	color: none;
	border: none;
}
#logo{
	position: absolute;	
	background: url("logo.gif") top right no-repeat;
	top: 32px;
	left: 2px;
	width: 248px;
	height: 84px;
}
#middle{
	display: table;
	clear: both;
	color: inherit;	
	border-color: #CFCFCF;
	border-style: solid;
	border-width: 0px;	
	border-left-width: 1px;
	
	height: auto;
	width: 974px;
	background: #EDEDED url('length_bug.gif') repeat-y top right;
}
/* umgehen des Boxmodellfehlers des IE */
* html #middle {
	height: 100%;
	width: 975px;
	display: block;
	background-color: #EDEDED;
}
html:first-child>b\ody #middle{
	height: 100%;
	width: 975px;
	display: block;
}
#content{
	display: table-cell;
	float: left;	
	/*margin-top: 10px;*/
	margin-left: 50px;
	margin-right: 50px;
	
	width: 599px;
	height: auto;
}
/* umgehen des Boxmodellfehlers des IE */
* html #content {
	height: 100%;
	margin-left: 25px;
	margin-right: 0px;
	display: block;
}
html:first-child>b\ody #content{
	height: 100%;
	margin-right: 0px;
	display: block;
}
#content{
	background-color: #EDEDED;
	color: #3F3F3F;
	font-variant: normal;
	font-size: 16px;
	line-height: 21px;
}

#content table, #content table tr, #content table tr td, #content table tr th{
	background-color: #EDEDED;
	color: #3F3F3F;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 10px;
}

#content table tr th{
	font-weight: bold;
}


#navigation{
	display: table-cell;
	background-color: #4A5C69;
	color: inherit;
	/*padding-top: 10px;	*/	
	border-color: #FF7F00;
	border-style: solid;
	border-width: 0px;	
	border-left-width: 2px;
	float: right;
	
	height: auto;
	width: 273px;
}
/* umgehen des Boxmodellfehlers des IE */
* html #navigation {
	height: 100%;
	width: 275px;
	display: block;
}
html:first-child>b\ody #navigation{
	height: 100%;
	width: 275px;
	display: block;
}
#treenav{
	padding-left: 25px;
	font-size: 14px;
	width: 250px;
}
#login{
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #232C32;
	color: #4A5C69;
	font-size: 12px;
}
#dnn_dnnLOGIN_hypLogin, #dnn_dnnUSER_hypRegister{
	background-color: inherit;
	color: #657C8F;
	font-size: 14px;
}
#bottom{
	clear: both;
	width: 975px;
	height: 10px;
}
#bottom_left{
	width: 700px;
	height: 20px;
	float: left;
	background: url("bottom_left.gif") top left no-repeat;
}
#bottom_right{
	float: right;
	background: url("bottom_right.gif") top right no-repeat;
	width: 275px;
	height: 20px;
}


/* SCHRIFTEN *******************************************************************/
/* UEBERSCHRIFTEN */
h1, .Head, div.containertitle span{
	background-color: inherit;
	color: #121619;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
h2, h3, h4, h5, h6 {
	background-color: inherit;
	color: #4A5C69;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
/* TEXT */
p, .Normal, .SubHead{
	background-color: inherit;
	color: #3F3F3F;
}
p, .Normal{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
/* SPEZIFISCH */
div.containertitle{
	background-color: #EDEDED;
	color: inherit;
}
.Settings{
	background-color: #EDEDED;
	color: inherit;
}
#dnn_dnnSEARCH_cmdSEARCH, .SkinObject{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: inherit;
	color: #8BABC4;
}
/* LINKS */
a, a:link, a:visited{
	background-color: inherit;
	color: #4A5C69;
	text-decoration: none;
}
a:hover, a:active{
	background-color: inherit;
	color: #FF7F00;
	text-decoration: underline;
}
#content p a, #content .Normal a{
	background: url('link.gif') center left no-repeat;
	padding-left: 15px;
	cursor: pointer;
}

/* DNN **************************************************************************/
div.container, div.Normal, div.containercontent{
	background-color: #EDEDED;
}
.ModuleTitle_MenuItemSel td span, .ModuleTitle_MenuItem td span {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
}
.ModuleTitle_MenuItemSel td span {
	background-color: inherit;
	color: #FC0000;
}

/* TREEVIEW ********************************************************************/
.treebody{
	background-color: inherit;
	color: #8BABC4;
	font-variant: small-caps;
	font-size: 14px;
}
.treeview{
	padding-left: 0px;
}
.tree{
	padding-left: 0px;
}
.treeheader, .treeheadertext{
	display: none;
}
.treenodechild{
	padding-left: 0px;
}
.treenode{
	
}
.treenodehover, .treenodeselected{
	color: #FF7F00;
	text-decoration: underline;
}
.treenodeselected{
	
}

