
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #666;
	}

a:hover {
	text-decoration: underline;
	color: #333;
	}

img { border:0; }

h1 { font-size:18px; line-height:24px;}
h2 { font-size:16px; }

div#wrapper { margin:0 auto; width:460px; border-left:1px solid #ccc; border-right:1px solid #ccc; }

div#head { }
div#cont { margin:10px; }
div#foot { font-size: 10px; }

.trenner {
	height:10px;
	background-image:url(/tpl/img/dot.gif);
	background-repeat:repeat-x;
	}
.spacer { margin:10px; }

ul li { margin:5px; }
ul li a { display: block; }

.mcix_logo { margin-top:20px; margin-bottom:20px; }
