
/* ----------------------------------------------------------- 
  
	Author: Medienreformer | Hendrik Just
	Author URI: http://www.medienreformer.de
	STYLE CSS
  
-------------------------------------------------------------- */

/*----------------- RESET ------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------- GLOBAL ------------------------*/

body {
	background: #d6d6d6 url(../images/bg-body.png) repeat-x scroll center top;
	color: #434343;
	min-height: 25px;
	text-align: center;
	font: 12px/21px "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

a {
	color: #f34444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #262626;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 5px;
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #262626 !important;
	font-weight: normal !important;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	line-height: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

strong {
	font-weight: bold;
}

.hide {
	display: none;
}

.small-1 { 
	font-size: 0.89em; 
	color: #881966; 
}

.kursiv { 
	font-style: italic; 
}

dl {
	margin: 0 0 1.5em;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

blockquote {
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #DCDCDC;
	color: #666666;
	font-style: italic;
	margin: 1.5em;
	padding: 1em;
}

blockquote p {
	padding-bottom: 0;
}

p.big {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/*----------------- LAYOUT ------------------------*/

#page-wrap, #header, #content-start, #content, #content-inner, #content-foot, #footer {
	width: 960px;
}

#page-wrap {
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#top {
	height: 26px;
	position: relative; 
	width: 191px; 
	margin: 0 auto 15px; 
	background: url(../images/bg-top.gif) no-repeat center bottom; 
}

#header {
	height: 158px;
	background: url(../images/bg-header.png) no-repeat 0 0;
	z-index:2;
	position: relative;
}

#navi {
	position: absolute;
	width: 940px;
	height: 38px;
	bottom: 10px;
	left: 10px;
	background: url(../images/bg-navi.png) repeat-x left center;
	z-index:99;
}

#content-start {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	z-index:1;
}

#content {
	background-color: #f3f2e8;
	z-index:1;
	position: relative;
}

#content-inner {
	background: url(../images/bg-content.png) repeat-y 0 0;
	padding-top: 25px;
	padding-bottom: 20px;
}

#sidebar {
	width: 225px;
	float: left;
	margin-left: 10px;
}

#main {
	width: 675px;
	float: right;
}

#content-foot {
	height: 10px;
	background: url(../images/bg-footer.png) no-repeat center bottom;
}

#footer {
	height: 38px;
	background: url(../images/bg-footer.png) no-repeat center top;
	margin-top: 10px;
	position: relative;
}

/*----------------- HEADER ------------------------*/

#top p {
	margin: 0;
	line-height: 11px;
	padding-top: 5px; 
	font-size: 11px; 
}

#top p a { 
	color: white; 
}

#top img {
	margin-right: 6px;
}

#top a img {
	border: 2px solid #8aa921;
}

#top a:hover img {
	border: 2px solid #79941d;
}

#top p.online-shop { 
	width: 58px;
	float: right; 
	text-align: left; 
}

#top p.flagg { 
	width: 100px;
	float: left; 
		text-align: right; 
}

#logo {
	position: absolute;
	top: 14px;
	height: 74px;
	width: 147px;
	left: 86px;
	background: url(../images/logo.png) no-repeat 0 0;
}

#logo a {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	height: 74px;
	width: 147px;
	margin: 0;
	padding: 0;
}

#btn-shop {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 38px;
	width: 60px;
	background: url(../images/btn-shop.png) no-repeat 0 0;
	z-index:200;
}

/*----------------- CONTENT ------------------------*/

/* Startseite - Showbox */

#showbox {
	margin-left: 10px;
	margin-right: 10px;
	height: 420px;
	background: #87a520 url(../images/bg-titel-news.png) repeat-x 0 -10px;
	position: relative;
}

/* Newsbox Links */

#news {
	width: 210px;
	height: 420px;
	float: left; 
}

#news .news-inner { 
}

#news h2 {
	font-size: 18px;
	color: #ffffff;	
	padding: 15px 15px 0; 
	height: 35px;  
}

#news h3 {
	color: #fed309;
	margin-top: 15px;
	padding: 0;
	margin-bottom: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

#news p, #news h3 {
	margin-left: 15px;
	margin-right: 10px;
}

#news p {
	color: #ffffff;	
	width: 190px;
	padding-bottom: 5px; 
}

