/* cmsms stylesheet: navigation_vertikal modified: 02.04.2021 16:11:01 */
/******************** MENU *********************/
h3 {
font-size: 1em;
/*color: #7b6a6e;*/
text-decoration: none;
border: 0;
font-weight: normal;
}
/******************** MENU *********************/
#menu_vert {
	margin: 10px 0 0 40px;
	font-size: 1.0em;
        width: 195px;
        
            
}
#menu_vert ul {
/* remove any bullets */
	list-style: none;
/* margin/padding set in li */
	margin: 0px;
       
}
#menu_vert ul ul {
	margin: 0;
/* padding right sets second level li in on right from first li */
	padding:0px 0px 3px 0px;
	
}
#menu_vert li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px 0px;
/* bottom padding pushes "a" up enough to show our image */
	padding:3px 0px 0px 0px;
/* you can set your own image here */
	border-top: 1px solid #7b6a6e;
     
}
#menu_vert li.currentpage {
	padding: 0px 0px 0px 0px;
       color: #000;;
        list-style: none;
}
#menu_vert li.menuactive {
	margin: 0;
	/*padding-left: 15px;*/
/* replaced by image in ul ul */
	/*background: transparent;*/
}
#menu_vert li.menuactive ul {
	margin: 0;
        padding-left: 15px;
}
#menu_vert li.activeparent {
	margin: 0;
	padding-left: 5px;
       
}
/* fix stupid IE6 bug with display:block; */
* html #menu_vert li {
	height: 1%;
}
* html #menu_vert li a {
	height: 1%;
}
* html #menu_vert li hr {
	height: 1%;
}
/** end fix **/

/* first level links */
div#menu_vert a {
/* IE6 has problems with this, fixed above */
	display: block;
/* some air for it */
	/*padding: 0.8em 0.3em 0.5em 1.5em;*/
/* this will be link color for all levels */
	color: #000;
/* Fixes IE7 whitespace bug */
	min-height: 1.4em;
/* no underline for links */
	text-decoration: none;
/* you can set your own image here this is tall enough to cover text heavy links */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
}
/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
	font-size: 100%;
	/*padding: 0.8em 0.3em 0.5em 3.8em; */
          /* padding-left: 10px;*/
}
/* third level links, more padding */
div#menu_vert ul ul ul a {
	/*padding: 0.5em 0.3em 0.3em 3em;*/
          /* padding-left: 1.2pem*/
}
/* hover state for all links */
div#menu_vert a:hover {
	background-color: transparent;
	color:#ca7f53;
	text-decoration: none;
}
div#menu_vert a.activeparent:hover {
	color: #000;
        text-decoration: none;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#menu_vert li.activeparent {
/* you can set your own image here */
	/* background: transparent url(uploads/ngrey/liup.gif) no-repeat right -65px; */
/* white to contrast with background image */
	color: #000;
        border-bottom: 0;
        padding-left: 1,6em;
}
div#menu_vert li.activeparent a.activeparent {
/* you can set your own image here */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
/* to contrast with background image */
	color: #000;
}
div#menu_vert li a.parent {
/* takes left padding out so span image has room on left */
	/*padding-left: 1.6em;*/
}
div#menu_vert ul ul li a.parent {
/* increased padding on left offsets it from one above */
	/*padding-left: 0.9em;*/
}
div#menu_vert li a.parent span {
	display: block;
	margin: 0px;
/* adds left padding taken out of "a.parent" */
	padding-left: 0.0em;
/* arrow on left for pages with children, points down, you can set your own image here */
	/* background: transparent url(uploads/ngrey/active.png) no-repeat 2px center; */
}
div#menu_vert li a.parent:hover {
/* removes underline hover effect */
	text-decoration: none;
        color: #00559b;
}
div#menu_vert li a.parent:hover span {
	display: block;
	margin: 0;
	padding-left: 0em;
/* arrow on left for pages with children, points right for hover, you can set your own image here */
	/* background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center; */
}
div#menu_vert li a.menuactive.menuparent {
/* sets it in a little more than a.parent */
	/*padding-left: 0.35em;*/
}
div#menu_vert ul ul li a.menuactive.menuparent {
/* sets it in a little more on next level */
	/*padding-left: 0.99em;*/
}
div#menu_vert li a.menuactive.menuparent span {
	display: block;
	/*margin: 0.2em;*/
        color: #7b6a6e;
        /*font-weight: bold;*/
/* to contrast with non active pages */
	/*font-weight: bold; */
 /* padding-left: 2.5em; */
/* arrow on left for active pages with children, points right, you can set your own image here */
	/* background: transparent url(uploads/ngrey/parent.png) no-repeat 2px center; */
}
div#menu_vert li a.menuactive.menuparent:hover {
	text-decoration: none;
	/*color:#7b6a6e*/
}
div#menu_vert ul ul li a.activeparent {
	color: #000;
       /* padding: 0.1em 0.0em 0.1em 2em;*/
}
/* current pages in the default Menu Manager template are unclickable. This is for current page on first level */
div#menu_vert ul h3 {
	display: block;
