/* GENERAL */

body {
  text-align: center;  
  color: #000000;
  background-color: #dcdedf;
  font-family: "Verdana", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.14px;
}

ul {
  list-style-type: disc;
  margin: 0 0 0 20px;
  padding: 0px;
}

ol {
  margin: 0 0 0 26px;
  padding: 0px;
}

ul.no_list {
  list-style-type: none;
}

table {
  text-align: left;
  margin: 8px 0;
  border-collapse: separate;
  width: 100%;
}

td, th {
  vertical-align: top;
  padding: 2px 4px;
  border: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}

table.unformatted td, table.unformatted th {
  border: 0px;
  background-color: transparent;
}

div.code {
  font-family: "Courier New", serif;
  font-size: 12px;
  margin: 8px 0;
  padding: 4px;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  overflow: auto;
}

span.code {
  font-family: "Courier New", serif;
  font-size: 12px;
}

span.right {
  display: block;
  width: 100%;
  text-align: right;
}

span.impress_left_col {
  display: block;
  width: 80px;
  float: left;
}

span.impress_right_col {
  display: block;
  width: 260px;
  position: relative;
}

span.impress_right_col img.email {
  position: relative;
  top: 3px;
  margin-bottom: 4px;
}

span.impress_right_col img.icq {
  position: relative;
  top: 4px;
}

span.sitebar {
  display: block;
  text-align: center;
  margin: 4px 0;
  font-size: 11px;
}

span.sitebar a:link, span.sitebar a:visited {
  color: #6b6b6b;
  border: 1px solid #dadada;
  background-color: #f4f4f4;
  padding: 2px 4px;
  margin: 0 1px;
}

span.sitebar a:hover {
  color: #ffffff;
  border: 1px solid #013f8c;
  background-color: #0057c3;
}

.small_text {
  font-size: 11px;
}

div.comment {
  font-size: 11px;
  font-style: italic;
  margin: 8px 0;
  padding: 4px;
  color: #313131;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
}

div.success {
  padding: 4px;
  color: #e4fdd0;
  border: 1px solid #69cc1a;
  background-color: #52a50e;
}

div.error {
  padding: 4px;
  color: #fbdddd;
  border: 1px solid #c02424;
  background-color: #9c0505;
}

div.success ul, div.error ul {
  font-size: 11px;
}

div.error a:link, div.error a:visited {
  color: #ffffff;
  border-bottom: 1px dotted #ffffff;
}

div.error a:hover {
  color: #ffaeac;
  border-bottom: 1px dotted #ffaeac;
}

.center {
  text-align: center;
}

#arrows a:link, #arrows a:visited {
  position: absolute;
  top: 46%;
  color: #f1f1f1;
  color: #f1f1f1;
  font-size: 40px;
  border: 0px;
}

#arrows a:link.left, #arrows a:visited.left {
  left: 10px;
}

#arrows a:link.right, #arrows a:visited.right {
  right: 10px;
}

#arrows a:hover {
  color: #0057c3;
  border: 0px;
}

span.copyright {
  font-size: 9px;
  color: #ffffff;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

div.picture {
  position: relative;
  margin: 0px auto;
}

#tabs a:link.active, #tabs a:visited.active, #tabs a:hover.active {
  font-style: italic;
}

#location a:link.active, #location a:visited.active, #location a:hover.active {
  border-bottom: 0px;
  font-weight: bold;
}

/* TEXT FORMATTINGS */

h1 {
  width: 100%;  
  color: #0c3f6f;
  border-bottom: 1px solid #607c94;
  font-size: 11pt;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding-bottom: 3px;
}

h1.subinfo {
  margin-bottom: 2px;
}

h2 {
  width: 100%;
  color: #384a65;
  border-bottom: 1px dotted #384a65;
  font-size: 10pt;
  font-weight: bold;
  margin: 0 0 7px 0;
  padding-bottom: 2px;
}

h2.subinfo {
  margin-bottom: 1px;
}

h3 {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #0c3f6f;
  border-bottom: 1px solid #607c94;
  margin: 0 0 6px 0;
  padding-bottom: 1px;
}

h3.subinfo {
  margin-bottom: 0.5px;
}

.hint {
  color: #a6a6a6;
  font-size: 9px;
  font-weight: normal;
}

p.hint {
  margin: 0 0 6px 0;
}

/* FORMS */

input, textarea, select {
  font-family: "Verdana", sans-serif;
  font-size: 11px;
}

.input {
  padding: 2px;
  width: 400px;
  border: 1px solid #c0c0c0;
}

.input:hover, .input:focus {
  border: 1px solid #0057c3;
}

.input.select {
  width: 406px;
}

.input.text {
  height: 140px;
}

.input.small_height {
  height: 80px;
}

.input.captcha {
  width: 334px;
  position: relative;
  top: -5px;
  left: 6px;
}

.submit {
  padding: 1px 4px;
  font-weight: bold;
  color: #f0f0f0;
  background-color: #464D55;
  border: 1px solid #373e45;
}

.submit.shifted {
  margin-left: 8px;
}

/* LAYOUT */

#root {
  width: 942px;
  margin: 8px auto;
  text-align: left;
}

#header {
  height: 74px;
  background-color: #e5e5e5;
}

#tabs {
  width: 940px;
  border-left: 1px solid #d9cccc;
  border-right: 1px solid #d9cccc;
  background-color: #e5e5e5;
  background-image: url("http://www.sf-design.info/images/curve.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

#tabs ul {
  position: relative;
  list-style-type: none;
  height: 25px;
  width: 660px;
  margin: 0px;
  padding: 0px;
  background-color: #3d1048;
  background-image: url("http://www.sf-design.info/images/tab_lavender.jpg");
  background-repeat: repeat-x;
}

