/*Layout*/
.tbmain {
	width:776px;
		}
.tdlogo {
		width: 776px;
		height: 261px;
		background-image: url(img/logo.jpg);
		background-repeat: no-repeat;
		margin:0px;
		padding:0px;
		}
.tdmenuleft {
		width: 10px;
		height: 23px;
		background-image: url(img/menu_left.jpg);
		background-repeat: no-repeat;
		}
.tdmenuright {
		width: 10px;
		height: 23px;
		background-image: url(img/menu_right.jpg);
		background-repeat: no-repeat;
		}
.tdmenubot {
		width: 776px;
		height: 12px;
		background-image: url(img/menu_bot.jpg);
		background-repeat: no-repeat;
		}
.tdmenubg {
		width: 756px;
		height: 23px;
		background-color: #000000;
		}
.tdbarleft {
		width: 10px;
		background-image: url(img/bar_left.jpg);
		background-repeat: repeat-y;
		}
.tdbarright {
		width: 10px;
		background-image: url(img/bar_right.jpg);
		background-repeat: repeat-y;
		}

.tdbot {
		width: 776px;
		height: 56px;
		background-image: url(img/bottom.jpg);
		background-repeat: no-repeat;
		}


.tbmenu {
		width:135px;
		height:;
		vertical-align:top;
		margin-left:3px;
	}
.tbmaint {
		width:574px;
		vertical-align:top;
background-color: #000000;
	}
.tbmaint2 {
		width:500px;
		vertical-align:top;
		margin-left: 30px;
		margin-top: 20px;
		}

.tbsideframebg {
		vertical-align: top;
		background-image: url(img/side_frame_repeat.jpg);
		background-repeat: repeat-y;
		width: 182px;
		}
	
.tbsideframe {
		background-image: url(img/side_frame.jpg);
		background-repeat: no-repeat;
		vertical-align: top;
		height: 631px;
		}

.sidemargin {
		margin-left: 30px;
		margin-top: 5px;
		width: 128px;
		}

/*TEXTER*/

.rubrik {
		font-size:14px;
		font-weight: bold;
}
.rubrik2 {
		font-size:12px;
		font-weight: bold;
color: #000000;
}

/*Prduktionsinformation*/

.tbprod1 {
		width: 500px;
				
		}
.tbprod2 {
				
		}
.tbprod3 {
				
		}

body {
	background: #5d4521 url(img/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f9e38b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;


	}

table {  
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px; 
	}


/*text links*/

a.text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fed100;
	text-decoration: none;
	font-weight: normal;
}
a.text:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fed100;
	text-decoration: none;
	font-weight: normal;
}
a.text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
}
a.text:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}