﻿body
{
    background-color: #f4e5c2;
    margin: 0px;
    padding: 0px;
    color: #68645a;
    font-family: Verdana;
    font-size: 12px;
}
div.shadow
{
	width: 960px;
	margin: auto;
	overflow: hidden;
	background-image: url('back.png');
	background-repeat: repeat-y;
	background-position: 100%;
}
div.container
{
    padding-top: 15px;
    width: 900px;
    margin: auto;
    padding-bottom: 30px;
    background-color:#e5ca85;
        
}
div.header
{
    width: 900px;
    height: 350px; 
    float: left;  
}
div.menu
{
    width: 900px;
    height: 30px;
    float: left;
    background-color: #FF6699;
    
}
div.content
{
    width: 900px;
    height: auto;
    padding-top: 10px; 
    min-height: 600px;
	padding-bottom: 20px;
    float: left;
    margin: auto;
    background-color:#e5ca85;
}
img.test
{
	border: 3px solid #f4e5c2;
}
img.test:hover
{
	border: 3px solid #FF6699;
}
table.images
{
	width: 900px;
	margin: auto;
}
table.images td
{
	padding: 6px;
}
img
{
    border: none;
}

.textbox
{
    border: 1px solid #68645a;
    background-color: #f4e5c2;
    color: #68645a;
    font-size: 12px;  
}
.button
{
    border: 1px solid #68645a;
    background-color: #f4e5c2;
    color: #68645a;    
}
.button:hover
{
    border: 1px solid #68645a;
    background-color: #FF6699;
    color: #ffffff;
    font-size: 12px;
}
span.right
{
	padding-left: 158px;
}
.rightOne
{

	
}
.rightOne:hover
{
	background-image: url(/image/right.png);
	background-repeat: no-repeat;
}


.titheading
{
	color: #FFFFFF;
	
	font-size: 14pt;
}
.titbody
{
	font-family: Verdana;
	font-size: 12pt;
	color: #000000;
	
	border-style: double;
	border-color: #FF9933;
}
.mainheads
{
	width: 100%;
}

.mitten
{
	text-align: center;	
	
}
.newsheading
{
	border-left-style: solid;
	border-left-color: #FF9966;
	border-right-style: solid;
	border-right-color: #FF9966;
	border-top-style: solid;
	border-top-color: #FF9966;
	font-family: Arial;
	font-size: 12pt;
	background-color: Red;
}
tr.rubriken
{
	background-color: #FF6699;	
	height: 30px;
	color: #ffffff;
}
.knapp
{
	margin-bottom: 25px;
	border: 2px solid #f4e5c2;
	background-color: #e5ca85;
	width: 200px;

	color: #000000;
}
.knapp:hover
{
	
	border: 2px solid #FF6699;
	cursor: pointer;
		
}
td#kommentarerna
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f4e5c2;
	padding: 10px;
}

.TextArea
{
	width: 400px;
	height: 150px;
	border: 2px solid #f4e5c2;
}

.newsbody
{
	color: #9999FF;
	border-left: 1 dashed #FF9933;
	border-right: 1 dashed #FF9933;
	border-top: 1 double #FF9933;
	border-bottom: 1 double #FF9933;
}
#comment
{
	width: 500px;	
}

a:link      {color :#000000; text-decoration:none }
a:visited	{color : #000000; text-decoration:none} 
a:hover 	{color : #000000; text-decoration: underline }
a:active	{color : #000000; text-decoration:none}

div.film
{
	width: 550px;
	margin: auto;
	padding-top: 50px;	
}