html {

}
	
#flashcontent {

	
}

body {
	background-color: #181818;
	color: white;
	font-family: Arial;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	margin: 0;
	padding:0 0 10px 0;
	color: #CCCCCC;
	text-align: center;
	border-bottom: 2px dotted #5A5A5A;
}
a {
	color: #F9F41E;
	text-decoration: none;
}

#main_menu {
	text-align: center;
}

#main_menu a {
	font-size:22px;
	margin: 0 100px 0 100px;
}
#main_menu a:hover, a.act {
	text-decoration: underline;
}


table.shops {
	width:500px;
	border:1px solid #EBEBEB;
	border-collapse:collapse;
}

table.shops td {
    vertical-align: top; 
	border:1px solid #807A69;
	text-align: center;
	width:33%;
}

table.kont {
	width:100%;
	border:0px solid #EBEBEB;
	border-collapse:collapse;
}

table.shops td.karta {
	border:0px solid #EBEBEB;
	vertical-align:middle;	
	text-align:center; 
	padding: 0 0px 0 0;
	width:25%;
}

table.shops td.txt {
	border:0px solid #EBEBEB;
	vertical-align:center;	
	text-align:left; 
	width:75%;
}
