/*
 * Undersider
 */
#page .box {
	width: 774px 
}
#page .box .header {
	background: url('../images/design/bars/darkgreen.jpg') repeat-x;
}
#page .box .content {
	padding: 10px;
}
#page .box .footer {
	background: #fff;
}


/*
 * Nyhedskategorier
 */
#football #logo {
	background: #fff url('../images/design/logos/football.jpg') no-repeat;
}
#football .box .header {
	background: url('../images/design/bars/darkgreen.jpg') repeat-x;
}

#handball #logo {
	background: #fff url('../images/design/logos/handball.jpg') no-repeat;
}
#handball .box .header {
	background: url('../images/design/bars/brown.jpg') repeat-x;
}

#cycling #logo {
	background: #fff url('../images/design/logos/cycling.jpg') no-repeat;
}
#cycling .box .header {
	background: url('../images/design/bars/yellow.jpg') repeat-x;
}

#golf #logo {
	background: #fff url('../images/design/logos/golf.jpg') no-repeat;
}

#golf .box .header {
	background: url('../images/design/bars/green.jpg') repeat-x;
}

#nfl #logo {
	background: #fff url('../images/design/logos/nfl.jpg') no-repeat;
}
#nfl .box .header {
	background: url('../images/design/bars/blue.jpg') repeat-x;
}

#tennis #logo {
	background: #fff url('../images/design/logos/tennis.jpg') no-repeat;
}
#tennis .box .header {
	background: url('../images/design/bars/orange.jpg') repeat-x;
}

#motorsport #logo {
	background: #fff url('../images/design/logos/motorsport.jpg') no-repeat;
}
#motorsport .box .header {
	background: url('../images/design/bars/black.jpg') repeat-x;
}

#hockey #logo {
	background: #fff url('../images/design/logos/hockey.jpg') no-repeat;
}
#hockey .box .header {
	background: url('../images/design/bars/lightblue2.jpg') repeat-x;
}
#hockey .box .header h2 {
	color: #000;
}


/* 
 * Forsiden
 */
#frontpage .box .footer {
	background: #F1F4F5;
	height: 2px;
}

#frontpage .header h2 {
	padding-left: 50px;	
}
#frontpage .football .header {
	background: url('../images/design/bars/darkgreen.jpg') repeat-x;
}
#frontpage .football .header h2 {
	background: url('../images/design/icons/football.png') 3px 2px no-repeat;
}

#frontpage .handball .header {
	background: url('../images/design/bars/brown.jpg') repeat-x;
}
#frontpage .handball .header h2 {
	background: url('../images/design/icons/handball.png') 3px 2px no-repeat;
}

#frontpage .cycling .header {
	background: url('../images/design/bars/yellow.jpg') repeat-x;
}
#frontpage .cycling .header h2 {
	background: url('../images/design/icons/cycling.png') 15px 2px no-repeat;
}

#frontpage .golf .header {
	background: url('../images/design/bars/green.jpg') repeat-x;
}
#frontpage .golf .header h2 {
	background: url('../images/design/icons/golf.png') 3px 2px no-repeat;
}

#frontpage .nfl .header {
	background: url('../images/design/bars/blue.jpg') repeat-x;
}
#frontpage .nfl .header h2 {
	background: url('../images/design/icons/nfl.png') 3px 4px no-repeat;
}

#frontpage .tennis .header {
	background: url('../images/design/bars/orange.jpg') repeat-x;
}
#frontpage .tennis .header h2 {
	background: url('../images/design/icons/tennis.png') 3px 2px no-repeat;
	padding-left: 50px;
}

#frontpage .motorsport .header {
	background: url('../images/design/bars/black.jpg') repeat-x;
}
#frontpage .motorsport .header h2 {
	background: url('../images/design/icons/motorsport.png') 3px 2px no-repeat;
}

#frontpage .hockey .header {
	background: url('../images/design/bars/lightblue2.jpg') repeat-x;
}
#frontpage .hockey .header h2 {
	background: url('../images/design/icons/hockey.png') 3px 2px no-repeat;
	color: #000;
}


#contact dt {
	margin: 0;
	padding: 5px;
}
#contact dd {
	margin: 0;
	padding: 5px;
}
#contact input {
	width: 400px;
}
#contact textarea {
	width: 400px;
	height: 160px;
}
#contact #submit {
	width: auto;
}
#contact ul.errors {
	color: red;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#contact ul.errors li {
	font-size: 70%;
	margin: 0;
	padding: 0;
}
