/******************************************
*
* common.css
*
* Common CSS definitions for CMS
*
* Copyright 2005 by  Gerhard Sinnhuber
*
* Author(s):  http://www.transform.at
*
******************************************/


body,td {
	background-color: #ffffff; 
	font-family		:  Verdana,Arial,  Tahoma,  Helvetica, sans-serif;
	font-size		: 11pt;
	font-weight		: 400; 
	line-height: 17pt;
	color: #000000;
	text-decoration		: none;
	text-transform		: none;
	margin:0px;
	padding:0px;
}

.frontend{
	background-image: none;
}

a, a:active, a:visited, a:hover	{text-decoration: none; text-transform: none;  color: #c22423;}


h1 {
	font-weight: 700; 
	font-size: 14pt;
	text-decoration: none;
	color: #c22423; 
	padding-top: 10px;
	padding-bottom: 0px;
}

h2,h3,h4 {
	font-weight: 700; 
	font-size: 12pt;
	text-decoration: none;
	color: #c22423; 
	padding-top: 10px;
	padding-bottom: 0px;
}

/* --------------------------------------
    ausgeblendete Bereiche
   -------------------------------------*/

.header{
	display:none;
}


.mainmenu{
	display: none;
}

.subnav{
	display: none;
}


/* --------------------------------------
    Content Definitionen
   -------------------------------------*/

.content_center {
	position: relative;
	top:0px;
	left: 53px;
	width: 90%;
	background-color: #ffffff;
	color: #000000;
	padding-left:0px;
	margin-top: 25px;
	text-align: left;
	float:left;
}


.headline{
	font-weight: 700; 
	font-size: 11Pt;
	text-decoration: none;
	color: #c22423;
}

.teaser{
	font-weight: bold;
	text-decoration: none; 
	color: #333333;
	padding-bottom: 10px;
}

