/*
Theme Name: KF_CMS
Theme URI: http://www.kite-and-friends.de
Description: A magazine-style layout for Wordpress MU
Version: 0.9
Author: Eugen Zimmer
Author URI: http://www.z-dezign.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}

body {
	background: #047bbd;
	color: #FFF;
	padding: 0 0 25px 0;
	border:0;
	}

form dt, dl.labels dt {
color:#FFFFFF !important;
}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
input, textarea {
	background: #CCC;
}
p {
	margin: 10px 0 3px 0;
	/*padding-right:70px;*/
	}
p strong {
	padding-right:0;
}
a:link, a:visited {
	color: #e6ff00;
	text-decoration:none;
	}

a:hover, a:active {
	color:#FFF;
	/*text-decoration:underline;*/
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
iframe {
	border: none;
	margin-top: -20px;
	}
small {
	font-size: 0.95em;
	background:#000;
	padding:3px 5px 3px 5px;
	}

img, a:link img, a:visited img {
	border:0
	}
#aufmacher {
	width:100%;
	margin: 0 0 15px 0;
}
#bilder {
	width: 250px;
	float: left;
	margin: 0 20px 10px 0;
}
#bilder img{
	width: 100%;
}
#header {
	width: 930px;
	height: 100px;
	margin: 0 0 0 -25px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000;
}
* html #header {
	margin: 0 0 0 -25px;
}
.header_1 {
	background: url(images/hd_bg.jpg) #000 no-repeat;
}
.header_2 {
	background: url(images/hd_bg2.jpg) #000 no-repeat;
}
.header_3 {
	background: url(images/hd_bg3.jpg) #000 no-repeat;
}
.header_4 {
	background: url(images/hd_bg4.jpg) #000 no-repeat;
}
.header_5 {
	background: url(images/hd_bg5.jpg) #000 no-repeat;
}
.header_6 {
	background: url(images/hd_bg6.jpg) #000 no-repeat;
}
.header_7 {
	background: url(images/hd_bg7.jpg) #000 no-repeat;
}
.header_8 {
	background: url(images/header_bg_kf.jpg) #000 no-repeat;
}
.header_9 {
	background: url(images/header_bg.jpg) #000 no-repeat;
}
#logo {
	width: 920px;
	height: 80px;
	/*background: url(images/logo_av.jpg) no-repeat;*/
	margin: 15px 0 0 10px;
	display:block;
}

/* Structure */

#page {
	width:905px;
	margin:0 auto;
	font-size:0.8em;
	background: none;
	padding: 10px 0 35px 25px;
	}
* html #page {
	width:930px;
	margin-top: 50px;
	}
#branding {
	width:300px;
	padding-bottom:15px;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 200px;
	min-height: 800px;
	float:left;
	margin: 0 -25px 20px 10px;
	background: none;
	}
* html #sidebar {
	margin: 0 -13px 0 0;
	}
#termine {
	font-size: 0.85em;
	font-weight: bold;
}
#leftcol {
	float: left;
	width: 270px;
	margin: -1px 0 0 0;
	/*border-right: 1px solid #000;*/
	padding-right: 6px;
	}
* html #leftcol {
	width: 255px;
	}
#rightcol {
	width:290px;
	padding: 0 12px 0 5px;
	float: right;
	margin-top: -4px;
	}
#sidebar2 {
	width:120px;
	float: right;
	margin: -18px 0 10px 0;
	text-align: center;
	font-size: 10px;
	/*border-bottom: 1px solid #000;*/
	padding-bottom:10px;
}
#sidebar2 img{
	width:118px;
	border: 1px solid #000;
	margin:0 0 10px 0;
}
#sidebar2 img:hover{
	border: 1px solid #E6FF00;
}
#sidebar2 h3{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0 !important;
}

#sidebar2 p{
	margin: 3px 0 3px 0;
}
#banner_120x600 {
	width: 120px;
	height: 600px;
	float: right;
/*	background: url(http://cars-and-details.de/wp/wp-content/uploads/carsanddetailsbanner.gif) no-repeat; */
	background: none;
