/*********************************************************
   HTML Elements
 *********************************************************/

body {
  margin: 0;
  padding: 0;
  text-align: center; 			/* IE ! */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  color: #555555;
}

html>body div#Seite {
	border-color: gray;  		/* Farbangleichung an den Internet Explorer  */
}

td {
  font-size: 11px;
  line-height: 1.6em;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}

h1 {
  margin: 0 0 7px 0;
  padding: 0 0 4px 0;

  font-weight:normal;
  color: #999999;

  width: 100%;
  background: transparent url(/chameleon/site/tpl/roth06/images/bg/dots.gif) repeat-x bottom left;

}


h2 {
}

h3 {
	font-size: 0.8em;
	text-transform:uppercase;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.7em;
	text-transform:uppercase;
}

h6 {
	font-size: 0.8em;
}


.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad div,
.horzPad p {
	padding: 5px;
}

.horzPad {
	padding: 0px 9px 0px 9px;
}


/* Links */
a {
  text-decoration: none;
  color: #D49100;
}

a:hover {
  color: #CC6600;
}

.textField a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}



.lightGray, a.lightGray {
  color: #999999;
}

a:hover.lightGray, a.lightGray.active {
  color: #000000;
}

a.printer {
  padding: 0px 18px 0px 0px;
  background: url(/chameleon/site/tpl/roth06/images/bg/print1a.gif) no-repeat bottom right;
}
a:hover.printer {
  background: url(/chameleon/site/tpl/roth06/images/bg/print1b.gif) no-repeat bottom right;
}

a.active {
  font-weight:bold;
}


/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}



/* Lists */
ul li {
  list-style-image:  url(/chameleon/site/tpl/roth06/images/bg/bulletlist.gif);
}

ol li {
}

ol li span {
}



/* Blockquote */
blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #FFF0C7;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #888 #888;
}

input.radio {
  background: none;
  border: 0px;
}









