body {
  font: 12px/1.5 Arial, Helvetica, sans-serif; 
  color:#333;
}

/*Reset*/
html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, blockquote, form, fieldset, legend, table, td, th {
  margin: 0;
  padding: 0;
}

#no-flash {
 background: url('/WeceemFiles/com/Image/no-flash-en.jpg') left top no-repeat;
}

#no-flash .no-flash-left {
display: block;
height: 271px;
width: 455px;
float: left;
}

#no-flash .no-flash-right {
display: block;
height: 271px;
width: 455px;
float: left;
}


/*Common*/
.navigation ul li a:visited {
  color:#333;
  text-decoration:none;
}

.navigation ul li a:hover {

  text-decoration:underline;
}

.content a { color: #006699; text-decoration:underline; }
.content a:visited { color: #999999; }
.content a:hover { color: #cc0000; }

a, .menu a, .page-shortcuts a { color:#333; text-decoration:none; }
a:visited, .menu a:visited, .page-shortcuts a:visited  { color: #999; }
a:hover, .menu a:hover, .page-shortcuts a:hover { color: #cc0000; text-decoration:underline !important;  }

.breadcrumb a, a.more { color:#999; font-size:10px; }
.breadcrumb a:visited, a.more:visited { color: #999; }
.breadcrumb a:hover, a.more:hover { color: #cc0000; text-decoration:underline;  }


p, ul, ol, address, blockquote {
  margin:0 0 18px 0;
}

/*--------Added for the 'Management'-Page---------------*/ 
p.vita {
  margin: 0 0 30px 0;
  width: 470px;
}

h1, h2, h3, h4 {
  margin: 0 0 9px 0;
}

h1 { 
 font-weight:normal;
 font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
 font-size:32px;
}

h2 { 
  font-family:"Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
  font-size:22px;
  padding-left:20px;
  background: url(/WeceemFiles/com/images/marker.gif) 0 10px no-repeat;
  border:1px solid #cdcece;
}

.text h2 {
  font-size:22px;
  background:none;
  padding:0;
  border:none;
  line-height:24px;
}

h3 { 
  font-weight:bold;
  margin:0;
  font-size:11px;
}

.text h3 {
  font-size:14px;
  margin-bottom:9px;
}

h4 { 
  color:#999;
  margin-bottom:0;
  font-weight:normal;
  font-size:10px;
}

.hr {
  background:#d6d6d6;
	height: 1px;
  overflow:hidden;
  margin:18px -24px;
  clear:both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  text-align: left;
  vertical-align: top;
}

/*Lists*/
ul { list-style-type: none;}

.content ul { 
  list-style-type: disc;
  padding-left:18px;
  margin-left:18px;
} 

.content  ol {
  padding-left:18px;
  margin-left:18px;
}

ul.inline { 
  margin-left:-32px;
  padding:0;
}

ul.inline li {
  display:inline;
  margin-left:32px;
}

ul.col-list  {
  margin:0 0 18px -11%;
  padding:0;
  list-style-type:none;
  width:100%;
  //min-height:1%;
}

ul.col-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
}

ul.col-list li {
  display:inline;
  float:left;
  width:39%;
  margin-left:11%;
}

.panel-r ul.col-list  {
  margin:0;
  padding:0;
  list-style-type:none;
  width:100%;
  //min-height:1%;
}

.panel-r ul.col-list li {
  display:block;
  float:none;
  width:auto;
  margin-left:0;
  margin-bottom:18px;
}

/*Images*/
img { 
 border:none; 
}

a img { 
 vertical-align:bottom;
}

.framed-img {
  position:relative;
  margin:0 0 9px 0;
  height:65px;
}

.frame {
  width:165px;
  height:65px;
  position:absolute;
  left:0;
  top:0;
  background:url(/WeceemFiles/com/images/img-frame.png) 0 0 no-repeat;
}

/*Other*/
.note { color:#666; }
.arr { }
.err, .info { margin: 1.5em 0; }
.err, .hot { color: #CC0000;}
.info { color:#093;}
.icon { vertical-align:middle; }

img[align=left] {
  margin:0 1em 0 0;
}

/*Banners*/
.ad {
  border:1px solid #cdcece;
  background:#FFF url(/WeceemFiles/com/images/ad.gif) 0 bottom repeat-x;
  position:relative;
  //zoom:1;
  clear:both;
}

.ad img {
  text-align:center;
}

/* Forms*/
label { padding-right:10px; }	

input, select {
  vertical-align:middle;
}

input, select, textarea { 
  font-family:Arial, Helvetica, sans-serif;
}

