/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 10pt;
	margin: 10px;
	color: #02458b;
	font-family: arial;
	text-align: left;
}

/* background color for the content part of the pages */
Body
{
	margin:0px;
    background-color: white;
    text-align: center;/*IE: zentrieren #body-div*/
}

.ContentPane {
    background-color: white;
}

.RightPane {
    background-color: white;
    float: right;
}

.TopPane 
{
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

.BottomPane
{
	clear:both;
	width: 100%;
	margin-top: 10px;
	margin-left: 10px;
}

/* 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: 9pt;
	color: black;
	font-style: normal;
	font-family: arial, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}

#dnn_ContentLogin .Normal, #dnn_ContentLogin .Normal ul, #dnn_ContentLogin .Normal li, #dnn_ContentLogin .Normal p, #dnn_ContentLogin .Normal span, #dnn_ContentLogin .Normal label, #dnn_ContentLogin .Normal textarea
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: arial, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}


.NormalRed, .NormalRed p, .NormalRed span, .NormalRed label
{
	font-weight: bold;
	line-height: 12pt;
	font-size: 9pt;
	color: #99a01f;
	font-style: normal;
	font-family: arial, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}

.NormalTextBox, .NormalTextBox p, .NormalTextBox span, .NormalTextBox label, .NormalTextBox table, .NormalTextBox textarea, .dnn_ctr600_XModEdit_text_ctrl_text_ctrl_HtmlBox
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 9pt;
	color: white;
	font-style: normal;
	font-family: arial, Sans-Serif;
	text-align: left;
	background-color: #99a01f;
}

.NormalSmall
{
	font-weight: normal;
	line-height: 10pt;
	font-size: 8pt;
	color: #505050;
	font-style: normal;
	font-family: arial, Sans-Serif;
	text-align: left;
	margin-bottom: 2px;
}


/* text style for the selected tab */
.SelectedTab
{
	font-weight: normal;
	font-size: 7pt;
	color: orange;
	font-family: arial;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
}

A.SelectedTab:visited  {
    text-decoration:    none;
}

A.SelectedTab:active   {
    text-decoration:    none;
}

A.SelectedTab:hover    {
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs 
{
	font-weight: normal;
	font-size: 7pt;
	color: orange;
	font-family: arial;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
}

A.OtherTabs:visited  {
    text-decoration:    none;
}

A.OtherTabs:active   {
    text-decoration:    none;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
}

/* navmenu */
/* common styling */
.navmenu {width:147px;position:relative;margin:0px;padding: 0px;font-size:9pt;font-family:arial,sans-serif; z-index:99}
.navmenu ul li a, .navmenu ul li a:visited{	display: block;	text-decoration: none;	color: black;	width: 122px;	text-align: left; background: #efefef;	line-height: 16pt;	font-size: 9pt;	text-decoration: none; padding-left:25px;}
.navmenu ul {padding:0;margin:0;list-style-type:none}
.navmenu ul li 
{
	background-image: url(bg_menu.jpg);	background-repeat: no-repeat;	background-color: #efefef;
	float:left;margin-right:0px;position:relative;list-style-type:none
}
.navmenu ul li ul {display:none}

/* specific to non IE browsers */
.navmenu ul li:hover a{	}
.navmenu ul li:hover ul {display:block;position:relative;top:0;left:0px;width:122px}
.navmenu ul li:hover ul li a.hide {background:lightsteelblue;color:black}
.navmenu ul li:hover ul li:hover a.hide {width:122px}
.navmenu ul li:hover ul li ul {display:none}
.navmenu ul li:hover ul li a {display:block;background:lightsteelblue;color:black;width:122px}
.navmenu ul li:hover ul li a:hover {background:silver;color:white}
.navmenu ul li:hover ul li:hover ul {display:block;position:absolute;left:150px;top:0;color:black}
.navmenu ul li:hover ul li:hover ul li a {display:block;width:150px;background:silver;color:black}
.navmenu ul li:hover ul li:hover ul li a:hover {background:silver;color:white}

/* specific to IE browsers */
.navmenu ul li a:hover
{
	background-image: url(bg_menu.jpg);
	background-repeat: no-repeat;
	background-color: #efefef;
}
.navmenu ul li a:hover ul {display:block;position:relative;top:0;left:0px;width:122px}
.navmenu ul li a:hover ul li a.sub {background:lightsteelblue;color:black}
.navmenu ul li a:hover ul li a {display:block;background:lightsteelblue;color:white;width:122px}
.navmenu ul li a:hover ul li a ul {visibility:hidden}
.navmenu ul li a:hover ul li a:hover {background:silver;color:white}
.navmenu ul li a:hover ul li a:hover ul {visibility:visible;position:absolute;left:147px;top:0;color:black}
.navmenu ul li a:hover ul li a:hover ul li a {display:block;width:147px;background:silver;color:black}
.navmenu ul li a:hover ul li a:hover ul li a:hover{	background: silver;	color: white;}

/* Main Menu */

.MainMenu_MenuContainer 
{
	background-color:transparent;
	color: black;
	width: 500px;
	margin-top: 0px;
}

.MainMenu_MenuBar {
	cursor: auto; 
	width: 21; 
	height: 21;
	border: none;
}

.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 7pt;
	cursor: auto; 
	color: black;
	font-family: arial;
	border: none;
}

.MainMenu_MenuIcon {
	cursor: auto; 
	background-color: silver; 
	background-image: none;
	text-align: left; 
	width: 21; 
	height: 21;
	border: none;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: auto; 
	background-color: silver;
	border: none;
}

.MainMenu_MenuBreak {
	height: 0px;
	border: none;
}

.MainMenu_MenuItemSel
{
	text-decoration: underline;
	font-weight: normal;
	font-size: 7pt;
	cursor: auto; 
	color: white;
	background-color: silver;
	font-family: arial;
	border: none;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	color: black; 
	cursor: hand;
	border: none; 
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: hand;
	border: none;
}

/* own */

HR	
{
    color: black;
}
 
TABLE
{
	margin:0px;
	border-collapse:collapse;
	border:0;
	padding:0;
}

H1
{
	padding-left: 0px;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 0px;
	margin: 5px 0px 10px;
	color: black;
	padding-top: 0px;
	font-family: arial, Sans-Serif;
	text-align: left;
}

H2
{
	font-weight: bold;
	font-size: 10pt;
	margin: 20px 0px 10px;
	color: black;
	font-family: arial, Sans-Serif;
	text-align: left;
}

H3
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: black;
	font-family: arial, Sans-Serif;
	text-align: left;
}


/* layout */

#body
{
	width: 813px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse:collapse;
	border-style:none;
	padding: 0px;
/* 	border-color:red;*/
/* 	border-width: 1px;*/
/* 	border-style: solid;*/
	
}

#body td
{
	text-align: left;
}

.header
{
	background-image: url(banner.png);
	background-repeat: no-repeat;
	height: 116px;
	margin: 0px;
	width: 813px;
	border-collapse: collapse;
/* 	border-color:red;*/
/* 	border-width: 1px;*/
/* 	border-style: solid;*/
}

.header .leftcolumn
{
	text-align: left;
	vertical-align: top;
	width: 260px;
}

.header .midcolumn
{
	text-align: center;
	vertical-align: top;
}

.header .rightcolumn
{
	text-align: right;
	vertical-align: top;
	width: 200px;
}

.topmenustrip .currentdate
{
	color: White;
	font-size: 9pt;
	font-weight: bold;
	text-transform: capitalize;
	font-family: arial, Sans-Serif;
	margin-left: 2px;
	margin-top: 2px;
}

a.breadcrumb, a.breadcrumb:visited,a.hover
{
	color: White;
	font-size: 9pt;
	font-weight: normal;
	font-family: arial, Sans-Serif;
}

.footer
{
	background-image: url(bg_footer.gif);	
	background-repeat: no-repeat;
	clear: both;
	height:50px;
	padding-top: 5px;
	padding-left: 158px;
}

.main
{
	background-image: url(bg_main.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 813px;
	text-align: left;
	border-collapse: collapse;
}

.main .mainleft
{
	background-image: url(bg_left.gif);
	background-repeat: repeat-y;
	width: 157px;
	margin: 0px;
	margin-right: 0px;
	padding-left: 0px;
	vertical-align: top;
}

.main .claimarea
{
	background-image: url(claim.jpg);
	background-repeat: no-repeat;
	width: 656px;
	height:229;
	margin: 0px;
	border-collapse: collapse;
	padding: 0px;
	vertical-align: top;
}

.main .claimarea .claimheader
{
	font-size: 8pt;
	color: white;
	font-family: arial;
}

.main .mainfill,.main .mainright
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

.userloginarea
{
	background-image: url(bg_left2.gif);
	background-repeat: repeat-y;
	width: 157px;
	margin: 0px;
	border-collapse: collapse;
	font-size: 9pt;
	color: white;
	font-family: arial;
	padding-left: 0px;
}

.userloginarea a
{
 color: white;
}

#dnn_ctr429_Signin_plUsername_imgHelp,
#dnn_ctr429_Signin_plPassword_imgHelp,
#dnn_ctr429_Signin_cmdRegister,
#dnn_ctr429_Signin_lblAuthenticatedHelp,
#dnn_ctr514_Signin_plUsername_imgHelp,
#dnn_ctr514_Signin_plPassword_imgHelp,
#dnn_ctr514_Signin_cmdRegister,
#dnn_ctr514_Signin_lblAuthenticatedHelp
{
	display:none;
}

#dnn_ctr429_Signin_tdLogin,
#dnn_ctr514_Signin_tdLogin
{
	width: 100px;
}

#dnn_ctr429_Signin_tdRegister,
#dnn_ctr514_Signin_tdRegister
{
	width: 0px;
}

#dnn_ctr429_Signin_pnlLogin table, #dnn_ctr429_Signin_pnlAuthenticated table,
#dnn_ctr514_Signin_pnlLogin table, #dnn_ctr514_Signin_pnlAuthenticated table
{
	width: auto;
}

#dnn_ctr429_Signin_plUsername_lblLabel,
#dnn_ctr429_Signin_plPassword_lblLabel,
#dnn_ctr429_Signin_cmdPassword,
#dnn_ctr429_Signin_userskin_hypRegister, 
#dnn_ctr429_Signin_userLogin_hypLogin, 
#dnn_ctr429_Signin_pnlLogin label, 
#dnn_ctr429_Signin_pnlLogin table label,
#dnn_ctr429_Signin_pnlAuthenticated table, 
#dnn_ctr429_Signin_pnlAuthenticated table a,
#dnn_ctr429_Signin_lblAuthenticatedHelp,
#dnn_ctr514_Signin_plUsername_lblLabel,
#dnn_ctr514_Signin_plPassword_lblLabel,
#dnn_ctr514_Signin_cmdPassword,
#dnn_ctr514_Signin_userskin_hypRegister, 
#dnn_ctr514_Signin_userLogin_hypLogin, 
#dnn_ctr514_Signin_pnlLogin label, 
#dnn_ctr514_Signin_pnlLogin table label,
#dnn_ctr514_Signin_pnlAuthenticated table, 
#dnn_ctr514_Signin_pnlAuthenticated table a,
#dnn_ctr514_Signin_lblAuthenticatedHelp
{
	color: White;
}

#dnn_dnnLOGIN_hypLogin
{
	color: White;
}

.sowatablePkwSuche A.CommandButton:link,
.sowatablePkwSuche A.CommandButton:visited,
.sowatablePkwSuche A.CommandButton:active   {
	text-decoration: underline;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: White;
}

.sowatablePkwSuche A.CommandButton:hover    {
 	text-decoration: none;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	color: red;
}