/**
*  +----------------------------------------------------------------------+
*  | 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.1 $
*	Letzte Änderung: $Date: 2007/01/03 22:37:59 $
*	Author: $Author: bman $
*	Release Version: $Name:  $
*	Fullinfo: $Id: style.css,v 1.1 2007/01/03 22:37:59 bman Exp $
*  +----------------------------------------------------------------------+
*/
/* allgemeine definitionen */
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

/* Behälter, der im Backend den Editor darstellt */
.editorInhalt
{
	background-color:#1C1C1C;
}

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF;
}

.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold; 
}

.category_big
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
	font-weight: bold; 
}

.category
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
	font-weight: normal; 
}

.marked
{
	background-color: #1C1C1C;
	font-weight: bold;
}


/*  link styles  */


a:link,a:visited,a:active 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}


a.title:link,a.title:visited,a.title:active
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.title:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.category:link,a.category:visited,a.category:active
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.category:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


/*  form styles  */
option,textarea,input,select,file
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #FFFFFF; 
	background-color: #1C1C1C; 
	border: 1px solid #000000;
}

.form_off
{
	background-color: #1C1C1C; 
	border: 1px solid #000000;
}

.form_on
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #FFFFFF; 
	background-color: #1C1C1C; 
	border: 1px solid #000000;
}

.form_username
{
	background-color: #1C1C1C;
	border: 1px solid #000000;
	background-attachment: fixed;
	background-image: url(images/username.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.form_password
{
	background-color: #1C1C1C;
	border: 1px solid #000000;
	background-attachment: fixed;
	background-image: url(images/password.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.form_name
{
	background-color: #1C1C1C;
	border: 1px solid #000000;
	background-attachment: fixed;
	background-image: url(images/name.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.form_text
{
	background-color: #1C1C1C;
	border: 1px solid #000000;
	background-attachment: fixed;
	background-image: url(images/message.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.input
{
	background-color: transparent; 
	border: 1px none; 
	border-color: #000000; 
	margin-top: 0px;
	margin-bottom: 0px;
}

.padding
{
	padding: 3px;
}

.bild, .rahmen
{
	border:1px solid #FF0000;
}