/* Generelt */
body {
	background-color: #494c52;
	background-image: url(/pics/baggrund.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4 {
	color: #494c52;
}

body, div, li {
	font-family: verdana, sans-serif;
}

img {
	border: 0px;
}

/* Yderste div til at centrere og lave hvid baggrund med */
#outer {
	margin: 20px auto 0px auto;
	position: relative;
}

#outer, #bottom {
	width: 740px;
	background-color: white;
	padding: 10px;
}

/* Toppen af sitet */
#header {
	height: 110px;
}

#header h1, h2 {
	text-align: right;
	font-weight: normal;
	margin: 0px;
}

#header h1 {
	font-size: xx-large;
}

#header h2 {
	font-size: medium;
}

#header #logo {
	position: absolute;
	top: 15px;
	left: 15px;
}

/* Menuen */
#menu {
	background-color: #9da4b1;
	height: 25px;
	margin: 0px 0px 10px 0px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
	z-index: 9999;
}

#menu ul li:hover ul, .menu ul a:hover ul{
	display: block;
}

#menu ul li:hover ul li ul, .menu ul a:hover ul li ul {
	display: none;
}

#menu ul li ul li:hover ul, .menu ul li ul a:hover li ul {
	display: block;
}

#menu ul li {
	cursor: pointer;
	list-style-type: none;
	float: left;
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-color: white;
	border-width: 0px 2px 0px 0px;
	height: 25px;
	line-height: 24px;
	position: relative;
}

#menu ul li, #menu a, #menu a:visited {
	text-decoration: none;
}

#menu ul li, #menu a, #menu a:visited, #menu a:hover {
	color: white;
	font-size: x-small;
	text-transform: uppercase;
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul li ul {
	background-color: #b4bccb;
	min-width: 140px;
	position: absolute;
	display: none;
	z-index: 9999;
	top: 24px;
	left: 8px;
}

#menu ul li ul li {
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-color: white;
	border-width: 1px 1px 0px 1px;
	list-style-type: none;
	float: none;
	min-width: 140px;
}

#menu ul li ul li ul {
	background-color: #c5cad3;
	min-width: 140px;
	position: absolute;
	display: none;
	z-index: 9999;
	top: 1px;
	left: 160px;
}

/* Indhold */
#content {
	padding: 0px 10px 0px 10px;
	width: 540px;
	position: relative;
	top: 0px;
}

#content a {
	color: blue;
}

#content a:hover {
	text-decoration: none;
}

#content h1, #content h3, #content h4 {
	font-weight: normal;
	margin: 0px;
	color: #252628;
	letter-spacing: -1px;
	text-align: left;
}

#content h1 {
	font-size: xx-large;
}

#content h2 {
	text-align: left;
	margin: 20px 0px 10px 0px;
	font-size: medium;
}

#content h3 {
	font-size: large;
}

#content h4 {
	font-size: small;
	padding: 0px 0px 0px 5px;
	line-height: 12px;
}

#content p {
	padding: 0px 0px 0px 2px;
	margin: 8px 0px 12px 0px;
}

#content p, #content li {
	font-size: x-small;
}

#content img {
	margin: 0px 0px 15px 15px;
}

/* Højrespalten */
#rightside {
	width: 170px;
	position: absolute;
	left: 580px;
	top: 155px;
}

#rightside h1 {
	margin: 0px;
	padding: 0px;
	font-size: large;
	font-weight: normal;
}

#rightside h2, #rightside a {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: x-small;
	color: #252628;
	text-decoration: none;
}

#rightside p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-size: x-small;
}

/* Logoer i bunden af siden */
#bottom {
	margin: 0px auto;
	height: 45px;
}

#billetnet {
	padding: 1px 10px 0px 0px;
	float: left;
}

#musicalforum {
	float: left;
}

/* Footer */
#footer {
	margin: 10px 0px 0px 0px;
}

#footer, #footer a, #footer a:visited, #footer a:link {
	color: white;
	font-size: xx-small;
	text-align: center;
	text-decoration: none;
}

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

/* Nyhedsbrev */
#nyhedsbrev form {
	margin: 0px;
}

#nyhedsbrev {
	width: 150px;
}

#nyhedsbrev #email {
	width: 144px;
	border: 1px solid black;
	padding: 2px;
	font-size: x-small;
	font-family: verdana, sans-serif;
}

#nyhedsbrev #tilmeld, #nyhedsbrev #afmeld {
	border: 1px solid gray;
	background-color: #dedfe0;
	font-size: xx-small;
	font-family: verdana, sans-serif;
}

#nyhedsbrev #tilmeld {
	float: left;
}

#nyhedsbrev #afmeld {
	float: right;
}