/*
Theme Name: Terapihuset
Theme URI: http://terapihuset.com
Description: The default Wordpress Theme for Terapihuset.
Version: 1
Author: Martin Haakansson
Author URI: http://bumstaerk.eu
*/

/* RESET STYLE */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Page Style */


body{
	background-color:#666666;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1em;
	text-transform: normal;

}

#wrap{
	width: 900px;
	float: left;
	position: absolute;	
	left: 50%;
	margin-left: -450px;
	border: solid 1px;
	margin-top: 35px;
}

#top {
	width: 900px;
	height: 137px;
	float: left;
	background-image: url("images/top_01.jpg");		
}

#menu {
	width: 900px;
	height: 35px;
	float: left;
	background-color: #4f8dcb;
	font-family: Helvetica, sans-serif;

	text-align: center;
	padding-top: 15px;
}

ul#nav {
	width: 875px;
	height: 35px;
	float: left;
	background-color: #4f8dcb;
	font-family: Helvetica, sans-serif;

	text-align: center;
	padding-top: 15px; 
	padding-left:25px;
}

ul#nav li { float: left; margin-left:20px;}

#left {
	width: 250px;
	height: 560px;
	float: left;
	background-color: #4f8dcb;
	text-align: center;
}

		#text2{
		text-align: left;
		font-family: Helvetica, sans-serif;
		font-size: 11px;
		color: #FFF;
		padding-left: 30px;
		padding-top: 9px;
		}

.content {
	width: 650px;
	height: 500px;
	float: left;
	font-family: Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	overflow: auto;
}

.content a, .content a:hover, .content a:visited { color:#333333; }
.content a:hover { text-decoration:underline; }
		
		.text3 {
		padding-left: 50px;
		padding-top: 25px;
		width: 550px;
		height: 450px;
		font-family: Helvetica, sans-serif;
		color: #333333;
		font-size: 14px;
		}	

#bottom {
	background-color: #4f8dcb;
	width: 650px;
	height: 60px;
	float: left;
	color: #FFF;
	background-image:url("images/bottom.jpg");
}


a {
color:#ffffff;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:underline;
} 

.links:link {color: #333333; text-decoration: none;}

.links:visited {color: #333333; text-decoration: none;}

.links:hover {color: #333333; text-decoration: underline;}


h4 {

	color: #333333;
	margin-bottom:30px;
	
	}

h2 { font-size:18px; margin-bottom:40px; }
	
p { margin-bottom:15px; }

.listing { list-style:disc;margin:15px; }
.listing li { margin-bottom:15px; }

	
.her:link {color: #000000; text-decoration: none;}

.her:visited {color: #000000; text-decoration: none;}

.her:hover {color: #000000; text-decoration: underline;}
