/* Start of CMSMS style sheet 'Module: News' */
.news {
margin: 0 0 0 0;  
padding: 0px 0 0 0 ;
border: 1px solid #fff; 
background: #f1f3f7; 
}

.news-head{
color:#fff;
background-image:url(uploads/images/images-templates/rechts-head-bg.gif); 
background-repeat:no-repeat;
font-size:.8em;
background-color: #3151A5;
height:auto;
padding:5px;
font-weight:bold;
}
.news-head-sonder{
margin-top:15px;
color:#fff;
background-image:url(uploads/images/images-templates/rechts-head-sonder-bg.gif);
background-repeat:no-repeat;
font-size:.8em;
background-color: #e70018;
height:auto;
padding:5px;
font-weight:bold;
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
padding: 0 0 3px 0; 
margin: 3px 4px 3px 4px; 
border-bottom: 1px solid #ccc;
font-size:.9em;
color:#000;
 
}

.NewsSummaryPostdate {
font-size: 90%;
font-weight: bold;
border-bottom: 1px solid #ccc;
padding:0 0 3px 0;
}

.NewsSummaryLink {
font-weight: bold;
padding:3px 0 3px 0;
font-size: .8em;
}

.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
line-height: 140%;
color:#000;
font-size: .8em;
 }

.NewsSummaryMorelink {
padding-top: 0.5em;
font-size: .8em;
}

#NewsPostDetailDate {
color: #ccc;
font-size: 90%;
margin-bottom: 5px;
padding:0 0 10px 0;
font-weight: bold;
border-bottom: 1px solid #ccc;
}

#NewsPostDetailSummary {
line-height: 150%;
}

#NewsPostDetailCategory {
font-style: italic;
border-top: 1px solid #ccc;
margin-top: 0.5em;
padding: 0.2em 0;
}

#NewsPostDetailContent {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0 10px 0;
margin-bottom: 15px;
line-height: 150%;
}

#NewsPostDetailAuthor {
padding-bottom: 1.5em;
font-style: italic;
}

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* 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; 
		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 'ls-start-css' */
* {
margin:0;
padding:0;
}

body {
margin:0;
padding:0;
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1em;
}

img {
border: 0;}

a,
a:link, 
a:active { 
text-decoration: underline;
background-color: inherit; 
color: #18507C; 
}

a:visited {
text-decoration: underline;
background-color: inherit;
color: #18507C;
}

a:hover, a:focus {
text-decoration: none;
background-color: #C3D4DF;
color: #385C72;
text-decoration: underline; 
}

div#main a,
div#main a:link, 
div#main a:active { 
text-decoration: none; 
background-color: inherit; 
color: #fff; 
text-decoration: none; 
border-bottom: 1px dotted #fff;
}

div#main a:visited {
text-decoration: none; 
background-color: inherit;
color: #fff;   
}

div#main a:hover,p a:focus {
text-decoration: none; 
background-color: #C3D4DF;
color: #ff9900;
border-bottom: 1px dotted #ff9900;
}

div#main td {padding:5px;}

/*****************
basic layout 
*****************/

body {
color: #333;
background-color: #3151A5; 
margin: 20px auto;
width: 817px; 
}

div#pagewrapper {
margin: 0 auto;       
max-width: 817px;   
min-width: 817px;
width: 817px; 
color: black;
}

/*****Menue****/

div#gesamt-menue{
margin:0px 0 0 0;
padding:0 0 2px 0;
background: #3151A5 url(uploads/images/images-templates/menue-bg.gif) no-repeat bottom; 
}

div#nav-menue {
margin:0 0px 0 15px;
padding:0 0 0 0;
width:620px;
background-color: #3151A5;
float:left;
}

div#nav-menue-extra{
margin:0 0px 0 8px;
padding:0 0px 0 0px;
background-color: #3151A5;
width:124px; 
float:left;
}

div#header {
height: 139px;
background-color: #3151A5;  
margin:0;
padding:0;     
}

div#header h1 a {
display: block;
height: 139px;             
text-indent: -999em;   
text-decoration:none;  
}

div#search {
float: right;
width: 23em;    
text-align: right;
padding: 0.6em 0 0.2em 0;
margin: 0 1em;
}

