@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  height: 100%;
  /* WICHTIG!!! STRECKT ANZEIGENBEREICH AUF 100% */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.5em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.5em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0.25em 0 1.5em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }
  
/* ==========================================================================
   Layout
   ========================================================================== */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.outerWrapper {
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
}
body {
	background: #ffffff url(../../img/rainbow.png) repeat-x fixed 0px 70px;
	font-family: 'Open Sans', sans-serif;
	color: #194772;
}

p.chromeframe {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	font-size: 12px;
	background: #e2001a;
	color: #ffffff;
	z-index: 99999;
	margin: 0;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	
}
p.chromeframe a {
	color: #ffffff;
}

.wrapper {
	max-width: 1024px;
	width: 1024px;
	margin: 0 auto;
box-shadow: 1px 1px 15px 0px rgba(130,130,130,1);
-webkit-box-shadow: 1px 1px 15px 0px rgba(130,130,130,1);
-moz-box-shadow: 1px 1px 15px 0px rgba(130,130,130,1);

	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
	background: transparent url(../../img/bgRose.png) repeat top left;
	overflow:hidden;

}
.lt-ie9 .wrapperContent {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
a {
	color: #194772;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

ul.bulletpoints,
.csc-sitemap ul,
ul.csc-menu,
ul.csc-bulletlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em;	
}
ul.bulletpoints li,
.csc-sitemap ul li,
ul.csc-menu li,
ul.csc-bulletlist li {
	padding-left: 12px;
	background: url(../../img/listIcon.png) no-repeat left 5px;
}

p + ul.bulletpoints {
	margin-top: -1em;
}
.subcolumns .subcl,
.subcolumns .subcr {
	width: 350px;
	float:left;
}

.header .slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width: 1024px;
	height: 232px;
	overflow:hidden;
}
.header .slideshow .slide {
	width: 1024px;
	height: 232px;
	overflow:hidden;
}
.header .slideshow .slide img {
	float:right;
	display: block;
}

/* Navi */

/* nav */
.nav {
	position: absolute;
	margin: 0;
	top: 180px;
	right: 6px;
	z-index: 500;
}
.nav ul {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	width: 185px;
	background: #194772 url(../../img/dropdownIcon.gif) no-repeat right center;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
.lt-ie8 .nav li {
	display: inline;
}
.nav li.first {
	width: 126px;
}
.nav li.last {
	width: 161px;
}
.nav a {
	padding: 6px 12px;
	text-decoration: none;
	color: #ffffff;
	line-height: 100%;
	font-weight: bold;
}
.nav a:hover {
	color: #ffffff;
	
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
.nav ul ul a:hover {
	text-decoration: underline;
}
.nav li ul {
	position: absolute;
	left: -99999em;
	text-align: left;
	background: #e6edf5 url(../../img/tabActiveBg.gif) repeat-y top right;
	padding: 12px 0 0 0;
	width: 100%;
}
.ie7 .nav li ul {
	top: 11px;
}
.nav li li {
	width: 100%;
	background: transparent;
	background-image: none;
	display: block;
	text-transform: none;
	margin-right: 0;
	zoom: 1;
}
.nav li li a {
	color: #194772;
	text-transform: none;
	font-size: 11px;
}
.nav li li a:hover {
	color: #194772;
	text-transform: none;
	text-decoration: underline;
}
.nav li:hover ul {
	left: 0px;
}
.nav-button {
	display: none;
}

.header {
	padding-top: 70px;
	padding-bottom: 34px;
	position: relative;
	height: 128px;
}
.header .logo {
	display: block;
	position: absolute;
	z-index: 499;
}
.header #jubilaeumslogo {
	z-index: 501;
	position: absolute;
	top: 0px;
	left: 95px;
}
.metaNav {
	position: absolute;
	right: 12px;
	top: 16px;
	font-size: 10px;
	color:  #194772;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 502;
}
.metanavigation {
	list-style: none;
	display: inline;
}
.metanavigation li {
	display: inline;
}
.metanavigation li a {
	color:  #194772;
	font-size: 10px;
	text-decoration: none;
}

.header .tx-kesearch-pi1,
.header .tx-kesearch-pi1 div,
.header .tx-kesearch-pi1 div.kesearchbox,
.header .tx-kesearch-pi1 form,
.header .tx-kesearch-pi1 fieldset {
	display: inline;
	margin: 0;
	padding: 0;
	height: auto;
	border: 0;
}
.header .kesearchbox {
	float:none;
}
#ke_search_sword_head:hover,#ke_search_sword_head:focus,
.tx-kesearch-pi1 input[type="text"]:focus, .tx-kesearch-pi1 input[type="text"]:hover, .tx-kesearch-pi1 select:focus, .tx-kesearch-pi1 select:hover, .tx-kesearch-pi1 textarea:focus, .tx-kesearch-pi1 textarea:hover {
	box-shadow: none;
}

.header #ke_search_sword_head {
	display: inline;
	background: url(../../img/searchbox.png) no-repeat top left;
	width: 130px;
	padding: 6px 0 5px 8px; 
	height: 12px; 
	font-size: 10px;
	color: #194772;
	border: 0;
	border-radius: 0;
	margin-right: 21px;
	
}
.header #kesearch_submit_head {
   position: absolute;
    right: 0px;
    top: 6px;
    z-index: 503px;
}
.breadcrumb {
	margin-bottom: 12px;
}
.breadcrumb ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
	font-size: 10px;
}
.breadcrumb li,
.breadcrumb li a {
	display: inline;
	text-decoration: none;
}
.breadcrumb .seperator {
	padding: 0 4px;
}
.wrapperContent {
	padding: 12px;
	background: #ffffff;
	font-size: 12px;
}
.wrapperContent.startseite {
	padding-top: 32px;
}
.subcolumns {
	margin-bottom: 1em;
}
.leftCol {
	width: 72.4%;
	float:left;
}
.rightCol {
	float:right;
	width: 26.4%;
}

