@charset "utf-8";
/* CSS Document */

body{
	color:#000;
	background:#FFF;
}

/* h1,h2,h3,h4,h5,h6,ul */
body,div,dl,dt,dd,ol,li,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td 
{
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var,center {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

ul {
  padding-left:10px;
}

h1,h2,h3,h4,h5,h6 {
/*	font-size:100%; */
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup,sub {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*
  Design
*/

a:link {  color: #000000; text-decoration: none; }
a:visited {  color: #000000; text-decoration: none; }
a:hover {  color: #FF5F08; text-decoration: none; }
a:active {  color: #999999; text-decoration: none; }

#base {
	width:800px;
	margin:0px auto;
	font-family:verdana;
	font-size:12px;
}

#header_canvas {
  height:65px;
  background-image:url(/fileadmin/templates/images/headerfade.gif);
  background-repeat: repeat-x;
  background-position:top left;  
  border-left:1px solid;
  border-right:1px solid;
}

#header_left {
  height:65px;
  width:265px;
  float:left;
  background-image:url(/fileadmin/templates/images/logo_globe2.gif);
  background-repeat: no-repeat;
  background-position:bottom left;  
}

#header_right {
  margin-top:22px;
  height:43px;
  width:234px;
  float:right;
  background-image:url(/fileadmin/templates/images/searchbg.gif);
  background-repeat: no-repeat;
  background-position:bottom right;  
}

#navigation_canvas {
  width:798px;
  height:69px;
  border-top:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  
}

#navigation_left {
  height:69px;
  width:259px;
  float:left;
  background-image:url(/fileadmin/templates/images/bnl1.gif);
  background-repeat: no-repeat;
  background-position:top left;
}

#navigation_right {
  height:69px;
  width:539px;
  float:right;
  background-image:url(/fileadmin/templates/images/menufade.gif);
  background-repeat: repeat-x;
  background-position:top left;
}

#main_menu {
  margin-top:10px;
  height:49px;
  width:525px;
  float:right;
  margin-right:2px;
}

.main_menu {
  font-size:18px;
  font-family:arial black;
}

#main_menu a {  color: #000000; text-decoration: none; }
#main_menu a:visited {  color: #000000; text-decoration: none; }
#main_menu a:hover {  color: #FFFFFF; text-decoration: none; }

#submenu_canvas {
  width:800px;
  height:60px;
}

#submenu_left {
  height:60px;
  width:235px;
  float:left;
  background-image:url(/fileadmin/templates/images/subleft.gif);
  background-repeat: no-repeat;
  background-position:top left;  
}

#submenu_right {
  height:60px;
  width:565px;
  float:right;
  background-image:url(/fileadmin/templates/images/subright.gif);
  background-repeat: no-repeat;
  background-position:top left;  
}

#sub_menu {
  margin-top:5px;
  margin-right:1px;
  height:24px;
  width:554px;
  float:right;
}

.sub_menu {
  font-size:12px;
  font-family:arial;
  font-weight:bold;
}

#sub_menu a {  color: #FFFFFF; text-decoration: none; }
#sub_menu a:visited {  color: #FFFFFF; text-decoration: none; }
#sub_menu a:hover {  color: #FF5F08; text-decoration: none; }

#page_canvas {
  width:800px;
  margin:0px auto;
}

#page_content {
  width:800px;
}

#footer_canvas {
  width:800px;
  margin-top:25px;
  height:75px;
  font-size:9px;
  color:#AAAAAA;
  clear:both;
  border-top:1px dashed;
}

#footer_left {
  float:left;
}

#footer_center {
  text-align:center;
}

#footer_right {
  text-align:right;
  float:right;
}

.csc-firstHeader {
  font-size:15px;
  font-weight:bold;
}

#main_menu #selected_mainmenu a { color: #FFFFFF; }
#sub_menu #selected_submenu a { color: #FF5F08; }