div#main-top {
margin-bottom:15px;
clear:both
}

div.breadcrumbs {
padding: 0 0 8px 0; 
font-size: 90%;
margin: 0;
border-bottom: 1px solid #fff;
}

div.breadcrumbs span.lastitem {
font-weight:bold; 
} 

div#content {
clear:both;
margin:0 0 0 0;
padding:0;
background-image:url(uploads/images/images-templates/main-bg.gif);
background-repeat:repeat-y;
color: #fff;
}

div#main {
margin:0px 0px 0 25px;
padding:20px 0 0 0;
width:565px;
float:left;
}

div#main img { border: 1px solid #ffffff}

div#rechts-main {
margin: 20px 59px 0 0;
padding: 0px 0 0 0 ;
float:right;
width:130px;
}

div#druck {
margin:0 0 0 0px;
float:right
}

div#druck img {
border-width:0px;
border-style:solid;
border-color:#fff;
}

div#sidebar {
width: 26%;
display: inline;
margin-left: 0;
}

div.land{
margin-top:20px;}

div.land1 {
background-image:url(uploads/images/images-templates/land-links.png); 
background-repeat:no-repeat; 
height: 102px; float:left;
width: 19px;
}

div.land2{
background-color: #586ea5;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
height: 80px;float:left;
width: 436px;
padding:10px 19px 10px 0;
}

div.land3{
height: 102px; float:left;
width: 87px;
}

.landra {border: 0px solid #ffffff}

div.land4 {clear:left;}

div#footer {
margin:0;
padding:0;
clear: both;
color: #fff;
background-image:url(uploads/images/images-templates/footer-bg01.gif); 
background-repeat:no-repeat; 
height: 41px;
background-color: #3151A5;
}

div#footer p {
font-size: 0.8em;
padding: 5px 0 0 0;    
text-align: center;
margin: 0;
}

div#footer p a {
color: #fff; 
}

div.hr {clear:left;
height: 1px;
padding: 0 0 20px 0;
border-bottom: 1px dotted #fff;
margin: 0;
}

div.clear-left {
clear:left;
line-height: 1.4em;}

div.left { 
float:left;
width:180px;
line-height: 1.4em;
}

div.left2 { 
float:left;
border-left: 1px dotted #fff;
padding-left:20px;
line-height: 1.4em;
width:350px;
}

div.right {float: right;}

/********************
CONTENT STYLING
*********************/

div#content {
margin:0 0 0 0;
padding:0;
}

div#content h1 {
font-size: 2em; 
line-height: 1em;
margin: 0;
}

div#content h2 {
color: #fff; 
font-size: 1.5em; 
text-align: left; 
padding-left: 0;
padding-bottom: 1px;
border-bottom: 1px solid #ccc; 
line-height: 1.5em;
margin: 0 0 0.5em 0;
}
div#content h3 {
color: #fff; 
font-size: 1.3em;
line-height: 1.3em;
margin: 0 0 0.5em 0;
}
div#content h4 {
color: #294B5F; 
font-size: 1.2em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
div#content h5 {
color: #294B5F; 
font-size: 1.1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}
h6 {
color: #294B5F; 
font-size: 1em;
line-height: 1.3em;
margin: 0 0 0.25em 0;
}

/* TEXT */

p {
font-size: 1em;
margin: 0 0 1.5em 0; 
line-height: 1.4em;
padding: 0;
}

blockquote {
border-left: 0px solid #ddd;
margin-left: 10px;
}

strong, b {
font-weight: bold;
}
em, i {
font-style:italic;
}

code, pre {
white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
font-family: "Courier New", Courier, monospace;
font-size: 1em;
}

pre {
border: 1px solid #000;
background-color: #ddd;
margin: 0 1em 1em 1em;
padding: 0.5em;
line-height: 1.5em;
font-size: 90%;
}

div.templatecode {
margin: 0 0 2.5em;
}

/* LISTS */

div#main ul,
div#main ol,
div#main dl {
font-size: 1.0em;
line-height: 1.4em;
margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
margin: 0 0 0.25em 3em;
}

div#main dl dt {
font-weight: bold;
margin: 0 0 0 1em;
}
div#main dl dd {
margin: 0 0 1em 1em;
}

