/* CSS Document */
@import url(calendar.css);
@import url(project.css);

body {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 35px;
	font: 70% Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/bck.jpg);
	background-repeat: repeat-x;
}

/*   
############################# BEREICHE ########################################################
*/

#site {
	width:950px;
	position:absolute;
	top: 0;
	display:block;
	left: 50%;
	margin-left: -475px;
	text-align:left;
	/*background-image: url(images/site_bck.gif);*/
	background-image: url(images/site_bck_neu.gif);
	background-repeat: no-repeat;
}

#container {
	margin-bottom: 20px;
}

#left {
	float:left;
	width: 224px;
	margin-top: 93px;
	padding-top: 16px;
	padding-right: 24px;
	padding-left: 20px;
	voice-family:"\"}\"";
	voice-family:inherit;
    width:180px;
}
html>body #left {width:180px;}

#center {
	float:left;
	width: 501px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	border-top: 3px solid #63b834;
	voice-family:"\"}\"";
	voice-family:inherit;
    width:471px;
}
html>body #center {width:471px;}

#right {
	float:left;
	width: 225px;
	/*margin-top: 123px;*/
	margin-top: 93px;
	padding-top: 16px;
	padding-right: 21px;
	padding-left: 24px;
	voice-family:"\"}\"";
	voice-family:inherit;
    width:180px;
}
html>body #right {width:180px;}

#footer {
	font: italic 85% Arial, Helvetica, sans-serif;
	color: #a3a3a3;
	background-image: url(images/footer_bck.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	padding-right: 80px;
	padding-left: 80px;
	padding-bottom: 0px;
	margin-right: 8%;
	margin-left: 8%;
	margin-bottom: 30px;
	
}

#header {
	background-image: url(images/eunz_FIN_banner.gif);
	background-repeat: repeat-x;
	
	height: 61px;
}

#old_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 220%;	
	color: #367e0d;
	background-image: url(images/header_bck.gif);
	height: 80px;
	padding-top: 15px;
	voice-family:"\"}\"";
	voice-family:inherit;
    height:55px;
}
html>body #old_header {height:55px;}
/*  
############################# CLUSTER ########################################################
*/
/*  
     MENU 
*/
#menu {
	margin-bottom: 30px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu p.sectionheader {
	margin-bottom: 0px;
}

/*  
     MENU 1st level
*/
#first li {
	border-bottom: 1px solid #666666;
	
}

#first li.menu0last {
	border-bottom: 0px solid #b2b2b2;
	
}

#first li a {
	display: block;
	color: #000000;
	padding: 5px 10px 5px 3px;
	text-decoration: none;
	font-size: 100%;
	
}

#first li a.menu1last {
	border-bottom: 0px dotted #666666;
	background-image: url(images/cluster_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 0px 7px 3px;	
}

#first li a#aktfirst{
	font-weight:bold;
}


/*  
     MENU 2nd level
*/

#second li {
	border-bottom: 0px dotted #b2b2b2;
}

#second li a {
	display: block;
	color: #000000;
	padding: 3px 10px 3px 22px;
	text-decoration: none;
	border-top: 1px dotted #b2b2b2;
	font-weight:normal;
	/*font-size: 100%;*/
}

#second li.menu2last {
	border-bottom: 1px solid #b2b2b2;
	font-weight:normal;
}

#second  li a#aktsecond {
	background-image: url(images/menu2akt.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	
}

/*  
     CLUSTER 
*/
.cluster {
	background-image: url(images/cluster_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 30px;
	padding: 0px 0px 10px 0px;
}

.sectionheader {
	background-image: url(images/cluster_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font: 85% Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 7px;
}


/*  
############################# CONTENT ########################################################
*/

#calender {
	margin-left: 3px;
}

#content ul {
	list-style-image: url(images/li_item.gif);
	padding-bottom: 5px;
	padding-top:5px;
	padding-left:0px;
	margin-left:18px;
	margin-bottom:15px;
	margin-top:10px;
}

#content li {
	padding-top: 0px;
	padding-bottom:4px;
}

#content li a{
	color: black;
}

#content h2 {
	font-size: 120%;	
	padding-right: 20px;
	padding-bottom: 3px;
	border-bottom: 1px dotted black;
	display: inline;

}

