/**
 * $Id$
 * Website Baker template: tanzen-im-schwanen Home
*
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Robert G. rossi
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    1
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/
* { font-family:Arial,Helvetica,sans-serif; }
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #190000;
	margin: 0px;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 0px 0px 0px 0px;
}
h2 { color: #fff; font-weight: normal; text-decoration: none; background: transparent }
h2 { font-size: 1.2em; line-height: 1.4em; color: #ffa200 }	/* site heading */
p {
	margin: 0px;
}
a, a:visited, a:active {
    font-weight: bold;
    color: #ffa200;
    text-decoration: underline; 
}


/* *********************************************************** */
/*                TEASER-BLOCK		                           */
/* *********************************************************** */
#myTeasers {
		width: 230px;
		height: 410px;
		padding: 0px 10px 0px 10px;
		float: left;
		overflow: auto;
}
/* Überschrift der News- und Events-Teaser */
.teasers_headline {
	 color: #ffa200;
	 font-weight: bold;
	 text-decoration: none;
	 background: transparent;
}
.td_event, .td_news {
	color: #ffa200;
	font-size: 0.9em;
	padding: 0 0 0 0px;
	vertical-align: top;
}
.td_event_right, .td_news_right {
	padding: 0 0 0 4px;
}
/* *********************************************************** */
/*                Neuigkeiten		                           */
/* *********************************************************** */

h1.entry_title { margin-left: 0; }

