/*
##############################################

      CSS "skd10"
      ------------
      Websitebaker-Template fuer
      www.seifenkistenderby.ch
      
      Autor: Gaechter Lukas
      Erstellt: 2009

##############################################
*/

/*
##############################################

      Basics / Grundgeruest
      
##############################################
*/


* {
  margin: 0;
  padding: 0;
}

html {

}

body {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 9pt;
  width: 100%;
  background: #404040 url(/templates/skd10/images/reifen.jpg) no-repeat bottom left;  
}

#wrapper {
  margin: 0px auto;
  padding-bottom: 20px;
  width: 1024px;
  background: url(/templates/skd10/images/driver.jpg) no-repeat bottom right;
}

/*
##############################################

      Kopfbereich

##############################################
*/

#header {
  width: 100%;
  height: 156px;
  background: #FFB900 url(/templates/skd10/images/header_back.gif) no-repeat;
}

#header #wider {
  width: 1024px;
  margin: 0px auto;
  padding-top: 0px;
}

#header_left {
  float: left;
  width: 400px;
  padding-top: 40px;
}

#header #page_title a {
  font-size: 24pt;
  text-decoration: none;
  color: #404040;
  font-weight: bold;
}

#header p#subtitle {
  color: #404040;
}

#header_logo {
  float: right;
}

#topspace {
  clear: both;
  height: 32px;
  background: url(/templates/skd10/images/topspace.jpg) repeat-x;
}


/*
##############################################

      Content

##############################################
*/

#linkespalte {
  float: left;
  width: 674px;
}

#content {
  width: 572px;
  min-height: 300px;
  padding: 25px 50px 30px 50px;
  background: #e8e8e8;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

/*
##############################################

      Menu und Search und Anytopics

##############################################
*/

#rechtespalte {
  float: right;
  width: 350px;
}

.titlerightcolumn {
  line-height: 20px;
  border-bottom: 1px solid #5F5F5F;
  margin-bottom: 15px;
  padding-bottom: 7px;
  color: #e8e8e8;
  font-size: 1.3em;
  font-weight: bold;
}

.titlerightcolumn a {
  color: #e8e8e8;
}

#menu {
  margin: 0 0 20px 50px;
  background: url(/templates/skd10/images/menuback.png) left bottom no-repeat;
}

#menu ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0;
}

#menu li {
  margin-bottom: 0px;
}

#menu li a {
  font-weight: bold;
  font-size: 1.1em;
  height: 20px;
  text-decoration: none;
  color: #e8e8e8;
  display: block;
  padding: 6px 0 0 15px;
}

#menu li a.current, #menu li a:hover {
  color: #FFB900;
}

#menu ul ul {
  margin: 0px 0px 0px 20px;
  font-size: 0.9em;
}

#menu ul ul a {
  height: 16px;
  margin: 0;
  padding: 4px 0 0 8px;
}

#search {
  margin: 0 0 20px 50px;
}

#search input {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#search #searchbox {
  padding-left: 15px;
  margin-bottom: 20px;
}

#sponsortitle {
  font-size: 1.2em;
}

#sponsortext {
  font-size: 0.8em;
  color: #202020;
  text-align: justify;
}

/*
##############################################

      AnyNews

##############################################
*/

#news {
  float: left;
  width: 574px;
  margin: 0 0 20px 50px;
  color: #e8e8e8;
}

#news #anytopics {
  width: 150px;
  padding: 5px 15px 0px 15px;
  text-align: justify;
}

#news .mod_anytopics_active4 {
  float: right;
}

#news a {
  color: #e8e8e8;
}

#news a:hover {
  color: #FFB900;
}

#news .mod_anytopics_active4 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #5F5F5F;
}


/*
##############################################

      Footer

##############################################
*/

#sponsors {
  width: 572px;
  background: #e8e8e8;
  padding: 5px 50px 5px 50px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

#sponsors img {
  border: 0px solid;

}

#footer {
  height: 127px;
  width: 674px;
  color: #e8e8e8;
  padding: 10px 0px 0px 10px;
}

#footer a {
  color: #e8e8e8;
  text-decoration: none;
}

#floatclear {
  clear: both;
}

/*
##############################################

      Absaetze, Schriften, Listen

##############################################
*/

h1 {
  font-size: 2.0em;
  margin-bottom: 18px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #CFCFCF;
}

img.h1icon {
  vertical-align: middle;
  border: 0px;
  margin-right: 10px;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 15px 0px;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0px;
}

h4 {
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: bold;
}

h5 {
  font-size: 0.8em;
  margin-bottom: 5px;
  font-weight: bold;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #404040;
}

p {
  margin-bottom: 20px;
}

#content table {
  border-collapse: collapse;
  border: #CFCFCF;
}

#content table td {
  border: #CFCFCF;
  padding: 10px;
}

/* #content */ hr {
  border: 0px;
  border-bottom: 1px solid #CFCFCF;
  margin: 15px 0px;
}

#content img.pfeil, #content img.link, #content img.download, #content img.pdf, #content img.icon, #search img.icon {
  border: 0pt none; 
  vertical-align: middle; 
  margin-left: 5px; 
  margin-right: 5px;
}

#content ul {
  list-style: square;
  margin-left: 30px;
}  


/* Formulare */

#content form table td {
  border: 0px;
}

#content .textarea, #content .textfield, #content .email, #content .formx_textarea {
  width: 370px;
  border: 1px solid #CFCFCF;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#content .button, .formx_submit, .mpform_submit {
  border: 1px solid #CFCFCF;
  width: 300px;
  font-size: 1.0em;
  font-weight: bold;
  color: #404040;
  padding: 5px;
}

#content .button:hover, .formx_submit:hover, .mpform_submit:hover {
  border: 1px solid #404040;
  background: #404040;
  color: #e8e8e8;
  cursor: pointer;
}

#content .field_checkbox {
  width: 13px;
  margin-right: 20px;
}


/*
##############################################

      DirList
      
##############################################
*/


#content .dirlist th input {
	text-align: left;
	width: 100%;
  border: 1px solid;
  background: #5F5F5F;
  color: #FFFFFF;
  font-weight: bold;
}

#content .dirlist th input:hover {
   cursor: pointer;
}

.dirlist th {
	background-color: #000;
  color: #fff;
}
.dirlist th input {
	text-align: left;
	width: 100px;
}
.dirlist td {
	text-align: left;
}
.dirlist {
	font-size: 1.0em;
}

.dirlist h1 {

}
.dirlist .prefix {
	padding: 5px 0;
}
.dirlist .suffix {
	padding: 5px;
  font-size: 0.9em;
  text-align: center;
}
.dirlist td.td_size,
.dirlist th.th_size,
.dirlist td.td_date,
.dirlist th.th_date {
	text-align: right;
	width: 100px;
}

/*
##############################################

      Bilder

##############################################
*/

#content .contentimage_left {
  margin: 10px 20px 10px 0px;
}

#content .contentimage_right {
  margin: 10px 0px 10px 20px;
}

/*
##############################################

      Lightbox

##############################################
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/include/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/include/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
