/* ----- different blueprint styles ------- */

body {
	color:#333;
	background-color: #999999;
	background-image:url(images/bg_body.gif); 
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}
.container {
	margin-top: 30px;
	background-color: #ffffff;
}

ul {
	
}

h2 {
	font-size: 18px; line-height:22px;
	color: #8a1430;
}
h2.start {
	font-size: 16px;
	line-height: 22px;
	color: #8a1430;
}
h3 {
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
a:focus, a:hover {
	color:#000;
}
a:hover {
}
a {
	color:#8a1430;
	text-decoration: none;
}

/* ----- individual styles  ------- */

fieldset {
	margin:1.0em 0 1.5em 0;
	background-color: #f6f6f6;
}
legend {
	font-size:1.0em;
}
label {
	font-weight: normal;
}
dl dt {
	clear: both;
}
textarea {
	width:220px;
	height:100px;
}

.space2 {
	background: none;
	height: 10px;
}

.csc-frame-frame1 a, .csc-frame-frame1 a:link {
	color:#666 !important;
}
.csc-frame-frame1 strong a, .csc-frame-frame1 strong a:link {
	color:#8a1430 !important;
}

.csc-frame-frame1 a:hover, .csc-frame-frame1 strong a:hover  {
	color:#000 !important;
}

/*------ core elements --------*/

#header {
	height: 150px;
	background-image:url(images/bg_header.gif); 
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	margin: 12px 0 0 45px;
}
#keyvisual {
	position: absolute;
	margin: 0 0 0 615px;
}


/* contentarea */
#contentarea {
	background-image:url(images/bg_contentarea.gif); 
	background-repeat: repeat-y;
	min-height: 460px;
}

/* content */
#content {
	margin-top: 44px;
	width: 550px;
}
#content p {	
}

#contenttext {
	margin-left: 30px;
}

#contenttext ul li {
	margin: 5px 0;
	color: #666;
}


#content2 {
	margin-top: 44px;
	
}

/* right */
#rightcontent {
	width: 215px;
	margin: 20px 0 0 20px;
}

#righttext h3 {
	color: #8a1430;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.box_r_top {
	background-image:url(images/bg_boxright_top.gif);
	min-height: 40px;
	padding: 12px 4px 0 18px;
	font-size: 11px;
}
.box_r_top .csc-default {
	padding-bottom: 15px;
}

.box_r_top p {
	margin: 0;
	/*padding-bottom: 10px;*/
	line-height: 16px;
}
.box_r_top b {
	color: #8a1430;	
}	
.box_r_top ul {
	margin: 0;
	padding: 3px 4px 5px 15px;	
}
.box_r_top a {
	text-decoration: none;
}	

.box_r_bottom {
	background-image:url(images/bg_boxright_bottom.gif);
	background-repeat: no-repeat;
}

/* left */
#leftbox {
	padding-top: 42px;
}
#leftbox_start {
	padding-top: 28px;
}
#lefttext {
	margin-left: 12px;
}
#lefttext h3 {
	color:#8A1430;
	font-size:11px;
	font-weight:bold;
	margin-bottom:-3px;
	padding-left: 5px;
	text-transform:uppercase;
}
#lefttext .csc-textpic-text {
	font-size: 11px;
}
#lefttext .csc-textpic-text p {
	margin: 2em 0 0.8em 0;
}

/* footer */
#footer {
	background-image:url(images/bg_footer.gif);
	height: 65px;
}

#footertextinside {
	color: #666;
	margin: 17px 0 0 25px;
	font-size: 10px;
}
#footermenu {
	text-align: right;
}
#footermenuinside {
	margin: 15px 20px 0 0;
	font-size: 11px;
}

#footermenuinside a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

/* searchbox */
#search {
	height: 40px;
}
#search .inp_t {
	position:absolute;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:110px;
	line-height: 15px;
	display: block;
	height: 15px;
	color: #333;
	padding-top: 2px;
}

* html #search .inp_t{
	margin: 6px 0 0 0;
	border:1px solid #cccccc;
}

#search .inp_s {
	position:absolute;
	margin: 6px 0 0 118px;
	border: 0;
}

/*--- navigation : mainmenu - gmenu ---*/
#mainmenu1 {
	list-style-type:none;
	position: absolute;
	margin: 116px 0 0 220px;
	height: 34px;
	border-right: 1px solid #c1a0ab;
}

#mainmenu1 li {
	position:relative;
	float:left;
	display:block;
	height:34px;
	margin: 0 0 0 0; padding: 0;
}


/*--- navigation : listmenu - tmenu ---*/