/* some air for it */
	padding: 0 0 0 0px;
/* this will be link color for all levels */
	color:#7b6a6e;
/* instead of the normal font size for <h3> */
	font-size: 1.0em;
/* as <h3> normally has some margin by default */
	margin: 0;
/* you can set your own image here, same as "a" */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
}
/* next level current pages, more padding, smaller font and no background color or bottom border */
div#menu_vert ul ul h3 {
	font-size: 1.0em;
	/*padding: 0.0em 0.0em 0.0em 1.5em;*/
/* you can set your own image here, same as "a" */
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top;*/
	color: #7b6a6e;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
         /*padding: 0.0em 0.0em 0.0em 2em;*/
            color:#7b6a6e;
}
/* BIG NOTE: I didn't do anything to these, never tested */
/* section header */
/*div#menu_vert li.sectionheader {*/
	/*border-right: none;*/
/*	padding: 0.8em 0.5em 0.5em 1.5em;*/
	/* background: transparent url(uploads/ngrey/libk.gif) no-repeat right top; */
/*	line-height: 1em;*/
/*	margin: 0; */
/*        color: #000;*/
/*        cursor:text; */
}
/* separator */
/* div#menu_vert .separator {
	height: 1px !important;
	margin-top: -1px;
	margin-bottom: 0;
	/*padding: 2px 0 2px 0;*/
	/* background-color: #000; */
	overflow: hidden !important;
	line-height: 1px !important;
	font-size: 1px;
/* for ie */
} */
div#menu_vert li.separator hr {
	display: none;
/* this is for accessibility */
}
/* cmsms stylesheet: AAredigo_css modified: 19.05.2024 11:07:03 */
/**************************Allgemein***************/

/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}

/*default link styles*/
a, a:link  {
	text-decoration: underline;
        color: #003882;
}
a:visited {
        text-decoration: underline;
        color: #003882;
}
a:hover {
        text-decoration: underline;
        color: #003882;
}
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
background-color: inherit; 
}

/* remove underline on hover and change color */
        a:hover {
	text-decoration: underline;
	background-color: inherit;
	/*color: #008000;*/ 
}
body {
	text-align: left;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 79.01%;
	line-height: 1.5em; 
        /*color: #848484;*/
        background: #EDEDED;
}
div#seite{
background: #EDEDED;
/*height: 80em;*/
margin-left: 0px; margin-right: 0em;
padding-left: 150px; padding-top: 25px; 
width: 60%;
}
div#logobox{
/*background: fff;*/
margin-top: 25px;
height: 75px;
background: url(http://www.redigo.ch/uploads/images/redigo_Erich_Liebi_Angewandte_Sprachkompetenz.gif) no-repeat;
width: 45%;
}

div#sublogo{
margin-top: 0px;
}
div#navigation{
padding-top: 5px;
padding-left: 20px;
padding-bottom: 30px;
width: 200px;
background: #E0E0E0;
float: left;

}
div#content { 
background: #F6CECE;
background: #fff;
margin: 5px 225px 25px;
padding: 17px;
width: 61%;
}

div#motto{
background: #E0E0E0;
height: 50px;
padding-top: 8px;
padding-left: 17px;
margin-top: -17px;
margin-left: -17px;
margin-bottom: 25px;
width: 103.6%;

}
div#imagebox{
margin: 5;
width: 220px;
}
div#fusszeile {
clear: both;
/*border-top: dotted thin;
border-bottom: dotted thin;*/
background: #000;
margin-left: 235px;
margin-right: 18px;
width: auto;
height: 25px;
/*padding-left: 10px;*/
/*padding-right: 15px;*/
background: transparent;
}
/* Box "zuletzt" */
div#zuletzt {
color: #003882;
float: left;
/*width: 160px;*/
margin-bottom: 0px;
font-size: 0.8em;
padding-left: 5px;
padding-top: 3px;
padding-bottom: 3px;
}
/* Verweis auf CMS */
div#cms {
float: left;
color: #ff0000;
font-size: 0.8em;
margin-left: 460px;
padding-top: 3px;
padding-bottom: 3px;

}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #003882;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
       /* some air around the text */
	padding-left: 0.0em;
	padding-bottom: 0px;
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #003882;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: #003882;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	color: #003882;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #ff0000;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
lead {
        color:#003882;
        font-size: 1.2em;
        line-height: 1.3em;
        margin-top: -15px;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.3em;
	padding: 0;
}
blockquote {
	/*border-left: 10px solid #ddd;*/
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: moz-pre-wrap;
/* Opera 4-6 */
	white-space: o-pre-wrap;
/* Opera 7 */
	white-space: o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	/*border: 1px solid #000;*/
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1.0em 1.0em 1.0em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
        list-style-type: square;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	/*border-bottom: 1px solid #c0c0c0;*/
}
div#main dl dt {
	font-weight: bold; 
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