/*	margin-top: -20px; */
	margin-left: 10px;
}
#banner_120x600 iframe {
	margin-top:0;
}
/* KASTEN */
#kasten_artikel img{
	padding: 1px;
	border: 1px #000 solid;
	display: block;
	float: left;
	margin:0 10px 0 0;
}
#kasten_artikel {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dotted #b6b6b6;
	height: 133px;
	margin: 0;
}
#kasten_artikel:hover {
	background:#e9e9e9;
}
#kasten_artikel_left {
	float:left;
	margin:-15px 0 0 0;
	width:260px;
	}
#kasten_artikel_right {
	float:right;
	margin:-15px 50px 0 0;
	width:260px;
	}
* html #kasten_artikel_right {
	margin:-15px 0 0 0;
	}
#kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border-bottom:1px dotted #b6b6b6;
	border-top:1px dotted #b6b6b6;
	padding:10px;
	margin: 10px 0 0 0;
	width:284px;
	height:90px;
}
* html #kasten_artikel_zwei_spalten {
	background:#f2f2f2;
	border:0;
	padding:0;
	margin: 20px 0 0 0;
	width:255px;
	height:88px;
}
#kasten_artikel_zwei_spalten:hover {
	background:#e9e9e9;
}
#kasten_artikel_zwei_spalten img{
	margin:0;
	border: 1px solid #000;
}
#kasten_text {
	display: block;
	float: left;
	text-align: left;
	padding: 0 0 0 10px;
	width: 60%;
	margin-top: -10px;
}
#rc-movie-gesammt {
	margin: 10px 0 0 0;
}
#rc-movie-einzeln {
	margin: 10px 0 0 0;
}


#switch_content {
	clear:both;
	margin:0 0 20px 0;
}
#switch_content img{
	width: 150px;
	margin-bottom: 20px;
	border: 1px solid #000;
}
#switch_content img:hover{
	border: 1px solid #E6FF00;
}
#switch_content.pl {
	padding: 5px 0 40px 0;
	margin: 0;
}

#switch_content.pl img{
	width: 100px;
	height: 60px;
	margin: 0 10px 0 10px;
}
#switch_content.pl:hover {
	background: #000;
}
#switch_content.pl:hover img{
	border: 1px solid #E6FF00;
}
/* TOOLTIP * EZ */
#tooltip {
	border : 1px solid #000;
	border-width : 0px 3px 3px 0px;
	background: #E6FF00;
	width : 130px;
	padding : 0;
		filter:alpha(opacity=60);
		-moz-opacity:0.6;
		opacity:0.6;
		-moz-border-radius:15px;
		-khtml-border-radius:15px;
}
#tooltip p {
	margin : 7px 8px 7px 15px;
	color : #000;
	font-size : 10px;
	font-family : "Lucida Sans Unicode", "Lucida Grande", Myriad, Arial;
	font-weight: bold;
}
#google_ads {
	width: 932px;
	height: 10px;
	margin: -10px 0 0 -25px;
	padding: 10px 0 0 0;
	background: #000;
	text-decoration: none;
	clear: both;
	display:block;
}
* html #google_ads {
	height: 0;
}
#google_ads_2 {
	padding: 5px 10px 10px 10px;
	margin: 0 0 5px 0;
	background: none;
	width: 560px;
	border-bottom: 1px solid #000;
}
#google_ads_2 iframe {
	margin-top: 0;
	}
/* TABELLE EINFAERBEN */
.row1 {background:none;color:#FFF;}
.row2 {background:none;color:#FFF;}

/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	background:#eef5e1;
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}

.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}




/*	Headers */

h1 {
	font:2.95em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}

h2 {
	font: 1.4em Arial, Verdana, sans-serif;
	font-weight: bold;
	padding:6px 10px 6px 0;
	/*border-bottom:1px solid #000;*/
	text-transform:uppercase;
	margin: 0 0 8px 0;
	}

h3, #sidebar h2 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color: #e6ff00;
	}

#sidebar h3, #sidebar h2 {
	border-top:5px solid #e6ff00;
	border-bottom:1px solid #e6ff00;
	padding:4px 0 4px 2px;
	margin:12px 0 10px 0;
	font-size:0.9em;
	}

h3#respond {
	margin:10px 0 0 0;
	padding:0;
	background: url(images/weiter.png) no-repeat;
	width: 280px;
	height: 34px;
	display:block;
	clear:both;
	border: 1px solid #333;
	}
