/* universal
------------------------------------------- */
*
{
	margin: 0;
	padding: 0;
}

html
{
	-webkit-text-size-adjust: none;
}

html, body
{
	height: 100%;
	border: none;
}

body
{
	font-family: "Univers55Regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #949698;
	line-height: 20px;
	letter-spacing: 0;
}

/* fonts
------------------------------------------- */
@font-face
{
	font-family: 'Univers55Regular';
	src: url('../fonts/univers-webfont.eot');
	src: url('../fonts/univers-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/univers-webfont.woff') format('woff'),
		 url('../fonts/univers-webfont.ttf') format('truetype'),
		 url('../fonts/univers-webfont.svg#Univers55Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* layout
------------------------------------------- */
#wrapper
{
	float: left;
	clear: both;
	width: 100%;
}

.inner
{
	margin: 0 auto;
	width: 930px;
	padding: 0 25px;
}

#header
{
	float: left;
	clear: both;
	width: 100%;
	padding: 111px 0;
}

#content
{
	float: left;
	clear: both;
	width: 100%;
}

#footer
{
	float: left;
	clear: both;
	width: 100%;
	padding: 111px 0;
	border-top: 1px solid #DFDFDF;
}

/* logo
------------------------------------------- */
#logo
{
	float: left;
}

#logo #logoImg
{
	float: left;
}

#logo #logoTxt
{
	float: left;
	padding-left: 25px;
	padding-top: 35px;
}

/* nav
------------------------------------------- */
#nav
{
	float: right;
	padding-top: 55px;
}

#nav a
{
	display: block;
	float: left;
	color: #949698;
	margin-left: 30px;
}

#nav a:hover,
#footerCenter a:hover
{
	color: #666666;
}

#nav a.navCurrent,
#footerCenter a.langCurrent
{
	color: #000000;
	border-bottom: 2px solid #FAE111;
}

/* content
------------------------------------------- */
#content .itemRow
{
	padding-bottom: 32px;
}

#content a.item
{
	float: left;
	width: 222px;
	height: 301px;
	color: #949698;
	margin-right: 14px;
}

#content .itemImg
{
	height: 222px;
	background: #DFDFDF;
}

#content .itemTxt
{
	padding-top: 16px;
}

#content .itemTitle
{
	color: #000000;
}

#content a.itemLast
{
	margin-right: 0;
}

#content .pageText
{
	padding: 101px 0 83px 0;
}

#content .pageCol
{
	float: left;
	width: 419px;
	margin-right: 40px;
}

#content .pageText h2
{
	color: #000000;
}

#content .pageText a
{
	text-decoration: underline;
}

#content .pagePar
{
	padding-bottom: 20px;
}

#content .pageParEmpty
{
	height: 60px;
}

#content .itemPhoto
{
	margin-bottom: 111px;
	background: #DFDFDF;
}

/* footer
------------------------------------------- */
#footer #footerLeft,
#footer #footerRight
{
	float: left;
	width: 300px;
}

#footerCenter
{
	float: left;
	width: 330px;
	text-align: center;
}

#footerCenter a
{
	margin: 0 7px;
}

#footerCenter a.langCurrent
{
	color: #000000;
}

#footer #footerRight
{
	text-align: right;
}

#footer #backToTop
{
	cursor: pointer;
}

/* tags
------------------------------------------- */
h1, h2
{
	font-size: 12px;
	font-weight: normal;
}

a
{
	color: #949698;
	text-decoration: none;
}

a:hover
{
	color: #666666;
}

img
{
	border: 0;
}

ul
{
	list-style: none;
}

/* classes
------------------------------------------- */
.upperCase
{
	text-transform: uppercase;
}

.lowerCase
{
	text-transform: lowercase;
}

.textBold
{
	font-weight: bold;
}

.row
{
	float: left;
	clear: both;
	width: 100%;
}

.line
{
	border-bottom: 1px solid #DFDFDF;
}
