/* Copyright (c) 2009 Jiri Kriz, Switzerland */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#nosco_logo {
	margin-left: 10px; 
	float: left;
	margin-top: 10px; 
	margin-bottom: 5px;
}

#nosco_logo img {
	border: none;
}

#nosco_informatik {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: right;
	display: block;
	font-size: 100%;
	font-style: italic;
}

.clear {
	clear: both;
}

.menu_bar { 
    position: relative;
    margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
	border-top: 1px solid red;
    background-color: #EEE;
}    
.menu_top {
    float: left;
    position: relative;
    top: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-right: solid black 1px;
	margin: auto;
}

/* rule for p that is direct child of menu_top (not used):
.menu_top > p {
    padding: 0px 10px;
    margin: 0;
	font-weight: bold;
}
*/

.menu_top p.title {
    padding: 0px 10px; /* top/bottom, left/right */
    margin: 0px;
	font-weight: bold;
}
.menu_top_title {
    font-weight: bold;
    float: left;
    position: relative;
    top: 0;
    padding: 6px 10px; /* top/bottom, left/right */
    border-right: solid black 1px;
	margin: auto;
}
.menu_top a {
    padding: 6px 10px; /* top/bottom, left/right */
	text-decoration: none;
}
.menu_top a.title {
	font-weight: bold;
}
.menu_top a:hover {
	text-decoration: none;
	background-color: #DDD;
}
.menu_top a.no_link:hover {
	text-decoration: none;
	color: black;
	cursor: default;
}
.menu_top:hover .menu_sub {
    display: block;
}


.menu_sub {
    display: none;
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 0;
    width: auto;    
    padding: 0px;
    margin: 0px;
    background-color: #EEEEEE;
	text-decoration: none;
}
.menu_sub p {
    padding: 0px;
    margin: 0px;
  	border-top: solid white 1px;
	
}
.menu_sub p.title {
    padding: 6px 10px; /* top/bottom, left/right */
    margin: 0px;
  	border-top: solid white 1px;
	font-weight: bold;
}
.menu_sub a {
	width: 8em;
	margin: 0px;
	padding: 6px 10px; /* top/bottom, left/right */
	text-decoration: none;
	display: inline-block;
}
.menu_sub a:hover {
	/*text-decoration: underline;*/
	padding: 6px 10px; /* top/bottom, left/right */
	text-decoration: none;
	background-color: #DDD;
}


.menu_top_right {
    padding-top: 6px;
    padding-bottom: 6px;
    float: right;
    border-left: solid black 1px;
	margin: auto;
}
.menu_top_right a {
	padding: 6px 10px; /* top/bottom, left/right */
	text-decoration: none;
}
.menu_top_right a:hover {
	text-decoration: none;
	background-color: #DDD;
}
.menu_top_right a.no_link:hover {
	text-decoration: none;
	color: black;
	cursor: default;
}


.main_content {
	margin: 10px 10px 20px 10px;
	padding : 0px 0px 0px 0px;
	/* line-height : 120%; */
	font-size: 100%;
}

#footer {
	color: gray;
	font-size: 80%;
	text-align : center;
	margin: 0;
	border-top: 1px solid red;
	padding : 5px 0 5px 0;
} 

.footer_left {
	float:left; 
	margin-left: 10px; 
	margin-top: 5px;
}
.footer_right {
	float: right; 
	margin-right: 10px;
	margin-top: 3px;
}

#footer a {
	color: gray;
}

.sc { 
	/* 'special character':
	correction for wrong line height of
	'<=' &lArr; etc. in Firefox */
	line-height: 1em;
	font-family: "Times New Roman";
}

.img_centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
} 


