@font-face {
	font-family: DINPro;
	src: url(/static/fonts/DINWebPro.woff);
}

body {
	font-family: DINPro;
	font-size: 14px;
	line-height: 20px;
	color: #555;
}

#wrap {	
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;		
	width: 948px;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;	
}
.header.container {
	height: 140px;
	border-bottom: rgb(119, 31, 106) solid 1px;
	padding-bottom: 6px;
	margin-bottom: 24px;	
}
.main.container {
	min-height: 600px;
}

.grid_left, .grid_right {
	display: inline;
	float: left;
}
.grid_left {
	width: 192px;
	margin-right: 26px;
}
.grid_right {
	width: 682px;	
}

.lila {
	color: rgb(119, 31, 106);
}
.black {
	color: rgb(0, 0, 0);
}

/******************
	defaults
******************/
h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(119, 31, 106);
	margin-bottom: 12px;
	letter-spacing: 1px;
}
h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: rgb(119, 31, 106);
	margin-bottom: 4px;
	letter-spacing: 1px;	
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: rgb(119, 31, 106);
	margin-bottom: 4px;
	letter-spacing: 1px;	
}
a {
	text-decoration: underline;
	color: rgb(119, 31, 106);	
}
#menu a, #lang a, #benefits_nav a {
	text-decoration: none;		
} 
a:hover {
	color: #777;
}
a.active {
	color: #555;
}
a.larr {
	background-image: url(/static/pics/larr.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 17px;
}
a.rarr {
	background-image: url(/static/pics/rarr.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 20px;
	height: 17px;	
}
p {
	margin-bottom: 12px;	
}
/******************
	header
******************/
#logo {
	height: 100%;
	text-indent: -9999px;
	background-image: url(/static/pics/logo.png);
	background-repeat: no-repeat;
}
#logo a {
	display: block;
	height: 100%;
}
.header.container .grid_right div {
	padding-top: 120px;
}

#lang {
	float: right;	
	font-weight: bold;
	text-transform: uppercase;
}

/******************
	main
******************/
#menu {
	min-height: 160px;
	border-bottom: #555 solid thin;
	margin-bottom: 12px;
	letter-spacing: 0.1em;	
}
#menu a {
	text-decoration: none;		
}
/******************
	menu
******************/
ul.main_tree {
	text-transform: uppercase;	
	font-size: 13px;	
}
ul.main_tree > li {
	margin-bottom: 10px;
	font-weight: bold;
}
ul.sub_tree {
	font-weight: normal;	
}
a.hygiene_bg {
	border-radius: 10px;
	padding-top: 3px;
	margin-right: 60px;
	margin-top: 5px;
	margin-bottom: 7px;
	height: 20px;
	display: block;
	background-color:rgb(119, 31, 106);
}
strong.hygiene_btn {
	margin-left:13px;
	color: white;
}
/******************
	content
******************/	
img.left {
	float: left;
	width: 252px;
	margin-right: 24px;
	margin-top: 8px;
	border: none;
}

#content ul {
	list-style-type: disc;
	margin-left: 24px;
}
#content li {
	margin-bottom: 12px;
}

/******************
	tables
******************/
table {
	width: 682px;
	line-height: 18px;
}

table.schedule.times tr:nth-child(2n), table.rates tr:nth-child(2n) {
	background-color: #eee;
}
tr {
	border-bottom: #333 solid thin;
}
tr:first-child {
	border-top: rgb(119, 31, 106) solid thin;
	border-bottom: rgb(119, 31, 106) solid thin;
}

table.schedule.times td, table.rates td {
	text-align: center;
}
table.rates td:first-child {
	padding-left: 6px;	
	text-align: left;
}
table.schedule th, table.schedule td {
	padding-top: 4px;
	width: 90px;	
	border-right: #aaa solid thin;
}
table.schedule th:last-child, table.schedule td:last-child {
	border-right: none;	
}
th {
	font-size: 14px;
	padding-top: 2px;	
	padding-bottom: 4px;		
	height: 20px;	
	font-weight: normal;
	text-transform: uppercase;
	color: rgb(119, 31, 106);	
}
table.rates th {
	padding-left: 6px;		
	font-size: 16px;	
	padding-top: 6px;	
}
td {
	height: 36px;
	font-size: 12px;
	vertical-align: middle;
}
td span.time {
	text-align: justify;	
	padding-left: 14px;	
	display: block;
}
td span.teacher {
	text-align: center;	
	display: block;	
}
td span.price {
	text-align: justify;	
/*	text-justify: inter-word;*/
	padding-left: 14px;	
	width: 60px;
	display: block;
/*	border: #abc solid thin;	*/
}
td span.price:after {
	content: " €";
}
/*.one_star:after {
	content: "*";
	color: rgb(119, 31, 106);
}
.one_star {
	color: rgb(119, 31, 106);
}*/
.two_stars {
	color: rgb(119, 31, 106);
	text-align: left;
}

table.rates {
	margin-top: 24px;
}
.cart {
    margin-left: 510px;
}
/******************
	info
******************/
a.fb {
	background-image: url(/static/pics/fb.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 67px;
	height: 26px;
	text-indent: -9999px;
	margin-right: 6px;
}