/*
Website ELF 
Stand:  08.03.2010 
Datei:  screen.css
Datum:  02.02.2009
Aufbau  1. Reset & Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* @group 1. Kalibrierung und allgemeine Styles */

/* @group Reset & Kalibrierung der wichtigsten Abstände */

/* v1.0 | 20080212 */

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;
}

/* @end */

/* @group Allgemeine Selektoren */

body {
	color: #707070;
	background: white url(../pix/bg_body.jpg) repeat-x;
	text-align: center;
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	padding-bottom: 10px;
	font: bold 130% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	padding-bottom: 10px;
	color: #efa339;
	font: bold 105% Georgia, "Times New Roman", Times, serif;
}

h3 {
	padding-bottom: 5px;
	color: #006293;
	font: bold 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 2%;
}

h4 {
	padding-bottom: 5px;
	color: #707070;
	font: bold 100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clearing {
	clear: both;
}

input.text,
input.captcha,
textarea.textarea {
	border: 1px solid #707070;
	background-color: white;
}

/* @end */

/* @group Hyperlinks */

a {
	text-decoration: none;
	outline: none;
	color: #707070;
}

a:hover {
	color: #006293;
}

/* @end */

/* @group Allgemeine Klassen und IDs */

.hide_me, .invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0px;
	height: 0px;
	display: inline;
}

.tab_me:focus, .tab_me:active {
	position: absolute;
	top: 9999px;
	left: 10700px;
	display: inline;
	width: 12em;
	height: auto;
	background-color: white;
	color: #707070;
	padding: 5px;
	border: 1px solid #707070;
}

img {
	border-style: none;
}

.bottom {
	vertical-align: text-bottom;
}

.blue {
	color: #006293;
}

.blue_bold {
	color: #006293;
	font-weight: bold;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.padding_right {
	margin-right: 3px;
}

/* @end */

/* @end */

/* @group 2. Styles für die  Layoutbereiche */

/* @group INDEX */

#wrapper {
	width: 960px;
	margin: 0px auto;
	background: white url(../pix/bg_wrapper.jpg) no-repeat 0 185px;
	text-align: left;
}

#head {
	padding: 0px;
	width: 960px;
	height: 130px;
	background: url(../pix/bg_head.jpg) no-repeat;
	position: relative;
}

#navi {
	width: 960px;
	height: 55px;
	background: url(../pix/bg_navi.jpg) no-repeat;
	text-align: left;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}

#content {
	float: left;
	width: 664px;
	padding-left: 20px;
	margin-right: 20px;
}

#teaser_664 {
	width: 664px;
	text-align: left;
	background: url(../pix/bg_teas_664_middle.gif) repeat-y;
	position: relative;
	float: left;
}

#teaser_236_column {
	width: 236px;
	text-align: left;
	position: relative;
	float: left;
	padding-top: 6px;
}

#teaser_408 {
	float: left;
	width: 408px;
	text-align: left;
	position: relative;
}

#teaser_236 {
	width: 236px;
	text-align: left;
	float: left;
	position: relative;
	margin-left: 20px;
}

#footer {
	color: #707070;
	width: 960px;
	background: url(../pix/bg_footer.jpg) no-repeat center top;
	text-align: left;
	height: 30px;
	clear: both;
}

#main_bg {
	background: url(../pix/bg_index_bottom.gif) no-repeat center bottom;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	width: 960px;
}

/* @end */

/* @group CONTENT */

#content_cont {
	position: relative;
	background: url(../pix/bg_content_middle.gif) repeat-y;
	width: 920px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: inline-block;
}

#teaser_664_cont {
	width: 644px;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
	float: left;
	padding-left: 10px;
}

#content_cont_top {
	top: 0;
	left: 0;
	position: absolute;
}

#content_cont_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

#teaser_236_column_cont {
	width: 236px;
	text-align: left;
	position: relative;
	float: right;
	padding-top: 6px;
}

/* @end */

/* @end */

/* @group 3. Sonstige Styles */

/* @group head */

#logo_head {
	position: absolute;
	top: 20px;
}

.head_nav_left {
	position: absolute;
	bottom: 28px;
	right: 276px;
}

.head_nav_left div {
	float: left;
}

.head_nav_right {
	position: absolute;
	right: 20px;
	bottom: 28px;
	text-align: right;
}

