/*
Styles for main weblayout. 
Big thanx to http://www.positioniseverything.net/ for the basic Jello Mold layout
*/

body {
	font-family:  "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}
		
#sizer {
	margin: 0;
	padding: 0;
	width: 100%;
}

#expander {
	margin: 0;
	padding: 0;
	width: 100%;
}


/*
Styles for content

Banner and logon box starts here
*/

#top {
	height: 55px;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 0;
	background-color: #fff;
	border-bottom: solid #34404e thin;
	text-align: left;
	}

#bannerlogon { 
	visibility: hidden;
	}

#top h1 {
	margin: 0 0 0 60px;
	padding: 0px 0 0 0;
}
	
#top h1 a {
	margin: 0;
	padding: 0;
	display: block;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
	color: #34404e;
	}

#top h1 a:hover {
	text-decoration: none;
	}

/*

Navigation bar begins here

*/

#navbar {
	visibility: hidden;
}

/*

Styles for the left menu

*/

#sidebar {
	visibility: hidden;

}

/*
Styles for the main content
*/ 
a 			{color: #000; font-size:13px; font-weight: bold; text-decoration: underline;}
a:link 		{color: #000;}
a:visited 	{color: #000;}
a:hover 	{color: #000000; text-decoration: underline;}

#content {
	width: 96%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:   "Times New Roman", Times, serif;

}

#content .danmarkskort {
	margin: 0 0 0 15%;
	padding: 0;
	background: url(../../images/danmarkskort.gif) ;
	width: 307px;
	height: 360px;
}

#content .danmarkskort a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url(../../images/bullet_yellow_shadow.png) left center no-repeat;
	text-decoration: none;
}

#content .danmarkskort a:hover {
	background-image: url(../../images/bullet_green_shadow.png);
}

#content h1 {
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-size: 18px;
	color: #000;
}

#content h2, h3 {
	color: #000;
	font-size: 16px;
}

#content h2 a, h3 a{
	font-size: 16px;
}

#content p {
	font-size: 13px;
	color: #000;
}

#content img {
	border: ridge 1px #000;
	margin: 10px;
}

.news {
	margin: 0 20px 25px 0;
	padding:0;
}

.news h2 {
	margin:0;
	padding: 5px 0px 2px 0px;
	width: 100%;
	font-family:   "Times New Roman", Times, serif;
	font-size: 18px;
	
}

.news h3 {
	margin:0;
	padding: 0px 0px 10px 0px;
	width: 100%;
	color: #000;
	font-family:   "Times New Roman", Times, serif;
	font-size: 9px;
}

.news h3 a {
	font-family:   "Times New Roman", Times, serif;
	font-size: 9px;
	color: #000000;
}

.newscontent {
	margin:0;
	padding: 10px 10px 16px 0px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #000;
	width: 100%;	
}

.newscontent p {
	font-family:   "Times New Roman", Times, serif;
	margin:0 0 10px 0;
	padding:0;
	width: auto;
	height: auto;
}

.news form {
	margin: 10px 0 0 15px;;
}

div.newscontent span {
	font-family: "Courier New", Courier, monospace;	
	font-size: 13px;
	white-space: pre;
 	margin: 0;
	padding: 0;	
}

#admin form li {
	visibility: hidden;
	list-style-type: none;
	line-height: 30px;
}

.deletebutton {
	color: #FF0000;
	font-weight: bolder;
}

.primarybutton {
	font-weight: bolder;
}

table.racelist {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:   "Times New Roman", Times, serif;
	font-size: 10px;
	border-bottom: 2px solid #000;
}

table.racelist td {
	padding: 4px;
	background-color: #FFF;
}

table th {
	text-align: center;
	padding: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
}

.fixedwidthdate {
	width: 160px;
}

.fixedwidthraceentry {
	width: 115px;
}


/*

Styles for the footer

*/
#footer { 
	visibility: hidden;
	clear: both; 
	margin: 0 0 0 0; 
	padding: 0 2.5% 0 2.5%; 
	border-top: 14px solid #627792;
	text-align: right;
	}
	
#footer address {
	color: #000;
	font-size: 12px;
  	line-height: 30px;	
	border: 0;
	margin: 0;
	padding: 0 0 0 0 ;
	}
