@import url('table.css');
@import url('gallery.css');
@import url('admin.css');
@import url('form.css');

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#mainframe {
  margin: 0 auto;
  padding: 0;
  background: #6e6d6d url(../img/main_bg.jpg) repeat-y;
  text-align: left;
  width: 956px;
  height: 100%;
}

#header {
  width: 923px;
  height: 223px;
  float: left;
}

/* Content */
#content {
  background: url(../img/content_main_bg.jpg) repeat-y;
  width: 713px;
  height: 100%;
  float: left;
}
#cont_left {
   width: 94px;
   float: left;
}
#cont_center {
  width: 583px;
  float: left;
}

#cont_center_title {
  margin-left: 220px;
  width: 363px;
  height: 110px;
  text-align: right;
}
#cont_center_text {
  width: 583px;
}

#cont_bottom {
  padding-left:1px;
  width: 713px;
  height: 87px;
}


#sidebar {
  width: 206px;
  height: 100%;
  float: left;
}

#footer {
  width: 923px;
  height: 100px;
}

.clearer {
  clear: both;
}

#scp {
  position: absolute;
  margin-top: 140px;
}

#pagetitle {
  font-size: 18pt;
  font-weight: bold;
}

form label {
 float:left;
 text-align: left;
 vertical-align: middle;
 width: 150px;
 margin-right: 10px;
 font-weight: bold;
}

#linkliste {
  width: 583px;
}

#linkdetails {
  width: 260px;
  height: 100px;
  float: left;
  margin: 5px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
#linkdetails a {
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

a img {
  border: 0px;
}

#newsbox {
  position: absolute;
  margin-left:95px;
  margin-top:130px;
  width:590px;
}

#newsticker {
	background: #fcd8d8;
	position: relative;
  font-size: 0.8em;
  border: 1px dotted #FF0000;
}
#newsticker ul {
	/*border: 1px solid #fcf498*/;
	list-style: none;
	min-height: 1.9em;
	padding: 10px 15px;
	padding-right: 10px;
}
#newsticker ul {
	height: 1.9em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("../js/news/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
#newsticker #togglenewsticker {
	right: 10px;
}
