/********************************************************************
 *     This file defines the default CSS Classes for the Myff       *
 ********************************************************************/

/********************************************************************
 *                            HELPERS                               *
 ********************************************************************/
 
/* If you want something to occupy all the space it has */
.full {
	height: 100%;
	width:	100%;
}

/* To use in tables, tr and tds that are used only for structure, without border or margins */
.struct {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
}

/* To use like struct, but without font */
.structBox {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
	font-size: 0px;
}

/* To use like struct, but with 100% height */
.struct100 {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin:  0px;
	height: 100%;
	width:100%;
}

/* struct for images */
img {
	border: 0;
}

/* To align the text left */
.l {
	text-align: left;
}

/* To align the text right */
.r {
	text-align: right;
}

/* To align the text center */
.c {
	text-align: center;
}

/* For texts showing user input error */
.alarmBox{
	background-color:#cc0000;
	color:#FFFFFF;
	font-weight:bold;
	max-width:100%; 
	width:auto;
	padding:1px;
	margin:1px;
	text-align : center;
}
.alarm {
	color : #cc0000;
	font-weight : bold;
}
/********************************************************************
 *                      MAIN PAGE FORMATS                           *
 ********************************************************************/
.column_one {
	width: 100px;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
}

.menu_right {
	width: 111px;
	vertical-align: top;
	text-align: center;
	font-size: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
	}

.menu_left {
	width: 100px;
	vertical-align: top;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.column_two {
	vertical-align: top;
	width: auto;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.column_three {
	vertical-align: top;
	text-align: right;
	width: 115px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	margin: 0;
}


/********************************************************************
 *                       FOOTER  FORMATS                            *
 ********************************************************************/

/* For the tables in the footer menu */
.footer {
	border-collapse: collapse;
	border:  0;
	padding: 0;
	margin:  0;
	width: 100px;
	table-layout: fixed;
}
/* To set the font on the navigation menu */
.footer td {
	vertical-align: middle;
	font-size: 9px;
	font-family: Arial, Verdana;
	text-align: left;
}
/* To place the buttons correct */
.footer a {
	border: 0px;
	vertical-align: top;
}

.footer .textinput {
	border: 0px;
	vertical-align: middle;
	text-align: left;
	font-size: 9x;
	font-family: Arial, Verdana;
}

.footer_l {
	width: 50px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.footer_r {
	width: 45px;
	text-align: right;
}

/* the mini shopcart on the right */
.nav_r						{text-align:right; padding: 0 3px 3px 0; }
.nav_l						{text-align:left;  padding: 0 0 3px 5px; }


/********************************************************************
 *                             LINKS                                *
 ********************************************************************/
.links {
	color: #375FA4;
}
 
a:link {
	font-weight: bold;
	color: #375FA4;
	text-decoration: none;
	vertical-align: baseline;
}
a:visited {
	font-weight: bold;
	color: #375FA4;
	text-decoration: none;
	vertical-align: baseline;
}
a:hover {
	font-weight : bold;
	color: #CF6F09;
	text-decoration: underline;
	vertical-align: baseline;
}
a:active {
	font-weight: bold;
	color: #CF6F09;
	text-decoration: underline;
	vertical-align: baseline;
}
a:focus {
	font-weight: bold;
	color: #CF6F09;
	text-decoration: underline;
	vertical-align: baseline;
}
.ausgegraut {
	color: #99A9C4;
}

/********************************************************************
 *                        GENERAL FORMATS                           *
 ********************************************************************/
html {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: left;
	height:100%;
	border:none;
}

body {
	background-color : #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-align: left;
	height:100%;
	border:none;
}

/* This creates a blue line */
hr {
	color : #375FA4;
	border: 1px solid #375FA4;
	margin: 0px;
}


.hintBox {
	background-color: #375FA4;
	color: #FFFFFF;
	font-weight: bold;
	max-width: 100%; 
	width: auto;
	padding: 1px;
	margin: 1px;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

td {
	text-align: left;
	font-size : 12px;
}

th {
	text-align: left;
	font-size : 12px;
	font-weight: bold;
}

form {
	margin : 0;
}

input {
	vertical-align : bottom;
}

select {
	vertical-align : bottom;
	border : 0 none inherit;
}

/********************************************************************
 *                        SHOPCART FORMATS                          *
 ********************************************************************/

.shopcart_title {
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0 0 5px 0;
	border: 0px;
	text-align: left;
}

/********************************************************************
 *                           SHOP FORMATS                           *
 ********************************************************************/

/* SHOP einzelner Artikel*/
table.shopItem {
	border-collapse: separate; 
	background-color: #dadada; 
	width: 530px; 
	padding: px; 
	margin: auto;
}
.shopItemImage {
	width: 161px; 
	height: 161px; 
	text-align: left; 
	vertical-align: middle;
	padding: 2px; 
}
.shopItemText {
	padding: 5px; 
	height: 161px; 
	text-align: left;
}
.shopItemKlein {
	border: 0 none inherit; 
	width: 40px; 
	height: 40px; 
	text-align: center; 
	vertical-align: middle;
	padding: 5px; 
}
.shopItemNix {
	border: 0 none inherit; 
	width: 40px; 
	height: 40px; 
	text-align: center; 
	vertical-align: middle;
	padding: 5px; 
}
/********************************************************************
 *                           SHOP FORMATS                           *
 ********************************************************************/
/* index: 3 advert boxes */

.advertTable {
	width: 540px;
	margin: 0px;
	border: none;
  	border-collapse: collapse;
	padding: 0px;
	background-color: #EFEFEF;
}
.advertOuterCell {
	width: 180px;
	margin: 0px;
	border: none;
	padding: 0px;
  	border-collapse: collapse;
  	background-color: #EFEFEF;
}
.advertInnerCell {
	width: 180px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
	background-color: #EFEFEF;
}

/********************************************************************
 *                   FIRE AND FORGET FORMATS                        *
 ********************************************************************/

/* when you are NOT in the page */
.ff_notstep {
	font-weight : light; 
	color : #aaaaaa; 
	font-weight : bold; 
	font-size : 10px; 
	text-align : left; 
	padding-left : 2px; 
	padding-right : 2px;
}

/* when you are in the page */
.ff_step {
	color : #FF9900;
	font-weight : bold;
	font-size : 10px; 
	text-align : left; 
	padding-left : 2px; 
	padding-right : 2px
}

/* the data in the table */
.ff_data {
	font-size : 10px; 
	text-align : left; 
	padding-left : 2px; 
	padding-right : 2px
}