h1#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 190%;	
	color: #367e0d;
	padding-bottom: 0px;
	margin-bottom: 10px;
	
}

#content p {
	padding-bottom: 0px;
	padding-top:0px;
	margin-bottom:15px;
	margin-top:10px;
}



/*  
############################# NEWS ########################################################
*/

/* LATEST */
div#news {
	padding-bottom: 2px;
	margin-bottom: 0px;
}

div.newsodd {
	border-bottom: 1px dotted black;
}

div.newseven {
	margin-top:10px;
}

p.newsdate {
	font-size: 85%;
	color: #848484;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1.newsheader {
	font-size: 105%;
	color: #61b731;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-decoration: none;
}

h1.newsheader a{
	color: #61b731;
	text-decoration: none;
}


div#news p.bodytext {
	color: #626262;
	margin:0px;
	padding: 0px;
}

p.newsmore {
	text-align: right;
	margin-bottom: 10px;
	margin-top:0px;
	padding: 0px;
}

p.newsmore a{
	color: black;
}

/* ARCHIVE */

.news-amenu-container {
	border-top: 1px dotted #858585;
	border-bottom: 1px dotted #858585;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
	
}

.news-amenu-container a{
	margin-left: 10px;
	margin-right: 0px;
	color: #666666;
}


/* LIST */

.news-list-container {
	margin-top: 0px;
}

.news-list-item {
	padding-bottom: 20px;
	border-bottom: 1px dotted #858585;
	margin-top: 16px;
}

.news-list-date {
	font-size: 85%;
	color: #848484;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-list-item h3 {
	font-size: 120%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-decoration: none;
	
	
}

.news-list-item h3 a{
	color: #367e0d;
	/*color: black;*/
	text-decoration: none;
}

div.news-list-container p.bodytext {
	margin:0px;
	padding: 0px;
	display: inline;
}

.news-list-morelink {
	text-align: right;
	padding-top: 0px;
	margin-top: 4px;
	/*background-color: #FF0000;*/
}

.news-list-morelink a{
	color: black;

}

.tx-ttnews-browsebox {
	border-bottom: 1px dotted #858585;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #666666;
}

.tx-ttnews-browsebox p{
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 0px;
	display: inline;
	
}

.tx-ttnews-browsebox a {
	color: #666666;
}

/* SINGLE */

.news-single-item {
	/*border-top: 1px dotted #858585;
	margin-top: 6px;
	padding-top: 20px;*/
}

.news-single-timedata {
	color: #848484;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-single-item h3 {
	font-size: 120%;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #367e0d;
	border-bottom: 0px dotted #858585;
	
	
}

.news-single-image {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.news-single-backlink {
	border-top: 1px dotted #858585;
	padding-top: 6px;
}

.news-single-backlink a{
	color: #666666;
}

/*  
############################# LOGIN ########################################################
*/

#login h3 {
	font-size: 110%;
	margin-bottom: 0px;
	margin-top:0px;
	color: #61b731;
}

#login p.loginmsg {
	margin-bottom: 2px;
	margin-top:2px;

}

#login p.label {
	margin-bottom: 1px;
	margin-top:4px;
	color: #686868;
	font-size: 90%;
}

input#tx-newloginbox-pi1-user {
	width: 120px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}

id#tx-newloginbox-pi1-forgot_email {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

input#tx-newloginbox-pi1-forgot_email_submit {
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #61b731;
	border: 0px solid #61b731;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

input#tx-newloginbox-pi1-logout_submit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #61b731;
	border: 0px solid #61b731;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 4px;
}

input#tx-newloginbox-pi1-login_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #61b731;
	border: 0px solid #61b731;
	height: 20px;
	}

p.tx-newloginbox-pi1-forgotP  {
	margin-bottom: 2px;
	margin-top:5px;
	padding: 0px;
}

p.tx-newloginbox-pi1-forgotP a {
	color: #686868;
}

#login p {
	margin-bottom: 2px;
	margin-top:2px;
	color: #626262;
}

div.tx-newloginbox-pi1 {
	margin-bottom: 6px;
	margin-top: 9px;
}
/* 
############################# CLEANER ########################################################
*/
#cleaner {
	CLEAR: both; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 1px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 1px; BORDER-BOTTOM-STYLE: none
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
