@charset "iso-8859-1";
/* CSS Document */

/***************************/
/* KiK - Klinik Info Kanal */
/* Michael Hagen Thut 2009 */
/***************************/

/* 01. allgemeine Einstellungen /*
/* 02. KiK Logo */
/* 03. Navi oben */
/* 04. Headergrafik */
/* 05. Suche */

/* 06. Navi Container */
/* 07. Hauptmenue */
/* 08. Submenue */

/* 09. Platzhalter */

/* 10. Klickpfad & Datum */
/* 11. WICHTIG !!! */

/* 12. Inhalt bzw. linke und rechte Spalte */
/* 13. linke Spalte */
/* 14. h1, h2 Headlines in der linken Spalte */
/* 14a. Ueberschrift mit CI konformen ersten Buchstaben orange */
/* 14b. "normale" Ueberschrift */
/* 15. Tabellen */
/* 16. Bildunterschriften */
/* 17. rechte Spalte */
/* 18. Aktuelles_Box */
/* 19. Toolbox */
/* 20. WICHTIG !!! */

/* 21. Mailformular */

/* 00. Powermail */

/* 22. "Nach oben" Link */

/* 24. Fusszeile/Copyright */

/* 25. Socialnetwork Links */

/* 26. Google Maps */

/* 27. Sitemap */

/* 28. tooCool */

/* 29. indexed_search */

/* 30. Tip-A-Friend Plus */

/* 31. Poll */

/* --------------------------------------------------------- */
/* 01. allgemeine Einstellungen */

*{
	margin: 0px 0px 0px 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: #9B9B9B url(htgrd_verlauf.png) repeat-x;
	background-attachment: fixed;
	height: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Skiplink um automatisch zum Inhalt zu springen */
/* dient der barrierefreiheit */

.skiplink {
	position: absolute;
	top: -5000;
	left: -5000;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

/* */
/* */
.spacer-gif {
	background: url(clear.gif) no-repeat;	
}

/* --------------------------------------------------------- */
/* 00. Top Image */

#top_Image {
	width: 790px;
	height: 58px;	
	background: url(top_image.png) no-repeat bottom center;
	margin: auto;
}

/* --------------------------------------------------------- */
/* 02. KiK Logo */

#KiK_Logo {
	margin: auto;
	float: left;	
	width: 267px;
	height: 58px;	
	/* Logo wird über TS gesetzt, kann aber zur Kontrolle aktiviert werden */
	/* background: url(kik_logo.png) no-repeat top left; */
	border: 0px;
}

/* --------------------------------------------------------- */
/* 03. Navi oben */

#navi_Oben {
	margin: auto;
	padding: 32px 25px 0px 0px;	
	float: right;
	width: 300px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	color: #005EA8;
 	text-align: right;
}

#navi_Oben a, a:link, a:visited, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
	color: #005EA8;
}

#navi_Oben a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------- */
/* 04. Headergrafik */

#header_Image {
	margin: auto;
	padding: 0px;
	width: 790px;
	height: 101px;
	background: url(template_root_htgrd.png) repeat-y;
}

/* --------------------------------------------------------- */
/* 05. Suche */

#suchformular {
	width: 100%;
}

.suchformular {
	padding-left: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #FFFFFF;
	background-image: url(suche_icon.png);
	background-repeat: no-repeat;
	border: 1px solid #005da8;
	width: 215px;
	height: 17px;
}

/* --------------------------------------------------------- */
/* 06. Navi Container */