* html h3#respond {
	margin:10px 0 0 15px;
	}
h3#respond:hover {
	border: 1px solid #E6FF00;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.2em;
	margin: -10px 0 6px 0;
	padding: 0;
	}
* html .pagetitle {
	padding: 0 0 0 25px;
}
#leiste {
	background: url(images/leiste.jpg) no-repeat;
	width: 25px;
	height: 1024px;
	position: fixed;
	left:0;
	top:0;
}
* html #leiste {
	background: none;
	width: 1px;
	height: 1px;
}
/* Content */

.entry {
	padding:0 13px 10px 0;
	margin: 10px 0 5px 0;
	display:inline-block;
	width: 580px;
	clear: both;
	
	}
* html .entry {
	width: 580px;
	padding:0;
	}
	
#content .post .entry iframe{
	margin-top: 50px !important
}

.entry img {
	float:left;
	margin:4px 10px 5px 0;
	padding: 0;
	background: #E6FF00;
	border: 1px solid #000;
}

#content {
	width:590px;
	margin: 12px 0 20px -25px;
	float:left;
	}
* html #content {
	width:605px;
	margin: 12px 10px 0 -10px;
	padding-right: 0;
	}
#content #bild img{
	width:300px;
	float:left;
	padding: 3px 0 5px 0;
	clear: both;
	margin:0;
	border:0;
	display:block;
	}
#content #bild{
	width:300px;
	float:left;
	margin: 0 25px 0 0;
	display: inline-block;
	clear:both;
	padding: 0;
	}
#text {
	padding: 0 20px 0 0;
}
#ausgabe {
	float: right;
	margin: -13px 15px 0 0;
	padding-bottom: 3px;
}
#bezug_headline {
	padding:0;
	margin: 0;
	font-size:16px;
	color:#800000;
}

* html #content #bild{
	width: 293px;
	padding:0;
	margin:0;
	}
* html #content #bild img{
	width: 293px;
	}
* html #content #bild strong{
	width: 293px;
	}
#content #bild strong{
	width:300px;
	float:left;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	display: block;
	clear: both;
	}
#TechDaten {
	border: 1px solid #CCC;
	padding: 5px;
	background: #fdf7c5;
}
#bilder_rechts {
	width: 210px;
	float:left;
}
#bilder_rechts img{
	width: 100%;
	border:0;
	margin-top: 15px;
}
#titel_alle {
	margin: 0;
}
#titel_alle img {
	width: 120px;
	height:170px;
	margin:0 20px 20px 0;
	display:block;
	border: 1px solid #000;
}
#titel_alle img:hover {
	border: 1px solid #E6FF00;
}
#movies {
	float:right;
	margin: -40px 90px 0 0;
}
#av_movie {
 float:left;
 margin: -30px 0 0 0;
}
#av_movie img{
 width: 210px;
}
.description {
	font-size: 1.3em;
	font-weight: bold;
	color:#545454;
	margin-top:-4px;
	}

.feature {
	width: 220px;
	}
#leftcol p, #rightcol p {
	margin:0;
	}
#features_klein {
	width:100%;
	height:40px;
	background:url(../../uploads/lehr_klein.jpg) repeat #FFF;
	margin-bottom: 4px;
	border: 1px solid #333;
	}
#features_klein:hover {
	border: 1px solid #FFCB00;
	}

#leftcol img:hover, #rightcol img:hover {
	border:1px solid #E6FF00;
	}
#leadpic {
	float:left;
	margin: 0 18px 8px -14px;
	border: 1px solid #000;
	background: #333;
	}
#leadpic:hover {
	border: 1px solid #E6FF00;
	background: #333;
	}

#lead {
	margin:0 0 10px 0;
	width: 560px;
	float:left;
	padding: 0 0 5px 14px;
	background: none;
	/*border-bottom: 1px solid #000;*/
	}
#doppel_titel {
	float:left;
	height:160px;
	width:248px;
}

#lead img{
	height:50px;
	width:50px;
	margin: 2px 8px 5px -14px;
	}
#lead p{
	margin: 2px 5px 5px -14px;
	font-size: 0.9em;
	}
