
@import url(/css/restkultur.css.php);

body {
	background: #333333;
	color: #6699CC}

h1, h2 {
	text-align: left;
	margin-top: 0px;
    margin-left: 0px;
}

a:link {
/*	background: transparent; */
	background: #333333;
	color: #6699CC;
	text-decoration: none
}

a:visited {
/*	background: transparent; */
	background: #333333;
	color: #6699CC;
	text-decoration: none
}

a:active {
	background: #333333;
	color: #FF0000;
	text-decoration: none
}

a:hover {
	background: #6699CC;
	color: #00FFFF;
	text-decoration: none
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	background: transparent;
	color: #FF0000 ;
	text-decoration: none
}

div.menu_box {
    height:100%;
    margin-top:50%;
    margin-left:0px;
    margin-bottom:50%;
    vertical-align:middle;
}