div.navi_Wrapper {
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 790px;	
	height: 48px;
	background: url(menu_htgrd_glossy.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.navi_Container {
	margin: auto;
	padding: 0px 21px 0px 21px;
}

/* --------------------------------------------------------- */
/* 07. Hauptmenue */

div.navi_Main {
	margin: auto;
	width: 748px;
	height: 24px;
}


div.navi_Main ul {
	margin: 0;
	padding: 0;	
	width: 748px;
	height: 24px;	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.navi_Main li {
	float: left;
	margin: auto;
	padding: auto;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	text-decoration: none;
}

div.navi_Main a,
div.navi_Main a:link,
div.navi_Main a:visited,
div.navi_Main a:active,
div.navi_Main a:focus,
div.navi_Main a:hover,
div.navi_Main span
.NO_Main,
.ACT_Main,
.CUR_Main,
.IFSUB_Main {
	margin: auto;
	
	/* mit Pfeil */
	/*padding: 4px 15px 6px 25px;*/

	/* ohne Pfeil */
	/*padding: 4px 20px 6px 20px;*/
	
	/* mit Jobs */
	/* padding: 4px 16px 6px 16px;*/
	
	/* mit Produkte */
	padding: 4px 12px 6px 12px;

	display: block;
}

div.navi_Main a,
.NO_Main {
	color: #FAFAFA;
	background: url(menu_glossy.png);
	background-repeat: no-repeat;
}


div.navi_Main a:hover,
.ACT_Main,
.CUR_Main,
.IFSUB_Main {
	color: #FAFAFA;
	background: url(menu_glossy.png) 0px -25px;
	background-repeat: no-repeat;
}


div.navi_Main a:active {
	color: #333333;
	background: url(menu_glossy.png) 0px -50px;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------- */
/* 08. Submenue */

div.navi_Sub {
	margin: 0px 0px 0px 0px;
	width: 748px;
	height: 24px;
}

div.navi_Sub ul {
	margin: 0px 0px 0px 0px;
	width: 748px;
	height: 24px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div.navi_Sub li {
	float: left;
	margin: 0px 0px 0px 0px;
}

div.navi_Sub a,
div.navi_Sub a:link,
div.navi_Sub a:visited,
div.navi_Sub a:active,
div.navi_Sub a:focus,
div.navi_Sub a:hover,
div.navi_Sub span
.NO_Sub,
.ACT_Sub,
.CUR_Sub,
.IFSUB_Sub {
	margin: 0;

	/* mit Pfeil */
	/*padding: 4px 15px 0px 25px;*/

	/* ohne Pfeil */
	/*padding: 4px 20px 0px 20px;*/
	
	/* mit Jobs */
	/*padding: 4px 16px 6px 16px;*/
	
	/* mit Produkte */
	padding: 4px 12px 6px 12px;

	display: block;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

div.navi_Sub a,
.NO_Sub {
	color: #005EA8;
}

div.navi_Sub a:hover,
.ACT_Sub,
.CUR_Sub,
.IFSUB_Sub {
	color: #005EA8;
	text-decoration: none;
}

div.navi_Sub .ACT_Sub {
	font-weight: bold;
}

div.navi_Sub a:active {
	color: #005EA8;
}

/* --------------------------------------------------------- */
/* 09. Platzhalter */

#platzhalter {
	margin: auto;
	width: 790px;
	height: 14px;	
	background: url(template_root_htgrd.png) repeat-y;
}

/* --------------------------------------------------------- */
/* 10. Klickpfad & Datum */

#platzhalter_klickpfad_datum {
	margin: auto;
	width: 770px;
	background: url(template_root_htgrd.png) repeat-y;
}

div.klickpfad {
	margin: auto;
	float: left;
	padding: 5px 0px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;

	/* blau */
	color: #005EA8;
}

div.klickpfad a {
	font-weight: bold;
	text-decoration: none;

	/* blau */
	color: #005EA8;	
}

div.klickpfad a:hover {
	font-weight: bold;
	text-decoration: underline;

	/* blau */
	color: #005EA8;	
}

div.datum {
	margin: auto;
	float: right;
	padding: 10px 15px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #333333;
}

/* --------------------------------------------------------- */
/* 11. WICHTIG !!! */

#platzhalter_klickpfad_datum div.clearplatzhalter {
	clear: both;
}

/* --------------------------------------------------------- */
/* 12. Inhalt bzw. linke und rechte Spalte */

#inhalt {
	margin: auto;
	width: 790px;
	background: url(template_root_htgrd.png) repeat-y;
}

/* --------------------------------------------------------- */
/* 13. linke Spalte */

#inhalt div.linke_Spalte {
	padding: 0px 0px 10px 27px;
	float: left;
	width: 480px;	
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
}

div.linke_Spalte a {
	font-weight: bold;
	color: #005EA8;
	text-decoration: none;
}

div.linke_Spalte a:hover {
	color: #005EA8;
	text-decoration: underline;
}

/* Zitate, müssen im TS-Setup deaktiviert werden!!! */
/* sonst werden diese NICHT eingerckt!!! */
/* siehe: # Inline style blockquote entfernen */
blockquote {
	margin: 10px 10px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight:bold;
	color: #333333;
	line-height: 1.5em;
}

/* 14. h1 Headlines in der linken Spalte */
/* --------------------------------------------------------- */
/* 14a. Ueberschrift mit CI konformen ersten Buchstaben orange */

/*div.linke_Spalte h1 {
	padding: 3px 3px 3px 3px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;	
	background-color: #005EA8;
}

div.linke_Spalte h1:first-letter {
	color: orange;
}*/

/* ODER !!! Bei Gebrauch bitte oben ausdokumentieren!!! */
/* --------------------------------------------------------- */
/* 14b. normale Ueberschrift */

/* Abstand zwischen der Hauptüberschrift und dem Inhaltstext */
.csc-header,
.csc-header-n1 {
	margin-bottom: -5px;
}

div.linke_Spalte h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #005EA8;
}

