/*
	CSS for new veterantraktorklubben.nu
	Author:		Tomas Lindahl
	Date:		20070826
	Version:	1.0
*/

/* General body properties */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url("../images/structure/bodybackground.jpg") #99b28f repeat-x top;
	text-align: center;
}
/* Typography, paragraphs, headers, newstypography and anchors */
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 1em;
	@charset: UTF-8;	
}
a {
	font-size: 1.2em;
	color: #9d0039;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}

h2 {
	font-size: 1.6em;
	margin: 0 0 1em;
	font-weight: 600;
	color: #9d0039;
	
}
h3 {
	font-size: 1.2em;
	font-weight: 600;
}
div#leftColumnLower h3 {
	font-size: 1.4em; 
	color: #9d0039;
	position: relative;
	top: 20px;
	margin: 0 0 10px 35px;
}
/* Image properties */
div#content .contentPadding img {
	float: right;
	margin: 10px;
	border: solid #CCCCCC 1px;
}

div#content img.thumbs {
	padding: 5px;
	border: solid #CCCCCC 1px;
	margin: 0;
}
/* Main body */
div#mainBody {
	margin: 0 auto;
	position: relative;
	width: 845px;
	text-align: left;
	height: auto;
}
/* Main menu column */
div#leftColumn {
	width: 244px;
	float: left;
	position: relative;
}
div#leftColumnUpper {	/* Upper column containing menu & logo */
	width: 244px;
	height: 476px;
	background: url("../images/structure/leftcolumn.jpg")  bottom left no-repeat;
	position: relative;
}
div#leftColumnTop {
	height: 194px;
	width: 244px;
	background: url("../images/structure/leftcolumntop.jpg") no-repeat;
}
img#logo {
	margin: 22px 0 0 41px;
}
/* Main menu */
div#leftColumnUpper ul {	
	list-style-type: none;
	margin: 0 0 0 10px;
}
div#leftColumnUpper ul li {	
	margin: 0 0 5px 0 ;
	display: block;
	width: 195px;
	height: 18px;
}
div#leftColumnUpper ul li a {	
	text-decoration: none;
	color: black;
	display: block;
	width: 200px;
	height: 18px;
	padding: 0 0 0 20px;
}
div#leftColumnUpper ul li a:hover {	
	background: url("../images/structure/menubackground.gif") no-repeat 8px 0;
}
/* Left lower column properties */
div#leftColumnLower {
	position: relative;
	width: 244px; 
	padding-bottom: 10px;
	background: url("../images/structure/leftcolumnlower.gif") no-repeat;
}
div#leftColumnLowerBottom {
	position: absolute;
	bottom: -1px;
	left: 0;
	line-height:0;
	overflow: auto;
	height: 24px;
	width: 244px; 
	background: url("../images/structure/leftcolumnfooter.gif") no-repeat;
}
.columnPadding {
	/*padding: 20px 10px 5px 18px;*/
}
.contentPadding {
	 padding: 40px 25px 180px 30px; 
}
div#footerContact {
	position: absolute;
	margin-top: 75px;
	/*padding: 0 20px 0 15px;*/
	width: 200px;
	left: 20px;
	bottom: -85px;
	font-weight: 600;
	color: white;
}
/* Program column properties */
div#leftColumnLower ul {
	list-style-type: none;
	margin: 35px 0 0 25px;
}
div#leftColumnLower ul li { 
	display: block;
	margin: 0 5px 15px 0;
	height: 18px;
	padding: 0 10px 5px 12px;
	height: 25px;
	background: url("../images/structure/dashed.gif") 11px bottom no-repeat;
}
div#leftColumnLower  ul li a {	
	display: block;
	color: #9d0039;
	text-decoration: none;
	font-size: 1em;
}
li.active a {
	font-weight: 600;
}
/* Content Div properties*/
div#contentBody {
	position: relative;
	width: 585px;
	top: 195px;
	float: left;
	background: url("../images/structure/contentbackgroundstretch.gif") 0 300px repeat-y;
	clear: right;
}

div#content {
	position: relative;
	min-height: 550px;
	height: auto;
   _height: 550px;
	background: url("../images/structure/contentbackground.gif") no-repeat;
}
div#contentBottom {
	bottom: -1px;
	left: 0;
	height: 27px;
	width:589px;
	background: url("../images/structure/contentfooter.gif") no-repeat;
	z-index: 10;
}
* html div#bottomImage {
	right: -5px;
}
div#toptractor {
	position: absolute;
	right: -38px;
	top: 47px;
	width: 228px;
	height: 189px;
	background: url("../images/structure/traktor.jpg") no-repeat;
	z-index: 1000;
}
div#topBand {
	position: absolute;
	height: 5px;
	left: 0;
	width: 100%;
	background-color: #7c0042;
	z-index: 1000;
	overflow: hidden;
}

* html div#toptractor {
	right: -39px;
}
div#bottomImage {
	width: 220px;
	height: 172px;
	position: absolute;
	right: -4px;
	bottom: -19px;	
	background: url("../images/structure/bottomimage.jpg") no-repeat;
	z-index: 20;
}

* html div#bottomImage {
	right: -1px;
	bottom: -20px;	
}

ul#chairman {
	margin: 0 0 0 20px;
	list-style-type: none;
}

ul#chairman li {
	background: url("../images/structure/bullet.gif") 4px  no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}
ul#chairman li a {
	font-size: 1em;
}

/* Form properties */
form input, form textarea {
	border: solid #CCCCCC 1px;

}

div#contentBody  div#content table {
	width: 400px;
}

 /*
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 */
.floatcontainer:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility:hidden;
}
.floatcontainer{
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .floatcontainer{
	height: 1%;
}
.floatcontainer{
    display:block;
}
/* End Hack */
 */
