/* SKS style.css */

#html {
  margin: 0p;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  font-family: Verdana, Arial, sans-serif;
  background-image: url(../images/background_770px.gif); // background-image: url(../images/background_769px.gif);
  background-position: center;
  background-repeat: repeat-y;
}


h1.content {
  font-size: 11pt; /* eigtl. 12pt */
  font-weight: bold;
  color: #A20030;
  margin: 0;
  margin-bottom: 11pt; /* eigtl. 12pt */
}

h2 {
  font-size: 10pt;
  font-weight: bold;
  color: #5F5B58;
  margin: 0;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 10pt; /* eigtl. 11pt */
  font-weight: normal;
  color: #5F5B58;
  text-align: left;
  
}

a {
  text-decoration: none;
  color: #5F5B58;
}

table {
  color: #5F5B58;
  font-size: 10pt;  
}

#center {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
  height: 100%;
}

#logo {
  height: 59px;
  background-color: white;
}

#logo img {
  border: 0;
  margin: 12px 0 0 0;
  padding: 0;
}

#visual {
  height: 100px;
  background: url(../images/sks_visual.jpg) no-repeat;
}

#menu {
  border: 1px solid white;
  border-left: 0;
  border-right: 0;
  height: 1.3em; /* 20px */
  background-color: #A20030;
}

#mainmenu {
  float: left;
  text-align: left;
}

#mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainmenu li {
  float: left;
  margin: 0;
  padding: 0;
}

#mainmenu li.active_link {
  background-color: white;
}

#mainmenu li.active_link a {
  color: #5F5B58;
}

#mainmenu a {
  display: block;
  padding: 2px 13px 6px 13px;
  color: white;
  font-size: 10pt;
  font-weight: bold;
  vertical-align: bottom;
}

#mainmenu a:hover, #mainmenu a:focus {
  color: #DED8D4;
}

#servicemenu {
  float: right;
  text-align: right;
  width: 20%;
}

#servicemenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#servicemenu li {
  float: right;
  margin: 0;
  padding: 0;
}

#servicemenu li.active_link {
  background-color: white;
}

#servicemenu li.active_link a {
  color: #5F5B58;
}

#servicemenu a {
  display: block;
  padding: 0.4em 13px 0.4em 13px; /* vertical middle for FF and Opera*/
  color: white;
  font-size: 8pt;
  font-weight: normal;
  vertical-align: middle;
}

* html #servicemenu a { /* only IE6 reads this */
  padding: 0.5em 13px 0.6em 13px; /* vertical middle for IE6*/
}

*+html #servicemenu a { /* only IE7 reads this */
  padding: 0.3em 13px 0.6em 13px; /* vertical middle for IE7*/
}

#servicemenu a:hover, #servicemenu a:focus {
  background-color: white;
  color: #5F5B58;
}

#left {
  clear: both;
  float: left;
  width: 530px;
  padding-top: 25px; /* 30px */
}

#right {
  float: right;
  width: 210px;
  padding-top: 25px; /* 30px */
}

#right h2 {
  padding: 0 0 0 13px;
}

#loginform {
  float: right;
  font-size: 10pt;
  font-weight: bold;
  color: #5F5B58; 
  text-align: right;
  padding: 0 0 0 13px;
}

#loginform * {
  margin: 3px 0;
  color: #5F5B58;
}

#username, #password {
  width: 182px;
  margin-right: 13px;
  border: 1px solid #E3DAD3;
}

#submit {
  margin-right: 13px;
  text-align: center;
  border: 1px solid white;
  color: white;
  background-color: #A20030;
}

#subnavcontent {
  clear: both;
  padding-top: 10px;
  margin-right: 13px;
  margin-bottom: 30px;
}

#subnav {
  float: left;
  padding-right: 35px;
  width: 210px;
}

#subnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#subnav li {
  padding-top: 0.6em;
  font-size: 10pt;
}

#subnav #first_element {
  padding-top: 0;
}

#subnav li.active_link a {
  color: #A20030;
}

#subnav a {
  font-weight: bold;
}

#subnav a:link, #subnav a:visited {
  color: #5F5B58;
}

#subnav a:hover, #subnav a:focus {
  color: #A20030;
}

#content {
  margin-left: 245px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
  border: 1px solid #E3DAD3;
  padding-top: 22px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
}

#content p {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}

#content a:hover {
  text-decoration: underline;
}


#content #head, #content #head h1 {
  margin: 0;
  padding: 0;
  font-size: 10pt; /* eigtl. 11pt */
  font-weight: bold;
  color: #5F5B58;
}

#content #text {
  margin: 1em 0 1em 0;
  padding: 0;
  font-size: 10pt; /* eigtl. 11pt */
  font-weight: normal;
  color: #5F5B58;
}

#content table, #content table td {
  text-align: center;
  width: 100%;
  height: 250px;
}

#clientdata * {
  margin: 3px 0;
  padding:0;
  color: #5F5B58;
  font-size: 10pt;
  font-weight: bold;
}

#clientdata td.right {
  width: 355px;
  text-align: right;
}

#clientdata input {
  border: 1px solid #E3DAD3;
  color: #5F5B58;
  font-weight: normal;
}

#clientdata input.button {
  float: right;
  text-align: center;
  border: 1px solid #E3DAD3;
  color: white;
  background-color: #A20030;
}

#clientdata input.radio {
  margin-left: 5px;
  border: 0;
}

#filetable {
  margin-bottom: 30px;
}

#filetable td.icon {
  width: 55px;
  height: 45px;
}

h2.files {
  clear: both;
  padding-top: 20px;
  padding-bottom: 10px; 
}

#upload {
  margin-top: 20px;
  border-top: 1px solid #E3DAD3;
  padding-top: 20px;
  color: #5F5B58;
  font-size: 10pt;
  font-weight: normal;
}

#upload input.button {
  float: right;
  text-align: center;
  border: 1px solid #E3DAD3;
  color: white;
  background-color: #A20030;
}

.floatleft {
  float: left;
}

#content #survey table, #content #survey td {
  text-align: left;
  vertical-align: top;
  height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

#content #survey input {
  vertical-align: top;
}

#content #survey textarea {
  width: 240px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  color: #5F5B58;
  border: 1px solid #E3DAD3;
}

#content #survey .col1 {
  margin: 0;
  padding: 0;
  height: 0;
  width: 80px;
}

#content #survey .col2 {
  height: 0;
  width: 90px;
}

#content #survey .col3 {
  height: 0;
  width: 100px;
}

#content #survey .col4 {
  height: 0;
  width: 260px;
}

#survey input.button {
  text-align: center;
  border: 1px solid #E3DAD3;
  color: white;
  background-color: #A20030;
}

#left ul {
  padding-left: 0px;
  color: #5F5B58;
}

#left ul li {
  font-weight: bold;
  margin-bottom: 1em;
  color: #5F5B58;
}