div.linke_Spalte h2 {
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #005EA8;
}

/* --------------------------------------------------------- */
/* 15. Tabellen */

/* Tabellenüberschrift, in unserem Fall in weiß */
/* #tabelle thead {
	color: #FFFFFF;
}*/

thead.tabellen_header {
	font-weight: bold;
	color: #FFFFFF;
}

/* --------------------------------------------------------- */
/* 16. Bildunterschriften */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	color: #666666;
	font-size: 10px;
}

/* --------------------------------------------------------- */
/* 17. rechte Spalte */

#inhalt div.rechte_Spalte {
	padding: 0px 15px 10px 0px;
	float: right;
	width: 254px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div.rechte_Spalte a {
	font-size: 10px;
	font-weight: bold;
	color: #005EA8;
	text-decoration: none;
}

div.rechte_Spalte a:hover {
	color: #005EA8;
	text-decoration: underline;
}

div.rechte_Spalte h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

/* --------------------------------------------------------- */
/* 18. Aktuelles_Box */

div.aktuelles_Box {
	width: 249px;
	background-color: #e5f5fc;
	border-color: #333333;
}

div.box_Header {
	padding: 5px 0px 10px 7px;
	background-image: url(box_header_glossy.png);
	background-repeat: no-repeat;
	height: auto;
}

div.box_Content,
div.box_Content_Aktuelles,
div.box_Content_Referenzen {
	padding: 2px 8px 2px 7px;
	background-image: url(box_content.png);
	background-repeat: repeat-y;
	text-align: justify;
}

div.box_Content_aktuelle_Sendestarttermine {
	padding: 2px 8px 2px 7px;
	background-image: url(box_content.png);
	background-repeat: repeat-y;
	text-align: left;
}

div.box_Footer {
	background-image: url(box_footer.png);
	background-repeat: no-repeat;
	height: 12px;	
}

/* --------------------------------------------------------- */
/* 19. Toolbox */

div.toolbox_Content {
	padding: 5px 8px 0px 7px;
	background-image: url(box_content.png);
	background-repeat: repeat-y;
}

