/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
body
{
	margin: 0px;
	padding: 0px;
	background-image: url(hg.JPG);
	background-repeat: repeat-x;
	background-color: #C1C1C1;
	border-collapse: collapse;
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}


table, div
{
	font-family: Arial;
	font-size: 10pt;
	color: Black;
}

.Head
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;
	text-align: left;
}

.SubHead
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	text-align: left;
}

.SubSubHead
{
	font-weight: Normal;
	font-size: 9pt;
	color: white;
	font-family: Arial;
	text-align: left;
}


.ControlPanel .SubHead
{
	margin: 0px;
	color: black;
}

.ControlPanel .Head
{
	margin: 0px;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal, .Normal ul, .Normal li, .Normal p, .Normal span, .Normal label, .Normal textarea
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: Arial, Sans-Serif;
	text-align: left;
	margin-bottom: 1px;
}

.NormalTextBox
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 10pt;
	color: black;
	font-style: normal;
	font-family: Arial, Sans-Serif;
	text-align: left;
	background-color: white;
}

.NormalSmall
{
	font-weight: normal;
	line-height: 10pt;
	font-size: 8pt;
	color: gray;
	font-style: normal;
	font-family: Arial, Sans-Serif;
	text-align: left;
	margin-bottom: 2px;
}

/*layout*/
 #content
 {
 	color: White;
 }


#bodyarea
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;	
	border: none;
}

#centeredpage
{
	margin: 0px;	
	padding: 0px;
	text-align: center;/*IE: zentrieren #body-div*/	
}

#headlinearea
{
	padding: 0px;
	margin: 0px;
	height: 230px;
	background-image: url(bg-head-grau.jpg);
	background-position: top;
	border: none;
	background-repeat: no-repeat;
	width: 100%;	
}

#headlinearea1
{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	border: none;
	border-collapse: collapse;	
}

#menu
{
	height: 42px;
	padding-top: 20px;
	margin: 0px;
	border: none;
}

#footerarea
{	
	margin: 0px;	
	padding: 0; 
	margin-top: 7px;	
	border: none;
	background-image: url(bg-footer-grau.gif);	
	background-repeat: no-repeat;
	background-position:center;
	width: 100%;
	height:47px;
}


#mainfill
{
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0px;
}


.ContentPane 
{
}

.TopLeftPane 
{
		width:66%;
}

.TopRightPane 
{
width: 33%;
}

.BottomLeftPane
{
	width:66%;
}


.BottomRightPane
{
	width:33%;
}

.TopPane 
{
	width: 100%;	
	padding:0;
	margin:0;
}

.BottomPane
{
	width: 100%;
	height: 0px;/*lässt den Pane verschwinden wenn ohen inhalt, leider unter IE6 1px resthöhe */
	padding:0;
	margin:0;
}

.linktable
{
	border: solid 1px gainsboro;	
	padding:5px;
	margin-bottom:25px;
}

.linktable a
{
	 margin-right:8px;
}

.SkinObject, #dnn_dnnCOPYRIGHT_lblCopyright
{
	padding-top:15px; 
	padding-left:10px;
	padding-bottom: 10px;
	color: Black;
}

#dnn_dnnLOGIN_cmdLogin
{
	text-transform: capitalize;
	margin-top:15px; 
	margin-left:10px;
	margin-bottom: 10px;
	color: Black;		
}

#dnn_ctr_Login_cmdRegister
{
	visibility: hidden;
}
