/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'ungarndeutsche:Navigation' */
/********************
MENU
*********************/
/* N A V I G A T I O N  -  P O S I T I O N I E R U N G */
/** IE 6----------------------------------------- **/
* html ul#Navigation {
margin-left: 6px;
padding-top: 8px;
float: left;
width: 198px;
border: 1px solid #000000;
background-color: #c0c0c0;
}
* html ul#Navigation li {
width: 180px;
margin-left: -13px;
list-style: none;
}
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
* html #menu_vert {
padding-top: 1px;
margin-left: -5px;
}
* html div#menu_vert a {
color: #000000;
text-decoration:none;
display: block;
padding-bottom: 18px;
}
/* Untermenü */
* html div#menu_vert ul ul a {
font-size: 13px;
padding-left: 10px;
color: #727272;
}
* html #menu_vert ul ul li {
border: none;
margin-left: -20px;
width: 147px;
background-image: url(images/cms/arrow.gif);
background-repeat: no-repeat;
float:left;
background-position: 0px 2px;  
}
/** IE 7----------------------------------------- **/
*+html ul#Navigation {
margin-left: 11px;
padding-top: 8px;
float: left;
width: 198px;
border: 1px solid #000000;
background-color: #c0c0c0;
}
*+html ul#Navigation li {
width: 180px;
margin-left: -13px;
list-style: none;
}
/*------------------------------------------------*/

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }
/** end fix **/

ul#Navigation {
margin-top:0px;
margin-left: 11px;
padding-top: 8px;
float: left;
width: 158px;
border: 1px solid #000000;
background-color: #c0c0c0;
}

ul#Navigation li {
width: 158px;
margin-left: -33px;
list-style: none;
float: left;
}

#menu_vert {
padding-top: 1px;
margin-left: 0px;
}

/* menu li block */
#menu_vert li {
list-style: none;
margin: 0px;
display: block;
}

#menu_vert ul ul li {
border: none;
margin-left: -38px;
padding-left: 12px;
width: 158px;
background-image: url(images/cms/arrow.gif);
background-repeat: no-repeat;
display: block;
background-position: 0px 2px;  
}

/* first level links */
div#menu_vert a {
color: #000000;
text-decoration:none;
display: block;
min-height:2.5em; /* Fixes IE7 whitespace bug */
}

/* Untermenü */
div#menu_vert ul ul a {
font-size: 13px;
padding-left: 0px;
color: #727272;
min-height:2.2em; /* Fixes IE7 whitespace bug */
}

/* Mouse-over, egal welcher */
div#menu_vert a:hover {
color: #18507c;
}

/* Hauptmenü eines Untermenü, mouse-over */
div#menu_vert a.activeparent:hover {
}

/* Hauptmenü eines Untermenü, nicht akitviert */
div#menu_vert li a.activeparent {
color: #000000;
}

/* einfacher Menüpunkt, nicht aktiviert */
div#menu_vert ul  {
font-size: 13px;
}

/* Menüpunkt aktiviert, egal welcher */
div#menu_vert ul h3 {
font-size: 13px;
color: #18507c;
}
/* End of 'ungarndeutsche:Navigation' */

/* Start of CMSMS style sheet 'ungarndeutsche:News' */
div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
padding: 0.5em 0.5em 1em; /* padding for the news article summary */
margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
border-bottom: 1px solid #000000; 
}

.NewsSummaryPostdate {
color: #18507c;
text-align: right;
font-size: 90%;
font-weight: bold;
border-bottom: 1px dotted #000000;
}

.NewsSummaryLink {
font-weight: bold;
padding-top: 0.2em;
}

.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}

.NewsSummaryAuthor {
font-style: italic;
padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
line-height: 40%;
}

.NewsSummaryMorelink {
padding-top: 0.5em;
color: #18507c;
}

#NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
color: #18507c;
border-bottom: 1px dotted #000000;
margin-top: -30px;
text-align: right;
/* background-color: #c0c0c0; */
}
*+html #NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
color: #18507c;
border-bottom: 1px dotted #000000;
margin-top: -39px;
text-align: right;
/* background-color: #c0c0c0; */
}

#NewsPostDetailSummary {
line-height: 150%;
}

#NewsPostDetailContent {
margin-bottom: 15px;
line-height: 150%;
margin-top: -5px;
/* background-color: #c0c0c0; */
}

#NewsPostDetailTitle { 
margin-top: -19px;
 background-color: #c0c0c0; 
color: #18507c;
}


/* to add specific style to the below divs, uncomment them. */

/* 

#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}
*/
/* End of 'ungarndeutsche:News' */

