body {
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	//background-attachment:fixed;
	background-position: top right; 
	background-color: #fbe3bd;
	width: 820px;
	margin: 10px auto;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}

img {
	border: 0;
}

div.frame {
	
	border: 0px solid #eee3b8;
	//background-image: url("images/bg.png");
	padding: 0 10px;
}

div.top {
	margin-bottom: 15px;
}

div.top h1{
	background-image: url("SyngDenIgen.png");
	text-indent: -2000px;
	height: 106px;
}

div.top h1 a{ 
	display: block;
	height: 106px;
}

div.menu {
	width: 200px;
	float: left;
}

#sponsor {
	padding-left: 5px;
}

div.content {
	width: 600px;
	
	float: left;
	margin-bottom: 10px;
}

.small {
	font-size: 0.8em;
}

div.bottom {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	
}

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

div.rule {

	border-top: 7px solid #8a2684;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

a {
	color: #8a2684;
}

.fright {
	float: right;
}

/* Menu */

div.menu {
	width: 200px;
	float: left;
	
}

div.menu ul {
	margin: 0 0 0 5px;
	padding: 0;
	width: 180px;
}

div.menu li {
	list-style-type: none;
	margin: 0;
	
	border: 3px solid #8a2684;
	text-align: center;
	margin-bottom: 10px;
}

div.menu li a {
	display:block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6, form, .nopad {
	margin: 0;
	padding: 0;
}

/* Kontakt formular */

label {
	width: 80px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	margin-top: 3px;
	font-weight: bold;
}

input, textarea {
	float: left;
	border: 1px solid #8a2684;
	background-image: url("images/bg.png");
	background-color: transparent;
	font-family: Verdana, sans-serif;
}

#t1, #t2, #t3, #t4 { 
	width: 400px;
	padding: 2px;
}

#t1:focus, #t2:focus, #t3:focus, #t4:focus { 
	background-color: white;
}

#t5l {
	width: 130px;
	margin-left: 80px;
}

#t5 {
	border: 0 solid black;
}

#t6, #t7 {
	width: 100px;
	color: black;
	font-weight: bold;
	padding: 5px;
	
}

#t6 {
	clear: left;
	margin-left: 80px;
	margin-right: 15px;
}


div.picbox {
	margin-top: 15px;
}

p.blockout {
	font-size: 1.4em;
}

/* forside */
.ramme {
	border: 3px solid #8a2684;
}

.ramme-ml {
	border-top: 3px solid #8a2684;
	border-right: 3px solid #8a2684;
	border-bottom: 3px solid #8a2684;
}

.fleft {
	float: left;
}

.navn {
	clear:right;
	font-size: 1.4em;
}

.pad15 {
	padding: 15px;
}

.space5 {
	padding-top: 5px;
}


