html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: black;
	background: #e2001a;
	line-height: 1.6em;
	}

/* global reset */
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0; padding: 0;}
table {	border-collapse: collapse;	font-size: 1em;}
th {text-align: left;}
fieldset {border: 0;}

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
	}
	
/* 
red #C10016
yellow #FAC221
*/

/* ************* COMMON ************* */

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}

.none {display: none;}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

a {color: #cb0014;}
a:hover {color: #000;}
img {border: none;}
p {margin-bottom: 15px;}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}



.bold       { font-weight:bold; }
.italic     { font-style:italic; }
.nopadding  { padding:0; }
#main .noborder {border: 0;}
.noindent   { margin-left:0;padding-left:0; }
.nobullet   { list-style:none;list-style-image:none;}
.mand 		{ color: #C10016; font-weight: normal;}
.dots {background: url(../img/dots-h.gif) repeat-x bottom left; padding-bottom: 15px; margin-bottom: 15px;}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}
	

.leftcol {float: left; width: 49%;}
.rightcol {float: right; width: 49%;}

.line {border-top: 1px solid #FAC221; padding-top: 10px;}

.vitanaProduct {
	background: url(../img/logo-vitana-mini2.gif) no-repeat 100% 60%;
	padding: 1px 50px 1px 0;
	color: #C10016;
	}

.vitanaProductNatur {
	background: url(../img/ico_natur.gif) no-repeat 100% 60%;
	padding: 1px 50px 1px 0;
	color: #C10016;
	}
	
/* ************* HEADINGS ************* */

h1 {margin-bottom: 0; padding: 0; margin: 0 0 0 0; line-height: 1em; color: #C10016; margin-bottom: 15px;}
h2 {font-size: 1.1em; color: #C10016;}
h3 {font-size: 1.1em;}
h4, h5, h6, h7 {font-size: 1em;}

h2, h3, h4, h5, h6, h7 {margin-bottom: 5px; line-height: 1.3em;}

#sidecol2 h4 {
	border-top: 1px solid #FAC221;
	color: #C10016;
	padding-top: 15px;
	}

/* ********* zkratky ********* */

.focus {position: absolute; left: 198px;}

.focus a, .focus span {
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -10;
	white-space: nowrap;
	}

.focus a:focus, .focus a:active {
    z-index:2;
	top: 0;
	left: 248px;
    background:#FFED00;
	padding: 2px 5px 4px 6px;
	color: #A00000;
	font-size: 1.1em;
	font-weight: bold;
	}


/* ************* LISTS ************* */

#main ul, #main ol {margin: 0 0 15px 15px;}
	#main ul ul, #main ol ol {margin: 0 0 0 15px;}
	
	#sidecol2 ul {margin-left: 0;}
	
	#main li {margin-bottom: 5px;}	
	
	#main ol {margin-left: 34px;}
	
	
	
/* ************* FORMS ************* */

input, select, textarea {
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	font-size: 0.85em;
	vertical-align: middle;
	}

.field {
	color: #bd1a1d;
	border: 1px solid #C10016;
	width: 275px;
	}
	select.field {width: 277px;}
	textarea.field {width: 415px; height: 130px;}
	#main .w80 {width: 80px;}
	#main .w100 {width: 100px;}
	#main .w130 {width: 130px;}
	#main .w150 {width: 150px;}
	
	
label span {
	display: block;
	width: 140px;
	float: left;
	font-weight: bold;
	}
	label.inlineLabel span {width: auto; float: none; display: inline;}
	
	
	
label {clear: both;  display: block;}
	label.inlineLabel {display: inline;}

legend {display: none;}

.button {

	}
	
.note {
	font-size: 0.85em;
	margin-left: 140px;
	margin-top: -10px;
	display: block;
	}

/* IE button fix */
	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}


/* ************* TABLES ************* */

table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	width: 100%;
	}
	th, td {
		padding: 8px 15px 5px 0;
		vertical-align: top;
		border: 0;
		border-bottom: 1px solid #FAC221;
		}
		
	.last td {
		border: 0;
		}

table.dataTable {
border: 1px solid gray;
	}
	table.dataTable th, table.dataTable td {
		border: 1px solid gray;
		}
		
		
table.ingredients {
	width: auto;
	}
	table.ingredients td {padding: 0 15px 5px 0; border: 0;}


	
/* ************* FLOAT CLEAR ************* */

#actions, .hgltBox{
	overflow: hidden;
	_display: inline-block;
	}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	

#all {font-size: 1.1em;}

#search, #clubLogin, #hMenu, #sidecol1, #actions, #discussionArea, #footer form, object, embed, .lang, .jakchutnalo, .addRating, .addRecept, .ratingResult, .ratingRes, #bottomPart {display: none;}



