@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
}

/* to show the right scroll bar */
html { 
	min-height: 101%; 
} 

h1 {
	font-size:22px;
	color:#47545b;
}

h2 {
	font-size:18px;
	color:#47545b;
}

h3 {
	font-size:16px;
	color:#47545b;
}

img {
	border:0;
}

img.imageright{
	clear:right;	
	float: right;
	padding: 10px 0 10px 10px;
}


fieldset {
	border:0;
}



input, select, textarea, .inputbox {
	padding: 2px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 100%;
}

select, textarea, .inputbox {
	background-color: #FFFFFF;
	color: #333333;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
}
.inputbox:hover, .inputbox:focus {
	background-color:#E4E4E4;
	border-color:#666666;	
}


.body_path {
	margin-bottom:12px;
	font-size:12px;
}

.body_path a {
	color:#47545b;
}












.tsm_template {

}

.main_body {
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	top:320px;
}

/*
============ FOOTER ===========
*/
.main_footer {
	
}
.main_footer a {
	color:#47545b;
	text-decoration:none;
}
.footer_line {
	width:1000px;
	background-color:#999999;
	height:1px;
}

.footer_body {
	font-size:12px;	
}





/*
.link1 {
	background-image:url(../images/link.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:9px;
	color:#47545b;
}
*/




/*
============ HEADER ===========
*/

.main_header {
	
}

.header_logo {
	left:50%; margin-left:-500px; position:absolute; top:18px;
}

.header_language {
	left:50%; 
	margin-left:450px; 
	position:absolute; 
	top:5px;
	font-size:12px;
}
.header_language a {
	color:#47545b;
	text-decoration:none;
}

.header_menu_separator {
	height:1px; 
	background-image:url(../images/menueline.png); 
	width:1000px; 
	left:50%; 
	margin-left:-500px;
	position:absolute; 
	top:90px;
}

.header_spotlight {
	left:50%; 
	margin-left:-500px; 
	position:absolute; 
	top:115px;				/* 115px (one menu) OR 125px (two menus) */
}

/*
============ MAIN MENU 1 ===========
*/
.header_menu1 {
	left:50%;
	width:500px;
	margin-left:110px;
	text-align:right;
	position:absolute;
	top:61px;
}
.header_menu1_button_active {
	background-color:#39a642;
}
.header_menu1 ul {
	list-style:none;
	margin:0px;
}
.header_menu1 ul li {
	display:inline;
}
.header_menu1 ul div {
	float:left;
	padding:5px 15px 5px 15px;
}
.header_menu1 ul a {
	text-decoration:none;
	color:#47545b;
	font-size:15px;
}


/*
============ HEADER MENU 2 ===========
*/
.header_menu2 {
	left:50%; 
	margin-left:-550px; 
	width:500px;
	text-align:left;
	position:absolute;
	top:90px;
}
.header_menu2_button_active {
	background-color:#39a642;
}
.header_menu2 ul {
	list-style:none;
	margin:0px;
}
.header_menu2 ul li {
	/*display:inline;*/
}
.header_menu2 ul a {
	text-decoration:none;
	color:#47545b;
	font-size:12px;
}

.header_menu2 ul div {
	float:left;	/* ul are now beside each other not one abouve the other */
	padding:5px 15px 5px 15px;
}






/*
============ submenue ===========
*/
.submenue {
	margin:0px 15px 0px 15px;
}

.submenue ul {
	list-style:none;
	margin:0;
	padding:0;
}

.submenue li {
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.submenubutton {
	padding-top:6px;
	padding-bottom:6px;
	
}

.submenue a:hover {
	font-weight:bold;
}

.linksubmenue {
	color:#47545b;
	font-size:13px;
	text-decoration:none;
	
	background-image:url(../images/link.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:9px;
}

.linksubmenue_active {
	color:#47545b;
	font-size:13px;
	text-decoration:none;
	
	background-image:url(../images/link.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:9px;
	
	font-weight:bold;
}

/*
============ TABLE ===========
*/
.leftcol {
	width:200px; 
	vertical-align:top;
}

.maincol {
	vertical-align:top;
}

.maincol_padding {
	margin:0px 15px 0px 15px;
}

.rightcol {
	width:200px; vertical-align:top;
}

/*
============ LATEST NEWS ===========
*/
.latestnews ul {
	list-style:none;
	margin:0;
	margin-bottom:20px;
	padding:0;
}
.latestnews li {
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}
.latestnewsbutton {
	padding-top:6px;
	padding-bottom:6px;
}
.linklatestnews {
	color:#47545b;
	font-size:13px;
	text-decoration:none;
}
.latestnewsbutton a:hover {
	font-weight:bold;
}





/* 
message boxes: notice, warning, error, confirmation 
*/
.notice {
    color:              #000000;
    background-color:   #FFFFDD;
}
h1.notice,
div.notice {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #FFD700;
        background-image:   url(./themes/original/img/s_notice.png);
    background-repeat:  no-repeat;
            background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
            }
.notice h1 {
    border-bottom:      0.1em solid #FFD700;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.warning {
    color:              #CC0000;
    background-color:   #FFFFCC;
}
p.warning,
h1.warning,
div.warning {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #CC0000;
        background-image:   url(./themes/original/img/s_warn.png);
    background-repeat:  no-repeat;
            background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
            }
.warning h1 {
    border-bottom:      0.1em solid #cc0000;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.error {
    background-color:   #FFFFCC;
    color:              #ff0000;
}

h1.error,
div.error {
    margin:             0.5em 0 0.5em 0;
    border:             0.1em solid #ff0000;
        background-image:   url(./themes/original/img/s_error.png);
    background-repeat:  no-repeat;
            background-position: 10px 50%;
    padding:            10px 10px 10px 36px;
            }
div.error h1 {
    border-bottom:      0.1em solid #ff0000;
    font-weight:        bold;
    text-align:         left;
    margin:             0 0 0.2em 0;
}

.confirmation {
    background-color:   #FFFFCC;
}
fieldset.confirmation {
    border:             0.1em solid #FF0000;
}
fieldset.confirmation legend {
    border-left:        0.1em solid #FF0000;
    border-right:       0.1em solid #FF0000;
    font-weight:        bold;
        background-image:   url(./themes/original/img/s_really.png);
    background-repeat:  no-repeat;
            background-position: 5px 50%;
    padding:            0.2em 0.2em 0.2em 25px;
            }
/* end messageboxes */
