/* www.shortcar.com */

* {
	margin: 0;
	padding: 0;
}

html {
	height						: 100%;
}

body {
	text-align					: center;
	width						: 100%;
	height						: 100%;
	background					: url("../img/bg_main.gif") repeat-x #474747;
	font-family					: Arial, Sans-Serif;
	font-size					: 12px;
	color						: #333333;
}

/* Lenker */

a {
	color						: #CC0000;
	text-decoration				: none;
}

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

a:visited {
	color						: #666666;
}

/* Generelt */

p {
	margin						: 0;
	padding						: 0;
}

img {
	border						: none;
	vertical-align				: bottom; 
	float						: left;
}

hr {
	height						: 1px;
	font-size					: 1px;
	line-height					: 1px;
	color						: #999999;
	background-color			: transparent;
	border-width				: 0 0 1px 0;
	border-style				: dotted;
	border-color				: #999999;
	display						: block;
	clear						: both;
	margin						: 5px 0 5px 0;
}


/* Design */

#wrap {
	width						: 924px;
	margin						: 10px auto 0px auto;
}

#sign {
	width						: 762px;
	margin						: 4px auto  10px auto;
	padding						: 0px 162px 10px 0px;
}

#sign-content {
	width						: 732px;
	background					: #DDDDDD;
	border						: 4px solid #FFFFFF;
	float						: left;
	padding						: 10px;
}

#maintable {
	width						: 760px;
	background					: #FFFFFF;
	text-align					: left;
	float						: left;
	margin-right				: 4px;
}

#adstable {
	width						: 158px;
	background					: #FFFFFF;
	float						: left;
}

#adstable img {
	margin-bottom				: 4px; 
}

/* Heading */

#logo {
	width						: 380px;
	height						: 80px;
	float						: left;
}
	
	
	#meny ul {
		list-style					: none;
		float						: left;
	}
	
	#meny ul li {
		float						: left;
		display						: inline;
	}
		
/* Scroller */
		
#scroller {
	width						: 742px;
	height						: 16px;
	color						: #FFFF00;
	background					: url("../img/bg_scroller.gif") repeat-x;
	border						: 1px solid #121212;
	padding						: 2px 4px 0px 4px;
}

	#scroller a, #scroller a:visited {
		color						:#FFFF00;
	}
	
		#scroller ul {
			list-style					: none;
			float						: left;
		}
		
		#scroller li {
			float						: left;
			display						: inline;
			margin-right				: 16px;
		}
	
/* Cover */
		
	
/* Forsiden */


/* Footer */

#footer-container {
	width						: 756px;
	height						: 120px;
	clear						: both;
	display						: table;
	margin						: 0 0 4px 0;
}

/* Cutenews */

.short-story, .short-story2 {
	text-align					: left;
	display						: block;
	margin						: 0 0 10px 0;
}

.short-story img {
	margin						: 0 0 20px 0;
}

.short-story2 img {
	width						: 0;
}

.full-story {
	text-align					: left;
	display						: block;
}

.date {
	color						: #787878;
	clear						: both;
	margin-bottom				: 15px;
}

.more {
	text-align					: left;
	font-weight					: bold;
	clear						: both;
	display						: block;
	margin						: 10px 0 0 0;
}

/* Diverse */

.gallery {
	color						: #FFFFFF;
}

	.gallery a, .gallery a:visited {
		color						: #CCCCCC;
		text-decoration				: none;
	}
	
	.gallery a:hover {
		color						: #FFCC00;
		text-decoration				: underline;
	}

.text {
	color						: #000000;
	float						: left;
	margin-bottom				: 4px;
	clear						: both;
}

.forum {
	width						: 744px;
	padding						: 4px;
	background					: white;
	margin-bottom				: 4px;
}

.forum br {
	clear						: both;
}

.forum img {
	float						: none;
}

#skjema {
	padding						: 10px;
	text-align					: left;
}