/* =================================================================== */
/* template_mycoresample-1/CSS/style_navigation.css                    */
/* $Revision: 23275 $ $Date: 2012-01-23 11:38:44 +0100 (Mon, 23 Jan 2012) $                                                   */
/* =================================================================== */
/* =================================================================== */
/* Navigation below                                                    */
/* =================================================================== */
#navi_below_cell {
    padding: 3px;
    text-align: right;
	color:#031822;
	background: transparent;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

td.navi_history {
	border-color:#14516E;
	border-style:none none solid;
	border-width:5px;
	padding:3px 5px;
}
	
/* Hauptmenu */
.navi_main {
	padding-left: 2em;
}

.navi_main ul,.navi_main li {
	padding: 0;
	margin: 0;
	margin-left: 1em;
	list-style-type: none;
}

.navi_main ul.topList,.navi_main ul.topList li {
	margin-left: 0;
}

.navi_main ul.topList {
	padding-top:30px;
}

#top-menu {
border-bottom-width:4px;
border-bottom-color:#df8b3b;
border-bottom-style:solid;

}

#top-menu a {
color:black;
margin-left:0em;
font-size:15pt;
margin-top:0px;
margin-bottom:0px;
font-family:serif;
line-height:120%;
}

#top-menu p {
color:#c1c2c2;
margin-left:0em;
font-size:15pt;
margin-top:0px;
margin-bottom:0px;
font-family:serif;
line-height:120%;
}
#top-menu #current {
color:#df8b3b;
}

#topnav a {
	color: #15516E;
	font-size: 12px;
	margin: 0px;
	margin-right: 10px;
}

.navi_history {
	margin: 0px;
}

/* Default menu Optionen*/
a.menu {
	background-color: transparent;
	border-color: #5A555A;
	color: white;
	border-left: solid 0px;
	display: block;
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	margin: 0 0 5px 0;
	padding: 0.2em 0.5em 0.1em 0.5em;
	text-decoration: none;
}

a.menu:hover,a.menu:active,a.menu:focus {
	border-color: #CD6141;
	color: white;
	font-weight: bold;
}

/*die aktuell ausgewählte menuoption*/
a.current {
	border-color: #D58965;
	color: #D58965;
	font-weight: bold;
	background-color: transparent;
}

/* Container für DIV.path und DIV.toolbar */
div.nav {
	background-color: #808080;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #CCCCCC;
	clear: both;
	color: #FFFFFF;
	height: 20px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	vertical-align: middle;
	white-space: nowrap;
}

/* linker Teil von Navigationsleiste und Fußleiste */
#topnav ul, li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#userInfo {
	color: black;
	margin: 5px 15px;
	padding-left: 1em;
}


/* Links in Kopf- und Fußleiste
	- in der Koptzeile: Pfad zur aktuellen Seite ("Brotkrumen-Navigation")
	- in der Fußleiste: Impressum, Kontakt etc */
div.nav a {
	background-color: #808080;
	color: #FFFFFF;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

div.nav a:hover,div.nav a:active  , div.nav a:focus {
	text-decoration: underline;
}

/* <toc> element rendering */
ul.toc,ul.toc li {
	margin-left: 3em;
	list-style-type: none;
}

ul.toc li:before {
	content: "\00BB \0020";
}
/* Left Navigation Logo and Version */
#poweredByMycore img{
    margin: 0 auto;
}
#mycoreVersionInfo{
    text-align: center;
    margin-bottom: 15px;
}

a.changeLang {
	float: right;
	margin:2px -5px 0 -10px;
}
