body
{
 font-family: "Trebuchet MS", verdana, arial, sans-serif;
 font-size:12px;
 background-color:#771517;
 text-align:center;
 background-image: url(gfx_wurst/bg_all.jpg);
 background-repeat: repeat-x;
}

h1 {font-size:18px;color:#551314;margin:0px;}
h2 {font-size:14px;color:#551314;}
h3 {font-size:14px;color:#551314;}
p {margin-top:0px;}



a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:bold;
  color:#394529;
  font-size:12px;
}
a:active, a:hover
{
  color:#ff9200;
}

/* Die Hyperlinks im Menü */
a.footer:link, a.footer:visited
{
  color:White;font-size:10px;
  text-decoration:none;
}
a.footer:active, a.footer:hover
{
  color:#EEEEEE;
}


/* Der Inhalt */
#content {
color:#551314;
background-image: url(gfx_wurst/bg.jpg);
width: 862px;
height: 561px;
background-repeat: no-repeat;
margin-top: 100px;
padding-left: 20px;
}
form {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

input {
	border: 1px solid #A0A0A0;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 17px;
	padding: 1px;
}

input.button {
	background: url(http://www.scebs.com/gfx_scebs/button_form.png) #C40000 repeat-x 0 50%;
	border: 1px solid #C80000;
	color: #FFFFFF;
	cursor: pointer;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 20px;

	margin-right: 10px;
	padding: 1px;
	text-align: center;
}

input:hover {
	border: 1px solid #000000;
}

input:focus {
	border: 1px solid #000000;
}

select {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

textarea {
	border: 1px solid #A0A0A0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	padding: 1px;
}

textarea:hover {
	border: 1px solid #000000;
}

textarea:focus {
	border: 1px solid #000000;
}

.tab_content {
	padding: 10px;
	text-align: left;
}

