/**************************************************************
 HTML - CSS ADDON BY REBELL
 **************************************************************/

html {
  height: 100%;
}


body {

  height: 100%;
  text-align: center;
  font-family: Garamond; 
  /*background: url(./back.jpg) repeat-z top left;*/
  margin: 2;
  padding: 2;
  color: #000000;
  background-color: #882B00 ;

}

weiss {
	font-family: verdana,helvetica; font-weight: bold;
	color: #fff;
	font-size: 10px;
}

message {
	font-family: verdana,helvetica;
	font-size: 8px;
}

h2 {
	font-family: verdana,helvetica; font-weight: bold;
	color: #fff;
	font-size: 18px;
}

h3 {
	font-family: verdana,helvetica; font-weight: bold;
	color: #000;
	font-size: 18px;
}

button {
	text-align: left;
	background: url(../images/input_bg.jpg);
	font-family: verdana,helvetica;
	color: #FFFFFF;
	background-color: #882B00;
	border: solid 1px #000055;
	font-weight: bold;
	font-size: 11px;
}

hr {
	color: #880000;
}

a:link 		{ color: #000000; font-weight:normal;text-decoration:none; }
a:visited 	{ color: #000000; font-weight:normal;text-decoration:none; }
a:active 	{ color: #000000; font-weight:normal;text-decoration:none; }
a:hover 		{color: #330000; font-weight: bold;text-decoration:none; }
A.ssmItems:link		{color:white;text-decoration:none;}
A.ssmItems:hover	{color:white;text-decoration:none;}
A.ssmItems:active	{color:white;text-decoration:none;}
A.ssmItems:visited	{color:white;text-decoration:none;}


.gradient {
  margin-bottom: 2em;
  background: #555555 url(./gradient.jpg) repeat-x bottom left;
}

.rechts {
  border: 1px solid #002;
  margin-bottom: 0em;
  /* background: #000000 url(./rechts.jpg) repeat-z bottom left; */
}


code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #882B00;
}

.leftColumn code {
  margin-left: 0;
}


label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 0.8em verdana, sans-serif;
  color: #600;
  border: 1px solid #444;
  background: #FFEEEE;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #400;
  background: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}

