﻿body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
img {
	border: 0;
}

#main {
	width: 800px;
	margin: auto;
}

#top {
	height: 130px;
	background-image: url(img/top_emiker.png);
}

#footer {
	
}


/**
 * MENU
 */
#menu {
	padding-left: 0;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
}
#menu ul {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
#menu li {
	display: inline;
	border-left: solid 1px;
}
#menu a {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	color: inherit;
}
#menu a:hover {
	background-color: #ffffff;
	color: #000000;
}


/**
 * CONTENT
 */
#content {
	padding: 20px;
	margin-top: 40px;
	color: #ffffff;
}
#content a {
	text-decoration: underline;
	color: inherit;
}
#content a:hover {
	color: #aaaaaa;
}


/* Projekty */
.projectList, .projectView {
	margin-bottom: 30px;
	margin-bottom: 50px;
}
.projectList img {
	border: 4px solid #999999;
}
.projectView img {
	border: 4px solid #999999;
}
.projectList img:hover {
	border-color: #666666;
}


#projectDescription {
	margin-bottom: 30px;
}
#projectDescription h1 { /* Title */
	font-size: 18px;
	margin-bottom: 0;
}
#projectDescription .date {
	font-size: 9px;
	margin-top: 0;
	margin-bottom: 30px;
}
