body, html {
 text-align: left;
 background-color: #b3afaa;
 color: #b3afaa;
 margin: 0px 0px 0px 0px;
}
img {
 border: none;
} 

p, dd, dl, td, div {
 font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
 font-size: 12px;
 margin: 0px 0px 0px 0px;
 text-align: left;
}

h1 {
 font-size: 22px;
 font-weight: bold;
 text-align: left;
 margin: 0px;
}

h2 {
 font-size: 18px;
 font-weight: normal;
 text-align: left;
 margin: 0px;
}

h3 {
 font-size: 16px;
 font-weight: normal;
 margin: 0px;
} 

h4 {
 font-size: 9px;
 font-weight: normal;
 margin: 0px;
} 

.title {
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 margin: 0px 0px 10px 0px;
}

.error {
 font-size: 9px;
 font-weight: normal;
 color: #FF0000;
}

.table {
 font-size: 12px;
 font-weight: normal;
 color: #000000;
}
/* ------------------------------------------------------*/
/* General Working Class for Floating Layer*/
#floatLayer {
  position: absolute;
  border: 1px solid black;
  height:200px;
  width:400px;
  top:-260px;  
  left: 50%;
  z-index:100;
  margin-left:-200px;
}

#floatLayer .head {
  background: #DADADA;
  font-weight: bold;
  color: #000000;
  height:19px;
  width: 100%;
  padding: 1px 5px 1px 5px;
  margin: 0px;
}
#floatLayer .head img {
  position: absolute;
  left: 394px;
  top: 3px;
}

#floatLayer .body {
  color: #000000;
  height:100%;
  width: 100%;
  padding: 5px;
  margin: 0px;
  background: #DADADA;
  filter:Alpha(Opacity=80, FinishOpacity=0);
  overflow: scroll;
}
#floatLayer .body .label {
  float:left;
  font-weight: bold;
  width: 100px;
  padding: 2px 0px;
}
#floatLayer .body .value {
  float: left;
  width: auto;
  padding: 2px 0px;
}

#floatLayer .body .row {
  float: left;
  width: 380px;
}

/* ------------------------------------------------------*/
/* General Working Class for Content Areas*/

.navigation {
 text-align: left;
 padding: 5px;
 background: #524C44;
 border: 1px solid #FFC600;
 width:180px;
 max-width: 180px;
 margin: 20px 0px 0px 20px;
 position:absolute;
 float: left;
}

.content {
 text-align: left;
 padding: 5px;
 background: #524C44;
 border: 1px solid #FFC600;
 width: 755px;
 position: absolute;
 margin: 20px 0px 0px 217px;
 float: left;
 height: auto;
}

/* ------------------------------------------------------*/
/* General Working Class for Language Bar*/
.language p {
 text-align:center;
 font-size: 12px;
 background-color: transparent;
}

/* ------------------------------------------------------*/
/* General Working Class for Navigation Bar*/
.tree #menu {
 border: 0px solid #FFC600;
}

.tree ul.level{
 list-style-type:none;
 position:relative;
 background-color: transparent;
 padding-left:0px;
 padding-right: 0px;
 margin: 0px;
 overflow:hidden;
}


/* ------------------------------------------------------*/
/* General Working Class for Quicksearch Bar*/

.quicksearchform {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height:48px;
  background-color: transparent;
}
.quicksearchform .column {
  float: left;
  width: auto;
  padding: 0px;
  text-align: left;
}
.quicksearchform .row {
  float: left;
  width: 100%;
}

/* ------------------------------------------------------*/
/* General Working Class for Quicklogin Bar*/

.quickloginform {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height:83px;
  background-color: transparent;
}
.quickloginform .column {
  float: left;
  width: auto;
  padding: 2px 0px;
}
.quickloginform .row {
  float: left;
  width: 100%;
}
/* ------------------------------------------------------*/
/* General Working Class for Register Form*/

.registerform {
  width: 100%;
  background-color: transparent;
  margin:0px;
  padding:0px;
}
.registerform .column {
  float: left;
  width: 200px;
  padding: 2px 0px;
}
.registerform .row {
  float: left;
  width: 100%;
}

/* ------------------------------------------------------*/
/* General Working Class used in differend Areas */
.seperator {
 background-image: url(http://www.swissorchid.com/dot.gif);
 background-position:center left;
 background-repeat:repeat-x;
 vertical-align: middle;
 height:5px;
 margin:0px;
 padding-top:5px;
 padding-bottom: 5px;
 font-size: 10px;
 position: relative;
}

#spacer {
 height:3px;
 margin:0px;
 padding:0px;
 font-size: 0px;
 border: 0px solid #FFC600;
}

/* ------------------------------------------------------*/
/* General Working Class Bread Crump Navigation */
.crump {
 padding: 0px;
 width: auto;
 margin: 0px;
 height: 50px;
}

