#vertnav ul li a {
	font-weight: normal;
}

body {
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	color: #6d6f71;
}

#container {
	width: 980px;
	margin: 0px auto;
	text-align: center;
}
/* site top */
#site-header {
	text-align: left;
	height: 150px;
	margin-top: 5px;
}

h2.logo {
	background: url(../img/logo.png) center no-repeat;
	width: 140px;
	height: 100px;
	float: left;
}

#site-header span {
	display: none;
}

.language-menu {
	float: right;
	margin-top: 120px;
}

.language-menu span {
	display: none;
}

.language-menu ul, .language-menu li {
	list-style: none;
	font-size: 1.1em;
	font-weight: bold;
}

.language-menu li {
	float: left;
	width: 70px;
	height: 20px;
}

.language-menu li a {
	text-decoration: none;
	color: #6d6f71;
	width: 70px;
	height: 20px;
	display: block;
}

.language-menu li a:hover {
	color: #ed1c24;
	font-size: 1.1em;
}

.language-menu li a:hover:before {
	content: url(../img/dot.gif)
}

/* site content (body) */

#site-content {
	border-top: 2px solid #ed1c24;
	min-height: 280px;
	height: auto !important;
	height: 280px;
}

#menu {
	width: 440px;
	float: left;
}

#content {
	width: 540px;
	margin-top:15px;
	float: right;
}

.art-id {
	color: #fff;
	background: #8d8d8d;
	font-size: 1.6em;
	padding: 0px 5px 0px 5px;
}

.art-title {
	color: #ed1c24;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#vertnav {
	padding: 0px;
	margin: 0px;
	padding-top: 60px;
	padding-left: 20px;
	text-align: left;
	font-size: 1.1em;
	font-weight: normal;
}

#content p {
	padding: 5px 50px 10px 50px;
	width: 440px;
	font-size: 1em;
	text-align: left;
	line-height: 13px;
}


#content .list-style li {
  margin-left: 25px;
	width: 440px;
	text-align: left;
	font-size: 1em;
	line-height: 15px;
}

#footer {
  	width: 100%;
	border-top: 2px solid #ed1c24;
	clear: both;
	margin-top: 15px;
}

#footer ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
}

#footer li {
	list-style: none;
	display: inline;
	margin: 0 30px 35px 30px;
	text-align: center;
}

/* projekty */

#projekty ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#projekty li {
	list-style: none;
	padding: 5px;
}

.projekty ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.projekty li {
	float: left;
	margin-bottom: 10px;
}

.projekty li a {
	display: block;
	width: 90px;
	height: 90px;
	border: 4px solid #e4e4e4;
}

.projekty li a:hover {
	border: 4px solid red;
}

img {
	border: 0px;
}

/* comm-space */
.comm-space { 
text-align: left;
margin: 20px 0 40px 0; 
}
.comm-space a { 
text-decoration: none; color: #6d6f71; 
}
.comm-space a:hover {
color: #ed1c24;
}
.comm-space li { 
margin: 5px 30px; 
}