#tl_headnavi input {
	border-style: none;
	background: url(../pix/bg_search.gif) no-repeat;
	width: 125px;
	height: 18px;
	padding: 0 0 0 5px;
	margin: 0;
}

.head_nav_right .submit,
.head_nav_left .submit {
	border-style: none;
	background-color: transparent;
	text-decoration: none;
	outline: none;
	color: #707070;
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#tl_headnavi .formbody {
	padding-bottom: 5px;
}

#tl_headnavi .formbody p.label {
	margin-right: -7px;
	padding-top: 5px;
}

.teas_liberalacademy {
	width: 115px;
	height: 115px;
	position: absolute;
	top: 75px;
	z-index: 1000;
	right: 160px;
}

/* @end */

/* @group navi */

#navi ul {
	width: auto;
	margin-left: 20px;
}

#navi li {
	float: left;
	list-style-type: none;
	width: auto;
	font-size: 14px;
	font-weight: bold;
}

#navi .level_1 a,
#navi .level_1 span {
	color: #e1f6fb;
	padding: 6px 10px 5px;
	background: url(../pix/btn_main_inactive.jpg) no-repeat left top;
	display: block;
}

#navi .level_1 a.trail,
#navi .level_1 a:hover,
#navi .level_1 span.active {
	color: white;
	background: url(../pix/btn_main_active.jpg) no-repeat left top;
}

#navi .level_2 {
	position: absolute;
	left: 0;
	width: auto;
	top: 28px;
}

#navi .level_2 a,
#navi .level_2 span {
	color: #707070;
	display: block;
	background: url(../pix/btn_sub_inactive.jpg) no-repeat left top;
	padding: 5px 10px;
}

#navi .level_2 a:hover,
#navi .level_2 span.active {
	color: #333;
	background-image: url(../pix/btn_sub_active.jpg);
}

/* @end */

/* @group tab_navi */

#tab_navi {
	margin-top: 10px;
}

#tab_navi ul {
	width: auto;
}

#tab_navi li {
	float: left;
	list-style-type: none;
	width: auto;
	font-size: 13px;
	font-weight: bold;
	background: url(../pix/tab_inactive_left.jpg) no-repeat left top;
	margin-right: 3px;
	padding-top: 7px;
	padding-bottom: 6px;
}

#tab_navi a,
#tab_navi span {
	height: 29px;
	background: url(../pix/tab_inactive_right.jpg) no-repeat right top;
	padding: 7px 11px;
}

#tab_navi li.tab_navi_inactive:hover,
#tab_navi li.tab_navi_inactive:focus,
#tab_navi .tab_navi_active {
	background: url(../pix/tab_active_left.jpg) no-repeat left top;
}

#tab_navi a:hover,
#tab_navi a:focus,
#tab_navi li.tab_navi_active span {
	background: url(../pix/tab_active_right.jpg) no-repeat right top;
	color: #006293;
}

#tab_navi .tab_navi_preview {
	color: silver;
}

* html #tab_navi a:hover,
* html #tab_navi a:focus,
* html #tab_navi a:active {
	background-image: url(../pix/tab_inactive_right.jpg);
	text-decoration: underline;
}

/* @end */

/* @group teaser_664 */

#pix_teas_664_border {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

#teas_664_pix {
	z-index: 10;
	float: left;
	padding-top: 2px;
	padding-left: 2px;
	width: 428px;
	background: url(../pix/bg_teas_664_shadow.jpg) no-repeat right center;
}

#teas_664_text {
	width: 224px;
	float: left;
	padding-top: 10px;
	line-height: 1.35em;
	padding-bottom: 60px;
}

#teas_664_nav {
	text-align: right;
	background: url(../pix/bg_teas_nav.jpg) no-repeat right bottom;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 3px;
	position: absolute;
	right: 10px;
	bottom: 30px;
	z-index: 10;
	width: 214px;
}

#pix_teas_664_border_bottom {
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
}

/* @end */

/* @group teaser_408 */

#pix_teas_408_border {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#teas_408_head {
	padding-top: 10px;
	padding-left: 10px;
}

#teas_408 {
	margin-right: 10px;
	margin-left: 10px;
}

#teas_408_text {
	width: 246px;
	float: left;
	line-height: 1.35em;
	padding-bottom: 50px;
}

