/* @override http://www.tcvs.se/css/standard.css */

body {
	background: url(http://www.tcvs.se/images/design/bakgrund.jpg) repeat-x top #EAE7E6;
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #333;
}

body, textarea, input, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}

#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 1;
}

#main {
	width: 860px;
	min-height: 440px;
	background: #fff;
}

#bottom {
	height: 30px;
	background: url(http://www.tcvs.se/images/design/bottom.jpg) top left no-repeat;
}

#header {
	position: relative;
	width: 860px;
	height: 30px;
	padding-top: 185px;
	border-bottom: 1px solid #ddd;
	background: url(http://www.tcvs.se/images/design/head-2010.jpg) top left no-repeat;
}

iframe#FBLike {
	border: none;
	overflow: hidden;
	top: 16px;
	left: 45px;
	position: absolute;
	height: 38px;
	width: 340px;
	z-index: 2;
}

a#FBLink {
	display: block;
	position: absolute;
	z-index: 2;
	top:  16px;
	left: 12px;
	height: 24px;
	width: 24px;
}

#menubar {
	border-top: 1px solid #ddd;
	width: 860px;
	padding: 7px 0 0 0;
}

#menubar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#menubar ul li {
	float: left;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
	padding: 0px 10px;
	width: auto;
}

#menubar ul li a:link, #menubar ul li a:visited, #menubar ul li a:active {
	display: block;
	list-style-type: none;
	text-decoration: none;
	font-weight: bold;
	color: #222;
}

#menubar ul li a:hover {
	color: #D39100;
	border-bottom: 1px solid #E9C880;
}

#menubar ul li a:visited.selected, #menubar ul li a:link.selected, #menubar ul li a:active.selected, #menubar ul li a:hover.selected {
	color: #9E1B34;
	border-bottom: 0 none;
}

#author {
	float: right;
	padding: 10px 12px 20px 0;
	width: auto;
}

#footer {
	float: left;
	width: 780px;
	padding: 10px 0 20px 12px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #B9B0AD;
}

#footer a:hover {
	color: #D39100;
	border-bottom: 1px solid #E9C880;
}

#full {
	padding: 20px;
}

#leftcolumn {
	float: left;
	width: 420px;
}

.spalt {
	width: 266px;
	float: left;
	padding: 0 10px 10px 0;
}

#leftcolumn .inner {
	padding: 20px 0 10px 20px;
}

#rightcolumn {
	float: right;
	width: 270px;
}

#rightcolumn .inner {
	padding: 20px 20px 20px 0;
}

#rightcolumn.c50, #leftcolumn.c50 {
	width: 420px;
}

#leftcolumn.c50 .inner {
	padding: 20px 0 20px 20px;
}

#rightcolumn.c50 .inner {
	padding: 20px 20px 20px 0;
}

img.logo {
	float: left;
	margin: 0 10px 5px 0;
}

/* START FCK EDITOR CSS */

.nowrap {
	white-space: nowrap;
}

h1 {
	color: #29568F;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

h2 {
	color: #000;
	font-size: 17px;
	line-height: 19px;
	letter-spacing: 1px;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
}

h3 {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 5px 0 10px 0;
	font-family: arial, helvetica, sans-serif;
}

h4 {
	color: #000;
	font-size: 13px;
	line-height: 13px;
	margin: 15px 0 0 0;
	font-family: arial, helvetica, sans-serif;
}

h5 {
	color: #444;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	margin: 18px 0 0 0;
	font-family: arial, helvetica, sans-serif;
}

p {
	margin: 8px 0 10px 0;
}

p.ingress {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin: 10px 0;
}

em, i {
	color: #555;
	font-style: italic;
}

.soft {
	color: #999;
}

strong, b {
	color: #000;
}

a:link, a:active, a:visited {
	color: #29568F;
	text-decoration: none;
}

a:hover {
	color: #D39100;
}

a:focus {
	outline: none;
}

a:link img, a:active img, a:visited img, a:hover img, img {
	border: 0px none;
}

img {
	display: block;
}

hr, .divider {
	border: 0 none;
	border-top: 1px solid #EAE7E6;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0 0 20px 0;
}

.divider {
	clear: both;
}

.spacer {
	height: 8px;
}

ul {
	margin: 8px 0 12px 0;
	padding: 0 0 6px 30px;
}

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

.clr {
	clear: both;
}

.clrL {
	clear: left;
}

.clrR {
	clear: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* END FCK EDITOR CSS */

#main p a:link, #main p a:active, #main p a:visited {
	color: #29568F;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #94ABC7;
}

#main p a:hover {
	color: #D39100;
	border-bottom: 1px solid #E9C880;
}

.ext-icon {
	background: url(http://www.tcvs.se/images/design/extlink.gif) no-repeat right center;
	padding-right: 15px;
	background-position: right center;
}

.filbox {
	padding: 10px 0 20px 10px;
	line-height: 26px;
}

.filbox_small {
	padding: 10px 0 0 5px;
	line-height: 26px;
	border-top: 1px solid #EAE7E6;
}

.filbox img, .filbox_small img {
	float: left;
	margin: 0 8px 0 0;
	height: 26px;
}

p.linklist {
	margin: 0;
	line-height: 18px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}


