h1 {font-size: 3em; margin: 20px 0;}
.container {width: 530px;}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
	width:130px;
	display:block;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e8e8e8;
	border-right: none;
	background: #ffffff;
	display:table-row;
}
ul.tabs li a {
	text-decoration: none;
	color: #091033;
	font-weight:bold;
	display: block;
	font-size: 1.0em;
	padding: 0 5px;
	border: 1px solid #e8e8e8;
	border-right:0px solid #fff;
	outline: none;
	width:130px;
}
ul.tabs li a:hover {
	/*background: #b1bae6;*/
	border-right:0px solid #fff;
	text-decoration:underline;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #f2f2f2;
	border-right: 0px solid #fff;
	/*color:#ffffff;*/
}
.tab_container {
	border: 1px solid #e8e8e8;
    color:#ffffff;
	margin-top:2px;
	height:229px;
	
	width: 580px;
	background: #f2f2f2;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 10px;
	font-size: 1.2em;
	height:auto;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 0 0;
	border: 1px solid #ddd;
	padding: 5px;
}


.tab_content img.yildiz {
padding: 0px;
margin: 0 0 0 0;
border-width:0px;
}

