/**
 *  @template       blank
 *  @version        see info.php of this template
 *  @author         erpe
 * @copyright       2010-2017 erpe
 *  @license        GNU General Public License
 *  @license terms  see info.php of this module
 *  @platform       see info.php of this module
 */
 
/** template css */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #03414c;
	margin: 10px;
	h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
a:link, a:visited, a:active {
	border:none
	color: #e0e0e0;
	text-decoration: none;
}
.header {
	background-color: #03414c;
	background-image:url(https://pfeifer-opernwelt.de/templates/simple/images/header.gif);
	background-repeat:no-repeat; 
	vertical-align: top;
	text-align: center;
	color: #FFFFFF;
	height: 130px;
	font-size: 20px;
	font-weight: bold;
	}
.content {
	background-color: #c0c0c0;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}