div#main dl {
margin-bottom: 2em;
padding-bottom: 1em;
border-bottom: 1px solid #c0c0c0;
}

form {
width:400px}

div form p {
margin:0 0 5px 0;
float:left; 
width:180px;
}

.feld {
margin:0 0 5px 0;
float:left;
width:180px;}

input.ffsubmit {
margin:15px 0 0 315px;
clear:both;
background-color: #586ea5;
color: #fff;
border: 1px solid #c0c0c0;
}

.user {
width:200px;
overflow:scroll;}

div.left2 a {
color: #fff;}

/* End of 'ls-start-css' */

/* Start of CMSMS style sheet 'ls-navi01' */
#menu_vert {
margin:0px 0px 0 2px;
padding:0; 
font-size:.9em;  
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #3151A5;
   border-bottom: 0px solid #C0C0C0;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px 0 0px 0px; 
   padding: 5px 5px 5px 5px; 
   text-decoration: none; 
   color: #ffffff;
}
#primary-nav li a { 
   border-right: 0px solid #ffffff;
   border-left: 0px solid #ffffff;
}
#primary-nav li li a { 
   border: 1px solid #ffffff;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #3151A5; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
  /* background-color: #639ace;*/
text-decoration: underline; 
color:#fff;

}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
/*   background-color: #E7AB0B; 
background-color: #e0001a;*/
background-color: #C3D4DF;
text-decoration: underline; 
color:#fff;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}

/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

#primary-nav-2 li li { 
width: 200px; 
}

#primary-nav-2, #primary-nav-2 ul { 
list-style: none; 
margin: 0px; 
padding: 0px; 
}

#primary-nav-2 ul { 
position: absolute; 
top: auto; 
display: none; 
}

#primary-nav-2 ul ul { 
margin-top: 1px;
margin-left: -1px;
left: 100%; 
top: 0px; 
}
	
#primary-nav-2 li { 
margin-left: -1px;
float: left; 
}

#primary-nav-2 li li { 
margin-left: 0px;
margin-top: -1px;
float: none; 
position: relative; 
}

#primary-nav-2 a { 
display: block; 
margin: 0px 0 0px 0px; 
padding: 5px 5px 5px 5px; 
text-decoration: none; 
color: #ffffff;
}
#primary-nav-2 li a { 
border-right: 0px solid #ffffff;
border-left: 0px solid #ffffff;
}
#primary-nav-2 li li a { 
border: 1px solid #ffffff;
}	
#primary-nav-2 li, #primary-nav-2 li.menuparent { 
background-color: #3151A5; 
}

#primary-nav-2 li.menuactive { 
text-decoration: underline; 
color:#fff;
}

#primary-nav-2 ul li.menuparent, 
#primary-nav-2 ul li.menuparent:hover, 
#primary-nav-2 ul li.menuparenth { 
background-image: url(images/cms/arrow.gif); 
background-position: center right; 
background-repeat: no-repeat; 
}

#primary-nav-2 li:hover, 
#primary-nav-2 li.menuh, 
#primary-nav-2 li.menuparenth, 
#primary-nav-2 li.menuactiveh { 
background-color: #C3D4DF;
text-decoration: underline; 
color:#fff;
}

#primary-nav-2 ul, 
#primary-nav-2 li:hover ul, 
#primary-nav-2 li:hover ul ul, 
#primary-nav-2 li.menuparenth ul, 
#primary-nav-2 li.menuparenth ul ul { 
display: none; 
}

#primary-nav-2 li:hover ul, 
#primary-nav-2 ul li:hover ul, 
#primary-nav-2 ul ul li:hover ul, 
#primary-nav-2 li.menuparenth ul, 
#primary-nav-2 ul li.menuparenth ul, 
#primary-nav-2 ul ul li.menuparenth ul { 
display: block; 
}

#primary-nav-2 li li { 
float: left; 
clear: both; 
}
#primary-nav-2 li li a { 
height: 1%; 
}
/* End of 'ls-navi01' */

/* Start of CMSMS style sheet 'ls-header-start' */
div#header h1 a {
background: #3151A5 url(uploads/images/images-templates/head-bg01.gif) no-repeat 0 12px; 
}
/* End of 'ls-header-start' */

