/* CSS Document */
body {
	margin: 0 auto;
	background-color:#fff;
	text-align:center;
	width:100%;
	font-size:0.85em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#headline {
	position:relative; left:20px;
	clear:left;
	text-align:left;
	font-size:1.2em; font-weight:bold;
}
.choice {
	position:relative; left:10px; top:0px;
	width:650px;
	text-align:left;
	float:left;
}
.light{
	background-color:#ede;
	color:#000;
	
}
.dark{
	background-color:#ffe;
	color:#000;
}
.hogerkant {
	border-right:1px solid black;
}
.vansterkant {
	border-left:1px solid black;
}
td {
	font-style:normal;
	vertical-align:top;
}
td.middle{
	vertical-align:middle;
}
td.bottomborder{
	border-bottom: 1px solid black;
	font-weight:bold;
}
#position{
	width:464px;
	clear:left;
}
#a {
	position:absolute; top:200px; left:20px;
	width:464px;
	border:1px solid red;
	visibility:visible;
		z-index:4;
}
#b {
	position:absolute; top:200px; left:20px;
	width:464px;
	border:1px solid blue;
	visibility:hidden;
		z-index:3;
}
#c{
	position:absolute; top:200px; left:20px;
	width:464px;
	border:1px solid green;
	visibility:hidden;
		z-index:2;
}
#d{
	position:absolute; top:200px; left:20px;
	width:464px;
	border:1px solid green;
	visibility:hidden;
	z-index:1;
}
.left {
	width:232px;
}
.right {
	width:232px;
}
.full {
	width:464px;
}
.active {
	background-color:#eee;
}
/* administrerings ruta*/
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a {
	text-decoration:none;
	color:#000;
}

a.admin {
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	
}
#cpanel {
	text-align:center;
	float:left;
	width:100%;
}
.box {
	border:1px solid pink;
	padding-top:15px;
	padding-bottom:0px;
	width:150px;
	height:90px;
	float:left;
}
.box:hover {
	background-color:#eeeeee;
}
#top{
	display:block;
	background-color:#000;
	color:#fff;
	text-align:left;
	padding:5px;
}
#row_2 {
	clear:left;
}
#action {
	text-align:left;
	margin-left:3px;
}
#login {
	margin-top:20px;
}
img {
	border:0px
}
#program{
	clear:both;
	width:1000px;
}
td.dag {
	width:80px;
}
td.tidpunkt{
	width:70px;
}
.rubrik {
	width:200px;	
}

.aktivitet{
	width:810px;
}
.nyhet {
	width:650px;
}
#nyaktivitet{
	border:1px solid pink;
	clear:both;
}
.edit {
	width:20px;
}
.year {
	width:40px;
}
.text {
	width:100px;
}
.gray {
	background-color:#eee;
}
.red {
	color:red;
	margin-top:10px;
}
#save {	
	background-image:url(bilder/save_f2.png);
	background-repeat:no-repeat;
}