@CHARSET "UTF-8";

/************************************/
/* --------- template.css --------- */
/* -------------------------------- */
/* Die alten Definitionen           */
/* (z.b. table.auto, formulare usw) */
/* befinden sich in normal.css      */
/*                                  */
/*   !normal.css NICHT einbinden!   */
/* -------------------------------- */
/************************************/
/****************************/
/* Allgemeine Einstellungen */
/****************************/

body,html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	/* Scrollbar ständig anzeigen um "Springen" der Seite zu verhindern */
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

/***********************/
/* Newsline-spezifisch */
/***********************/
.newslineEditLink a {
	display: block;
	clear: both;
	background-color: #c7e2ff;
	border: 1px solid #f0f0f0;
	padding: 3px;
	font-size: 11px;
	color: #4279bc;
	font-weight: bold;
	text-align: left;
}

.newslineEditLink a:hover {
	color: #4279bc;
	text-decoration: none;
}

.inhalte70Lay .bilderbox,
.inhalte75Lay .bilderbox {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.inhalte71Lay .bilderbox,
.inhalte76Lay .bilderbox {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.inhalte70Lay ul,
.inhalte75Lay ul,
.inhalte71Lay ul,
.inhalte76Lay ul {
	overflow: hidden;
}

.videosStandardLay {
	margin-bottom: 10px;
}


/************/
/* Template */
/************/
#template {
	width: 990px;
	margin: 0 auto;
	border: 1px solid black;
}

#template_left {
	float: left;
	width: 200px;
}

#template_content {
	float: left;
	width: 590px;
}

#template_right {
	float: left;
	width: 200px;
}

#copyright {
	width: 990px;
	margin: 0 auto;
}

/********/
/* Misc */
/********/
.clear {
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	clear: both;
	display: block;
	visibility: hidden;
}