/*-- level 1 --*/

#listmenu1 {
	font-size:12px; line-height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 20px 0; padding: 0;
	width: 220px;
	border-bottom: 1px solid #d8d8d8;
}
#listmenu1 li {
	margin:0; padding:0;
	overflow:hidden;
	display: block;
	width: 220px;
}
#listmenu1 li a {
	display:block;
	color: #333;
	margin-top: 0px; padding:7px 2px 7px 29px;
	text-decoration:none;
	border-top: 1px solid #c8c8c8;
	background-image:url(images/lm_01.gif);
	background-repeat: no-repeat;
}
#listmenu1 li a:hover {
	background-image:url(images/lm_01_hover.gif);
}


#listmenu1 li a.lm_01_active {
	color: #8a1430;
	font-weight: bold;
	background-image:url(images/lm_01_active.gif);
}


/*-- level 2 --*/
#listmenu1 li ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0; padding:0 0 0 0;
	font-size: 11px;
}
#listmenu1 li li a {
	border-top: 0;
	color:#000;
	margin-top: 0; padding:4px 10px 5px 38px;
	background-image:url(images/lm_02.gif);
}
#listmenu1 li li a:hover {
	background-image:url(images/lm_02_hover.gif);
}
#listmenu1 li li a.lm_02_active {
	color: #8a1430;
	font-weight: bold;
	background-image:url(images/lm_02_active.gif);
}
#listmenu1 li li a.lm_02_active:hover {
	
}


/* --- EXT: forum --- */


/* --- EXT: tt_news --- */
.newsarchive {
	clear: both;
}

.news_image {
	float: left;
	width: 80px;
	margin: 6px 20px 0 0;
	background: #eeeeee;
}


.newsimglist {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.news_text {
	float: left;
	width:420px;
	margin-top: 2px;
}
.news_divider {
	clear: both;
	background: url(images/news_divider.gif);
	height: 24px;
	width: 530px;
}
.news_divider2 {
	clear: both;
	background: url(images/news_divider2.gif);
	height: 24px;
	width: 195px;
}
.news_time {
	color: #666;
	font-size: 11px;
}
.news_time p {
	margin: 0; padding: 0;
}
h3.news_header {
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 18px;
}
h3.news_header a {
	text-decoration: none;
}
.news_more a {
	text-decoration: none;
}

h3.newsheadline {
	margin: 10px 0 12px 0; padding: 0;
}
p.news-single-imgcaption {
	padding:0 3px 0 0;
	clear:both;
	width: 220px;
	font-size: 11px;
	line-height: 14px !important;
	color: #666 !important;
}

/* - news : pagebrowser - */
.pagebrowser {
	
}
.pb_inact {
	font-weight: normal;
	font-size: 12px;
}
.pb_inact a {
	padding: 1px 4px 1px 4px;
	border: 1px solid #e9e9e9;
	background-color: #e9e9e9;
	text-decoration: none;
}
.pb_inact a:hover {
	border: 1px solid #ccc;
	text-decoration: none;
}
.pb_act a {
	padding: 1px 4px 1px 4px;
	color: #fff;
	border: 1px solid #8a1430;
	background-color: #8a1430;
	text-decoration: none;
}
.pb_act a:hover {
	border: 1px solid #c18a97;
	text-decoration: none;
}

/* - news : start - */
h4.news_header_start {
	font-size: 11px; 
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 14px;
}
h4.news_header_start a {
	text-decoration: none;
	color: #333;
}
.news_text_start {
	font-size: 11px;
	line-height: 14px;
	float: left;
	width: 195px;
	padding-left: 5px;
}

/* ext: feuser */

.form_fieldset_1 {
	background-color: #fff;
	border: none;
}
.form_fieldset_1 label {
	width: 150px;
	display: block;
	float: left;
	margin: 0.5em 0;
	text-align: right;
	padding-right: 6px;
}
.form_fieldset_1 input {
	display: block;
	float: left;
}
div.form_item {
	clear: both;
}
div.form_type_submit {
	padding: 10px 0 0 156px;
}

.tx-datamintsfeuser-pi1 .form_error {
	clear: both;
	color: #cc0000;
	font-size: 11px;
}

/* ext: dmail subsription */
table.mailsubscrname {
	width: 360px;
}
.mailsubscription td input {
	margin: 0;
}

/*-- FCE : startteaser --*/
.fce_teaser {
	margin-top: 4px;
	width: 482px; height: 39px;
	display: block;
	
	overflow: hidden;
	font-size: 18px; line-height: 39px;
}
.fce_teaser a {
	display: block;
	background: url(images/bg_start_teaser.gif) no-repeat;
	text-decoration: none;
	padding-left: 38px;
	
}
.fce_teaser a:hover {
	background: url(images/bg_start_teaser_hover.gif);
	color: #333;
	text-decoration: none;
}

/* --- TYPO3 --- */

.csc-frame-rulerAfter {
	border-bottom: 2px solid #decdbd;
	margin-bottom: 20px;
}

#content .csc-textpic-imagewrap {
	margin-bottom: 20px;
}