#teas_408_pix {
	z-index: 10;
	float: right;
	width: 130px;
	background-image: url(../pix/bg_gradient_logo_middle.jpg);
}

#teas_408_img {
	padding-top: 10px;
	padding-bottom: 11px;
	padding-left: 5px;
}

#teas_408_nav {
	text-align: right;
	background: url(../pix/bg_teas_nav.jpg) no-repeat right bottom;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 3px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
	width: 378px;
}

#pix_teas_408_border_bottom {
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
}

/* @end */

/* @group teaser_236 */

#teas_236_head {
	width: 224px;
	padding-top: 10px;
	margin-left: 10px;
}

#teas_236_memberlogo {
	width: 214px;
	background-color: white;
	margin-left: 11px;
	margin-bottom: 35px;
}

#teas_236_memberlogo h3 {
	padding-left: 8px;
}

#teas_236_nav {
	width: 206px;
	text-align: right;
	background: url(../pix/bg_teas_nav.jpg) no-repeat right bottom;
	padding-bottom: 6px;
	padding-top: 3px;
	padding-right: 10px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}

/* @end */

/* @group teaser_236_column */

.teas_236_column {
	padding-right: 10px;
	padding-left: 10px;
}

.teas_236_column_head_first {
	background: url(../pix/bg_gradient.jpg) no-repeat right bottom;
	margin-top: 4px;
	width: 215px;
	padding-bottom: 2px;
}

.teas_236_column_head {
	background: url(../pix/bg_gradient.jpg) no-repeat right bottom;
	width: 215px;
	padding-top: 9px;
	padding-bottom: 2px;
	border-top: 2px dotted #bbbbbb;
	margin-top: 15px;
}

.teas_236_column_text {
	float: left;
	margin-top: 6px;
	width: 120px;
	line-height: 1.35em;
	padding-bottom: 7px;
}

.teas_236_column_text_only {
	margin-top: 7px;
	width: 211px;
	line-height: 1.35em;
	padding-bottom: 7px;
}

.teas_236_column_pix {
	float: right;
	margin-bottom: 3px;
	margin-top: 7px;
}

.teas_236_column_nav {
	width: 206px;
	text-align: right;
	background: url(../pix/bg_teas_nav.jpg) no-repeat right bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}

.teas_236_column_nav_out {
	clear: both;
	background: url(../pix/bg_gradient.jpg) no-repeat right top;
	width: 216px;
	margin-bottom: 10px;
}

/* @end */

/* @group teaser_236 & teaser_236_column */

.pix_teas_236_border {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.pix_teas_236_border_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

/* @end */

/* @group teaser_664_cont */

#teaser_664_cont h2 {
	font-size: 140%;
}

#teaser_664_cont h4 {
	padding-top: 5px;
}

#teaser_664_cont p {
	padding-bottom: 5px;
}

.small {
	font-size: 75%;
}

/* @end */

/* @group teaser_664_cont_head */

#teaser_664_cont_head h2 {
	z-index: 100;
	width: 384px;
}

.past_head_nav {
	position: absolute;
	top: 2px;
	right: -4px;
	padding-top: 14px;
	padding-bottom: 19px;
	background: url(../pix/bg_teas_nav_big.jpg) no-repeat right bottom;
	padding-right: 14px;
	text-align: right;
	width: 250px;
}

/* @end */

/* @group teaser_664_cont_main */

div.circle ul {
	padding-bottom: 5px;
	list-style-type: circle;
}

div.circle ul li {
	margin-left: 20px;
	padding-bottom: 5px;
}

ol {
	padding-left: 5px;
}

ol li {
	margin-left: 60px;
	padding-bottom: 5px;
}

div.lower_roman ol {
	padding-bottom: 5px;
	list-style-type: lower-roman;
	font-weight: normal;
	font-style: normal;
}

div.lower_latin ol {
	list-style-type: lower-latin;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
}

div.decimal ol {
	list-style-type: decimal;
	padding-bottom: 5px;
}

div.decimal ol li {
	margin-left: 20px;
	font-weight: normal;
	font-style: normal;
}

div.decimal_bold p {
	font-weight: normal;
	font-style: normal;
}

div.decimal_bold ol {
	list-style-type: decimal;
	padding-bottom: 5px;
	font-weight: bold;
}

div.decimal_bold ol li {
	margin-left: 20px;
}