#news a.read { 
	color: #fed309; 
	background: url(../images/pfeil-mini.gif) no-repeat 4px 5px; 
	padding-left: 12px; 
}

#news a:hover.read { 
	 color: #fed309;
	 text-decoration: underline;
}


/* Template Blank Popups etc. ------------------------*/

body#blank {
	background-color: white;
	background-image: none;
}

#wrap-blank {
	margin: 0 auto;
}

/* Sexy Slider ------------------*/

#slider {
	width: 715px;
	height: 420px;
	float: right;
	overflow: hidden;
}

#navigation {
  	position:absolute;
  	width:715px;
  	top:34px;
  	z-index:10;
}

#navigation a {
  	padding:10px;
  	background:#be3420;
  	color:#FFFFFF;
  	text-transform:uppercase;
  	text-decoration:none;
}

#navigation a:hover {
  	background:#be3420;
}

#navigation a.sexyslider-prev {
  	float:left;
}

#navigation a.sexyslider-next {
  	float:right;
}

#control {
	position: absolute;
	top: 10px;
	right: 0;
	height: 15px;
	width: 100px;
}

#control a {
  	background: #9dc025;
  	padding:0 3px;
  	color:#FFFFFF;
  	text-transform:uppercase;
  	text-decoration:none;
  	margin-left:5px;
}

#control a.active {
  	background: #87a520;
}

#control a span {
  	visibility:hidden;
}

/* Startseite - Newsboxen unten ------------------*/

.box-start {
	width: 225px;
	height: 165px;
	margin-top: 10px;
	float: left;
	background: url(../images/bg-box-start.png) repeat-x 0 0; 
	position: relative;
}

.box-start h4 {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	color: #f34444;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.box-start p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px; 
	padding-top: 5px; 
}

.abst-1 {
	margin-left: 10px;
}

.abst-2 {
	margin-left: 13px;
}

h4.online-shop { 
	color: #448daa; 
}

/* Startseite Button News-Links ---------------------------*/

a.btn2 {
	display: block;
	height: 24px;
	text-align: center;
	color: #504c4b;
	font-size: 11px;
	background: url(../images/btn-news-left.png) no-repeat left top;
	float: left;
	clear: left;   
}

a.btn2 span {
	background: url(../images/btn-news-right.png) no-repeat right top;
	display: block;
	height: 24px;
	padding: 1px 35px 0 15px;
}

/* Startseite Button - Newsboxen-unten ------------------*/

a.btn1 {
	display: block;
	height: 24px;
	text-align: center;
	color: white;
	font-size: 11px;
	background: url(../images/btn-red-left.png) no-repeat left top;
	width: 190px;
	float: left;
	clear: left;
	position: absolute; 
	left: 15px; 
	bottom: 0; 
}

a.btn1 span {
	background: url(../images/btn-red-right.png) no-repeat right top;
	display: block;
	height: 24px;
	padding: 1px 35px 0 15px;
}

/* Listen btn3 Kataloge ----------------------------*/
 
#main ul.btn-long {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
}
 
#main .btn-long li {
	font-size: 11px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff;
}
 
#main .btn-long a {
	color: #505050;
	background: url(../images/btn-long.png) no-repeat right -30px;
	text-decoration: none;
	padding-left: 13px;
	display: block;
}
 
#main .btn-long a:hover {
	color: #8f5600;
	text-decoration: none;
	background: url(../images/btn-long.png) no-repeat right 0;
}

/* Main Boxen ---------------------------*/

#main .box {
	width: 620px;
	background-color: white;
	margin-bottom: 20px;
	overflow: hidden;
}

#main .box-katalog {
	width: 620px;
	background-color: white;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

#main .box-white {
	width: 620px;
	margin-bottom: 20px;
	background: white url(../images/bg-verlauf-grey.gif) repeat-x 0 32px;
	overflow: hidden;
}

#main .box-monat {
	width: 620px;
	margin-bottom: 20px;
	background: white url(../images/bg-verlauf-grey.gif) repeat-x 0 32px;
	position: relative;
	overflow: hidden;  
}

#main .box-monat img {
	float: left; 
	margin-right: 10px;  
}

#main .box-flash {
	background-color: white;
	margin-bottom: 20px;
	width: 529px;
	margin-left: 45px;
	z-index:0;
}


#main .box-small {
	width: 300px;
	background-color: white;
	margin-bottom: 20px;
}

