﻿body {
	margin: 0;
	padding: 0;
	background: #000 url(bg.gif) repeat-y 50% 50%;
	font-family: "Lucida Grande", "Lucida Sans", Geneva, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.center {
	width: 880px;
	margin: 0 auto;
	padding-left: 100px;
}

#head {
	margin: 60px auto;
	height: 250px;
	background-image: url(head.gif);
	text-indent: -9999px;
}

.bar-wrapper {
	background: url(purplebar.png) no-repeat 50% 0;
}

.bar {
	background: url(gradient-l.png) no-repeat 0 0;
}

.last {
	background: url(gradient-r.png) no-repeat 76px 0;
}

.column {
	width: 280px;
	margin-right: 35px;
}


h3 {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	color: #800033;
	text-indent: -9999px;
	background: url(h-kontakt.png) no-repeat 0 0;
}

a {
	color: #666;
/*	color: #aaa;*/
	text-decoration: none;
}

a.mail {
	color: #aaa;
}

a:hover {
	/*color: #aa0044;*/
	color: #ccc;
	text-decoration: underline;
}