/* @end */

/* @group teaser_664_table_head */

#teaser_664_cont_table_head div {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 6px 10px;
}

.table_head_date {
	background: url(../pix/bg_teas_664_table_head.jpg) no-repeat right top;
	width: 100px;
}

.table_head_title {
	background: url(../pix/bg_teas_664_table_head.jpg) no-repeat left top;
	width: 243px;
}

.table_head_country {
	background: url(../pix/bg_teas_664_table_head.jpg) no-repeat left top;
	width: 90px;
}

.table_head_city {
	background: url(../pix/bg_teas_664_table_head.jpg) no-repeat left top;
	width: 131px;
}

.table_head_title_mo {
	background: url(../pix/bg_teas_664_table_head.jpg) no-repeat right top;
	width: 409px;
}

.table_head_country_mo {
	background: url(../pix/bg_teas_664_table_head.jpg) no-repeat left top;
	width: 195px;
}

/* @end */

/* @group white_list_table */

.white_list_table_head {
	position: relative;
	display: inline-block;
	background: white;
	width: 644px;
	border-top: 1px solid #d6e1e6;
	border-bottom: 1px solid #d6e1e6;
	margin-top: -1px;
}

.list_table_head {
	position: relative;
	display: inline-block;
	width: 644px;
	border-top: 1px solid #d6e1e6;
	border-bottom: 1px solid #d6e1e6;
	margin-top: -1px;
}

