a {
	/*color: #000;*/
	cursor: pointer;	
}

.more {
	float: right;
	padding: 5px 10px;
	font-style: italic;
	font-size: 10px;
}

.more a {
	font-style: italic;
}

.goback {
	padding: 5px 10px;
	font-style: italic;
	font-size: 10px;
}

.goback a {
	font-style: italic;
	text-decoration: underline;
}

.clearfix {
	clear: both;
	height: 1px;
	font-size: 0;
}

/* var */
html,body {
	font-family: Tahoma, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#menu_main {
	
}

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

#menu_main ul li {
	display: block;
	float: left;
	position: relative;
}

#menu_main ul li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	padding-bottom: 5px;
	position: relative;
	z-index: 3;
}

#menu_main ul li ul {
	font-size: 10px;
	padding: 0;
	margin: 0;
	display: none;
	width: 150px;
	position: absolute;
	z-index: 2;
	top: 30px;
}

#menu_main ul li ul li {
	width: 150px;
	padding: 0;
}

#menu_main ul li ul li a {
	display: block;
	width: 130px;
	padding: 10px;
	text-decoration: none;
}

/* news module */
.news {
	
}

.news a {
	text-decoration: none;
	color: #000;
}

/* end of news module */ /* pages module */
.page img {
	position: absolute;
	left: 20px;
	top: 10px;
}

.page div {
	margin: 15px 0 15px 60px;
}

.page a {
	text-decoration: none;
	color: #fff;
}

.page a img {
	border: none;
}

/* projects module */
.projectslist h3 a {
	text-decoration: none;
	font-style: italic;
}

.projectslist h3 a:hover {
	text-decoration: underline;
}

.projectitem div {
	
}

.projectitem img {
	border: 3px solid #ddd;
}

.projectitem h3,.projectslist h3 {
	border-bottom: 1px solid #000;
}

#project_news {
	padding: 10px 20px;
}

#project_news h3 {
	background: none;
	padding-left: 0;
}

/* end of projects module */ /* gallery */
.gallery_preview {
	
}

.gallery_preview h3 {
	background: none;
	border: none;
}

.gallery_preview_photo {
	font-size: 10px;
	width: 170px;
	background-color: #eee;

	margin: 10px;
	padding: 10px;
	
	text-align: center;
	float: left;

	border: 1px solid #eee;
}

.gallery_preview_photo:hover
{
	background-color: #eadee0;
	color: #9c000a;
	border: 1px solid #9c000a;
	
}

.gallery_preview_photo img {
	margin: 0 auto;
	padding: 1px;
	background-color: #999;
	display: block;
	border: 2px solid #ccc;
}

.gallery_hidden {
	
}

/* end of gallery */
#project_files ul {
	list-style: none;
}

#project_files ul  li {
	height: 30px;
	line-height: 30px;
}

#project_files ul li img {
	border: 0;
	vertical-align: middle;
}

#project_files ul li a {
	text-decoration: none;
}

#project_files ul li a:hover {
	text-decoration: underline;
}

.paginationControl {
	margin: 20px;
}

.press a {
	text-decoration: none;
}

.kontakt_form textarea {
	width: 400px;
}

/*
			Vertical Accordions
		*/
.accordion_toggle {
	display: block;
	height: 30px;
	width: 470px;
	background: #E1E1E2;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: #00CCFF;
	color: #ffffff;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	width: 450px;
	padding: 10px;
}

.accordion_content h2 {
	margin: 15px 0 5px 10px;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