div.toolbox_datum {
	margin-bottom: 5px;
	height: 18px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

div.toolbox_suche {
	margin-bottom: 5px;
}

div.toolbox_empfehlen_drucken {
	margin-bottom: 5px;
	width: 234px;	
}

div.toolbox_empfehlen {
	padding: 5px 0px 0px 23px;
	float: left;
	background: url(toolbox_sendmail_icon.png) no-repeat scroll left top;
	width: 100px;
	height: 16px;	
}

div.toolbox_drucken {
	padding: 5px 0px 0px 23px;
	float: right; 
	background: url(toolbox_print_icon.png) no-repeat scroll left top;
	width: 88px;
	height: 16px;
}

div.toolbox_empfehlen a,
div.toolbox_drucken a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

div.toolbox_empfehlen_drucken_clear {
	clear: both;
}

div.toolbox_newsletter_pdf {
	width: 234px;	
}

div.toolbox_newsletter {
	padding: 5px 0px 0px 23px;
	float: left;
	background: url(toolbox_newsletter_icon.png) no-repeat scroll left top;
	width: 100px;
	height: 16px;
}

div.toolbox_pdf {
	padding: 5px 0px 0px 23px;
	float: right; 
	background: url(toolbox_pdf_icon.png) no-repeat scroll left top;
	width: 88px;
	height: 16px;
}

div.toolbox_newsletter a,
div.toolbox_pdf a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
}

div.toolbox_newsletter_pdf_clear {
	clear: both;
}

/* --------------------------------------------------------- */
/* 20. WICHTIG !!! */

#inhalt div.clear {
	clear: both;
}

/* --------------------------------------------------------- */
/* 21. Mailformular */

.csc-mailform {
	border: thin none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.csc-mailform-field label {
	float: left;
	width: 120px;
}

.csc-mailform-field {
	margin-bottom: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #FFFFFF;
}

#mailformanrede,
#mailformLand,
#mailformprodukt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
}

#mailformname,
#mailformvorname,
#mailformfirma,
#mailformort,
#mailformplz,
#mailformtelefon,
#mailformemail,
#mailformnachricht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	width: 300px;
	height: 17px;
}

#mailformnachricht {
	height: 150px;
}

/*sende Button */
#mailformformtype_mail {
	margin-left: 120px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;		
	width: 100px;
	background-color: #005ba8;
	border: 1px solid #005da8;	
	cursor: pointer;	
}

#mailformattachment1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	height: 25px;
}

#mailformattachment2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	height: 25px;
}

#mailformattachment3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	height: 25px;
}

/* --------------------------------------------------------- */
/* 00. Powermail */

/* CAPTCHA Bild */
.tx-srfreecap-pi2-image {
	padding: 0px 0px 0px 12px;
	margin: 10px 0px 10px 110px;	
	height: 75px;
	width: 300px;
}

.tx-srfreecap-pi2-cant-read {
	padding-left: 120px;
}

/* --------------------------------------------------------- */
/* 22. "Nach oben" Link */

.csc-linkToTop,
.csc-linkToTop a,
.csc-linkToTop a:hover {
	margin: auto;	
	padding: 10px 5px 10px 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	text-align: right;
}

.csc-linkToTop {
	background-image: url(top_link.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* --------------------------------------------------------- */
/* 24. Fusszeile/Copyright */

#copyright_fusszeile {
	margin: auto;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url(fusszeile_htgrd.png) no-repeat bottom center;	
	width: 790px;
	height: 46px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #005EA8;
} 

#copyright_fusszeile a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #005EA8;
	text-decoration: none;
}

#copyright_fusszeile a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #005EA8;
	text-decoration: underline;
}

/* --------------------------------------------------------- */
/* 25. Socialnetwork Links */

div.tx-timtabsociable-pi1 a {
	background-color: #e5f5fc;
}

div.tx-timtabsociable-pi1 img {
	background-color: #FFFFFF;
	border:1px solid #005EA8;
	margin: 0 2px 3px;
	padding: 3px;
}

/* --------------------------------------------------------- */
/* 26. Google Maps */

#map110_marker_0_0, .marker {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #005EA8;
	line-height: 1.1em;
}


/* --------------------------------------------------------- */
/* 27. Sitemap */

div.tx-wssitemap-pi1 .treemenudiv a {
	color:#005EA8;
	text-decoration:none;
}

div.tx-wssitemap-pi1 .treemenudiv a:hover {
	color: #005EA8;
	text-decoration: underline;
}

/* --------------------------------------------------------- */
/* 28. tooCool */