.white_list_table,
.white_list_table_mo {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
	background: white url(../pix/bg_teas_664_shade_bottom.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	width: 644px;
}

.white_list_table_head div,
.white_list_table div,
.list_table_head div {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

.table_cont_date {
	width: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_title {
	width: 243px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_country {
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_city {
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_icon {
	width: 21px;
	padding-top: 5px;
	padding-bottom: 4px;
}

.table_cont_open {
	width: 95px;
}

.table_cont_text {
	width: 363px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_text_past {
	width: 624px;
	padding-top: 7px;
	padding-bottom: 36px;
}

.table_cont_links {
	width: 241px;
	background: url(../pix/bg_teas_664_table_links.jpg) no-repeat left top;
	margin-bottom: 30px;
	padding-top: 7px;
}

.white_list_table_nav {
	text-align: right;
	background: url(../pix/bg_teas_nav_white.jpg) no-repeat right bottom;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 3px;
	position: absolute;
	right: 10px;
	bottom: 14px;
	z-index: 10;
	width: 152px;
}

.table_cont_title_mo {
	width: 409px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_country_mo {
	width: 154px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.table_cont_text_mo {
	width: 415px;
	padding: 10px 7px;
	float: left;
}

.table_cont_info_mo {
	background: url(../pix/bg_teas_664_table_links.jpg) no-repeat left top;
	float: left;
	width: 215px;
}

.table_cont_logo_mo {
	padding-left: 2px;
	width: 213px;
	height: 120px;
	background: url(../pix/bg_member_gradient_logo_bottom_white.jpg) no-repeat right bottom;
	margin-bottom: 10px;
}

.table_cont_adress_mo {
	padding-left: 10px;
	padding-right: 10px;
}

/* @end */

/* @group white_list */

.white_list {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	padding-top: 15px;
	background: white url(../pix/bg_teas_664_shade_bottom.jpg) no-repeat center bottom;
	padding-bottom: 16px;
	width: 644px;
}

.white_list_past {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	background: white url(../pix/bg_teas_664_shade_bottom.jpg) no-repeat center bottom;
	width: 624px;
	margin-top: 3px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}

.white_list_past_pix {
	position: relative;
	margin-bottom: 10px;
	display: inline-block;
	background: white url(../pix/bg_teas_664_shade_bottom.jpg) no-repeat center bottom;
	width: 634px;
	margin-top: 3px;
	padding-bottom: 16px;
	padding-left: 10px;
}

.white_list_pix {
	float: left;
	padding-left: 9px;
	padding-right: 30px;
	background: url(../pix/img_shade_right.jpg) no-repeat right center;
}

.white_list_text {
	float: left;
	padding-right: 10px;
}

.white_list_pics {
	background: url(../pix/pix_shadow_right.jpg) no-repeat right bottom;
	padding-right: 4px;
	padding-bottom: 4px;
	float: left;
	margin-left: -4px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group posting */

.posting_info p {
	float: left;
	margin-top: -7px;
	margin-bottom: 6px;
	padding-left: 10px;
}

.posting_info a {
	float: right;
	margin-top: -10px;
	padding-right: 10px;
}

.posting_new {
	width: 634px;
	border-top: 2px dashed #d6e1e6;
	text-align: right;
	padding-top: 4px;
	margin-top: 30px;
	padding-right: 10px;
}

.posting_new .formbody {
	text-align: left;
}



/* @end */

/* @group formular */

#teaser_664_cont_main .formbody {
	margin-bottom: 20px;
}

#teaser_664_cont_main .formbody label {
	cursor: pointer;
	position: relative;
	top: 2px;
	width: 120px;
	text-align: left;
	float: left;
}

#teaser_664_cont_main input.text,
#teaser_664_cont_main input.captcha,
#teaser_664_cont_main textarea.textarea {
	width: 300px;
	margin-bottom: 7px;
}

div.error {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

input.inputerror {
	border-color: red;
}

#teaser_664_cont_main .submit {
	cursor:pointer;
	margin-top: 10px;
}

/* @end */

/* @group register_event */

.register_event label {
	cursor: pointer;
	position: relative;
	top: 2px;
}

.register_event .register_input label {
	width: 120px;
	text-align: left;
	position: relative;
	top: 4px;
	float: left;
	margin-top: 10px;
}

.register_event .register_input input {
	width: 300px;
	margin-top: 7px;
}

.register_event .register_radio {
	padding-left: 120px;
	padding-top: 7px;
	font-weight: bold;
	margin-top: 10px;
}

.register_event #ctrl_hotel span {
	font-weight: normal;
	font-style: normal;
	display: list-item;
	list-style-type: none;
	padding-top: 3px;
}

div.error {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

.inputerror {
	border-color: red;
}

.register_event .submit {
	cursor:pointer;
	margin-top: 20px;
	margin-bottom: 10px;
}



/* @end */

/* @group mod_sitemap */

.mod_sitemap ul {
	list-style-type: square;
}

.mod_sitemap ul li {
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
}

.mod_sitemap ul ul li {
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-style: normal;
}

.mod_sitemap ul ul ul li {
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

/* @end */

/* @group Discussion */

#tl_teaser_664 .discussion .comments {
	padding-top: 15px;
}

#tl_teaser_664 .discussion .comments .comment_default {
	padding-top: 10px;
	background: white url(../pix/bg_teas_664_shade_bottom.jpg) no-repeat center bottom;
	padding: 10px;
	margin-bottom: 10px;
}

#tl_teaser_664 .discussion .comments .comment_default p.info {
	border-bottom: 1px dotted #bbb;
	font-size: 12px;
	padding-bottom: 10px;
	color: #006293;
}

#tl_teaser_664 .discussion .comments .comment_default .comment {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
}

#tl_teaser_664 .discussion .comments .form {
	padding-bottom: 10px;
	padding-top: 10px;
}

#tl_teaser_664 .discussion .comments .form label {
	float: left;
	width: 150px;
	font-size: 11px;
	position: relative;
	top: 6px;
}

#tl_teaser_664 .discussion .comments .form input {
	width: 200px;
	padding: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #707070;
	margin: 3px 0;
}

#tl_teaser_664 .discussion .comments .form textarea {
	width: 350px;
	padding: 2px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #707070;
	margin: 3px 0;
}

#tl_teaser_664 .discussion .comments .form .submit_container {
	background: url(../pix/bg_teas_nav.jpg) no-repeat right bottom;
	padding: 10px 10px 6px 0;
	float: left;
	text-align: right;
	margin: 0 0 0 152px;
}

#tl_teaser_664 .discussion .comments .form .submit_container input.submit {
	margin: 0;
	padding: 0 0 0 12px;
	border-style: none;
	background: transparent url(../pix/arrow.gif) no-repeat left center;
	cursor: pointer;
	width: auto;
}

#tl_teaser_664 .discussion .comments .form .submit_container input.submit:hover {
	color: #006293;
}

/* @end */

/* @group footer */

#foot_recom {
	float: left;
	padding-top: 4px;
	padding-left: 20px;
}

#foot_info {
	padding-top: 8px;
	float: right;
	padding-right: 20px;
}

/* @end */



/* @end */
