a:link {
  text-decoration: underline;
  color: #ff0000;
}

a:visited {
  text-decoration: underline;
  color: #ff0000;
}

a:active {
  text-decoration: underline;
  color: #ff0000;
}

a:hover {
  text-decoration: none;
  color: #ff0000;
}

html
{
	background: #ffffff;
}

body {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: sans-serif, sans serif;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 20px;
  padding-botom: 20px;
  background: #ffffff;
  color: #000000;
}

img {
  border: none;
}

img.kant {
  border: 1px solid #000000;
}

form {
  margin: 0px;
  padding: 0px;
}

table {
  margin: auto;
}

td {
  text-align: right;
}

.toplogo {
  text-align: center;
}

.ungdomshuset {
  padding-top: 15px;
  width: 550px;
  margin: auto;
  text-align: center;
}

.ruth {
	text-align: center;
	
}

.ruth img
{
	border: 1px solid #000;
}

.ruth form
{
	margin: 0px;
	padding: 10px 0px;
}

.languages {
  font-size: 10px;
}

a.credits, a.credits:hover, a.credits:active, a.credits:visited {
  color: #bbbbbb;
  text-decoration: none;
}

input, select {
  font-size: 12px;
  letter-spacing: 1px;
  font-family: sans-serif, sans serif;  
}

textarea
{
	width: 100%;
	height: 100px;
}

.skjul {
  display: none;
}