/*PNG FIX*/
img, div { 
	behavior: url(/pngfix/iepngfix.htc); 
}

/*REGULAR CSS*/
a:link {
	text-decoration: none;
	color: #bb3a96;
	}
	
a:visited {
	text-decoration: none;
	color: #bb3a96;
	}
	
a:hover { 
	text-decoration: none;
	color: #bb3a96;
	}
	
a:active { 
	text-decoration: none;
	color: #bb3a96;
	}
	
a img {
	border: 0;
}

body {
	padding: 0 0 30px 0;
	margin: 0;
	background-image: url('../img/blue.gif');
}

p {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	
}

#wrapper {
	background: url('../img/highlight_bg.gif') repeat-x;
	height: 271px;
	width: 100%;
	display: table;
}

#logo {
	behavior: url('/pngfix/iepngfix.htc'); 
	background: transparent url('../img/tramsit_logo.png');
	width: 507px;
	height: 121px;
	margin: 150px 0 0 20px;
	padding: 0;
}

#header {
	margin: 0 0 0 25px;
	padding: 0;
	width: 725px;
	height: 59px;
	display: block;
	border-bottom: solid 10px #bb3a96;		
}

#menu {
	width: 495px;
	height: 38px;
	padding: 0px;
	margin: 21px 0 0 0;
	display: block;
}

#feed {
	margin: 0 0 0 25px;
	background: #bb3a96;
	width: 725px;
	height: 10px;
	display: block;		
}

#feed_video {
	margin: 0 0 0 25px;
	background: transparent url('../img/video_background.gif') repeat-x;
	width: 725px;
	height: 395px;
	display: block;	
}

#content {
	width: 730px;
	margin: 0;
	padding: 0;
	display: inline;
}

#main {
	background: transparent;
	width: 506px;
	padding: 0 0 0 25px;
	margin: 0;
	display: block;
	float: left;
}

/* AD CSS */

div.ad_top {
	position: absolute;
	left: 23px;
	top: 10px;
	height: 120px;
	width: 980px;
}

div.ad_top img {
	width: 980px;
	height: 120px;		
}

div.ad_side_area {
	position: absolute;
	left: 753px;
	top: 130px;
	width: 250px;
}

div.ad_side_area img {
	margin: 3px 0 0 0;
	max-height: 360px;
	max-width: 250px;
}

div.ad_side_area img.bottom {
	margin: 3px 0 10px 0;
}

div.ad_side_area img.toptight {
	margin: 0 0 0 0;
}

/* ADMIN CSS STARTS HERE */

#main div.admin {
	background: #FFFFFF;
	width: 725px;
	padding: 0;
	margin: 3px 0 0 0;
}

#main div.admin p {
	font-family: Calibri,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 0px 10px 0px 10px;
}

#main div.admin p.title {
	font-family: Calibri,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #bb3a96;
	padding: 10px 0 0 0;
	margin: 0px 0 0 9px;	
}

#main div.admin div.admin_login {
	height: 30px;
	margin: 0;
	padding: 0 0 10px 0;
}

#main div.admin div.admin_login input#user {
	margin: 0 0 0 10px;
	display: block;
	background-color: #eeeeee;
	border: solid 2px;
	border-color: #cccccc;
	color: #000000;
	font-family:Calibri,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #602b76;
	font-weight: normal;
	height: auto;
	width: 120px;
	float: left;
}

#main div.admin div.admin_login input#password {
	margin: 0 0 0 10px;
	display: block;
	background-color: #eeeeee;
	border: solid 2px;
	border-color: #cccccc;
	color: #000000;
	font-family:Calibri,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #602b76;
	font-weight: normal;
	height: auto;
	width: 120px;
	float: left;
}

#main div.admin div.admin_login input#login_button {
	width: 75px;
	height: 29px;
	margin: 0 0 0 10px;
	font-size: 12px;
}

/* POST CSS STARTS HERE */

#main div.topic_header {
	background: #bb3a96 url('../img/sidebarbg2.gif') repeat-x;
	height: 29px;
	margin: 3px 0 0 0;	
}

#main div.topic_header p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 6px;
	text-transform: uppercase;
}

#main div.post {
	background: #FFFFFF;
	width: 506px;
	padding: 0;
	margin: 3px 0 0 0;
}

#main div.post#first {
	margin: 0;
}

#main div.post p {
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 0px 10px 0px 10px;
	/*text-align:justify;*/
}