.rightCol .facebook-box {
	margin-left: -12px;
	margin-bottom: 20px;
}
.events span,
.events div,
.events p {
	display: inline;
	font-size: 13px;
}
.events {
		padding-left: 12px;
	background: url(../../img/listIcon.png) no-repeat 0 6px;
}
.events .group {
	font-weight: bold;
}
.events a {
	margin-right: 10px;
	font-weight: bold;
	color #194772;
	text-decoration: none;
}
.events a .title {
	font-weight: normal;
}
.ui-tabs {
	background: url(../../img/tabActiveBg.gif) repeat-y top left;
}
.ui-tabs-nav,
.ui-tabs-nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow:hidden;
	
}
.ui-tabs-nav li {
	float:left;
	width: 240px;
	background: url(../../img/tabInactive.png) no-repeat top left;
	height: 33px;
}
.ui-tabs-nav li.last {
	width: 244px;
}
.lt-ie9 .ui-tabs-nav li.last {
	width: 242px;
}
.ui-tabs-nav .ui-state-default a {
	color: #8598ac;
}
.ui-tabs-nav li a {
	display: block;
	height: 33px;
	font-size: 16px;
	
	font-weight: bold;
	text-decoration: none;
	line-height: 33px;
	padding-left: 16px;
}
.ui-tabs .ui-tabs-active {
	background: transparent;
	color: #194772;
}
.ui-tabs-nav .ui-state-active a {
	color: #194772;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 8px 16px 16px 16px;
	overflow:hidden;
}
.footerContent {
	padding: 25px 12px;
	background: url(../../img/footerSlogan.png) no-repeat 98% 28px;
}
.footerContent .liste {
	list-style: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.footerContent li,
.footerContent li a {
	font-size: 10px;
	color: #194772;
	font-weight: bold;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
}

.tx-strouteplanner-pi1 {
	position: relative;
}
.tx-strouteplanner-pi1 #st_routeplanner_form {
	position: absolute;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	padding: 6px 12px;
	top: 75px;
	right: 25px;
	color: #000000;
	width: 200px;
}
.tx-strouteplanner-pi1 #st_routeplanner_form .hl {
	font-weight: bold;
	display:block;
	margin-bottom: 6px;
}
.tx-strouteplanner-pi1 #st_routeplanner_form label {
	display: inline-block;
	width: 27px;
}
.tx-strouteplanner-pi1 #st_routeplanner_form  #st_routeplanner_submit {
	margin: 6px 0 6px 37px;
}


.fullwidth .tx-cal-controller  {
	width: 503px;
	float:left;
	background: url(../../img/dottedLineHorz.png) no-repeat bottom left;
	padding: 0 12px 0 0;
	position: relative;
}
.fullwidth .tx-cal-controller.even {
	width: 468px;
}
.fullwidth .tx-cal-controller:last-child  {
	background: none;
}
.fullwidth .tx-cal-controller .calendar-event {
	background: url(../../img/dottedLineVert.png) no-repeat top right;
	margin: 12px 0 12px 0;
	padding-right: 5px;
	overflow:hidden;
}
.fullwidth .tx-cal-controller .calendar-event h2 {
	font-size: 12px;
	margin: 0;
}
.fullwidth .tx-cal-controller .calendar-event p {
	margin: 0;
}
.fullwidth .tx-cal-controller .calendar-event ul {
	margin: 0;
}
.fullwidth .tx-cal-controller.lastrow,
.fullwidth .tx-cal-controller.even .calendar-event {
	background: none;
}
.fullwidth .tx-cal-controller .cal_image_wrap {
	float:left;
	margin-right: 13px;
	margin-top: 3px;
}
.fullwidth .tx-cal-controller .desc {
	margin-left: 147px;
	padding-right: 12px;
}