#lead h3{
	margin: 1px 0 7px -14px;
	width: 574px;
	padding: 3px 0 3px 5px;
	color: #FFF;
	}
h3.first_look {
	background: url(images/markt_hd2.jpg) no-repeat #19181d !important;
	}
h3.markt {
	background: url(images/markt_hd.jpg) no-repeat #19181d;
	}
#td_edition{
	width:194px;
	height:113px;
	background: url(http://rc-logistik.de/wp/wp-content/uploads/td_edition.gif) no-repeat;
	position: relative;
	top: 0;
	right: 20px;
	float: right;
	}
.title {
	font-size:1.0em;
	font-weight:bold;
	line-height:115%;
	}

/*.feature#lead .title {
	font:2em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	color:#CCC;
	}
*/
#rightcol img, #leftcol img {
	float:left;
	margin:3px 10px 4px 0;
	border: 1px solid #000;
	background: #000;
	}


#sidelist li {
	list-style:none
	}

.bullets li {
	list-style:none;
	}

#sidelist .bullets li {
	list-style:none;
	margin-bottom:5px;
	line-height:115%;
	}

#sidelist .children {
	background:#e4efd5;
	}

#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}

#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	background:#eef5e1;
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}

h3 a:link, h3 a:visited {
	color:#FFF;
	}
h3 a:hover, h3 a:active {
	color: #E6FF00;
	}
#doppel_titel h3 a:link, #doppel_titel h3 a:visited {
	color:#E6FF00;
	margin: 12px 0 0 0;
	}

table {
	border:0;
	margin: 15px 0 0 0;
	color: #000;
}
#tabelle300 {
	 width:300px;
	 display:block;
	 float:left;
	 clear:both;
}
#tabelle600 {
	 width:600px;
	 display:block;
	 float:left;
	 clear:both;
}

td a, td a:link, td a:hover, td a:visited{
	font-weight: bold;
}
tr, td {
	padding: 3px;
}
#tabelle_aktuell td{
	vertical-align: top;
	padding: 5px 3px 5px 3px;
}
/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}
* html .post{
	padding: 0 0 0 15px;
	}
.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}

#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}


/* Form Elements */
#news-telegramm input{
	width: 200px;
}
#select_1{
	width: 50px;
}
#select_2{
	width: 80px;
}
select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
#suche {
	float:left;
	width: 200px;
	height: 17px;
	margin: 15px 0 0 0;
}
#kontakt_ico {
	height: 16px;
	width: 72px;
	float:right;
}
#suchleiste {
	width: 200px;
	float: right;
	margin: 0 131px 0 0;
}

* html #suchleiste {
	width: 200px;
	margin: 0 64px 0 0;
}
#suchleiste a, #suchleiste a:visited {
	padding:2px 0 0 2px !important;
}
#suchleiste a:hover, #suchleiste a:active {
	border:0 !important;
	background:none !important;
}
#searchform {
	padding:0;
	}
#searchform input{
	border: 0;
	border-bottom: 1px solid #000;
	border-right: 2px solid #000;
	background: #000;
	color: #FFF;
}
input#s {
	width: 180px;
	height: 18px;
	border-right: 1px solid #E6FF00;
}
*+html input#s {
	width: 170px;
}
* html input#s {
	width: 170px;
}
input#s:hover {
	background: #E6FF00;
	color: #000;
}
#searchsubmit.button {
	padding: 0 2px 0 2px;
	background: url(images/suche.jpg) 0 2px no-repeat;
	width: 15px;
	height: 18px;
	color:#E6FF00;
	font-weight: bold;
	border:0;
	}
#commentform {
	padding-left: 10px;
}
#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	margin-top:5px;
	}
#commentform_versteckt {
	display: block;
	width: 100%;
	height: 20px;
}

/* Comments*/

.commentlist {
	padding-left:30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:none;
	}

#commentform small {
	background:none;
	font-weight:bold;
	padding:0;
	}

.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#000;
	}

.commentlist cite {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}


/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}

.clearfloat {
	display:block;
	margin: 0 0 10px 0;
	}


/* Footer*/

#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.7em;
	padding-top:15px;
	color:#E6FF00;
	background: none;
	}

#footer a, #footer a:visited  {
	color: #E6FF00;
	}