#main div.post p.title {
	font-weight: bold;
	font-size: 24px;
	color: #bb3a96;
	padding: 5px 0 0 0;
	margin: 0px 0 0 9px;
}

#main div.post p.title#nopic {
	padding-top: 0px;
	margin-top: -8px;
}

#main div.post p.post_type {
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 3px 0 -30px 3px;
	padding: 2px 6px 2px 4px;
	background: #bb3a96;
	border: solid 1px #bb3a96;
	float:left;	
}

#main div.post img {
	width: 500px;
	margin: 3px 3px 3px 3px;	
}

#main div.post div.footer {
	width: 490px;
	display: block;
	margin: 0 0 0 9px;
	padding: 0;

}

#main div.post div.footer p {
	font-weight: bold;
	font-size: 12px;
	color: #444444;
	padding: 4px 0 0 0;
	float: right;
	display: block;
}

#main div.post div.footer img {
	width: 20px;
	height: 19px;
	float: left;
	margin: 0px 3px 0px 0px;	
}

#main div.post p#tag_topic {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	padding: 0;
	margin: 0px 3px 10px 10px;
	float: left;
}

#main div.post p#tag {
	font-size: 10px;
	color: #bb3a96;
	padding: 3px 0 0 0;
	margin: 0px 3px 0px 3px;
	float: left;
	text-transform: uppercase;
	text-decoration: underline;
}

#main div.colpost {
	background: transparent;
	width: 506px;
	height: 260px;
	padding: 0;
	margin: 3px 0 0 0;
}

#main div.colpost div.col {
	background: #ffffff;
	width: 168px;
	height: 260px;
	margin: 0;
	padding: 0;
}

#main div.colpost div.col:hover {
	background: #e9d0e9;
	width: 168px;
	height: 260px;
	margin: 0;
	padding: 0;

}

#main div.colpost div.col_mid {
	background: #ffffff;
	width: 168px;
	height: 260px;
	margin: 0 1px 0 1px;
}

#main div.colpost div.col_mid:hover {
	background: #e9d0e9;
	width: 168px;
	height: 260px;
	margin: 0 1px 0 1px;
}

#main div.colpost img {
	width: 162px;
	height: 121px;
	margin: 3px 0 0 3px;
	padding: 0;
	border: 0;
}

#main div.colpost p {
	padding: 0;
	margin: 0 10px 6px 10px;
	font-size: 12px;
	color: #444444;
}

#main div.colpost p.title {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #bb3a96;
}

#main div.postfooter {
	background: transparent url('../img/postbottom.png') no-repeat;
	height: 13px;
	padding: 0;
	margin: 0;
	display: block;	
}

#main div.postheader {
	background: transparent url('../img/postheader.png') no-repeat;
	height: 13px;
	padding: 0;
	margin: 13px 0 0 0;
	display: block;
}

div.clearboth {
	clear: both;
}

/* VIDEOPOST */

#main div.sortinfo {
	background: #bb3a96 url('../img/sidebarbg2.gif') repeat-x;
	height: 29px;
	padding: 0;
	margin: 3px 0 0 0;
}

#main div.sortinfo select {
	vertical-align: right;
	padding: 0;
	margin: 4px 4px 0 5px;
	float: right;	
}

#main div.sortinfo p {
	font-size: 14px;
	text-transform: uppercase;
	color: #eeeeee;
	padding: 0;
	margin: 4px auto auto 10px;
	font-weight: bold;
	float: left;
}

#main div.video_info {
	background: #c454a4;
	margin: 3px 0 0 0;
	padding: 0;
}

#main div.video_info p {
	font-size: 12px;
	color: #eeeeee;
	padding: 0 0 0 0;
	margin: 0 10px 5px 10px;
}

#main div.video_info p.title {
	font-size: 20px;
	font-weight: bold;
	color: #eeeeee;
	padding: 10px 0 0 0;
	margin: 0px 10px 0px 10px;
}

#main div.video_info p#tag {
	font-size: 10px;
	color: #eeeeee;
	padding: 3px 0 0 0;
	margin: 0px 3px 0px 3px;
	float: left;
	text-transform: uppercase;
	text-decoration: underline;
}

#main div.video_info p#tag_topic {
	font-size: 14px;
	font-weight: bold;
	color: #eeeeee;
	padding: 0;
	margin: 0px 3px 10px 10px;
	float: left;
}

