@charset "utf-8";

/* ---------------- Browser 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 {
 background-color: #f0f0f1;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em; /*Schriftgröße Text */
 color: #333; /*Schriftfarbe Text */
 
}

h1, h2, h3, h4, h5, h6, p, blockquote, table, form, ul, ol, dl {
 margin-bottom: 1em;
}

ol, ul {
 list-style: none;
}

blockquote, q {
 quotes: none;
}

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

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

caption, th, td {
 text-align: left;
}

input, textarea, select {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
}

pre, code {
 font-family: "Andale Mono", monospace;
 white-space: pre;
}

h1, h2, h3, h4, h5, h6 {
 font-size: 1em;
}

a {
 color: #1f67bf;
}

a:hover, 
a:focus {
 color: #185196;
}

*:focus {
 outline: 0;
}

ins {
 text-decoration: none;
}

del {
 text-decoration: line-through;
}

/* Fix background image bug in IE5 */
* html ul, * html ol {
 position: relative;
}

/* Fix ordered list in IE6 */
* html ol {
 margin-left: 2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol {
 margin-left: 2em;
}

/* Fix legend margin in IE6 */
* html legend {
 margin-bottom: 1.4em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend {
 margin-bottom: 1.4em;
}

.clearboth {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;
}

/* ---------------- Layout ---------------- */

#header {
 border-bottom: 1px solid #fff;
 background-color: #fff;
 background-image: url(../bg_Header.png);
 background-position: center bottom;
 background-repeat: no-repeat;
}

#header .inside {
 margin: auto;
 height: 111px;
 width: 960px;
}

#header .logo {
 float: left;
}

#topnav {
 height: 75px;
}

#mainnav {
 height: 38px;
}

#topnav ul, 
#mainnav ul {
 margin-bottom: 0 !important;
 list-style: none;
 text-align: right;
}

#topnav ul {
 padding-top: 18px;
}

#topnav li {
 display: inline;
 padding-left: 20px;
 font-size: .69em;
 color: #676c72;
}

#topnav li a {
 color: #676c72;
 text-decoration: none;
}

#topnav li a:hover, 
#topnav li a:focus {
 text-decoration: underline;
}

#mainnav li {
 display: inline;
 padding-left: 20px;
 font-size: .75em;
 font-weight: bold;
 line-height: 34px;
 color: #fff;
}

#mainnav li a {
 color: #fff;
 text-decoration: none;
}

#mainnav li a:hover, 
#mainnav li a:focus {
 text-decoration: underline;
}

#Stage {
 background-image: url(../bg_Stage.png);
}

#Stage .inside {
 margin: auto;
 padding: 31px 0 0 0;
 height: 269px;
 width: 960px;
 background-image: url(../bg_StageInside.jpg);
}

#Teaser {
 border-bottom: 1px solid #fff;
 background-color: #676c71;
 background-image: url(../bg_Teaser.png);
 background-position: top;
 background-repeat: repeat-x;
}

#Teaser .inside {
 margin: auto;
 padding: 1em 0;
 width: 960px;
}

.indexteaser {
 float: left;
 width: 320px;
}

.indexteaser h1, .indexteaser h2, .indexteaser h3, .indexteaser h4, .indexteaser h5, .indexteaser h6, 
#mainindex h1, #mainindex h2, #mainindex h3, #mainindex h4, #mainindex h5, #mainindex h6 {
 margin: 0 0 8px 0;
 padding: 5px 0 8px 0;
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 1.5em;
 font-weight: normal;
 color: #609714;
}

.indexteaser h1, .indexteaser h2, .indexteaser h3, .indexteaser h4, .indexteaser h5, .indexteaser h6 {
 padding: 5px 10px 8px 10px;
 color: #fff;
 background-image: url(../bg_indexteaser_headline.png);
 background-repeat: no-repeat;
 background-position: bottom;
}

.indexteaser p {
 padding: 0 10px 1em 10px;
 font-size: .75em;
 color: #d8d9db;
 line-height: 1.5em;
}

.indexteaser a {
 color: #fff;
}

#mainindex {
 padding: 0 10px;
 color: #676c72;
}

