/**
 * Styles für das externe Rheinsteigforum
 * Überarbeitet am 18.01.05 [Mike Zaschka]
 *
 */

body {
	background-color: #FFD9B3;
	color: #000;
	font-family:Verdana,Arial,Helevetica,Sans-Serif;
	margin: 0;
	font-size: 11px;
}

h1, h2, h3, h4, h5 {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0pt;
  padding-bottom: 0pt;
}

/* Überschriften */

h1 { 
  font-weight: bold;
  color: rgb(185, 72, 69);
  font-size: 16px;
}


/* Allgemeine Styles */

input, textarea, select   
{
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: -moz-use-text-color;
  border-right-color: -moz-use-text-color;
  border-bottom-color: -moz-use-text-color;
  border-left-color: -moz-use-text-color;
  font-family: Verdana,Arial,Helevetica,Sans-Serif;
  color: #000000;
  font-size: 11px;
}

.formSubmit   
{
  font-size: 99%;
  height: 1.8em;
}

td {
	font-size: 11px;
}

p {
	padding: 0px;
	margin: 0px 0px 0px 0px;          
}

a {
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

div#dkd_forum td.h3 {
	background: #B94845;
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 5px 0px;
	color: #FFFFFF;
}	

div#dkd_forum h3 {
	font-size: 160%;
	color:#B94845
}

div#dkd_forum td.h3 a { 
	font-family: Verdana;
	font-weight: bold;	
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}

div#dkd_forum a.bold { 
	font-weight: bold;
}	




