body {
	text-align: center;
	min-width: 700px;
	background-color:#FFFFFF;
	height:100%; 
	margin-top:0;
	margin-bottom:0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size:13px;
}

#wrapper {
	margin:0 auto;
	width:600px;
	text-align: left;
}

#hand {
	float:right;
	width:200px;
}

#spegel {
	float:right;
	width:250px;
	padding-left:5px;
}

#back {
	float:right;
	width:200px;
	padding-left:5px;
}

#dots_bottom {
	background:url(bilder/dots_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:17px;
}

#dots_top {
	background:url(bilder/dots_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:17px;
}

#menu {
	background-image:url(bilder/menu.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:28px;
	margin-bottom:10px;
	color:#FFFFFF;
	letter-spacing:1px;
	line-height:30px;	
}
#menu a:link {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#menu a:visited {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#menu a:active {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#menu a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}

#content {
	padding-left:13px;
	padding-right:13px;
	padding-top:10px;
	
}

.t1 {
	font-size:16px;
	font-weight:bold;
}

.t2 {
	font-size:14px;
	text-decoration:underline;
}

a:link, a:active, a:visited {
	text-decoration:underline;
	color:#bab40f;
}

a:hover {
	text-decoration:none;
	color:#bab40f;
}

.td_left {
	background-repeat:repeat-y; 
	background-position:right;
	background-image:url(bilder/dot.jpg);
	width:31px;
}
	
.td_right {
	background-repeat:repeat-y; 
	background-position:left;
	background-image:url(bilder/dot.jpg);
	width:31px;
}
	
ul.lista {
	list-style-image: url('bilder/bullet.jpg');
	line-height:24px;
}

.rosa {
	color:#C9488B;
}


	