#main .box-small-left {
	width: 300px;
	background-color: white;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;	
}

#main .box-short {
	background-color: #fff;
	width: 308px;
	padding: 5px;
	border: solid 1px #bdbdbd;
	margin-bottom: 10px;
	overflow: hidden;
}

#main .box-white img {
	float: left;
}

#main .box-inner {
	float: right;
	width: 488px;
}

#main .box-short p {
	margin: 0;
	font-size: 11px;
	padding: 6px 0 0;
	line-height: 18px;
}

#main .box-form {
	width: 620px;
	background-color: white;
	overflow: hidden;
}

.box-form h2 {
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	background: url(../images/bg-btn-form.gif) repeat-x center center;
	padding-top: 8px;
	padding-bottom: 8px;
}


h2.block {
	width: 618px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #79941d;
	background: url(../images/bg-titel.png) repeat-x center center;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 15px;
	margin-bottom: 10px;
}

h2.block-open {
	width: 618px;
	color: #fff;
	font-size: 14px;
	border: 1px solid #79941d;
	background: url(../images/bg-titel.png) repeat-x center center;
	padding-top: 8px;
	padding-bottom: 8px;
	text-indent: 15px;
	margin-bottom: 10px;
}

.box h2, .box-katalog h2, .box-small h2, .box-small-left h2 {
	color: #fff;
	font-size: 14px;
	padding-left: 15px;
	border: 1px solid #79941d;
	background: url(../images/bg-titel.png) repeat-x center center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.box h3, .box-katalog h3, .box-small h3, .box-small-left h3 {
	font-size: 13px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
}

.box-white h3, .box-monat h3 {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0;
}

.box-katalog p {
	padding-left: 15px;
	margin-right: 310px;
}

.box p, .box-small p, .box-small-left p {
	padding-right: 15px;
	padding-left: 15px;
}

.verlauf {
	background: url(../images/bg-verlauf-grey.gif) repeat-x 0 0;
}

/* -- Boxen Backround -- */

.bg1 {
	background: white url(../images/bg-verlauf-grey.gif) repeat-x 0 32px;

}

/* -- Boxen inner z.B. für Monatswerbung -- */

.half-left { 
	width: 300px; 
	height: auto; 
	float: left; 
}

.half-right { 
	width: 300px; 
	height: auto; 
	float: right; 
}

/* Monatswerbung Preis ------------------------*/
 
.preis {
	font-size: 12px;
	color: white;
	background: #e05392 url(../images/bg-orange-preis.gif) repeat-x 0 center; 
	width: 140px; 
	height: 32px; 
	position: absolute; 
	line-height: 32px; 
	text-align: center;  
	right: 0; 
	top: 0; 
}

.box-monat ul { 
	margin: 15px 0 0; 
}

.box-monat ul li { 
	font-size: 12px; 
}

/* Link Anzeige z.B. bei box-short Öffnungzeiteiten Link ----------*/

a.link-open {
	color: #f34444;
}

/* Table ------------------------*/

#main .box-table {
	width: 620px;
	height: auto;
	margin-top: 10px; 
	margin-bottom: 20px; 
}

table th, table td {
	text-align: center;
	vertical-align: top;
	padding: 6px 10px;
}

table th {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	background-color: #627862;
	text-transform: none;
	border: 1px solid #c5dfbb;
}

table td {
	color: #333333;
	border: 1px solid #c5dfbb;
	background-color: #FFFFFF;
}

table caption {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	line-height: normal;
	text-align: right;
	caption-side: bottom;
}

table tfoot td {
	background-color: #fff;
	color: #838382;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	empty-cells: hide;
}

.col4 {
	color: #627862;
}

.close {
	color: #ff7f29;
}

.col4 a {
	color: #ff7300;
	background-image: url(../images/go_pdf.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 20px 0;
	margin-left: 10px;
	padding-right: 25px;
}

tr:hover td {
	background-color: #f3ffd1;
}


/* Content Inline p ---------------------------*/

p.info {
	color: #ec6e00;
	font: italic 12px/17px Georgia, "Times New Roman", Times, serif;
}

p span.newopen {
	color: #ec6e00; 
	font-weight: bold; 
}

p a span.newopen2 { 
	margin-left: 10px; 
}

p.extra1 { 	 
	font-weight: bold; 
	padding-bottom: 0; 
}

p.top-zero { 
	padding-top: 0; 
}

/* Liste Neukunden/Jobs ---------------------------*/
 
#main ul.liste  {
	list-style-position: inside;
	margin: 10px 20px;
}
 