#mainindex a {
 color: #676c72;
 text-decoration: none;
}

#navabout {
 float: left;
 width: 300px;
 padding: 0 10px 0 0;
}

#indexnews {
 float: left;
 width: 620px;
 padding: 0 0 0 10px;
}

#navabout li a, 
#indexnews .indexnews {
 display: block;
 margin-top: -1px;
 padding:  .3em 0;
 border-top:  1px solid #c5c6c6;
 border-bottom: 1px solid #c5c6c6;
 font-size: .75em;
 color: #676c72;
 text-decoration: none;
}

#container {
 padding: 1.5em 0 0 0;
 background-image: url(../bg_Container.png);
 background-position: center top;
 background-repeat: no-repeat;
}

#container .inside {
 width: 960px;
 margin: auto;
}

#left {
 float: left;
 width: 240px;
 font-size: .69em;
 line-height: 1.35em;
}

#left .inside {
 width: auto;
 padding: 10px;
}

#subnav {
 margin-bottom: 1.5em;
 font-size: 1.09em;
}

#subnav ul {
 margin-bottom: 0 !important;
}

#subnav ul a, 
#left .mod_newslist .layout_simple a {
 display: block;
 padding:  .3em 0;
 border-bottom: 1px solid #c5c6c6;
 color: #676c72;
 text-decoration: none;
}

#subnav ul a:hover, 
#subnav ul a:focus, 
#left .mod_newslist .layout_simple a:hover, 
#left .mod_newslist .layout_simple a:focus {
 background-color: #f7f7f8;
}

#subnav ul ul a {
 padding-left: 1em;
}

#subnav ul ul ul a {
 padding-left: 2em;
}

#subnav ul ul ul ul a {
 padding-left: 3em;
}

#subnav .active a {
 background-color: #f7f7f8;
}

#subnav .active li a {
 font-weight: normal;
}

#right {
 float: right;
 width: 240px;
 font-size: .69em;
 line-height: 1.35em;
}

#right .inside {
 width: auto;
 padding: 10px;
}

#left h1, 
#left h2, 
#right h1, 
#right h2 {
 margin-bottom: 0.5em;
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 2em;
 font-weight: normal;
 color: #676c72;
}

#left h3, 
#left h4, 
#left h5, 
#left h6, 
#right h3, 
#right h4, 
#right h5, 
#right h6 {
 margin-bottom: .3em !important;
 padding:  .3em 0 !important;
 border-bottom: 1px solid #c5c6c6;
 font-size: 1.08em !important;
 font-weight: bold !important;
 font-family: Verdana, sans-serif !important;
 color: #609714 !important;
}

#subnav h3, 
#left .mod_newslist h3 {
 margin-bottom: 0 !important;
}

#main {
 margin-left: 240px;
 margin-right: 240px;
 width: 480px;
 font-size: .81em;
 line-height: 1.35em;
}

#main .inside {
 width: auto;
 padding: 10px;
}

#main h1
{
 margin: 0.2em 0 .5em 0 !important;
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 2.01em; /* Schriftgröße Überschrift h1 */
 font-weight: normal;
 line-height: normal;
 color: #609714;
}

#main h2
{
 margin: 0.5em 0;
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 1.75em; /* Schriftgröße Überschrift h2 */
 font-weight: normal;
 line-height: normal;
 color: #676c72;
}

#main h3
{
 margin-bottom: 0.5em;
 font-size: 1.38em; /* Schriftgröße Überschrift h3 */
 line-height: normal;
}

#footer {
 margin: 1em 0 2em 0;
}

#footer .inside {
 width: 960px;
 margin: auto;
 padding: 1em;
 background-image: url(../bg_Footer.png);
 background-position: center top;
 background-repeat: no-repeat;
 text-align: center;
 color: #676c72;
}

#footer ul {
 margin-bottom: 0 !important;
 style-type: none;
}

#footer li {
 display: inline;
 padding: 0 .5em !important;
}

#footernav1 {
 font-size: .75em;
 font-weight: bold;
 margin: .5em;
}

#footernav2, 
#footer p {
 font-size: .69em;
 margin: .5em;
}

#footernav1 a, 
#footernav2 a {
 color: #676c72;
}



