﻿/*! 
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,
.h1,
h2.contentTitle2,
.h2
{
	font-weight:normal;
}

.HtmlUserIsLoggedIn
{
	overflow-x:visible!important;
}

/* Editor */

.btnSaveEditorContent
{
	display:none;
}

.cke
{
    border:0!important;
}

.cke_inner,.cke_wysiwyg_frame, .cke_wysiwyg_div
{
    background-color:transparent!important;
}

.pnlAnyWhereEditorContent .cke_top
{
    width:550px;
}   

/* 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;
}

/* font-face */
@font-face {
    font-family: 'PTSansBold';
    src: url('/Content/Schriften/PT-Sans/PTS75F-webfont.eot');
    src: url('/Content/Schriften/PT-Sans/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Schriften/PT-Sans/PTS75F-webfont.woff') format('woff'),
         url('/Content/Schriften/PT-Sans/PTS75F-webfont.ttf') format('truetype'),
         url('/Content/Schriften/PT-Sans/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('/Content/Schriften/PT-Sans/PTS56F-webfont.eot');
    src: url('/Content/Schriften/PT-Sans/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Schriften/PT-Sans/PTS56F-webfont.woff') format('woff'),
         url('/Content/Schriften/PT-Sans/PTS56F-webfont.ttf') format('truetype'),
         url('/Content/Schriften/PT-Sans/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('/Content/Schriften/PT-Sans/PTS55F-webfont.eot');
    src: url('/Content/Schriften/PT-Sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Content/Schriften/PT-Sans/PTS55F-webfont.woff') format('woff'),
         url('/Content/Schriften/PT-Sans/PTS55F-webfont.ttf') format('truetype'),
         url('/Content/Schriften/PT-Sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (min-device-width : 320px) and (max-device-width : 800px) {
    body
    {
    }
}






