/****************************************************************
//  File: t60.css						*
//								*
//								*
//  Copyright Sten Carlsen 2006, 2007				*
//								*
//								*
//  This file holds various formatting for use in the system	*
//								*
//								*
//								*
//**************************************************************/

body {
	background-color: #E0E0E0;
	color: black;
	margin: 0;
}

div.top {
	position: fixed;
	background-color: #F00;
	color: #00F;
	height: 50px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	padding: 5px;
}

div.midt {
	padding: 5px 5px 5px 5px;
	height: auto;
	top: 60px;
	right: 0;
	bottom: 85px;
	left: 0;
	overflow: auto;
	position: absolute;
}

div.login {
	position: fixed;
	height: 90px;
	width: 230px;
	top: 60px;
	right: 0;
	bottom: auto;
	left: 0;
	padding: 5px;
}

div.tinglogin {
	position: fixed;
	height: 120px;
	width: 270px;
	top: 140px;
	bottom: auto;
	left: 10px;
	padding: 5px;
}

div.tingopret {
	position: fixed;
	height: 120px;
	width: 280px;
	top: 140px;
	bottom: auto;
	left: 300px;
	padding: 5px;
}

div.tingpass {
	position: fixed;
	height: 120px;
	width: 280px;
	top: 140px;
	bottom: auto;
	left: 600px;
	padding: 5px;
}

div.fest {
	background-image:url('images/sca4_grey.gif');
	position: absolute;
	height: auto;
	width: auto;
	top: 160px;
	right: 0;
	bottom: 85px;
	left: 0;
	overflow: auto;
	padding: 5px;
}

div.fest2 {
	background-image:url('images/sca4_grey.gif');
	position: absolute;
	height: auto;
	width: auto;
	top: 300px;
	right: 0;
	bottom: 85px;
	left: 0;
	overflow: auto;
	padding: 5px;
	display:none;
}

div.numre {
	background-image:url('images/sca4_grey.gif');
	padding: 5px;
	height: auto;
	top: 60px;
	right: 0;
	bottom: 85px;
	left: 700px;
	overflow: auto;
	position: absolute;
	}

div.album {
	padding: 5px;
	height: auto;
	top: 60px;
	width: 690px;
	bottom: 85px;
	left: 0px;
	overflow: auto;
	position: absolute;	
}

div.bund {
	position: fixed;
	color: black;
	background-color: #8299FF;
	height: 75px;
	top: auto;
	right: 210px;
	bottom: 0;
	left: 0;
	padding: 5px 5px 5px 5px;
}

div.form1 {
	width: 250px;
}

div.cookie {
	position: fixed;
	color: black;
	background-color: #8299FF;
	right: 0px;
	width: 200px;
	bottom: 0px;
	height: 75px;
	padding: 5px 5px 5px 5px;
}

.command {
	margin: 5px 5px 5px 5px;
}

h2 {
	margin: 5px 5px 5px 5px;
	color: black;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

li.menu {
	float: left;
}

a.command:link,a.command:visited {
	display: block;
	font-weight: bold;
	color: #800000;
	background-color: #FFFF8F;
	text-align: center;
	padding: 4px;
	text-decoration: none;
}

a.command:hover {
	color: #FFFFFF;
	background-color: #00F;
}

a.command:active {
	color: #FFFFFF;
	background-color: #5446FF;
}

table.titel {
	border: 2px solid black;
	border-collapse: collapse;
}

td.titel, th.titel {
	border: 1px solid black;
}

p.note_over {
	text-decoration: underline;
	font-weight: bold;
}