#main div.video_info p#info_text {
	font-size: 12px;
	font-weight: bold;
	color: #eeeeee;
	padding: 0;
	margin: 0px 3px 7px 10px;
	float: left;
}

#main div.comment#first {
	background: white;
	padding: 0;
	margin: 3px 0 0 0;
}

#main div.comment {
	background: white url('../img/comment_head.png') repeat-x;
	padding: 0;
	margin: 3px 0 0 0;
}

#main div.comment .comment_float {
	background: transparent url('../img/comment_float.png') no-repeat;
	height: 17px;
	width: 15px;
	margin: -10px 0 0 -15px;
}

#main div.comment p.comment_text {
	font-size: 12px;
	color: #444444;
	padding: 0 0 10px 0;
	margin: 5px 10px 0px 10px;
	width: 485px;
	z-index: 100;
}

#main div.comment p.admin_comment_text {
	font-size: 12px;
	color: #c454a4;
	padding: 0 0 10px 0;
	margin: 5px 10px 0px 10px;
	width: 485px;
	z-index: 100;
}

#main div.comment p.admin_name {
	font-size: 16px;
	font-weight: bold;
	color: #c454a4;
	padding: 10px 0 0 0;
	margin: 0px 10px 0px 10px;
	float: left;
}

#main div.comment p.name {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	padding: 10px 0 0 0;
	margin: 0px 10px 0px 10px;
	float: left;
}

#main div.comment p.date {
	font-size: 12px;
	color: #444444;
	padding: 14px 0 0 0;
	margin: 0 10px 0px 10px;
}

#main div.comment p.admin_date {
	font-size: 12px;
	color: #c454a4;
	padding: 14px 0 0 0;
	margin: 0 10px 0px 10px;
}

#main div.comment p.report {
	float: right;
	margin: 15px 10px 0 0;	
}

#main div.comment_foot {
	background: transparent url('../img/comment_foot.png')
}

#main div.comment_input {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
}

#main div.comment_input p {
	font-size: 12px;
	color: #444444;
	padding: 0;
	margin: 0px 10px 0px 10px;
}

#main div.comment_input p.title {
	font-size: 18px;
	font-weight: bold;
	color: #444444;
	padding: 0;
	margin: 0px 10px 8px 10px;
}

#main div.comment_input #comment_send {
	margin: 10px 0 0 10px;
}

#main div.comment_input #name {
	margin: 0 0 6px 10px;
}

#main div.comment_input #comment {
	width: 483px;
	height: 100px;
	margin: 0 0 0 10px;
	resize: none;
}

#main div.comment_input div.captcha {
	width: 156px;
	height: 70px;
	margin: 15px 0 0 0;
}

#main div.comment_input div.captcha li.captcha_button {
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main div.comment_input div.captcha li.captcha_image {
	width: 50px;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main div.comment_input div.captcha li.captcha_image#space {
	width: 50px;
	height: 40px;
	margin: 0 0 0 1px;
}

#main div.comment_input div.captcha li.captcha_image img {
	width: 38px;
	height: 35px;
	margin: 0;
}

#main div.videofeed {
	background: white url('../img/video_feed.png');
	height: 96px;	
}

#main div.articlefeed {
	background: white url('../img/video_feed.png');
	height: 96px;	
}


#main div.articlefeed:hover {
	background: white url('../img/video_feed_active.png');
	height: 96px;	
}

#main div.videofeed:hover {
	background: white url('../img/video_feed_active.png');
	height: 96px;	
}

/*NIKLAS ADDITIONS*/

#main div.searchfeed {
	background: white url('../img/search_post_bg.gif');
	height: 40px;
}

#main div.searchfeed:hover {
	background: white url('../img/search_post_bg_hover.gif');
	height: 40px;
}

/*END NIKLAS ADDITIONS*/


#main div.videofeed img {
	margin: 3px 0 0 3px;
	width: 120px;
	height: 90px;	
	float: left;
	border: 0;
}

#main div.videofeed p {
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 18px 10px 0px 132px;
	line-height: 1.2;
}

#main div.videofeed p.date {
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px 5px 0px 9px;
	text-transform: uppercase;
	float:left;
}

#main div.videofeed p.date#tags {
	color: #bb3a96;
	margin: 0;
}

/* niklas additions */

#main div.articlefeed p {
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 18px 10px 0px 10px;
	line-height: 1.2;
}

