/*-----------------------------------------------------------------------
 * default stylesheet for the nscglobal www 
 *
 * nscglobal GmbH
 * author: maximilian grass
 * email: maximilian.grass@nscglobal.de
 * version: 0.1
 * ------------------------------------------------------------------------*/

/* unversal settings */
* {	
	margin: 0 auto;
	padding: 0;
	font-family: Arial,Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	color:#333;
}

/* ul and li need margin to be shown */
ul,li {
    margin-left: 15px;
}


td { 
	border: none; 
	vertical-align: top;
}

table {
	border-collapse: collapse; /* share borders */
}

body {
	background-color: #f4f5f9;
	text-align: center;
}

/* no borders from images surrounded by a tags */
a > img {
	border: none;
}
img.publications {
	/*background: transparent url(/htdocs/pic/download_icon.png) no-repeat top; */
	width: 32px; 
	border: none;
	cursor: pointer;
	float: right;
	margin-left: 5px;
	margin-right: 5px;
	height: 47px; 
}
/* textbox input */
input {
	border: 1px solid #0b2f4f; 
}

#top { 
	background-color: white 
}

/* wrapper of document */
#wrapper {
		margin: 0 auto;
		width: 1004px;
        background-color:#ffffff;
        text-align: left;
}

/* nsc logo */
#logo {
	float: left;
	background: transparent url(/htdocs/pic/logo.png) no-repeat;
	width: 1004px;
	height: 80px;
	margin: 0;
	margin-bottom: 5px;
}

/* click on nscglobal logo to return to main page */
#logo > div {
	margin-top: 10px;
	float: left;
	width: 140px;
	height: 70px;
	cursor: pointer;
}

#logo > a > img {
	float: right;
	margin: 5px;
}


/* top navigation */
#topNavi {
	margin: 0px 0px 5px 5px;
	float: left; 
	width: 795px;
	color: white;
	text-decoration: none;
}
#topNavi > div > *{
}

#topNavi > div {
	width: 112px;
	height: 30px;
	background-color:#48c3d3;
	float: left;
	text-align: center;
	border-right: 1px solid #ffffff;
}
#topNavi > div > a {
	position: relative;
	font-weight: bold;
	top: 5px;
	text-decoration: none;
	vertical-align: middle;
	color: #ffffff;
	font-size: 10pt;
}
#topNavi > div.clicked {
	text-decoration: underline;
	background-color: #0b3d60;
}

/* main image: compaing message, or alteranatively caption of topic */
#caption {
	float: left;
	width: 795px;
	min-height: 70px;
	/*background: transparent url(/htdocs/pic/img-example.jpg) no-repeat;*/
	margin-bottom: 20px;
	margin-left: 5px;
}

/* news, information on the right */
#banner {
	float: right;
    width: 194px;
    min-height: 500px;
	margin-top: 1px;
	margin-right: 5px;
}
/* bottom contact us image 
#banner > div> img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:3px;
}
*/
/* conact us (former: image, now: text) */
#banner > div > #contact_us {
    margin-left: 5px;
    margin-right: 5px;
	width: 184px;
    margin-bottom:3px;
	border: none;
	background-color: #0b2f4f;
	height: 80px;

}
#banner > div > #contact_us > p{
	margin-left: 5px;
	margin-top: 5px;
	color: white;
	font-size: 10pt;
	font-weight: bold;
}
#banner > div > #contact_us >  b{
	color: white;
	margin-left: 5px;
	margin-top: 10px;
	font-size: 14pt;
	font-weight: bolder;
}
#banner > div > #contact_us > p >  a{
	text-decoration: underline;
	font-size: 10pt;
	color: white;
}

/* content of banner */
#banner > div {
    float:left;
    width: inherit;
    /*min-height: 493px; /* abstand 5px + 2px line */
    background-color: #ecf1f4;
}

/*title of an banner element, e.g. newsletter */
#banner > div > p {
    color: #89a3b5;
    font-size: 20pt;
    font-weight: bolder;
    margin-top:5px;
    margin-left: 10px;
    margin-right: 10px;
}
#banner > div > div:hover  {
	background-color: #0b2f4f;
    color: white;
    cursor: pointer;
}
#banner > div > div:hover  * {
	color: white;
}
#banner > div > div:hover  input {
	color: black;
}

/* content of banner element */
#banner > div > div {
    float:left;
    width: 172px;
    border: none;
    border-top: 2px solid #89a3b5;
    padding-top: 5px;
    margin:5px 10px;
    color: #0c2f4f;
    font-size: 8pt;
}
#banner > div > div > b {
    color: #0c2f4f;
    font-size: 9pt;
}

/* different style for the div where the flash banner is in */
#banner div#right-flash {
	border: none;
	padding: 0px;
	margin-bottom: 15px;
	height: 215px;
}

/* side navigation */
#sideNavi {
	float: left;
	width: 185px;
	margin-left: 5px;
	min-height: 300px;
	background-color: #ffffff;
}
#sideNavi > div {
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	width: 160px;
	border-bottom: 1px dotted #90a3b1;
	float: left;
	text-indent: 10px;
}

#sideNavi > div > a {
	color: black;
	text-decoration: none;
}
#sideNavi > div.third_clicked {
	background-color: #bbcbd8;
}
#sideNavi > div.clicked {
	background-color: #90a3b1;
}



/* main content */
#content {
	float: left;
	min-height: 200px;
	background-color: #ffffff;
}

/* longer when content is displayed on the startpage */
.contentStart {
	padding-left: -20px;
	width: 800px;
}
/*workaround for ie */
.content {
	width: 610px;
}

