html { margin: 0; padding: 0;}

body {
	font-family: 'Times New Roman';  
	font-size: 11pt; 
	line-height: 135%;  
	voice-family: "\"}\"";
	voice-family:inherit;
	margin: 0;
	width: 90%;
	padding: 0;
	background: #FFF;
	background-image: url('pics/white.jpg');
	background-repeat: repeat-y;
	border: none;
	}
	
h1 { 
	font-family: Arial;
	font-size: 16pt;
	color: #444;
	font-weight: normal;
	line-height: 130%;
	margin: 0 0 20px 0;
	text-align: left;
	}
h2 { 
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	line-height: 150%;
	margin: 30px 0 10px 0;
	}
h3 { 
	font-size: 11pt;
	font-weight: bold;
	line-height: 150%;
	margin: 20px 0 10px 0;
	}
p { 
	font-family: 'Times New Roman';  
	margin: 0 0 15px 0;
	text-align: left;
	}

ul { 
	margin: 10px 0 10px 25px;
	padding: 0;
	list-style-type: disc;
	}
ol {
	margin: 10px 0 10px 30px;
	}

li { 
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: left;
	}


a:link {
	text-decoration: underline;
	color: #0000CC;
	background: none;
	}
a:visited {
	color: #0000CC;
	text-decoration: underline;
	background: none;
	}
a:hover {
	color: #BB0000;
	text-decoration: none;
	background: none;
	}
a:active {
	color: #BB0000;
	text-decoration: underline;
	background: none;
	}


.error { color: red; line-height: 120%; }	

img {
	margin: 0;
	padding: 0;
	border: 0;
	}

form {
	line-height: 120%;
	margin: 0 0 20px 0;
	}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans serif;  
	font-size: small; 
	margin: 2px 0 0 0;
	}
	.button {
		background: #DDD;
		padding: 1px 6px;
		}


/* layout, boxar */

#container {
	width: 100%;
	background: none;
	border-right: none;
	border: none;
	display: none:
	}

#left {
	float: left;
	width: 30%;
	background: none;
	display: none;
	}
#leftbox {
	margin: 15px;
	display: none;
	}
	#leftboxcontent {
		background: #FFF;
		padding: 0 10px;
		}
	#lefttop {
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0 15px;
		}
		#lefttop p {
			margin: 5px 0 0 0;
			line-height: 100%;
			text-align: center;
			}
		#lefttop h1 {
			margin: 5px 0 0 0;
			line-height: 100%;
			text-align: center;
			font-size: medium;
			}
	.leftnav {
		margin: 0;
		padding: 10px 0;
		border-top: 1px solid #BB0000;
		}
		.nav {
			list-style-type: none;
			margin-left: 15px;
			margin-right: 10px;
			}
		.nav a {
			font-weight: bold;
			color: #0000CC;
			}
			.nav a:link {
				text-decoration: underline;
				color: #0000CC;
				background: none;
				}
			.nav a:visited {
				color: #0000CC;
				text-decoration: underline;
				background: none;
				}
			.nav a:hover {
				color: #BB0000;
				text-decoration: underline;
				background: none;
				}
			.nav a:active {
				color: #000;
				text-decoration: none;
				background: none;
				}
		.navsecond {
			list-style-type: disc;
			}
		.navsecond a {
			font-weight: normal;
			color: #0000CC;
			}
			.navsecond a:link {
				text-decoration: underline;
				color: #0000CC;
				background: none;
				}
			.navsecond a:visited {
				color: #0000CC;
				text-decoration: underline;
				background: none;
				}
			.navsecond a:hover {
				color: #BB0000;
				text-decoration: underline;
				background: none;
				}
			.navsecond a:active {
				color: #000;
				text-decoration: none;
				background: none;
				}
						
	
#right {
	float: left;
	width: 100%;
	background: #FFF;
	background-image: none;
	text-align: right;
	padding-top: 20px;
	border: none;
	}
#rightbox {
	padding: 0;
	text-align: left;
	}
	
	
	#content {
		padding: 0 20px;
		}
		.testimonial {
			background-color: #F8F8F8;
			background-image: url('pics/butterfly.jpg');
			background-repeat: repeat-y;
			background-position: right;
			border: 1px solid #DDD;
			padding: 10px 75px 10px 20px;
			margin: 20px 0 10px 0;
			width: auto;
			}
			.testimonial h3 {
				font-family: 'Courier New';
				font-size: 110%;
				text-align: center;
				margin: 10px 0;
				}
			.testimonial p {
				font-family: 'Courier New';
				font-size: 110%;
				line-height: 150%;
				}
			.testimonialinfo p {
				font-family: 'Courier New';
				text-align: right;
				font-size: 110%;
				}
				
		.highlight {
			background-color: #F8F8F8;
			background-image: url('pics/butterfly.jpg');
			background-repeat: repeat-y;
			background-position: right;
			border: 1px solid #DDD;
			padding: 5px 60px 15px 15px;
			margin: 20px 0 30px 0;
			width: auto;
			}
		
			.highlight h2 {
				font-family: 'Times New Roman'; 
				font-size: 12pt;
				margin-top: 15px;
				}
				 
		.listsecond {
			margin: 0;
			}
			.listsecond ul {
				margin: 0 0 10px 20px;
				list-style-type: none;
				}
			.listsecond li {
				margin: 0 0 0 0;
				}
		
		
	#contentbottom {
		display: none;
		}			
		

#foot {
	padding: 10px 0 0 0;
	margin: 40px 0 0 0;
	border-top: 1px solid #CCC;		
	}
	#foot h1 {
		text-align: center;
		font-size: small;
		font-weight: bold;
		line-height: 150%;
		margin: 0;
		}
	#foot p {
		text-align: center;
		margin: 0;
		}
	
		
.clear {
	clear: both;
	}
	

/* rund hörn */
.roundtop {background: #BB0000;}
.roundbottom {background: #BB0000;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #FFF;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #FFF;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #FFF;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #FFF;}
.content {padding: 10px;}


	
/* text effekter */

.bold {
	font-weight: normal;
	border-bottom: 1px solid #0000DD;
	}
	
	
	
	
	
	
	
		

