﻿/*! 
Frontend Page
*/

a,
a:link,
a:visited,
a:hover,
a:active
{
	text-decoration:none;
}

body
{
    background-position:center top;
}

h1
{
	font-size:17px;
}

h2
{
	font-size:13px;
}

h1.contentTitle1,
h2.contentTitle2
{
	font-weight:normal;
}

.HtmlUserIsLoggedIn
{
	overflow-x:visible!important;
}

/* ToDo: test again */
/* END ToDo: test again */

/* Editor */

.btnSaveEditorContent
{
	display:none;
}

/* CK overrides */

/* CKEditor text für Ddl steht dann nicht ins Icon */
.cke_skin_kama .cke_rcombo .cke_text
{
	width:auto!important;
}

.cke_text .cke_inline_label
{
	width:auto!important;
}

.cke_toolbar a
{
	text-decoration:none!important;
}

.cke_skin_kama .cke_path a, .cke_skin_kama .cke_path .cke_empty
{
	color:#60676A!important;
}

.cke_contents, .cke_contents iframe, .cke_wrapper
{
	background-color: Transparent !important;
}

/* Editor Button Area */
.cke_top,
.cke_bottom
{
	background:none repeat scroll 0 0 #EFEFEF!important;
}

.cke_bottom
{
	display:none;
}

.cke_top
{
	padding:5px!important;
	-moz-border-radius:5px;
}

.cke_skin_kama .cke_path
{
	margin-top:0!important;
	padding:5px!important;
}

.cke_skin_kama .cke_wrapper
{
	background-image:none!important;
}

.cke_panel_listItem span
{
	color:#000;
}

/* Templates mit Hintergrund - Tables in td vertical-align:top; */

.BigContentTeaser_1_3 table tr td,
.SmallContentTeaser_1_1 table tr td,
.BigContentTeaser_1_2 table tr td,
.BigContentTeaser_2_3 table tr td,
.BigContentTeaser_1_1 table tr td,
.SmallContentTeaser_1_3 table tr td,
.SmallContentTeaser_1_2 table tr td,
.SmallContentTeaser_2_3 table tr td
{
	vertical-align:top;
}

.lnkMove
{
	cursor:move;
}

.lnkDownloadAudioFile
{
	margin-left:124px;
	font-size:12px;
}