#main div.articlefeed p.date {
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px 5px 0px 9px;
	text-transform: uppercase;
	float:left;
}

#main div.articlefeed p.date#tags {
	color: #bb3a96;
	margin: 0;
}

#main div.articlefeed p.title {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #bb3a96;
	padding: 5px 0 0 9px;
	margin: 0px 0 0 0px;	
}

/* end */

#main div.post p.date {
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px 5px 0px 9px;
	text-transform: uppercase;
	float:left;
}

#main div.post p.date#tags{
	color: #bb3a96;
	margin: 0;
}

#main div.videofeed p.title {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #bb3a96;
	padding: 5px 0 0 11px;
	margin: 0px 0 0 120px;	
}

/* BEGIN NIKLAS ADDITION */
#main div.searchfeed p {
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 18px 10px 0px 132px;
	line-height: 1.2;
}

#main div.searchfeed p {
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 18px 10px 0px 0px;
	line-height: 1.2;
}

#main div.searchfeed p.date {
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px 5px 0px 9px;
	text-transform: uppercase;
	float:left;
}

#main div.searchfeed p.date#tags {
	color: #bb3a96;
	margin: 0;
}

#main div.searchfeed p.title {
	position: relative;
	font-weight: bold;
	font-size: 16px;
	color: #bb3a96;
	padding: 4px 0 0 11px;
	margin:  0;	
}

#main div.video_info p {
	font-size: 12px;
	color: #eeeeee;
	padding: 0 0 0 0;
	margin: 0 10px 5px 10px;
}

/*END NIKLAS ADDTIONS*/

#main div.pagenav {
	height: 25px;
	background: #ffffff url('../img/pagenav.png');	
}

#main div.pagenav p {
	font-size: 10px;
	text-decoration: underline;
	color: #bb3a96;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0px 8px 0px 9px;
	text-transform: uppercase;
	float:right;	
}

#main div.pagenav p#number {
	margin: 0 2px 0 2px;
}

#main div.pagenav p#number_active {
	font-weight: bold;
	margin: 0 2px 0 2px;
}

#main div.pagenav p#number_last {
	margin: 0 9px 0 2px;
}

#main div.pagenav p#number_last_active {
	font-weight: bold;
	margin: 0 9px 0 2px;
}

#main div.pagenav p#dot_divider {
	color: #888888;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

/* BLOGG CSS */

#main div.blogg_header img {
	margin: 3px 0 0 3px;
	width: 180px;
	height: 135px;	
	float: left;
	border: 0;
}

#main div.blogg_header p {
	font-size: 12px;
	color: #444444;
	padding: 0 0 15px 0;
	margin: 18px 10px 0px 190px;
	line-height: 1.2;
}

#main div.blogg_header p.date {
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0px 5px 0px 9px;
	text-transform: uppercase;
	float:left;
}

#main div.blogg_header p.date#tags {
	color: #bb3a96;
	margin: 0;
}

#main div.blogg_header p.title {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	color: #bb3a96;
	padding: 5px 0 0 10px;
	margin: 0px 0 0 180px;	
}

#main div.bloggfeed {
	background: white url('../img/video_feed.png');
	height: 96px;	
	margin: 0;
	padding: 0;
}

#main div.bloggfeed:hover {
	background: white url('../img/video_feed_active.png');
	height: 96px;	
}

#main div.bloggfeed img {
	margin: 3px 0 0 3px;
	width: 120px;
	height: 90px;	
	float: left;
	border: 0;
}

#main div.bloggfeed p {
	font-size: 12px;
	color: #444444;
	padding: 0;
	margin: 0 8px 2px 132px;
	line-height: 1.3;
}

#main div.bloggfeed p#description {
	height: 43px;
	line-height: 1.2;
}

#main div.bloggfeed p.title {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	color: #bb3a96;
	padding: 2px 0 0 10px;
	margin: 0px 0 0 120px;	
}

#main div.bloggfeed p.latest_blogg {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 4px 5px 0px 9px;
	text-transform: uppercase;
	float:left;
}

#main div.bloggfeed p.latest_blogg#preview {
	color: #bb3a96;
	margin: 4px 5px 0 3px;
}

/* SIDEBAR CSS STARTS HERE */

#sidebar {
	background: transparent;
	width: 216px;
	margin: 3px 0 0 3px;
	padding: 0;
	display: block;
	float: left;
}