#tabs ul li {
  text-align: center;
  float: left;
  display: block;
  height: 22px !important;
  height: 19px;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
}

#tabs a:link, #tabs a:visited {
  text-decoration: none;
  color: #ffffff;
}

#tabs ul li.blue {
  width: 80px;
  background-color: #054a8a;
  background-image: url("http://www.sf-design.info/images/tab_blue.jpg");
  background-repeat: repeat-x;
}

#tabs ul li.green {
  width: 112px;
  background-color: #51930c;
  background-image: url("http://www.sf-design.info/images/tab_green.jpg");
  background-repeat: repeat-x;
}

#tabs ul li.yellow {
  width: 112px;
  background-color: #cf9a02;
  background-image: url("http://www.sf-design.info/images/tab_yellow.jpg");
  background-repeat: repeat-x;
}

#tabs ul li.orange {
  width: 102px;
  background-color: #ad2916;
  background-image: url("http://www.sf-design.info/images/tab_orange.jpg");
  background-repeat: repeat-x;
}

#tabs ul li.red {
  width: 132px;
  background-color: #791313;
  background-image: url("http://www.sf-design.info/images/tab_red.jpg");
  background-repeat: repeat-x;
}

#tabs ul li.lavender {
  width: 122px;
  background-image: url("http://www.sf-design.info/images/tab_corner.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

#location {
  position: relative;
  height: 25px;
  width: 942px;
  background-color: #454d55;
  background-image: url("http://www.sf-design.info/images/location_bg.jpg");
  background-repeat: repeat-x;
  color: #ffffff;
  padding: 0px;
  margin-bottom: 10px;
}

#location ul {
  clear: both;
  position: absolute;
  top: 4px;
  left: 14px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #616a74;
  height: 16px;
}

#location ul li {
  float: left;
  height: 16px;
  border-right: 1px solid #616a74;
  padding: 0 8px;
}

#location a:link, #location a:visited {
  text-decoration: none;
  color: #ffffff;
}

#location a:hover {
  text-decoration: underline;
}

#location div {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.14px;
  display: block;
  height: 25px;
  background-image: url("http://www.sf-design.info/images/location_corner_left.jpg");
  background-repeat: no-repeat;
  background-position: 0 100%;
}

#location div div {
  width: 100%;
  background-image: url("http://www.sf-design.info/images/location_corner_right.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.column {
  float: left;
}

.column.very_small {
  width: 140px;
}

.column.small {
  width: 220px;
}

.column.small .content {
  width: 198px;
}

.column.medium {
  width: 300px;
}

.column.medium .content {
  width: 278px;
}

.column.big {
  width: 540px;
}

.column.big .content {
  width: 518px;
}

.column.large {
  width: 700px;
}

.column.large .content {
  width: 678px;
}

.column.shifted {
  margin-left: 21px;
}

.column a:link, .column a:visited {
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  color: #000000;
}

.column a:hover {
  border-bottom: 1px dotted #0057c3;
  color: #0057c3;
}

.column h2 a:link, .column h2 a:visited {
  color: #384a65;
  border: 0px;
}

.column h2 a:hover {
  color: #384a65;
  text-decoration: underline;
}

.column .content {
  background-color: #f0f0f0;
  border-left: 1px solid #d9cccc;
  border-right: 1px solid #d9cccc;
  padding: 2px 10px;
}

.column .content a:link.img, .column .content a:visited.img, .column .content a:hover.img {
  border: 0px;
}

.column .content a:link.img img, .column .content a:visited.img img {
  border: 1px solid #c7bcbc;
}

.column .content a:hover.img img {
  border: 1px solid #0057c3;
}

.column .content a:link.img img.no_border, .column .content a:visited.img img.no_border, .column .content a:hover.img img.no_border {
  border: 0px;
}

.column .content img.left {
  float: left;
  margin: 0 4px 2px 0;
}

.column .content img.right {
  float: right;
  margin: 0 0 2px 4px;
}

.corners-top {
  position: relative;
  height: 6px;
  background-image: url("http://www.sf-design.info/images/content_bg.jpg");
  background-repeat: repeat-x;
}

.corners-top span {
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 6px;
  background-image: url("http://www.sf-design.info/images/content_corner_left.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.corners-top span span {
  width: 100%;
  background-image: url("http://www.sf-design.info/images/content_corner_right.jpg");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.corners-bottom {
  position: relative;
  height: 6px;
  background-image: url("http://www.sf-design.info/images/content_bg_bottom.jpg");
  background-repeat: repeat-x;
  margin-bottom: 10px;
}

.corners-bottom span {
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 6px;
  background-image: url("http://www.sf-design.info/images/content_corner_left_bottom.jpg");
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.corners-bottom span span {
  width: 100%;
  background-image: url("http://www.sf-design.info/images/content_corner_right_bottom.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

ol.stats {
  list-style-type: decimal;
  margin: 0 0 0 20px;
  padding: 0px;
  font-size: 11px;
}

ul.stats li {
  margin: 0px;
  padding: 1px 0;
}

#footer {
  text-align: center;
  font-size: 9px;
  color: #666666;
  width: 700px;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #666666;
}

#footer a:hover {
  text-decoration: underline;
}

.block_info {
  float: left;
  width: 624px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}