/*-- formulare --*/									

fieldset.csc-mailform {
	border: 0px;
	background: none;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	margin: 0;
}

.csc-mailform-field	{clear:both; width:500px;}
.csc-mailform-submit	{border:1px solid #666; height:22px; background-color:#e8e2db;}
.csc-mailform-radio	{margin-left:115px;}
.csc-mailform-label	{float:left; width:300px; text-align:left; padding-right:10px; margin-bottom:12px; font-weight:bold;}

.csc-mailform-field input.csc-mailform-check {border: none;}
.csc-mailform-field input.csc-mailform-radio {border: none;}

.m_label		{float:left; width:110px; text-align:right; padding-right:10px;}
.m_input		{width:180px; background-color:#f6f6f6;}
.m_space		{clear:both; line-height:6px; height:6px; font-size:6px;}

textarea		{width:250px; border:1px solid #999; background-color:#f6f6f6;}
input		{border:1px solid #999;}


/*-- sitemap --*/
.tx-flseositemap-pi1 {
	margin:0 0 0 20px;
}
.tx-flseositemap-pi1 ul {
	margin:0;
	padding:0 0 0 15px;
}
.tx-flseositemap-pi1 ul li {
	font-size:14px;
	margin:5px 0;
	padding-top:10px;
	font-weight: bold;
}
.tx-flseositemap-pi1 ul li a {
	color:#666;
}
.tx-flseositemap-pi1 ul li ul li {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-top:5px;
}
.tx-flseositemap-pi1 ul li ul li a{
	color: #8A1430;
}
.tx-flseositemap-pi1 ul li ul li ul {
}
.tx-flseositemap-pi1 ul li ul li ul li {
	font-weight:normal;
	padding-top:2px;
}
.tx-flseositemap-pi1 ul li ul li ul li a {
	
}

/*-- vhs classinfo --*/
.form_left {
	position: relative;
	float: left;
	width: 110px;
	text-align: right;
}
.form_right {
	position: relative;
	float: left;
	margin: 0 0 0 6px;
}
.form_right input  {
	margin: 0 !important;
}
.fileinfo {
	margin: 5px 0 0 0;
	font-size: 0.9em;
	color: #666;
}
.tx-vhsclassinfo-pi1 hr {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	width: 300px;
	height: 1px;
}
.tx-vhsclassinfo-pi1 hr.hr_width {
	margin: 10px 0 10px 0 !important;
	padding: 0;
	width: 450px;
}

.tx-vhsclassinfo-pi1-listrowField-title {
	font-weight: bold;
}


.tx-vhsclassinfo-pi1 input[type="file"] {
	border: none;
}
.tx-vhsclassinfo-pi1 input[type="submit"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 6px;
}
.tx-vhsclassinfo-pi1 input[type="submit"]:hover {
	border: 1px solid #333;
	background-color: #dedede;
}

.form_space {
	clear: both;
	height: 6px; font-size: 6px; line-height: 6px;
}
.ci_hp {
	visibility: hidden;
	height: 8px;
	overflow: hidden;
}
/*-- uorte --*/

.uorte a {
	color: #000 !important;
}
.uorte a b {
	color: #8a1430 !important;
}
.uorte a:hover {
	color: #666 !important;
}

/* ------- kufer ------- */

.black {
	color: #333 !important;
}

.tx-webbasys-pi1 h2 {
	font-size: 14px;
	color: #000;
}

.tx-webbasys-pi1 input[type="submit"], .tx-webbasys-pi1 input[type="reset"] {
	padding: 4px 8px;
}

p.kontakt {
	margin: 0;
}

/* kursliste 12 */

.hauptseite_clickpfad {
	display: none;
}


table .kurse {
	clear:both;
}

h2.statusadresse {
	display: none;
}
h2.statusmeldung {
	border: 1px solid #d5cbaf;
	background: #f5efdf;
	font-size: 11px;
	font-weight: normal;
	color: #3f361f;
	padding: 12px 20px 12px 12px;
	margin-top: 12px;
}

.hauptseite_kurse p.kursuebersicht {
	margin: 0;
	font-size: 11px;
}

.kurseblaettern {
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
	height: 18px;
}
.blaetterntasten_rueckwaerts {
	display: block;
	float: left;
}

.anzahl {
	display: block;
	float: left;
	margin: 1px 0 0 8px;
	font-size: 11px;

}
.blaetterntasten_vorwaerts {
	display: block;
	float: left;
	margin: 0 0 0 8px;
}

.hauptseite_kurse table.uebersicht h3 {
	margin: 3px 0;
	color: #aa314e;
	line-height: 1.5em;
	font-size: 1em;
}
div.hauptseite_kurse h3 {
	margin: 3px 0;
	color: #aa314e;
	font-weight: bold;
}
.hauptseite_kurse table.uebersicht h3 a {
	text-decoration: none;
}
.hauptseite_kurse table.uebersicht h3 a:hover {
	color: #aa314e;
	text-decoration: underline;
}

.listbasket {
	margin-top: 16px;
}

.hauptseite_kurse table.uebersicht h4, div.hauptseite_kurse h4 {
	margin: 0;
	font-size: 12px;
	color: #666;
}

.hauptseite_kurse table.uebersicht h5, div.hauptseite_kurse h5 {
	color: #666;
	margin: 0 0 5px 0;
	font-size: 11px;
}

table.uebersicht td.kurse {
	padding: 10px 12px;
	border-bottom: 1px solid #ccc;
	background: url(images/bg_kursuebersicht.gif) bottom repeat-x;
}

div.glossar {
	clear: both;
}

ul.glossar {
	margin-top: 12px;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin-top: 12px;
}


/* warenkorb 146 + 59 */

h4.warenkorb {
	color:#8A1430;
	font-size:11px;
	font-weight:bold;
	margin-bottom:8px;
	text-transform:uppercase;
}

ul.warenkorb_info {
	margin-top: 12px;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin-bottom: 12px;
}
ul.warenkorb_info li {
	padding: 4px 0 6px 0;
	border-bottom: 1px solid #cccccc;
}

a.warenkorb_tasten_01, a.warenkorb_tasten_02 {
	display: block;
	line-height: 20px;
	text-align: center;
	width: 115px;
	height: 20px;
	background: #f6f6f6;
	margin-bottom: 8px;
	border: 1px solid #999;
}
a.warenkorb_tasten_01 {
	background: url(images/bg_tasten_01.gif) bottom repeat-x;
	color: #333;
}
a.warenkorb_tasten_02 {
	background: url(images/bg_tasten_02.gif) bottom repeat-x;
	color: #fff;
}

a:hover.warenkorb_tasten_01 {
	background: #efefef;
	color: #000;
}
a:hover.warenkorb_tasten_02 {
	background: #7d7d7d;
}

a.warenkorb_register {
	display: block; float: right;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	border: 1px solid #999;
	font-size: 11px;
	padding: 2px 6px;
	color: #000;
	background-color: buttonface;
}

td.warenkorb_divider_0 {
	font-size: 6px; line-height: 6px; font-size: 6px;
	padding: 0;
}
td.warenkorb_divider_1 {
	font-size: 6px; line-height: 6px; font-size: 6px;
	border-top: 1px solid #ccc;
	padding: 0;
}

/* hauptseite kurse 14 */

.hauptseite_kurse {
	margin-top: 12px;
	margin-bottom: 20px;
}
.kurstage {
	margin-top: 12px;
	background: #f4f4f4;
	font-size: 11px;
	padding: 5px;
}

/* anmeldung  1-62 */
.tx-webbasys-pi1 label {
	width: 120px;
	clear: both;
	float: left;
	display: block;
	padding-top: 0.5em;
}
h3.warnungpflichtfelder {
	border: 1px solid #d5cbaf;
	background: #f5efdf;
	font-size: 11px;
	font-weight: normal;
	color: #3f361f;
	padding: 12px 20px 12px 12px;
	margin-top: 12px;
}

ul.warnungpflichtfelder li {
	color: #c00 !important;
	font-size: 11px;
}

p.anmeldeformular {
	clear: both;
	margin-top:15px;
}

/* bestätigung 1-61 */

.anmeldung_bestaetigen_label {
	display: block;
	width: 120px;
	float:left;
	color: #666;
}
.anmeldung_bestaetigen {
	float: left;
	color: #000;
}
.anmeldung_bestaetigen_space {
	clear: both;
	height: 6px; line-height: 6px; font-size: 6px;
}

.hauptseite_ohnestatus table {
	background-color: #F4F4F4;
}