#main ul.liste li {
	margin: 0;
	padding: 0 13px 3px;
	background: url(../images/bg-liste.gif) no-repeat 0 8px;
}

#main li.big {
	color: #dd3c25;
	font-weight: bold;
}

#main li span.big {
	color: #dd3c25;
	font-weight: bold;
}

#main li span.thin { 
	font-style: normal; 
	font-weight: normal; 
	color: gray; 
}

/* Content - wechselnde Backround Fotos */

.bg-beige {
	background: url(../images/bg-content-beige.png) repeat-x 0 0;
}

.bg-karte {
	background: url(../images/bg-karte.png) no-repeat right 0;
}

.bg-aussendienst {
	background: url(../images/bg-aussendienst.png) no-repeat right 0;
}

/* CSS for inTabs Firmenportrait ----------------*/
 
#main .column3 {
	width: 33%;
	height: auto;
	float: left;
	padding-bottom: 15px;
}

/* CSS for inTabs Java Script
----------------------------------------- */

#idTabs {
	width: 560px;
	overflow: hidden;
	background-color: white;
}

#idTabs p {
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	margin-left: 15px;
}

ul.idTabs {
	width: auto;
	float: left;
	margin-bottom: 15px;
	margin-top: 0;
}

ul.idTabs li {
	float: left;
	font-size: 11px;
	line-height: 23px;
}

ul.idTabs li a {
	background: #ececec;	
	color: #585858;
	cursor: pointer;
	border-right: 2px solid #dad9d2;
	padding: 5px 13px 6px;
	float: left;
}

ul.idTabs a:hover {
	background: white;
}

ul.idTabs li a.selected  {
	background: white;
}

#seite1, #seite2, #seite3, #seite4, #seite5, #seite6, #seite7 {
	width: 560px;
	height: auto;
	background-color: white;
}



/*----------------- SIDEBAR ------------------------*/

.show {
	padding-top: 30px;
	padding-left: 35px;
}

.show p {
	margin: 0;
	padding: 0;
}

.show img {
	margin-bottom: 10px;
}
 
.btn-orange  {
	width: 144px;
	height: 27px;
	background: url(../images/btn_orange_blank.png) no-repeat 0 0;
}

.btn-grey  {
	width: 144px;
	height: 27px;
	background: url(../images/btn_grey_blank.png) no-repeat 0 0;
}

a.btn-grey, a.btn-grey-small, a.btn-orange {
	font-size: 11px;
	line-height: 25px;
	padding-left: 20px;
	display: block;
	color: white;
}

a:hover.btn-grey, a:hover.btn-grey-small, a:hover.btn-orange {
	color: #212121;
	text-decoration: none;
}


/*----------------- SUBNAVI ------------------------*/
 
#subnavi ul {
	font-size: 12px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
 
#subnavi ul li {
	border-top: 2px solid #fff;
}
 
#subnavi a {
	color: #505050;
	text-decoration: none;
	height: 30px;
	padding-left: 15px;
	display: block;
	background: url(../images/bg-subnavi.png) repeat-x 0 0;
}
 
#subnavi a:hover {
	color: #f34444;
	background: url(../images/bg-subnavi.png) repeat-x 0 -30px;
	text-decoration: none;
}

#subnavi a.rex-current {
	color: #f34444;
}
 
/* subnavi verschachtelte Liste ------------------*/
 
#subnavi ul li ul {
	margin: 0;
	padding: 0;
}
 
#subnavi ul li ul li {
	background-color: white;
	border-bottom: 2px solid #f4f4f4;
}
 
#subnavi ul li ul li a {
	background: url(../images/bg-plus.gif) no-repeat 15px 1px;
	padding-left: 35px;
}
 
#subnavi ul li ul li a:hover {
	background: url(../images/bg-plus.gif) no-repeat 15px -24px;
}


/* Navi BREADCRUMB -------------------------------*/

#breadcrumb {
	position: absolute; 
	top: -6px; 
	right: 55px; 
	background-color: white; 
	margin: 0; 
	padding: 0; 
}

ul.rex-breadcrumb {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}