#footer a:hover, #footer a:active {
	color: #FFF;
	}
/***WORDTUBE***/
.wordtube {
	width: 100%;
	background: #000;
	margin-top: 5px;
	padding-top: 0;
}
#sidebar .wordtube {
	padding-top: 0 !important;
}

.wordtube embed {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}
#switch_content .wordtube object, .post .wordtube object{
	height: 380px;
}
#sidebar .wordtube embed {
	padding-top: 0 !important;
}

#sidebar .wordtube {
	margin-top: -7px;
}
.wordtube object{
	width: 100%;
}
.playlist1{
	margin: -60px 0 0 -13px;
	font-size: 10pt !important;
}
.alignleft, .alignright {
	width: 270px;
	padding-bottom: 17px;
	font-weight: bold;
	font-size: 3em;
	}
.alignleft{
	float: left;
	text-align: right;
	}
.alignright {
	float:right;
	text-align: left;
	}
/*** KALENDER ***/
#wp-calendar table{
	color: #CCC;
}
table.nav {
	margin-top:0;
}
.rseventpost {
	margin: 0 0 10px 0;
}
	.shop {
	width: 560px;
	height: 130px;
	background: url(images/shop_header.gif) no-repeat #E0E0E0;
	padding: 8px 15px 15px 10px;
}
.shop h3{
	color: #FFF;
	margin: 0 0 14px 0 !important;
}
.shop h3 a {
	color: #FFF;
}
.align_center, .center {
	width: 175px;
	float: left;
	text-align: center;
}

.center img{
	margin: 0 auto;
	margin-bottom: 7px;
}
.align_center {
	text-align: center;
}
#shop_banner {
	clear: both;
	height: 130px;
	/*background: #E0E0E0;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 -25px;
	padding: 7px 20px 20px 20px;
	font-size: 9pt;
}
#shop_banner h3{
	margin: 0 0 10px 0;
}
#shop_banner img{
	border: 1px solid #000;
}
.einzel_video{
	width: 535px;
	padding: 10px 20px 10px 10px;
	background: #000;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	color: #ccc;
}
.sidebar_video object {
	width:200px !important;
	height:180px !important;
}
.sidebar_video .vvqbox {
	height:191px !important;
	width:250px !important;
	margin-bottom: 0 !important;
}
.wp-paginate .current {
	background: #D20019 !important;
	border:1px solid #FFF !important;
}
.entry .vvqbox {
	width:526px !important;
	height:426px !important;
	margin-left: 0 !important;
}
.entry .vvqbox object {
	width:526px !important;
	height:426px !important;
}
.wp-paginate .title {
	color:#FFF !important;
}
	width: 175px;
	float: left;
	text-align: center;
}

.center img{
	margin: 0 auto;
	margin-bottom: 7px;
}
.align_center {
	text-align: center;
}
#shop_banner {
	clear: both;
	height: 130px;
	/*background: #E0E0E0;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 20px 0 0 -25px;
	padding: 7px 20px 20px 20px;
	font-size: 9pt;
}
#shop_banner h3{
	margin: 0 0 10px 0;
}
#shop_banner img{
	border: 1px solid #000;
}
.einzel_video{
	width: 535px;
	padding: 10px 20px 10px 10px;
	background: #000;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	color: #ccc;
}
.sidebar_video object {
	width:200px !important;
	height:180px !important;
}
.sidebar_video .vvqbox {
	height:191px !important;
	width:250px !important;
	margin-bottom: 0 !important;
}
.wp-paginate .current {
	background: #D20019 !important;
	border:1px solid #FFF !important;
}
.entry .vvqbox {
	width:526px !important;
	height:426px !important;
	margin-left: 0 !important;
}
.entry .vvqbox object {
	width:526px !important;
	height:426px !important;
}
.wp-paginate .title {
	color:#FFF !important;
}

/* Guestbook */

.css_form_antispamtext {
	display: none;
}

.css_navigation_totalcount{
	display: none;
}

.css_navigation_char_position{
	display: none;
}

.css_navigation_overview{
	font-size: 1.2em;
}

.css_form_successmessage{
	color: #333333 !important;
}

.css_form_embedded p{
	display: none;
}

.css_form_submit_position{
	text-align: left !important
}