.fullwidth .tx-cal-controller a.lightbox {
	display: block;
	width: 134px;
	height: 96px;
	position: absolute;
	top: 10px;
	left: 0;
}
.fullwidth .tx-cal-controller a.lightbox img {
	display: none;
}
.fullwidth .tx-cal-controller a.lightbox.hidden {
	display: none;
}
.fullwidth .tx-cal-controller .calendar-event h2 {
	margin-top: 0;
}
.default .calendar-event-single-view .csc-textpic-left {
	width: 135px;
	float:left;
	margin-right: 13px;
}
#uid28 .calendar-event-single-view .csc-textpic-left {
	width: 205px;
}
#uid37 .calendar-event-single-view .desc {
	margin-left: 148px;
}


.veranstaltung h2 {
	margin: 0;
}
.veranstaltung {
	background: url(../../img/dottedLineHorz.png) no-repeat bottom left;
	padding: 16px 0;
	overflow:hidden;
}
.veranstaltung .csc-textpic {
	float:left;
	margin-right: 13px;
}
.veranstaltung .url {
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.veranstaltung .title .url,
.veranstaltung .url .dtstart-container {
	font-size: 14px;
}
.veranstaltung DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 6px;
}

.facebookLink {
	display: block;
	width: 95px;
	height: 12px;
	text-indent: -99999em;
	background: url(../../img/facebookRecommend.png) no-repeat top left;
}

.link.box  {
	width: 503px;
	float:left;
	background: url(../../img/dottedLineHorz.png) no-repeat bottom left;
	padding: 0 12px 0 0;
	position: relative;
}
.link.box.even {
	width: 468px;
}
.link.box.lastrow {
	background: none;
}
.link.box .csc-textpic
{
	background: url(../../img/dottedLineVert.png) no-repeat top right;
	margin: 12px 0 12px 0;
	padding-right: 5px;
	overflow:hidden;
}
.link.box.even .csc-textpic {
	background: none;
}
.link.box h2 {
	margin-top: 0;
}
.link.box .csc-textpic-imagewrap {
	margin-top: 3px;
	margin-right: 12px;
}
.link.box DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 6px;
}
.link.box .csc-textpic .csc-textpic-text {
	margin-left: 144px;
	padding-right: 12px;
}
.link.box .csc-textpic h2 {
	font-size: 12px;
	margin: 0;
}
.link.box .csc-textpic p {
	margin: 0;
}
.link.box .csc-textpic ul {
	margin: 0;
}
.link.box h2 a{
	text-decoration:none;
}
.link.box .mhc-external-link {
	font-weight: bold;
	text-decoration: none;
	
}
.link.box .csc-textpic-text ul {
	display: none;
}
.link.box .facebookLink {
	position: absolute;
	right: 36px;
	margin-top: -12px;
	
}


/* Mailformular */

.csc-mailform {
	background: #e0f2fb url(../../img/tabActiveBg.gif) repeat-y top left;
	padding: 13px 15px;
	
}
.csc-mailform fieldset {
	border: 0;
}
.csc-mailform ol {
	position: relative;
}
div.csc-mailform li label {
	width: 6em;
}
.csc-mailform label, em {
	font-weight: bold;
}
.csc-mailform em {
	display: inline;
	color: #194772;
	font-style: normal;
}
.csc-mailform label strong {
	width: 34em;
	color: #e2001a;
	text-transform: normal;
}
.csc-mailform .csc-form-element-textarea {
	position: absolute;
	left: 42%;
	top: 0;
}
.csc-mailform input {
	width: 24em;
	border: 0;
	outline: 0;
}
.csc-mailform ol {
	list-style: none;
}
div.csc-mailform ol li {
	margin-bottom: 0.5em;
	overflow:hidden;
}
div.csc-mailform .csc-form-element-textarea label {
	width: 8em;
}
div.csc-mailform .csc-form-element-textarea label strong {
	width: auto;
}
div.csc-mailform .csc-form-element-textarea textarea {
	width: 37em;
	height: 7em;
	border: 0;
}
div.csc-mailform fieldset li.csc-form-confirmation-false {
	padding-left: 0;
}
div.csc-mailform .csc-form-confirmation-true input,
div.csc-mailform .csc-form-confirmation-false input,
div.csc-mailform .csc-form-element-submit input {
	width: auto;
	padding-left: 2em;
	background: transparent url(../../img/submitArrow.gif) no-repeat 0 3px;
	color: #194772;
	font-weight: bold;
	float:right;
	margin-top: 0.5em;
}
div.csc-mailform .csc-form-confirmation-false input {
	float:none;
}
.csc-form-confirmation {
	padding-top: 1em;
}
.csc-form-confirmation ol,
.csc-form-confirmation li {
	display: inline;
}
div.csc-mailform .csc-form-confirmation fieldset ol {
	padding: 0;
}