.rex-breadcrumb li {
	color: #76ab47;
	font-size: 0.89em; 
	float: left;
	width: auto; 
	margin-left: 10px; 
}

.rex-breadcrumb a {
	color: #84c04f;
	display: block;
	float: left;
	width: auto;
	text-decoration: none;
	background: url(../images/pfeil-breadcrumb.gif) no-repeat right 8px; 
	margin: 0; 
	padding: 0 12px 0 0; 
}

#breadcrumb a:hover {
	color: #f15d41;
}

/*----------------- FOOTER ------------------------*/

#footer p {
	color: #7b7b7b;
	font-size: 10px;
	margin: 0;
}

#footer p a {
	color: #7b7b7b;
}

#footer p.left, #footer p.right {
	position: absolute;
	top: 0;
}

#footer p.left {
	left: 20px;
}

#footer p.middle {
	text-align: center;
}

#footer p.right {
	right: 20px;
}

/* Floats -------------------------------------*/
 
.float-left {
	float: left;
}
 
.float-right {
	float: right;
}
 
.links-abstand {
	float: left;
	padding-right: 12px;
}
 
.rechts-abstand {
	float: right;
	padding-right: 15px;
}

/* Imagesbox -------------------------------------*/

.imagebox {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
 
.imagebox1 {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
 
.imagebox2 {
	float: right;
	padding: 15px;
}

.imagebox4 {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 45px;
}

/* jQUERY - jFlow Style -------------------------------------*/

.hidden {
	display: none;
}

#prevNext {
	margin-bottom: 0;
	position: absolute;
	bottom: 35px;
	width: 40px;
	height: 20px;
	right: -50px;
}

#prevNext img {
	z-index: 2;
	cursor: pointer;
}

#wrap-slider {
	width: 133px;
	height: 100px;
	right: 90px;
	position: absolute;
	top: 5px;
}

#wrap-slider #slider {
	width: 133px;
	height: 100px;
	overflow: hidden;
}

.box-inner-relativ {
	position: relative;
	height: 110px;
	overflow: hidden;
}


/* jQUERY - Simple Tooltip -------------------------------------*/

.tooltip {
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	position: absolute;
}


/* Redaxo doForm3 -------------------------------------*/

.formgen {
	float: left;
	background-color: #f3f2e8;
	padding: 20px;
	border: 2px solid #e5e4da;
	width: 546px;
	margin-left: 15px;
}

.formgen input, .formgen textarea { 
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	border: 2px solid #e5e4da;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;  
}

.formgen br { 
	clear: both; 
}

fieldset legend {
	display: none;
}

.formgen label {
	float: left;
	width: 100px;
	margin: 0 0 0 20px;
	padding-top: 2px; 
	text-align: left; 
}

.formgen input.formtext {
	float: left;
	margin-bottom: 4px;
	width: 310px;
	height: 20px;
}

.formgen input.checkbox {
	margin-bottom: 4px;
	width: 14px;
	height: 14px;
}

.formgen .check label {
	float: left;
	width: 150px;
	margin: 0 0 0 120px;
	padding-top: 2px; 
	text-align: left; 
}

.formgen textarea.formtextfield {
	float: left;
	text-align: left;
	margin-bottom: 4px;
	width: 310px; 
	height: 60px; 
}

.formgen .formsubmit {
	width: 75px;
	height: 24px;
	text-align: center;
	background: url(../images/bg-btn-form.gif) repeat-x left center;
	color: #ffffff;
	float: right;
	display: block;
	cursor: pointer;
	font-weight: bold;
	border-style: none; 
	padding-bottom: 5px; 
}

.formgen .formsubmit:hover {
	background: url(../images/bg-btn-form.gif) repeat-x 0 0;
	color: #ffffff;
}

.forminfo {
	background-color: #FFEFEF;
	color: #660000;
	font-size: 11px;
	line-height: 15px;
	margin: 0 15px 10px;
	padding: 3px 10px;
	border: 2px solid #f2dddd;
}

#form-module-thanks {
	background: #E6EFC2;
	color: #264409;
	border: 2px solid #C6D880;
	margin: 0 15px 10px;
	padding: 3px 10px;
}

#form-module-thanks p {
	font-size: 11px;
	line-height: 15px;
}

strong.formreq { 
	color: #dd3c25;
}