#content strong, #content h2 {
	color: #88a6b8;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
}

#content fieldset {
	padding: 10px;
	border: 1px solid #88a6b8; 
}

#content b {
	font-size: 9pt;
}

img.logo {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
img.start {
	margin: 5px;
	float: left;
}
img.startright {
	float: right;
}

/* up and down arrow at news,services and customers */ 
img.arrow {
	float: right; 
	margin-top: 10px;
	position: relative; 
	left: -10px;
	cursor: pointer;
}
	

/* left div as seen in news events and contacts */
#content > div.necLeftBorder {
	float: left;
	border-bottom: 1px dotted #90a3b1;
/*	margin-left: 90px; /* indent the image width + margin */
	width: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content > div.necLeft {
	cursor: pointer;
	float: left;
	width: 250px;
	/*min-height: 90px;*/
}

#content > div.necLeft > img{
	float: left;
	width: 80px;
}

#content > div.necLeft > p {
/*	margin-left: 90px; */
}


#content > div.necRight {
	float: right;
	width: 350px;
	min-height: 300px;  
	border-left: 1px dotted #90a3b1;
	margin-left: 5px;
}
#content > div.necRight > img {
	margin-bottom: 5px;
	max-width: 320px;
	margin-left: 20px;
}

#content > div.necRight > * {
	margin-left: 20px;
}


/* start page */
div.startcontent {
	/*border-top: 3px solid #0c2f4f;*/ /*blue border on top, removed after the flash logo */ 
	float: left;
	margin-right: 13px;
	margin-left: 6px;
	width: 252px;
	/*height: 300px; */
	/*overflow: hidden; */
}
/* caption: news, services, customers */
div.startcontent > p {
    font-size: 20pt;
    font-weight: bolder;
    margin-top:10px;
    margin-left: 7px;
	/*background-color: yellow; */
}

/* cut text if it is too big 
div.startcontent > * {
	overflow: hidden;
} 
*/
div.startcontent > div {
	border-top: 2px solid;
	margin-left: 6px;
	margin-right: 6px;
	overflow: hidden; 
	height: 210px; 
	min-height: 210px;
	
	/*background-color: green; */
}

/* links in startpage inherit color */
div.startcontent > div  a {
	text-decoration: underline;
}
div.startcontent > div  b {
	font-size: 10pt;
	font-weight: bolder;
}

/* footer */
#footergrey {
	background-color: #f4f5f9;
	margin:5px;
	height: 3px;
	width: 994px;
}
#footer {
	width: 1000px;
	height: 30px;
	background-color: #ffffff;
}

#footer > #copyright {
	float: right;
	margin-right: 9px;
	margin-top: 5px;
}

#footer > a {
	font-size: 8pt;
	float: left;
	text-decoration: none;
	margin-right: 45px;
	margin-left: 9px;
	margin-top: 5px;
}

/* helper */
#helper {
	clear: both;
}


/* top line of the banner */
#line {
	width: 100%;
    height: 0px;
    min-height: 0px;
    border-top: 3px solid #0c2f4f;
    margin: 0px 0px 5px;
}

/* green table nsc style */
table.green td.odd  {
	background-color: white;
	color: #99cc00;
	padding: 5px; 5px;
	font-size: 10pt;
}
table.green td {
	background-color: #a0ce67;
	color: white;
	padding: 5px; 5px;
	font-size: 10pt;
}
table.green td.odd  b{
	color: #99cc00;
	font-size: 12pt;
}
table.green td b {
	color: white;
	font-size: 12pt;
}

div.boxed {
	border: 3px solid #ecf1f4;
	padding: 8px;
}

/* box layout, onclick go to topic */
div.box {
	width: 100%;
	background-color: #ecf1f4; 
	text-decoration: none;
}
div.box h2 {
	margin-left: 5px;
}
/* if div is surrounded by a link, make it visual ! */
a > div.box:hover {
	background-color: #0b2f4f;
	color: white; 
	cursor: pointer;
}

/* lists for downloading */
ul.pdf, ul.ppt, ul.ppt2, ul.download {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.download li{
	background-image: url(/htdocs/pic/download_icon.png);
	padding-left: 24px;
	height: 24px;
}

ul.pdf > li {
	height: 24px;
	background-image: url(/htdocs/pic/icon_pdf.gif);
	background-repeat: no-repeat;
/*	background-position:0 .4em;*/
	padding-left: 24px;
}


ul.pdf li.ppt {
	background-image: url(/htdocs/pic/icon_ppt.jpg);
}

ul.ppt > li {
	height: 24px;
	background-image: url(/htdocs/pic/icon_ppt.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-bottom: 20px;
}

ul.ppt2 > li {
	height: 24px;
	background-image: url(/htdocs/pic/icon_ppt.jpg);
	background-repeat: no-repeat;
	padding-left: 24px;
}
/* list elements for sitemap mainly */
ul.nav1st {
	clear:both;
	float:left;
	margin:0;
	padding:0px 10px 20px 20px;
	width:200px;
}

ul.nav1st li {
	background:#FFFFFF url(/htdocs/pic/bullet_arrow.gif) no-repeat scroll 0 0.4em;
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
	text-indent:0;
}sda

ul.nav2nd {
	margin:0;
	padding:2px 10px 2px;  
	width:200px;
}

ul.nav2nd li {
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:0px;
	text-indent:0;
}
ul.nav3rd {
	margin:0;
	padding:0px 10px 0px;
	width:198px;
}

ul.nav3rd li {
	line-height:normal;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:0px;
	text-indent:0;
}
