/* CSS for kanonfoto.se by Stilit AB */

body {
	background: #FFFFFF;
	margin: 0px;
}

table#main {
	height: 100%;
	width: 100%;
	border: none;
	spacing: 0px;
	padding: 0px;
	border-collapse: collapse;	
}

tr#main {
}

td#main {
	
}

table#content {
	width: 1000px;
	height: 100%;
	border: none;
	padding: 0px;
	spacing: 0px;
	margin: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

tr#head {
	height: 110px;	
}

td#head {
	background: url( ../gfx/custom/head.jpg );
	background-position: 0px -82px; 
}

tr#menu {
	height: 18px;	
}

td#menu {
	background: url( ../gfx/custom/bg.jpg );
}

tr#content {
	vertical-align: top;	
}
td#content {
	background: url( ../gfx/custom/bg.jpg );
	padding-left: 100px;
	
}

tr#lower {
	height: 12px;
}

td#lower {
	padding-right: 120px;
	background: url( ../gfx/custom/bg.jpg );
	text-align: right;
	font: 10px arial;
	color: #D0D0D0;
}

tr#foot {
	height: 15px;
}

td#foot {
	background: url( ../gfx/custom/foot.jpg );
}

table#menu {
	margin-left: 130px;
	margin-right: 130px;
	width: 740px;
}

a.menu:link {font: 14px arial; font-weight: normal; text-decoration: none; color: #404040;}
a.menu:visited {font: 14px arial; font-weight: normal; text-decoration: none; color: #404040;}
a.menu:hover {font: 14px arial; font-weight: normal; text-decoration: underline; color: #404040;}

a.active_menu:link {color: #000000;font-weight: bold;}
a.active_menu:visited {color: #000000;font-weight: bold;}
a.active_menu:hover {color: #000000;font-weight: bold;}

a.stilitlink:link {color: #D0D0D0;text-decoration: none;}
a.stilitlink:visited {color: #D0D0D0;text-decoration: none;}
a.stilitlink:hover {color: #D0D0D0;text-decoration: none;}

div#content {
	position: relative;
	min-height: 400px;
}

table.login {
	width: 100%;
	height: 400px;
}
td.login_top {
	background-color: black;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: right:
}

td.login_bottom {
	background-color: black;
	color: whote;
}