/*
	Edlandsporten AS Stylesheet Version 1.0
	Created 14.10.2009
	Edited 23.10.2009
	Copyright Daniel S. Olsen
*/

/*Layout*/
html
{
	background: url(../images/siteBg.jpg) no-repeat center top;
	font-size: small;
	font-family: Arial, Sans-Serif;
}
a
{
	color: #c53518;
}
#container
{
	width: 1024px;
	height: auto;
	margin: 40px auto 0em;
}
#top
{
	width: 1024px;
	height: auto;
}
#logo
{
	
}
#nav
{
	width: 1024px;
}
#navTop
{
	height: 50px;
	width: 1024px;
	background: url(../images/dsNavTop.jpg);
}
#navBottom
{
	width: 1024px;
	height: 27px;
	background: url(../images/dsNavBottom.jpg);
}
#breadcrumbs
{
	width: 1024px;
	height: 30px;
	line-height: 25px;
	margin-top: -17px;
	
}
#breadcrumbs a
{
	margin-left: 5px;
}
#breadcrumbs a:Hover, .leftBoxContent a:Hover, .leftBoxContentText span:Hover
{
	color: #666;
	cursor: pointer;
}
#content
{
	width: 1024px;
	min-height: 500px;
}
#left
{
	float: left;
}
#right
{
	width: 750px;
	border: 1px solid #a5b2bc;
	margin-left: 20px;
	float: left;
	background: white;
}
#rightHead
{
	height: 38px;
	width: 750px;
	border-bottom: 1px solid #a5b2bc;
	background: url(../images/dsBoxHeader.jpg);
}
#rightContent
{
	width: 750px;
}
#rightContentText img
{
	border: none;
	margin-right: 10px;
}
#rightContentText hr
{
	background-color: #a5b2bc;
	color: #a5b2bc;
}
#rightContentText input, #rightContentText textarea 
{
	/*border: solid thin #c53518;*/	
}
#footer
{
	width: 1024px;
	height: 38px;
	background: white url(../images/dsBoxHeader.jpg) repeat-x;
	border: 1px solid #a5b2bc;
	text-align: center;
	color: #999;
	line-height: 35px;
	float: left;
	margin-top: 10px;
}
#footer a
{
	color: #999;
}
#footer a:Hover
{
	color: #666;
}

/* Tekst */

h1 {
	line-height: 35px;
	font-size: 18px;
	font-weight: normal;
	color: #c53518;
	margin: 0;
}

h2 {
	line-height: 35px;
	font-size: 16px;
	margin-bottom: 0;
}

p {
	margin-top: 0;
}

/* Lister */

ul li {
	list-style-image: url("/resources/images/listbullet.jpg");
}

/*Classes*/
.navItem
{
	height: 48px;
	width: 169.5px;
	border-top: solid 1px #c53518;
	border-left: solid 1px #c53518;
	border-bottom: solid 1px #c53518;
	float: left;
	text-align: center;
	color: White;
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	cursor:default;
}
.navItem:Hover
{
	background: url(../images/dsNavHover.jpg) repeat-x;
}
.navItem a
{
	color: White;
	text-decoration: none;
}
.navBottomItem a
{
	color: White;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	font-size: 14px;
	margin-right: 20px;
}
.navBottomItem a:Hover
{
	/*color: #c53518;*/
	text-decoration: underline;
}
.leftBox
{
	width: 250px;
	border: 1px solid #a5b2bc;
	background: white;
}
.leftBoxHead
{
	height: 38px;
	width: 250px;
	border-bottom: 1px solid #a5b2bc;
	background: url(../images/dsBoxHeader.jpg);
}
.leftBoxHeadText, #rightHeadText
{
	line-height: 35px;
	margin-left: 10px;
	font-size: 18px;
	color: #c53518;
}
.leftBoxContent
{
	width: 250px;
}
.leftBoxContentText, #rightContentText
{
	padding: 5px 5px 5px 5px;
}
.leftBoxContentText span
{
	color: #c53518;
	text-decoration: underline;
}
#garasjeBilder table tr td img
{
	border: solid 1px #a5b2bc;
}
#forhandlere table
{
	margin-bottom: 20px;
}
#forhandlere table tr td:first-child
{
	font-weight: bold;
}

/*ADSIGN*/
div.success, div.error {
	padding: 10px 10px 5px 10px;
	border: 1px #000 solid;
	margin-bottom: 20px;
}

div.error {
	background: red;
}

div.success {
	background: green;
}

p.error,
p.success {
	margin: 0;
	padding: 0 0 5px 0;
}