/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 10pt;
	margin: 0px 0px 10px;
	color: #02458b;
	font-family: Verdana;
	text-align: left;
}

/* background color for the content part of the pages */
Body
{

    text-align: center;/*IE: zentrieren #body-div*/
}

.LeftPane {
    background-color: white;
}

.ContentPane {
	background-color: white;
	padding-left: 12px;
}

.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
{
	font-weight: normal;
	line-height: 12pt;
	font-size: 9pt;
	color: black;
	font-style: normal;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	margin-bottom: 5px;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: normal;
	font-size: 7pt;
	color: orange;
	font-family: Verdana;
	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: Verdana;
	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:120px;position:relative;margin:0px 0;font-size:9pt;font-family:verdana,sans-serif; z-index:99}
.navmenu ul li a, .navmenu ul li a:visited{	display: block;	text-decoration: none;	color: black;	width: 120px;	text-align: left; border-bottom: solid 1px white; background: steelblue;	line-height: 15pt;	font-size: 9pt;	text-decoration: none; padding-left:0px;}
.navmenu ul {padding:0;margin:0;list-style-type:none}
.navmenu ul li {float:left;margin-right:1px;position:relative;list-style-type:none}
.navmenu ul li ul {display:none}

/* specific to non IE browsers */
.navmenu ul li:hover a {color:white;background:lightsteelblue}
.navmenu ul li:hover ul {display:block;position:absolute;top:0;left:120px;width:120px}
.navmenu ul li:hover ul li a.hide {background:lightsteelblue;color:black}
.navmenu ul li:hover ul li:hover a.hide {width:120px}
.navmenu ul li:hover ul li ul {display:none}
.navmenu ul li:hover ul li a {display:block;background:lightsteelblue;color:black;width:120px}
.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:123px;top:0;color:black}
.navmenu ul li:hover ul li:hover ul li a {display:block;width:120px;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{	color: white;	background: lightsteelblue;}
.navmenu ul li a:hover ul {display:block;position:absolute;top:0;left:120px;width:120px}
.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:120px}
.navmenu ul li a:hover ul li a ul {visibility:hidden}
.navmenu ul li a:hover ul li a:hover {background:silver;color:black}
.navmenu ul li a:hover ul li a:hover ul {visibility:visible;position:absolute;left:120px;top:0;color:black}
.navmenu ul li a:hover ul li a:hover ul li a {display:block;width:120px;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: 80px;
	margin-top: 15px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	width: 1; 
	height: 21;
	border: none;
}

.MainMenu_MenuItem
{
	font-weight: normal;
	font-size: 7pt;
	cursor: hand;
	color: black;
	font-family: Verdana;
	border: none;
}

.MainMenu_MenuIcon {
	cursor: hand; 
	background-color: silver; 
	background-image: none;
	text-align: left; 
	width: 1; 
	height: 21;
	border: none;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: hand;
	background-color: silver;
	border: none;
}

.MainMenu_MenuBreak {
	height: 0px;
	border: none;
}

.MainMenu_MenuItemSel
{
	text-decoration: underline;
	font-weight: normal;
	font-size: 7pt;
	cursor: hand;
	color: white;
	background-color: silver;
	font-family: Verdana;
	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: Verdana, Sans-Serif;
	text-align: left;
}

H2
{
	font-weight: bold;
	font-size: 10pt;
	margin: 20px 0px 10px;
	color: black;
	font-family: Verdana, 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: Verdana, Sans-Serif;
	text-align: left;
}


/* layout */

#body
{

	margin-top: 5px;

	text-align: center;
	border-collapse:collapse;
	padding: 0px;
}

#body td
{
	text-align: left;
}

.header
{
	background-image: url(banner.jpg);
	background-repeat: no-repeat;
	height: 97px;
	margin: 0px;
	width: 768px;
	color: #02458b;
	border-collapse: collapse;
}

.westerwald .header
{
	background-image: url(banner_ww.jpg);
}

.header .leftcolumn
{
	text-align: center;
	vertical-align: middle;
	width: 180px;
}

.header .midcolumn
{
	text-align: left;
	padding-top: 2px;
	vertical-align: top;
	width: 330px;
}

.header .rightcolumn
{
	text-align: right;
	vertical-align: top;
	padding-right:20px;
}

.header .rightcolumn .userloginarea
{
	/*border: solid 1px red;*/
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
	height: 16px;
}

.header .user, .header .login
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: steelblue;
}

.stoerer
{
	margin: 0px;
	padding: 0px;
	/*border: solid 1px red;*/
}

.stoerer img
{
	border: none;
	margin: 0px;
	padding: 0px;
}



.topmenustrip
{
	background-image: url(bg_topmenustrip.gif);
	background-repeat: repeat-y;
	height:16px;
	width:768px;
	/*border: solid 1px red;*/
	padding: 0px;
	color: White;
	font-size: 8pt;
}

