
body 
	{
	font-family: verdana;
	font-size: 10px;
	}
	
div#all
{

}
div#index
{
	text-align: center;
	
}
div#teksti
{
	padding-top: 50px;
	padding-left: 30px;
}
div#produkt
{
	border-style: solid;
	border-width: 1px;
}
div#login
{	
	
	margin: 0px auto;
	font-family: verdana;
	margin-top: 25%;
	display: block;
	height:80px;
	padding-top: 5px;
	vertical-align: middle;
	width: 250px;
	border: 1px;
	border-style: solid;
	border-color: #000;
}
div#warning
{
	font-family: verdana;
	font-size: 14px;
	color: red;
	font-weight: bold;
}
div#success
{
	font-family: verdana;
	font-size: 14px;
	color: green;
	font-weight: bold;
}

div#admin
{
	position: absolute;
	top: 35;
	left: 415;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3676B9;
}
div#menu
{
	position: absolute;
	top: 55px;
	left: 415px;
	font-family: verdana;
	font-size: 10px;
	color: black;
	border-style: dotted;
	border-width: 1px;
	border-color: #3676B9;
	padding: 5px;
}	
	
	
	
}
input.submit
{
	font-family: verdana;
	font-size: 10px;
	background-color: #558EC0;
	border: 1;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	text-align: left;
}

table.right-text
{
	text-align: right;
}

td
{
	font-family: verdana;
	font-size: 10px;
}
a  
	{
		text-decoration: none;
		
	}

a:link 
	{
		color: #3676B9;
	}

a:visited 
	{
	color: #3676B9;
	}

a:hover 
	{
	text-decoration: underline ;	
	color: #4899DB;
	}
	
.delete a  {
	text-decoration: none;
	color: red;
}

.delete  a:link {
	color: red;
}

.delete  a:visited {
	color: red;
}

.delete a:hover {
	text-decoration: underline;
	
	color:red;
}