/* ist Momentan im template.html ausgeblendet Stand 29.04.2009 */
a#tooCool {
	margin-top: 10px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(too_cool.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* 29. indexed_search */

.tx-indexedsearch .tx-indexedsearch-browsebox LI { display: inline; margin-right: 5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width: 100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width: 150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top: 10px; margin-bottom: 5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight: bold; font-style: italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align: center; font-weight: bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style: italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color: #D96004; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background-color: #E5F5FC; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top: 20px; margin-bottom: 5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top: 0px; margin-bottom: 0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background: #cccccc; vertical-align: middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color: #666666; }
.tx-indexedsearch .tx-indexedsearch-category { background: #cccccc; font-size: 16px; font-weight: bold; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title .tx-indexedsearch-title-icon {
	background: url(pages.png);
	background-repeat: no-repeat;
	width: 16px;
}

/* --------------------------------------------------------- */
/* 30. Tip-A-Friend Plus */

.tx_tipafriend {
	margin: 0;
	padding: 0;
}

div.tx_tipafriend_formfield label {
	float: left;
	padding: 0;	
	font-weight: normal;	
	text-align: left;	
	width: 150px;
}

div.tx_tipafriend_codetext,
div.tx_tipafriend_text,
div.tx_tipafriend_werbemail {
	width: 250px;
}

.tx_tipafriend_formfield #tx_tipafriend_name,
#tx_tipafriend_email, 
#tx_tipafriend_recipient,
#tx_tipafriend_message {
	margin-bottom: 5px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;	
	width: 255px;
}

#tx_tipafriend_message {
	height: 100px;
}

/* CAPTCHA Bild */
div.tx_tipafriend_codetext .tx-srfreecap-pi2-image {
	height: 74px;
	margin: 10px 0;
	padding: 0;
	width: 257px;
}

/* CAPTCHA Bild Ergebnis */
div.tx_tipafriend_pi1_captcha_response {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	width: 300px;
}

div.tx_tipafriend_formfield input,
div.tx_tipafriend_formfield textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	
	width: 255px;
}

.tx_tipafriend_codetext,
.tx-srfreecap-pi2-cant-read {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:  #333333;
}

.tx-srfreecap-pi2-cant-read a,
.tx-srfreecap-pi2-cant-read a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color:  #005EA8;
	text-decoration: none;
}

/* sendebutton */
.tx_tipafriend_formfield #tx_tipafriend_button {
	margin-top: 10px;
	margin-bottom: 10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;		
	width: 170px;
	background-color: #005ba8;
	border: 1px solid #005da8;	
	cursor: pointer;
}

/* Poll */

.pollsubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;		
	width: 100px;
	background-color: #005ba8;
	border: 1px solid #005da8;	
	cursor: pointer;
}

/* --------------------------------------------------------- */
/* 00. Newsletter */

.newsletter {
	border: thin none;
	margin: 0;
	padding: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
}

.newsletter_feld {
	margin-bottom: 10px;	
	background-color: #FFFFFF;
}

.newsletter_feld label {
	float: left;
	width: 100px;
}

#newsletter_anrede,
#newsletter_land {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
}

#newsletter_name,
#newsletter_firma,
#newsletter_adresse,
#newsletter_plz,
#newsletter_stadt,
#newsletter_telefon,
#newsletter_fax,
#newsletter_handy,
#newsletter_web,
#newsletter_email,
#newsletter_email_aendern {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;	
	background-color: #e5f5fc;
	border: 1px solid #005da8;
	width: 300px;
	height: 17px;
}

/* Abonnieren Button */
/* Abonnieren Abbrechen */
#newsletter_abonnieren_button,
#newsletter_abbrechen_button,
#newsletter_update_button,
#newsletter_versenden_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;		
	width: 100px;
	background-color: #005ba8;
	border: 1px solid #005da8;
	cursor: pointer;	
}

#newsletter_abonnieren_button {
	margin-left: 100px;
}

#newsletter_versenden_button {
	margin-left: 100px;
}

