body, text, td { margin: 15px; padding: 0px; border: 0px; 
height:100%; font-family: Arial, sans-serif; font-size: 12px;  }

h1 { font-size: 14px;  }
h2 { margin: 0px; padding: 0px; border: 0px; font-size: 13px;  }

body	{
	padding:0;
	margin:0;
	background-color:white;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

ul { margin: 0; padding: 0; }

#links {
	margin: 10px;
}

.menue { position: relative;
	top:80px; }

.menue2 { position: relative;
	top:30px; 
	clear: left;}

.menue li, .menue2 li {
	list-style: none;

}

.menue2 li a, .menue li a  {
        display: block;
	background-color:silver;
	width: 173px;
	margin: 5px 0px 5px 0px;
	padding-left: 5px;
	color: #000000;
	text-decoration: none;
        border: 1px solid black;
}

.tags  {
	float: left; 
	margin-top: 100px;
	background-color:white;
	display:inline;
	width: 168px;
	border: 1px solid black;
	text-decoration: none;
	padding: 5px;
}

.shops  {
	clear:left;
	float: left; 
	margin-top: 20px;
	background-color:white;
	display:inline;
	width: 168px;
	border: 1px solid black;
	text-decoration: none;
	padding: 5px;
	line-heigt: 10px;
}

.tags a {
	text-decoration: none;
	color: black;
}

.menue a.current {
        background-color:#ffbf00;
}


.menue a:hover {
	background-color:#ffbf00;
}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

#content {
	background-color:#F0F0F0;
	position: absolute;
	top: 80px;
	left: 200px;
	right: 0px;
	width: auto;
	min-height: 100%;
	height:auto !important;
	height:100%;
	padding: 15px;

}

.mtext a { color: black; }