.crump .crumpnav {
 width: 90%;
 float:left;
}

.crump .infobar {
 width: auto;
 text-align: right;
}

.crumpnav ul {
 margin-left: 0;
 padding-left: 0;
 display: inline;
 border: none;
} 

.crumpnav ul li {
 margin-left: 0;
 padding-left: 2px;
 border: none;
 list-style: none;
 display: inline;
}

/* ------------------------------------------------------*/
/* General Working Class for Links global*/
a {
 color: #b3afaa;
 text-decoration: none;
 font-weight: bold;
}
a:link {
 font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
 font-weight: bold;
 text-decoration: none;
}
a:visited {
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #FFC600;
 font-weight: bold;
 text-decoration: none;
}
a:active {
 color: #FFC600;
 font-weight: bold;
 text-decoration: none;
}


/* ------------------------------------------------------*/
/* General Working Class for Picture Gallery*/
.gallery {
 float: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 100%;
 height: auto;
}

.gallery .box {
 text-align: center;
 align: center;
 line-height: 12px;
 background-color: transparent;
 width: 176px;
 height: 220px;
 float: left;
 margin: 0px;
 padding: 0px;
}

.gallery .box .frame {
  vertical-align: top;
  text-align: center;
  width: 100%;
  height: 220px;
  margin: 0px;
  border: 1px solid #FFC600;
}
.gallery .box .frame .pic {
  font-size:0px;
  padding:10px 20px 10px 20px;
  height:125px;
  vertical-align:top;
  border: 0px solid #000000;
  text-align: center;
}
.gallery .box .frame .label {
  padding: 0px 5px 5px 5px;
  height:50px;
  vertical-align:top;
  border: 0px solid #000000;
  text-align: center;
}
.gallery .box .frame .action {
  padding: 0px 5px 0px 5px;
  height:30px;
  vertical-align:top;
  border: 0px solid #000000;
  text-align: center;
}

/* ------------------------------------------------------*/
/* General Working Class for Pageing Information*/

.pageing {
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  width: 400px;
  height: auto;
  float: left;
  position: relative;
  left: 50%;
  margin-left:-200px;
  margin-top: 25px;
}

.pageing img {
  margin-top: 3px;
}


/* ------------------------------------------------------*/
/* General Working Class for Picture List*/
.list {
 float: left;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 100%;
}
.list .column {
  float: left;
  width: auto;
  border: 0px solid black;
  padding: 2px 0px 0px 2px;
}
.list .row {
  float: left;
  width: 100%;
}

.list .odd {
 background-color: transparent;
}

.list .even {
 background-color: #766D62;
}


/* ------------------------------------------------------*/
/* General Working Class for Search Form */
.searchform {
  width:auto;
  background-color: transparent;
}
.searchform .column {
  float: left;
  width: 250px;
  margin: 2px 5px 0px 0px;
}
.searchform .row {
  float: left;
  width: 100%;
}

/* ------------------------------------------------------*/
/* General Working Class for Rollover Buttons*/
label, input, select { /* Alle Labels UND Formularelemente ausw&#228;hlen */
  display: block;
  float: left;
}

input.regular {
  color:#000000;
  font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
  font-weight: 500;
  font-size:90%;
  border:1px solid;
  border-top-color: #455152;
  border-left-color:#455152;
  border-right-color:#524C44;
  border-bottom-color:#524C44;
  background-color:#CCCCFF;
  filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#FFFFFFFF',EndColorStr='#FFAAAAFF');
}

input.alternate {
  border-top-color: #FFC600;
  border-left-color:#FFC600;
  border-right-color:#FFC600;
  border-bottom-color:#FFC600;
}

input {
  color:#000000;
  font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
  font-size:90%;
  padding:0px;
}

textarea {
  color:#000000;
  font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
  font-size:90%;
  border: 1px solid #524C44;
}
select {
  color:#000000;
  font-family: "Trebuchet MS", verdana, arial, geneva, sans-serif;
  border: 1px solid #524C44;
  font-size:90%;
  margin: 0px;
}
.defwidth {
  width:250px;
}

/* ------------------------------------------------------*/
/* General Working Class used for Index Page */
.index {
 background-image: url(http://www.swissorchid.com/bcgr-orchid.jpg);
 background-position:center;
 background-repeat:no-repeat; 
 height:650px;
 
}

.index .image {
	height: 450px;

	z-index:0;
}

/* ------------------------------------------------------*/
/* General Working Class for Picture List*/
.linklist {
 float: left;
 margin: 0px;
 padding: 0px 0px 0px 0px;
 width: 100%;
 font-weight: normal;
}
.linklist .column {
  float: left;
  width: auto;
  border: 0px solid black;
  padding: 2px 0px 0px 2px;
}
.linklist .row {
  float: left;
  width: 100%;
}

.linklist .odd {
 background-color: transparent;
}

.linklist .even {
 background-color: #766D62;
}