/* Reload Button */
#reload_button {
	padding:5px 0 0 23px;
	width: 450px;
	height: 21px;
	background-image: url(http://www.kik-tv.de/fileadmin/template_root/reload_icon.png);
	background-position:left;
	background-repeat: no-repeat;
	text-align: left;
}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
.yui-navset .yui-nav li a, .yui-navset .yui-content {
    border:1px solid #005ba9;  /* label and content borders */
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover, .yui-navset .yui-content {
    background-color:#FFFFFF; /* active tab, tab hover, and content bgcolor */
}

.yui-navset .yui-nav li em { padding: 0.5em; } /* tab padding */

/* defaults to orientation "top" */
.yui-navset .yui-nav .selected a {
    border-bottom-width:0; /* no bottom border for active tab */
    padding-bottom:1px; /* to match height of other tabs */
}

.yui-navset .yui-content {
    margin-top:-1px; /* for active tab overlap */
}

/* overrides for other orientations */

.yui-navset-bottom .yui-nav .selected a {
    border-width:0 1px 1px; /* no top border for active tab */
    padding:1px 0 0; /* to match height of other tabs */
}

.yui-navset-bottom .yui-content {
    margin:0 0 -1px; /* for active tab overlap */
}

.yui-navset-left .yui-nav li.selected a {
    border-width:1px 0 1px 1px; /* no right border for active tab */
    padding:0 1px 0 0; /* to match width of other tabs */
}

.yui-navset-left .yui-content {
    margin:0 0 0 -1px; /* for active tab overlap */
}

.yui-navset-right .yui-nav li.selected a {
    border-width:1px 1px 1px 0; /* no left border for active tab */
    padding:0 0 0 1px; /* to match width of other tabs */
}

.yui-navset-right .yui-content {
    margin:0 -1px 0 0; /* for active tab overlap */
}

.yui-nav a {
   cursor: pointer;
}

.yui-tab {
	padding-right: 0.5em;	
	padding-bottom: 1.0em;	
	padding-left: 0.5em;
}

/* orangenes Feld*/
.orangenes_Feld {
	width: 100%;
	margin: 20px auto 0;
	min-width: 200px;
	max-width: 476px;
	color: #333333;
}

.orangenes_Feld .hd .c,
.orangenes_Feld .ft .c {
	height: 8px;
	font-size: 1px;
}

.orangenes_Feld .hd {
	background: transparent url(orangenes_Feld/tl.gif) no-repeat 0 0;
	margin-right: 8px; /* space for right corner */
}

.orangenes_Feld .hd .c {
	background: transparent url(orangenes_Feld/tr.gif) no-repeat right;
	margin-right: -8px; /* space for right corner */
}

.orangenes_Feld .bd {
	background: transparent url(orangenes_Feld/ml.gif) repeat-y 0 0;
	margin-right: 8px;
}

.orangenes_Feld .bd .c {
	margin-right: -8px;
	padding: 0px 5px 0px 5px;
	background: transparent url(orangenes_Feld/mr.gif) repeat-y right;
}

.orangenes_Feld .ft {
	background: transparent url(orangenes_Feld/bl.gif) no-repeat 0 0;
	margin-right: 8px;
}

.orangenes_Feld .ft .c {
	background: transparent url(orangenes_Feld/br.gif) no-repeat right;
	margin-right: -8px;
}

.orangenes_Feld-bullet {
	padding: 0;
	line-height: 19px;
}

.orangenes_Feld-bullet li {
	background: url(orangenes_Feld/bullet-orange.png) 0px 1px no-repeat;
	padding: 0 0 0px 20px;
	margin-bottom: 4px;
}

.orangenes_Feld h1 {
	margin: -8px 0 0;
	padding: 0 0 4px;
	color: #cc6600;
	font-size: 17px;
	font-weight: bold;
}

.orangenes_Feld p {
	margin: 0;
	padding: 0;
}

.orangenes_Feld a, .orangenes_Feld a:visited {
	color: #cc6600;
}

.orangenes_Feld a:hover, .orangenes_Feld a:active {
	color: #000;
}

.post_it {
	margin-top: 15px;
	margin-left: 33px;
	padding-right: 16px;

	width: 316px;
	height: 355px;
	background: url(post_it.png) no-repeat;

	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-align:left;

}

.post_it p {
	margin-left:30px;
	margin-top:0;
	padding-top:45px;
}