/* ---------------- Spezielle Klassen ---------------- */

#Stage .mod_newslistrandom .frame {
 float: right;
 margin: 0 7px 0 30px;
}

#Stage .mod_newslistrandom blockquote {
 margin: 0 0 0 10px;
 font-family: Georgia, "Times New Roman", serif;
 font-size: 36px;
 line-height: 48px;
 text-shadow:  0 -1px #1a260b;
 color: #fff;
}

#Stage .mod_newslistrandom p {
 margin: 0 0 0 10px;
 padding: 0;
 line-height: 48px;
 color: #fff;
}



























.mod_calendar table
{
	width:98%;
	background-color:#fcfcfc;
	border-collapse:separate;
}

.mod_calendar .head
{
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-align:center;
	background-color:#fdfeff;
	background-image:url("tl_files/webconsulting/calendar.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border-top:1px solid #dfdfdf;
}

.mod_calendar th.previous
{
	padding-left:0.75em;
	text-align:left;
	border-left:1px solid #dfdfdf;
}

.mod_calendar th.next
{
	padding-right:0.75em;
	text-align:right;
	border-right:1px solid #dfdfdf;
}

.mod_calendar th a
{
	text-decoration:none;
	color:#333333;
}

.mod_calendar th a:hover
{
	text-decoration:underline;
}

.mod_calendar .label
{
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#113c9a;
	font-weight:bold;
	color:#ccd5ea;
}

.mod_calendar td
{
	width:14%;
	height:7em;
	vertical-align:top;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.mod_calendar .col_first
{
	border-left:1px solid #dfdfdf;
}

.mod_calendar .weekend
{
	background-color:#f7f9fa;
}

.mod_calendar .today
{
	background-color:#f0f3f6;
}

.mod_calendar .header
{
	margin:1px;
	padding:1px;
	background-color:#e6e6e6;
	font-size:0.9em;
	color:#666666;
}

.mod_calendar .event
{
	margin:3px;
	font-size:0.9em;
	line-height:1.1;
}

.mod_calendar .event a
{
	text-decoration:none;
	color:#333333;
}

.mod_calendar .event a:hover
{
	text-decoration:underline;
}

p.back
{
	margin-top:1.5em;
}

.mod_article .teaser p.more
{
	margin-top:1.5em;
}

pre
{
	float:left;
	padding:1em;
	background-color:#f9f9f9;
	border:1px solid #dfdfdf;
}

.hyperlink_txt
{
	padding-left:18px;
	background-image:url("tl_files/webconsulting/link.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.ce_list ol
{
	margin-left:3em;
	list-style-type:decimal;
}

.ce_list ul
{
	margin-left:1.5em;
}

.ce_list ul li
{
	padding-left:18px;
	background-image:url("tl_files/webconsulting/arrow.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.ce_accordion .toggler
{
	padding:0.25em 0.5em;
	background-color:#fdfeff;
	background-image:url("tl_files/webconsulting/calendar.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	font-weight:bold;
	cursor:pointer;
}

.ce_accordion .accordion div
{
	padding:0.75em 0.5em;
}

.mod_minicalendar h1
{
	margin-bottom:1em !important;
}

.mod_minicalendar table
{
	width:98%;
	background-color:#ececec;
	background-image:url("tl_files/webconsulting/minicalendar.jpg");
	background-position:left top;
	background-repeat:repeat-x;
	border-collapse:separate;
}

.mod_minicalendar td
{
	width:14%;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	font-size:0.9em;
}

.mod_minicalendar .col_last
{
	border-right:0px !important;
}

.mod_minicalendar .last .col_first
{
	background-image:url("tl_files/webconsulting/cbl.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}

.mod_minicalendar .last .col_last
{
	background-image:url("tl_files/webconsulting/cbr.gif");
	background-position:right bottom;
	background-repeat:no-repeat;
}

.mod_minicalendar th.previous
{
	padding-top:4px;
	padding-bottom:2px;
	padding-left:6px;
	text-align:left;
	background-image:url("tl_files/webconsulting/ctl.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

.mod_minicalendar th.next
{
	padding-top:4px;
	padding-right:6px;
	padding-bottom:2px;
	text-align:right;
	background-image:url("tl_files/webconsulting/ctr.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

.mod_minicalendar th.current
{
	padding-top:1px;
	padding-bottom:1px;
	text-align:center;
}

.mod_minicalendar .head a
{
	text-decoration:none;
	color:#333333;
}

.mod_minicalendar .label
{
	padding-bottom:1px;
	text-align:center;
	font-weight:bold;
	color:#133b9a;
}

.mod_minicalendar td a
{
	font-weight:bold;
	color:#333333;
}

.ce_image img, .ce_text img, .ce_gallery img, .mod_newslist img, .mod_randomImage img
{
	padding:2px;
	/* background-color:#ffffff; */
	border:1px solid #c6c6c6;
}

.image_container
{
	float:left;
	line-height:0.75;
}

.caption
{
	padding:2px 3px 4px 3px;
	background-color:#c6c6c6;
	font-size:0.8em;
	line-height:1;
}

/* Fix caption padding in IE6 */
* html .caption
{
	padding-top:3px;
	padding-bottom:3px;
}

/* Fix caption padding in IE7 */
*:first-child+html .caption
{
	padding-top:3px;
	padding-bottom:3px;
}

.mime_icon
{
	padding-bottom:2px;
	vertical-align:top;
}

.ce_gallery td
{
	padding-right:1.5em;
	padding-bottom:1.5em;
}

.mod_newsreader .ce_comments
{
	margin-top:2.5em;
}

.layout_full .info
{
	color:#808080;
}

.layout_short, .layout_latest
{
	padding-top:1em;
	padding-bottom:1em;
	border-top:1px solid #dfdfdf;
}

.layout_short.first, .layout_latest.first
{
	padding-top:0;
	border-top:0px;
}

.layout_short.last, .layout_latest.last
{
	padding-bottom:0;
}

.layout_short .info
{
	font-size:0.9em;
	color:#808080;
}

.layout_short h2
{
	margin-bottom:0;
	font-size:1.2em;
}

.layout_short h2 a
{
	text-decoration:none;
}

.layout_short .teaser, .layout_short .more
{
	display:inline;
	padding-right:0.25em;
}

.layout_latest .info
{
	margin-bottom:0.25em;
	color:#808080;
}

.layout_latest h2
{
	margin-bottom:0;
}

.layout_latest h2 a
{
	text-decoration:none;
	color:#333333;
}

.comment_default
{
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:1px solid #dfdfdf;
}

.comment_default .info
{
	margin-bottom:0.25em;
	font-size:0.9em;
	color:#808080;
}

.ce_comments h1
{
	margin-bottom:-0.2em;
}

.ce_comments .form
{
	margin-top:1.5em;
}

.ce_comments input.text, .ce_comments input.captcha
{
	width:210px !important;
}

.ce_comments .captcha_text
{
	color:#333333 !important;
	font-weight:bold !important;
}

.ce_comments .form label, .ce_comments .form span
{
	top:0.65em;
	position:relative;
	vertical-align:top;
}

/* Fix alignment in IE6 */
* html .ce_comments .form label, * html .ce_comments .form span
{
	top:0.8em;
}

/* Fix alignment in IE7 */
*:first-child+html .ce_comments .form label, *:first-child+html .ce_comments .form span
{
	top:0.8em;
}

.mod_rss_reader h1 a
{
	text-decoration:none;
	color:#333333;
}

.rss_default h2, .rss_items_only h2
{
	margin-bottom:0;
	font-size:1.2em;
}

.rss_default h2 a, .rss_items_only h2 a
{
	text-decoration:none;
}

.rss_default, .rss_items_only
{
	padding-top:1em;
	padding-bottom:1em;
	border-top:1px solid #dfdfdf;
}

.rss_default.first, .rss_items_only.first
{
	border-top:0px;
}

.rss_default_header .description
{
	padding-bottom:1em;
	border-bottom:1px solid #dfdfdf;
}

.mod_eventlist .header
{
	padding:0.25em;
	background-color:#fdfeff;
	background-image:url("tl_files/webconsulting/calendar.jpg");
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #dfdfdf;
	font-weight:bold;
}

.mod_eventlist .event
{
	padding-top:1em;
	padding-bottom:1em;
	border-bottom:1px solid #dfdfdf;
}

.mod_eventlist .header.first
{
	border-top:1px solid #dfdfdf;
}

.mod_eventlist h2
{
	margin-bottom:0;
	font-size:1.2em;
}

.mod_eventlist .time
{
	font-size:0.9em;
	color:#808080;
}

.mod_upcoming_events .date
{
	padding-right:0.25em;
	font-size:0.9em;
	color:#808080;
}

.mod_eventreader h1
{
	margin-bottom:0;
}

.mod_eventreader .info, .mod_eventreader .recurring
{
	color:#808080;
}

.mod_eventreader .ce_text
{
	margin-top:1.5em;
}

.mod_sitemap ul.level_2 li
{
	margin-left:2em;
}

.ce_table table
{
	border-right:2px solid #dfdfdf;
	border-bottom:3px solid #dfdfdf;
	border-left:3px solid #dfdfdf;
	border-collapse:separate;
}

.ce_table th
{
	padding:0.3em 2em 0.3em 0.5em;
	text-align:left;
	background-color:#dfdfdf;
	font-weight:bold;
}

.ce_table td
{
	padding:0.2em 2em 0.2em 0.5em;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}

.mod_subscribe
{
	margin-top:6px;
}

.mod_subscribe input.text
{
	width:108px;
	margin-right:0.25em;
	padding:2px;
	background-color:#ffffff;
}

.mod_subscribe input.submit
{
	width:92px;
	margin-top:4px;
	vertical-align:top;
}

.mod_unsubscribe input.submit
{
	margin-top:6px;
	vertical-align:top;
}

.mod_subscribe .checkbox_container
{
	padding:1px;
}

.mod_subscribe .error, .mod_unsubscribe .error
{
	margin-top:0.5em;
	margin-bottom:-0.25em;
	font-weight:bold;
	font-size:0.9em;
	color:#ff0000;
}

.mod_search .header
{
	margin-top:1em;
	margin-bottom:1.5em;
	text-align:right;
}

.mod_search h3
{
	margin-bottom:0;
	font-size:1.2em;
}

.mod_search .relevance
{
	padding-left:0.25em;
	color:#808080;
}

.mod_search .url
{
	margin-bottom:1em;
	color:#53a908;
}

.mod_search .filesize
{
	color:#808080;
}

.mod_search .highlight
{
	font-weight:bold;
}

.mod_search input.text
{
	margin-bottom:0.1em;
}

.mod_search input.submit
{
	margin-top:6px;
	vertical-align:top;
}

.mod_search .radio_container span
{
	display:inline;
	padding-right:0.75em;
}

.pagination
{
	margin-top:2em;
	padding-top:0.5em;
	border-top:1px solid #dfdfdf;
}

.pagination p
{
	width:180px;
	float:left;
}

.pagination ul
{
	width:400px;
	float:right;
	text-align:right;
}

.pagination li
{
	display:inline;
	padding-right:0.1em;
	padding-left:0.1em;
}

.pagination_current
{
	font-weight:bold;
}

.mod_registration .col_first
{
	width:12em;
	vertical-align:middle;
}

.mod_personalData td.col_first
{
	padding-right:1em;
	vertical-align:middle;
}

#topmenu
{
	right:6px;
	top:6px;
	position:absolute;
}

#topmenu li
{
	float:left;
	padding:12px 9px;
}

#topmenu, #topmenu a
{
	text-decoration:none;
	color:#ccd5ea;
}

#topmenu a:hover
{
	color:#ffffff;
}

#topmenu .search
{
	padding:6px 9px;
}

#topmenu .search div
{
	padding-right:0.5em;
	padding-left:0.5em;
	background-color:#275abb;
}

#topmenu .search input.text
{
	width:120px;
	margin-top:0.3em;
	margin-right:0.1em;
	margin-bottom:0.3em;
	padding:1px;
}

#topmenu .search input.submit
{
	margin-top:6px;
	padding-right:0;
	padding-left:0;
	vertical-align:top;
}

.mod_login .col_first
{
	width:8em;
	vertical-align:middle;
}

.mod_login .login_info
{
	padding-bottom:0.25em;
	font-weight:bold;
}

.mod_login p.error
{
	margin-bottom:0.25em;
	margin-left:8em;
	font-weight:bold;
	color:#ff0000;
}

.mod_lostPassword .col_first
{
	width:11em;
	vertical-align:middle;
}

.mod_faqlist h2
{
	margin-top:30px;
}

.mod_faqreader .info
{
	margin-top:1.25em;
	color:#808080;
}

















/**
 * Style sheet webconsulting_form
 */
label
{
	font-weight:bold;
}

p.label
{
	margin-top:0.5em;
	margin-bottom:-0.25em;
}

fieldset
{
	margin:0em 0em 1.5em 0em;
	padding:1.4em;
	border:1px solid #c6c6c6;
}

legend
{
	font-weight:bold;
	font-size:1.2em;
}

input.text
{
	width:300px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

input.text:focus
{
	background-color:#ffffdd;
	border:1px solid #ff8000;
}

input.upload
{
	margin:0.25em 0.25em 0.25em 0em;
}

textarea
{
	width:300px;
	height:120px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

textarea:focus
{
	background-color:#ffffdd;
	border:1px solid #ff8000;
}

.ce_form.tableless label
{
	display:block;
	margin-top:1.5em;
}

.ce_form.tableless .radio_container, .ce_form.tableless .checkbox_container
{
	margin-bottom:-16px;
}

.ce_form.tableless .radio_container label, .ce_form.tableless .checkbox_container label
{
	display:inline;
}

.ce_form.tableless div.error
{
	margin-top:0em;
	margin-bottom:0em;
}

.checkbox_container
{
	margin:0.25em 0.25em 0.25em 0em;
}

.checkbox_container span
{
	display:block;
}

.checkbox_container label
{
	font-weight:normal;
}

input.checkbox
{
	margin-right:3px;
}

/* Fix checkbox margin in IE6 */
* html input.checkbox
{
	margin:-1px 0px;
}

/* Fix checkbox margin in IE7 */
*:first-child+html input.checkbox
{
	margin:-1px 0px;
}

input.captcha
{
	width:48px;
	margin:0.25em 0.25em 0.25em 0em;
	padding:4px;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

input.captcha:focus
{
	background-color:#ffffdd;
	border:1px solid #ff8000;
}

span.captcha_text
{
	top:0.65em;
	position:relative;
	vertical-align:top;
	font-weight:normal !important;
	color:#808080 !important;
}

/* Fix alignment in IE6 */
* html span.captcha_text
{
	top:0.8em;
}

/* Fix alignment in IE7 */
*:first-child+html span.captcha_text
{
	top:0.8em;
}

.radio_container
{
	margin:0.25em 0.25em 0.25em 0em;
}

.radio_container span
{
	display:block;
}

.radio_container label
{
	font-weight:normal;
}

input.radio
{
	margin-right:3px;
}

/* Fix radio button margin in IE6 */
* html input.radio
{
	margin:-1px 0px;
}

/* Fix radio button margin in IE7 */
*:first-child+html input.radio
{
	margin:-1px 0px;
}

.submit_container
{
	margin:0.25em 0.25em 0.25em 0em;
}

input.submit
{
	padding-right:0.5em;
	padding-left:0.5em;
}

/* Remove padding in IE6 */
* html input.submit
{
	padding-right:0;
	padding-left:0;
}

/* Remove padding in IE7 */
*:first-child+html input.submit
{
	padding-right:0;
	padding-left:0;
}

span.mandatory
{
	font-weight:bold;
	color:#ff0000;
}

div.error
{
	margin-top:0.5em;
	margin-bottom:0em;
	font-weight:bold;
	color:#ff0000;
}

div.cc
{
	margin-bottom:0.5em;
}

.ce_form td.col_first
{
	padding-right:1em;
	vertical-align:middle;
}

select
{
	width:200px;
	margin:0.25em 0.25em 0.25em 0em;
	background-color:#f6f6f6;
	border:1px solid #c6c6c6;
}

select:focus
{
	background-color:#ffffdd;
	border:1px solid #ff8000;
}

