

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: .73em;
	color: #5f788e;
	background: #fff url("../img/bg.png") repeat;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	}
.none {
	display: none;
	}
.hidden {
	visibility: hidden;
	}
.clear {
	margin: 0;
	height: 0;
	float: left;
	clear: both;
	}


/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	padding: 0 8px 0 8px;
	width: 976px;
	background: url("../img/bg_cont.png") repeat-y;
	/*height: 100%;
	min-height: 100%;*/
	position: relative;
	}
	
	
/* ___| head |_____________________ */
	

#head {
	margin: 0;
	width: 976px;
	height: 72px;
	background: url("../img/bg_head.png") repeat-x;
	}
#logo {
	margin: 3px 0 0 120px;
	width: 399px;
	height: 60px;
	background: url("../img/logo_vegan.png") no-repeat;
	float: left;
	}
#logoen {
	margin: 3px 0 0 120px;
	width: 399px;
	height: 60px;
	background: url("../img/logo_vegan_en.png") no-repeat;
	float: left;
	}
#logo h1 a {
	text-decoration: none;
	width: 399px;
	height: 60px;
	display: block;
	font-size: .9em;
	}

#logoen h1 a {
	text-decoration: none;
	width: 399px;
	height: 60px;
	display: block;
	font-size: .9em;
	}
#head ul {
	margin: 4px 100px 0 0;
	padding: 0;
	width: 200px;
	float: right;
	}
#head ul li {
	margin: 0;
	list-style: none;
	display: inline;
	color: #384250;
	}
#head ul li a {
	text-decoration: none;
	color: #384250;
	}
#head ul li a:hover {
	text-decoration: underline;
	}
	
	
/* ___| content |_____________________ */


#content {
	margin: 20px auto 0 auto;
	width: 630px;
	}
#content h2 {
	margin-bottom: 4px;
	color: #234364;
	font-size: 1.6em;
	}
#content p {
	line-height: 1.5em;
	margin-bottom: 20px;
	}
#content a {
	text-decoration: none;
	color: #204e7a;
	}
#content a:hover {
	text-decoration: underline;
	color: #3374b3;
	}
.body-photo { 
	float: left;
	margin-right: 20px;
	border: 1px solid #c5d1de;
	}
/* ___| box |_____________________ */


.box {
	margin: 17px 9px 0 9px;
	width: 296px;
	float: left;
	}
.box_t {
	margin: 0;
	padding: 8px 8px 0 8px;
	width: 280px;
	min-height: 57px;
	background: #576d83 url("../img/bg_box_t.png") no-repeat top;
	float: left;
	clear: both;
	}
.box_b {
	margin: 0;
	width: 296px;
	height: 10px;
	background: url("../img/bg_box_b.png") no-repeat;
	float: left;
	clear: both;
	}
.group {
	margin: 0 0 16px 0;
	float: left;
	clear: both;
	}
#content .box img {
	margin: 0 7px 0 0;
	border: 1px solid #fff;
	float: left;
	}
#content .box h3 {
	margin-bottom: 2px;
	color: #fe000b;
	font-size: 1.2em;
	}
#content .box p {
	margin-bottom: 4px;
	color: #fff;
	line-height: 1.3em;
	}
#content .box a {
	text-decoration: none;
	color: #cde7fd;
	}
#content .box a:hover {
	text-decoration: underline;
	}
/* ___| menu |_____________________ */


menu {
	margin: 6px 0 26px 30px;
	padding: 0;
	width: 970px;
	float: left;
	clear: both;
	}
menu li {
	margin: 0 20px 0 20px;
	width: 144px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	list-style: none;
	color: #1b2026;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	float: left;
	}
menu li a {
	width: 141px;
	height: 44px;
	text-decoration: none;
	color: #1b2026;
	display: block;
	background: url("../img/bg_item.png") no-repeat;
	background-position: 0 0;
	}
menu li a:hover {
	color: #dce5ee;
	background-position: 0 -44px;
	text-decoration: none;
	}
	
	
/* ___| footer |_____________________ */


#footer {
	margin: 10px 0 0 0;
	padding: 0;
	width: 976px;
	height: 310px;
	background: url("../img/bg_footer.jpg") no-repeat bottom;
	clear: both;
	}
#footer p {
	margin: 294px 0 0 26px;
	color: #fff;
	font-size: .93em;
	float: left;
	clear: both;
	}
#footer p a {
	text-decoration: none;
	color: #fff;
	}
#footer p a:hover {
	text-decoration: underline;
	}


/**
 * Core styles.
 */

.Bold
{
	font-weight: bold;
}

.Italic
{
	font-style: italic;
}

.Underline
{
	text-decoration: underline;
}

.StrikeThrough
{
	text-decoration: line-through;
}

.Subscript
{
	vertical-align: sub;
	font-size: smaller;
}

.Superscript
{
	vertical-align: super;
	font-size: smaller;
}

/**
 * Font faces.
 */

.FontComic
{
	font-family: 'Comic Sans MS';
}

.FontCourier
{
	font-family: 'Courier New';
}

.FontTimes
{
	font-family: 'Times New Roman';
}

/**
 * Font sizes.
 */

.FontSmaller
{
	font-size: smaller;
}

.FontLarger
{
	font-size: larger;
}

.FontSmall
{
	font-size: 8pt;
}

.FontBig
{
	font-size: 14pt;
}

.FontDouble
{
	font-size: 200%;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}
/*  links  */
#links {text-align: center;}
#links ul {}
#links ul li {display: inline;font-size:80%;}
#links ul li a {margin: 0 5px 0 0; color: #4B482D; text-transform: uppercase;}

ul#partners {
	position:relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size:75%;
	background: transparent;
	position:relative;
	left:-30px;
}
#partners li {
    display: inline;
    padding-left: 10px;
}

#partners li a {
color: #4d4e56;
opacity: 0.5; 
filter: alpha(opacity=50);
text-decoration: none;
}
#partners li a:hover {
opacity: 100; 
filter: alpha(opacity=100);
text-decoration: underline;
}