/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
em, strong {font-weight:bold;}

html {
	background: #1f1d22;
}

body {
	background: #1f1d22;
	color:#000000;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
}

#logo {
text-align:center;
margin-top:25px;
}

h1 {
color:#999999;
background: #1f1d22;
margin-left:200px;
text-transform:;
font-size:11px;
line-height:16px;
font-weight:lighter;
width:500px;
}

h2{
color:#999999;

margin-left:200px;
text-transform:uppercase;
font-size:11px;
line-height:16px;
font-weight:bold;
}

#menu {
left:50%;
margin:490px auto 0 -32px;
position:absolute;
width:64px;
}

#menu ul{ list-style-type:none;}

#menu #hor li {
float:left;
height:12px;
}

#menu #hor a {
display:block;
height: 12px;
text-indent:-999em;
padding:0;
margin:0;
}
	
#menu #hor a.work {
width:40px;
background:url(work.png) no-repeat 0 0;
padding:0;
margin:0;
}

#menu #hor a.kontakt {
width:65px;
background:url(kontakt.jpg) no-repeat 0 0;
padding:0;
margin:0;
}

#content {
display:block;
left:50%;
margin:25px auto 0 -450px;
position:absolute;
width:900px;
}

/*#content a {text-decoration:none;}*/

#pagename {
position:absolute;
top:175px;
left:38px;
font-size:13px;
font-weight:bold;}
/* Site-wide */

#text {
font-family:sanas-serif;
max-width:440px;
display:block;
float:left;
font-size:11px;
line-height:14px;
}

.clearfix { 
	overflow : hidden;
	_height : 1%;
}

a, img {color:#fff;text-decoration:underline; border:0px;}

a:hover {color:#9A9D0E; text-decoration:underline;}

/* for news blog items*/
.item{height:100%; background-color:#FFFFFF; width:250px; padding:10px;float:left;
font-size:14px; }
.item img {width:250px;}
.item .title{font-size:14px; font-weight:bold; color:#9a9f0e; text-transform:uppercase; }

.description {width:300px; float:left; padding-right:70px; min-height:150px;}
.awards {float:left; line-height:14px; width:250px; padding-bottom:8px;}
.awards img {padding:6px 10px 0 0; float:left;}