.topmenustrip .currentdate
{
	color: White;
	font-size: 9pt;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, 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: Verdana, Sans-Serif;
}

.footer
{
	background-image: url(bg_footer.gif);	
	background-repeat: no-repeat;
	clear: both;
	height:50px;
	padding-left: 180px;
}

.main
{
	margin: 0px;
	width: 763px;
	background-image: url(bg_main.gif);	
	background-repeat: repeat-y;
	text-align: left;
	border-collapse: collapse;
}

.main .mainleft
{
	margin: 0px;
	width: 155px;
	margin-right: 0px;
	padding-left: 12px;
	vertical-align: top;
}

.searchtext
{
	color: White;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
}

.main .mainfill,.main .mainright
{
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

/* XMod */
.articlelistitem
{
	border-top: gray thin dotted;
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	clear: both;
	font-weight: normal;
	font-size: 9pt;
	color: black;
}

.articlelistitem .title
{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 14pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;
}
.articlelistitem th
{
	font-size: 10pt;
	color: black;

}
.articlelistitem label
{ font-size: 6pt;
  color: black;
  border-bottom:solid, 1px, black;
}

.articlelistitem .subtitle
{
	font-weight: bold;
	font-size: 9pt;
	line-height: 11pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;	
}

.articlelistitem .normal
{
	line-height: 11pt;
}

.articlelistitem .date
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
}


.articlelistitem .thumb
{
	float:left;
	border: none;
	margin-right: 5px;
}

.articlelistitem a, .articlelistitem a:visited
{
	font-weight: normal;
	font-size: 9pt;
	color: steelblue;
	text-decoration: none;
}

.articlelistitem a:hover
{
	color: blue;
	text-decoration: underline;
}

.articlelistitem .action
{
	border:none;
}

/* articledetail */

.articledetail
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Sans-Serif;
}

.articledetail .title
{
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 10px;
	line-height: 14pt;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;
		
}

.articledetail .subtitle
{
	font-weight: bold;
	font-size: 9pt;
	line-height: 11pt;
	margin-bottom: 5px;
	color: black;
	font-family: Verdana, Sans-Serif;
	text-align: left;	
}

.articledetail .abstract, .articledetail .text
{
	font-weight: normal;
	font-size: 9pt;
	line-height: 12pt;
	color: black;
	margin-bottom: 5px;
}

.articledetail .imagesubtitle
{
	font-weight: normal;
	font-size: 8pt;
	line-height: 9pt;
	color: gray;
	font-family: Verdana, Sans-Serif;
	text-align: center;
}

.articledetail .date, .articledetail .author
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
}

.articledetail a, .articledetail a:visited
{
	font-weight: normal;
	font-size: 9pt;
	color: steelblue;
	text-decoration: none;
}

.articledetail a:hover
{
	color: blue;
	text-decoration: underline;
}

.articledetail .download
{
}

.articledetail .action
{
	border:none;
}
/* gridstyle */

.gridstyle
{
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	clear: both;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.gridstyle .alternade
{
	font-family: Verdana, Sans-Serif;
	background-color: #99ccff;
	text-align: left;
}
.gridstyle .item
{
	font-family: Verdana, Sans-Serif;
	text-align: left;
}
.gridstyle .head
{
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	background-color: #ffed00;
}

.gridstyle .link
{
	font-size: 10pt;
	color: steelblue;
	font-family: Verdana, Sans-Serif;
	text-decoration: underline;
}

/* gästebuch */

.guestbook
{   
	border-top: SteelBlue 1px dotted;
	margin-bottom: 10px;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	clear: both;
	font-weight: normal;
	font-size: 9pt;
	color: black;
	
}

.guestbook .date
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	vertical-align: top;
	text-align: left;
}

.guestbook .name
{
	font-weight: bold;
	font-size: 10pt;
	color: LightSlateGray;
	margin: 0px;
}

.guestbook tr
{
	vertical-align: top;
	text-align: left;
}

.guestbook td
{
	vertical-align: top;
	text-align: left;
}

.guestbook .text
{
	border: LightSteelBlue 1px solid;
	line-height: 11pt;
	font-size: 9pt;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}

.guestbook .textadmin
{
	border: #407db6 1px solid;
	line-height: 11pt;
	color: #407db6;
	font-size: 9pt;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}


.guestbook a, .guestbook a:visited
{
	font-weight: bold;
	font-size: 10pt;
	color: SteelBlue;
	text-decoration: none;
	
}

.guestbook a:hover
{
	font-weight: bold;
	font-size: 10pt;
	line-height: 14pt;
	color: steelblue;
	font-family: Verdana, Sans-Serif;
	text-align: left;
	text-decoration: underline;
}

