* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Trebuchet MS', sans-serif;
	background-color: #000;
}
#container {
	width: 900px;
	margin: auto;
	background-color: #000;
}
h1 {
	color: #FFF;
	font-size: 3.5em;
	font-weight: lighter;
	line-height: 1em;
	text-transform: uppercase;
}
h5 {
	color: #BBB;
	text-transform: uppercase;
	font-size: 1.2em;
}
p, li {
	color: #BBB;
	font-size: 0.9em;
}
li {
	list-style-position: inside;
}
#head {
	background: url(anca_1_h170.jpg) no-repeat 100% 0px;
	height: 172px;
}
#titletext {
	background: url(text.gif) no-repeat;
	height: 170px;
	width: 131px;
}
#titletext span {
	position: absolute;
	left: -999em;
}
a, a:visited {
	text-decoration: none;
	color: #fff;
}
#links {
	background: #333366;
	height: 28px;
	padding-top: 0.7em;
	overflow: hidden;
}
#links a {
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0.5em 0.8em 0.5em 0.8em;
}
#main a {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}
#main a:hover {
	border-bottom: 1px #DDB3D3 solid;
}
a:hover {
/*	color: #390031;
	background-color: #DDB3D3;*/
	background-color: #141414;
}
#bilder a:hover {
	background-color: transparent;
}
#main {
	margin-top: 0.5em;
}
#submain {
	width: 516px;
/*	height: 450px;*/
	padding: 1px;
	overflow: auto;
	float: left;
}
#left {
	width: 186px;
	height: 452px;
	background: url(an.jpg) no-repeat;
	float: left;
}
#right {
	float: left;
	margin-left: 10px;
	width: 180px;
	height: 452px;
	background: url(ca.jpg) no-repeat;
}
#btext {
	float: left;
	width: 230px;
	overflow: hidden;
}
.note {
	float: left;
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	padding-left: 5px;
}
.note2 {
	background-color: #333;
	float: left;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;
	padding-left: 5px;
}
.lefttext {
	float: left;
	width: 194px;
}
.lefttext p {
	font-size: 0.8em;
}
.righttext {
	width: 298px;
	margin-bottom: 8px;
	float: left;
}
.active a {
	color: #FFF;
	background: #141414;
}
.active, .inactive {
	float: left;
}
.clear {
	clear: both;
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}
