﻿/* CSS Document */

* {margin: 0px; padding: 0px;}

body {
	background-color: #ffffff;
	font-family:Arial,sans-serif;
	color: #c707bc}
	
p {margin-top: 10px;}

#nav {
	width: 160px;
	float: left;
	}

div#nav ul {
	list-style-tyle: none;
	margin-top: 30px;
	}
	
div#nav li {
	list-style-tyle: none;
	/*margin-top: 5px;*/
	/*padding-bottom: 5px;*/
	border-bottom: #000 1px solid;
	}
	
div#nav a {
	text-decoration: none;
	color: #c707bc;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:15px;
	display:block;
	font-weight:bold;
}
	
div#nav a:hover {
	text-decoration: none;
	background:#d1c7cc none repeat scroll 0%;

}

.current {
	background-color:#000000;}

a {
	text-decoration:none}
	
#namnlogga {
	position: relative;
	margin-left:0px;
	margin-top:10px;
	}

#main {
	float: left;
	width: 800px;
	padding:15px;
	}
	
#inner {
	margin-top: 100px;
	margin-left:10px;
	}

div#inner a { color: #cc3c1b; text-decoration: none;}
div#inner a:visited { color:#00cc26; text-decoration: none; }
div#inner a:hover { color: #c707bc; text-decoration: underline;}
	
#bild {
	margin-right:10px;
	float:left;
	width: 320px;}
	
#flash {
	clear:both;
	width:790px;
	background-color:#fff;
	text-align:right;}

.box {
	padding:10px;
	margin-top:15px;
	width:365px;
	height:420px;
	background-color:#d1c7cc;
	float:left;
	margin-right:15px;
	}
	
.box2 {
	padding:10px;
	margin-top:50px;
	width:400px;
	height:350px;
	background-color:#666666;
	color:#efe3ee;}	
	
#text {
	float: left;
	width:450px;}

legend {
	color:#c707bc;}
	
fieldset {
	padding:10px;}
	
#left {
	margin-top:100px;
	margin-left:70px;
	width:350px;
	float:left;
}
	
#right {
	margin-top:100px;
	width:350px;
	float:left;
}

#kontaktformular {
	width:300px;
	float:left;
	margin-right:120px;
	margin-top:120px;
	margin-left:120px;
	color:#c707bc;}
	 
#test {
	width: 200px;
	height: 450px;
	background-color: #333; 
	color:#efe3ee}

