/**
*  +----------------------------------------------------------------------+
*  | BWARE Content Management System - Modul Webshop		              |
*  +----------------------------------------------------------------------+
*  | (c) Balazs Bezeczky / BWARE                    all rights reserved.  |
*  +----------------------------------------------------------------------+
*  | Lizenz stuff														  |
*  | Balazs Bezeczky / BWARE  Leystr. 54/9 1200 Wien					  |
*  +----------------------------------------------------------------------+
*
*	@since	20050510
*   @author	Balazs Bezeczky <office@bware.at>
*	@copyright	© 2005 Balazs Bezeczky / BWARE
*
*	Version: $Revision: 1.6 $
*	Letzte Änderung: $Date: 2009/07/08 02:07:15 $
*	Author: $Author: bman $
*	Release Version: $Name:  $
*	Fullinfo: $Id: headings.css,v 1.6 2009/07/08 02:07:15 bman Exp $
*  +----------------------------------------------------------------------+
*/
/* ### ÜBERSCHRIFTEN ### */
/*Überschrift für About*/
h1,option.h1class
{
	font-size:14px;
	font-weight:lighter;
	width:260px;
	border-bottom:1px solid #66605b;
	text-transform:uppercase;
	color:#66605b;
	margin-bottom:5px;
	margin-top:5px;
}
/*Überschrift für Artists*/
h2,option.h2class
{
	font-size:14px;
	font-weight:lighter;
	width:260px;
	border-bottom:1px solid #7a5a48;
	text-transform:uppercase;
	color:#7a5a48;
	margin-bottom:5px;
	margin-top:5px;
}
/*Überschrift für Projects*/
h3,option.h3class
{
	font-size:14px;
	font-weight:lighter;
	width:260px;
	border-bottom:1px solid #776a38;
	text-transform:uppercase;
	color:#776a38;
	margin-bottom:5px;
	margin-top:5px;
}
/*Überschrift für News*/
h4,option.h4class
{
	font-size:14px;
	font-weight:lighter;
	width:260px;
	border-bottom:1px solid #71807d;
	text-transform:uppercase;
	color:#71807d;
	margin-bottom:5px;
	margin-top:5px;
}
/*Überschrift für Kontakt*/
h5,option.h5class
{
	font-size:14px;
	font-weight:lighter;
	width:260px;
	border-bottom:1px solid #5c4a53;
	text-transform:uppercase;
	color:#5c4a53;
	margin-bottom:5px;
	margin-top:5px;
}

/* Überschrift für Künstlergruppen, ohne Farbe! */
h6,option.h6class
{
	font-size:14px;
	font-weight:lighter;
	width:268px;
	border-bottom:1px solid;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:0px;
}
