/* @group base */

/* Colors: 
	green:#58ab26
*/

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p.mailerror{
	color:red !important;
	font-weight:bold;
}

body {
	font-size: 100.01%; 
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

ul.nav {
	list-style-type: none;
}



/* @end */

/* @group layout */

#wrap {
	margin:  0 auto;
	width: 900px;
	text-align: left;
}

#header {
	margin-top: 58px;
}

#navi{
	padding-top: 17px;
	width: 650px;
	float: left;
}

#logo{
	margin-left: 650px;
	text-align: right;
}

#contents{
	margin-top: 23px;
	height: 390px;
}

#contents.home{
	margin-top: 23px;
	height: 338px;
}

#contentleft, #footerleft{
	float: left;
	width: 500px;
}

#footerrighta{
	margin-left: 540px;
}

#footerrightb{
	float: right;
}

#contentright{
	width: 360px;
	float: right;
}

/* @end */

/* @group header */

#mainnav {
	margin-left:-3px;
}

#mainnav img{
	margin-right: 20px;
}

#subnav li{
	display:inline;
	padding-right: 20px;
	font-weight: bold;
}

#subnav {
	font-size: 11px;
}

#navi a {
	color: black;
}
#navi a.act{
	color: #58ab26;
}

#navi a:hover{
	text-decoration:none;
	color:#7c8576;
}

/* @end */

/* @group contents */

#headings{
	margin-bottom: 12px;
	min-height: 82px;
}

#contents h1{
	color: #58ab26;
	margin-top: -4px;
}


#contentright img{
	margin-bottom: 10px;
}

#contentleft h1, #contentleft h2{
	font-family: "Times New Roman", times, serif;	
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}

#contentright h1, #contentright h2 {
	color: black;
	font-size: 11px;
	line-height: 1.3em;
	/*margin-bottom: 1em;*/
}

#contentright h1{
	padding-top:1px;
}

#contents p, #contents a {
	color: black;
	font-size: 11px;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#body{
	overflow:auto;
	height:247px;
}

#contents a.linkprint{
	text-decoration: underline;
	display: block;
	padding: 10px 0 0 25px;
	background-image: url(../media/icon_print.gif);
	background-repeat: no-repeat;
}


#contents a.linkpdf{
	text-decoration: underline;
	display: block;
	padding: 10px 0 0 25px;
	background-image: url(../media/icon_pdf.gif);
	background-repeat: no-repeat;
}

#contents a.linkvideo{
	text-decoration: underline;
	display: block;
	padding: 10px 0 0 25px;
	background-image: url(../media/icon_video.gif);
	background-repeat: no-repeat;
}


/* My Comment */

/* @end */

/* @group footer */

#footerleft img{
	margin: 5px 0 0 -2px;
} 

#footer li{
	display: inline;
}

#footer a{
	text-decoration: underline;
	color: black;
	font-size: 11px;
}

#footer a.green{
	color:#58ab26;
}

#footerrightb li a {
	margin-left: 20px;
}


/* @end */


#contents .news-list-container a{
	font-weight:bold;
}

#contents .csc-textpic-text a:hover{
	color:#58ab26;
	text-decoration:none;
}

#contents .news-list-container a:hover{
	color:#58ab26;
	text-decoration:none;
}

#contents .news-list-container h2{
	font-weight:bold;
	color:#58AB26;
}

#contents .news-list-item{
	margin-bottom:1em;
}

#contents .news-list-container *{
	line-height: 13px !important;
}

#contents .news-list-container h2,#contents .news-list-container p{
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
	font-size: 11px;
	margin:0;
}

/* Teaser */

.teaser-right {
	margin-bottom: 30px;
}
.button {
	height: 28px;
	padding-top:7px;
}

.black-line {
	width: 360px;
	height: 1px;
	background-color: #000000;
}
