﻿@charset "utf-8";
/*
 * CSS DOCUMENT
 * 
 * $Id: template.css 2.5.1 2013-06-12 19:06:23 Richard Dvorak $
 * @subpackage	r3d leer
 * @version     2.5.1
 * @description Leere Template für Joomla 2.5 mit DE und EN, mit HTML oberrides, JS, CSS und Fonts
 * @copyright	Copyright © 2013 - All rights reserved.
 * @license		GNU General Public License v2.0
 * @author		Richard Dvorak
 * @author mail	info@r3d.de
 * @website		www.r3d.de
 *
 *
 */

/* Farben:
O von OK		dunkelgrau			#445052
O von OK		Magenta				#D31F37
Hintergrund:	hellgrau			#EDEDED

Text-Schrift:	dunkelgrau			#68676C
Link (normal):	mittelgrau			#BBBBBB
Link (over):	dunkelgrau			#68676C

Navigation		hellgrau			#EDEDED
Navigation		helleres grau		#EAEAEA
Navigation		mittelgrau			#D8D8D6
Navigation		schatten			#87908F

CHANGES 2021-0224
body 			12px		14px
a 				12px		14px



 */

/* general stuff JOOMLA 1.5 migration */
body {
	margin:0;
	padding:0;
	text-align: left;
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #68676c;
}


/* Layout */
#container {
	width:877px;
	height:660px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: transparent;
	margin-bottom: 20px;
	border-top: none;
}
.container{
	padding: 0;
}
#header {
	width:877px;
	height:93px;
}
#topspacer {
	width: 877px;
	height: 39px;
}


#outer-800 {
	width: 877px;
	height:660px;
	margin-left:auto;
	margin-right:auto;
	float: left;
}
.outer-800 {
	padding: 0;
}

#leftcol {
	width: 250px;
	float: left;
	min-height: 468px;
}

#spacer {
	float: left;
	width:52px;
	min-height: 468px;
}

#inhalt {
	float: left;
	width: 620px;
	min-height: 468px;
	padding-top: 30px;
}
.content {
	padding: 10px 7px 10px 55px;
}


#footer {
	width:877px;
	height:60px;
	text-align: center;
	font-size: 10px;
}

#pathway {
	font-size: 10px;
	height: 37px;
	width:573px; /* was 385px */
	float:left;
}

.footer {
	font-size: 10px;
}



a, a:link, a:visited {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #68676c;
	text-decoration:  none;
	font-weight: bold;
	border: none;
}
a:hover, a:active {
	color: #19426A;
	text-decoration:  underline; 
	border: none;
}
.nobold a, a.nobold {
	font-weight: normal !important;
}

 
 
/* Image Border and Position Control */
.img_left {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid #68676c;
}
.img_right {
	float: right;
	margin-left: 13px;
	margin-top: 0px;
	margin-bottom: 13px;
	margin-right: 0px;
	border: 1px solid #68676c;
}
.img_left_noborder {
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	margin-top: 0px;
	margin-left: 0px;
	border: 0;
}
.img_right_noborder {
	float: right;
	margin-left: 13px;
	margin-top: 0px;
	margin-bottom: 13px;
	margin-right: 0px;
	border: 0;
}
div.one-image img {border:none;}

img {
	border: 0px;
}


/* general stuff NEW JOOMLA 3.4 */



/* PRINT WINDOW */
html > body.contentpane.modal > article.item-page {
	padding: 20px;
}
.contentpane.modal ul.actions {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.contentpane.modal ul.actions > li.print-icon,
.contentpane.modal ul.dropdown-menu > li {
  display: inline;
  list-style: none;
}


















/* JCE */
.mceVisualAid {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 140%;
color: #68676c;
}

/*weiterlesen aus typography weil nicht referenziert*/
.content > section.blog > div.items-row.cols-1 p.readmore > a {
font-size: 11px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}