#sidebar div.header {
	height: 25px;
	width: 216px;
	background: #bb3a96 url('../img/sidebarbg2.gif') repeat-x;
	display: block;
	padding: 4px 0 0 0;
}

#sidebar div.header p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 0 6px;
}

#sidebar div.blogg_presentation {
	background: white;
	width: 216px;
	padding: 0;
	margin: 0;
	display: block;
}

#sidebar div.blogg_presentation p {
	padding: 0 10px 10px 10px;
	margin: 0;
	font-size: 12px;
	color: #444444;
}

#sidebar div.blogg_presentation img {
	width: 210px;
	margin: 3px 7px 6px 3px;
	padding: 0;
}

#sidebar div.blogg_presentation p.title {
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #bb3a96;
}

#sidebar div.post {
	background: white url('../img/sidebar_post_bg.gif') repeat-x;
	height: 64px;
	width: 216px;
	padding: 0;
	margin: 0;
	display: block;
}

#sidebar div.spacer {
	padding: 0;
	margin: 3px 0 0 0;
	background: transparent;
	display: block;	
}

#sidebar div.post:hover {
	background: white url('../img/sidebar_post_bg_hover.gif') repeat-x;
}

#sidebar div.post img {
	width: 50px;
	max-height: 50px;
	margin: 7px 7px 6px 6px;
	padding: 0;
	border: 0;
	float: left;	
}

#sidebar div.post p {
	padding: 0;
	margin: 2px 6px 6px 5px;
	font-size: 10px;
	color: #444444;
	line-height: 1.2;
}

#sidebar div.post p.title {
	text-transform: uppercase;
	padding: 7px 0 0 7px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #bb3a96;
	line-height: 1.1;
}

ul {
	padding: 0px;
	margin: 0px;
}

li {
	position: relative;
	display: inline;
	float: left;
	}

li div.btn_nyheter {
	background: transparent url('../img/buttons/btn_white_nyheter.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_nyheter_active {
	background: transparent url('../img/buttons/btn_purple_nyheter.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_video {
	background: transparent url('../img/buttons/btn_white_video.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_video_active {
	background: transparent url('../img/buttons/btn_purple_video.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_bilder {
	background: transparent url('../img/buttons/btn_white_bilder.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_bilder_active {
	background: transparent url('../img/buttons/btn_purple_bilder.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_artiklar {
	background: transparent url('../img/buttons/btn_white_artiklar.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_artiklar_active {
	background: transparent url('../img/buttons/btn_purple_artiklar.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_blogg {
	background: transparent url('../img/buttons/btn_white_blogg.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.btn_blogg_active {
	background: transparent url('../img/buttons/btn_purple_blogg.png') no-repeat;
	height: 38px;
	width: 96px;
	margin: 0 3px 0 0;
}

li div.search {
	background: transparent url('../img/searchfield.png') no-repeat;
	height: 59px;
	width: 217px;
	padding: 0;
	margin: 0 0 0 13px;
}

li div.search input {
	position: relative;
	top: 10px;
	display: block;
	background-color: #eeeeee;
	border: solid 3px;
	border-color: #bb3a96;
	color: #000000;
	font-family:Calibri,Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #602b76;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	margin: 0 5px 0 10px;
	height: auto;
	width: 110px;
}

/* ARVIDS NYA CSSKOD */

#main div.img_colpost {
	width: 500px;
	height: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
	position: relative;
	vertical-align: middle;

}

#main div.clearboth {
	clear: both;
}

#main div.thumbnail_outer {
	background: #FFFFFF;
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
	border: 1px solid #e9d0e9;
	margin: 2px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

#main div.thumbnail_outer:hover {
	background-color: #e9d0e9;
	width: 150px;
	height: 150px;
	float: left;
	position: relative;
	border: 1px solid #e9d0e9;
	margin: 2px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

#main div.thumbnail_inner {
	clear: both;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	width: 150px;
	height: 150px;
}

#main img.thumbnail_image {
	position: relative;
	vertical-align: middle;
	max-width: 146px;
	max-height: 146px;
}

/* Arvid ny - fullsize-bilder */

#image_full img.fullsize {
	max-width: 725px;
	max-height: 550px;
	margin-bottom: 35px;
	margin-top: 1px;
}

#image_full {
	margin: 0 0 0 25px;
	background: black url('../img/video_background.gif') repeat-x;
	background-position: bottom;
	width: 725px;
	display: block;
	text-align: center;
}
