@charset "utf-8";
/* CSS Document */

#sidebar{
	padding-top:28px;
	background:transparent;
}

#quickselect{
	margin-bottom:20px;
	
	
}

.content {display: none;} /* bloky obsahu */

	
#sidemenu h3{
	display:block;
	color:#4F4F4F;
	text-align:left;
	font-size:13px;
	padding-left:7px;
	background:url("../images/design/menu_head_back_inactive.png") top left repeat-x;
	margin:0 auto;
}

#sidemenu h3.clickable { cursor: pointer;} /* vsechna navesti */

.automotive #automotive, .aerospace #aerospace, .otherind #otherind, .prototyping #prototyping, .vizualization  #vizualization { /* vybrane navesti */
	color:white;
	background:url("../images/design/menu_head_back.png") top left repeat-x;
	} 
	
.automotive .automotive, .aerospace .aerospace, .otherind .otherind, .prototyping .prototyping, .vizualization  .vizualization { /* vybrane obsah */
	display:block;
	} 





#leftColumn{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}

#leftColumn p{

}

.zvyrazneni{
	background-color: #EFEFEF;
	padding: 10px 10px 0 10px;
	border: 1px solid gray;
	color: black;
	width:430px !important;
	margin-bottom:15px;
}

.reference{
	margin-left: 120px;
	margin-bottom: 3em;
}

.news-article{
	/*background: url(../images/news/news_back_81.png) repeat-x top left;*/
	margin-bottom: 15px;
	padding: 5px 7px;
}

.news-article h2{
	margin-top:5px;
}