@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}


html {
	height: 100%;
	}
	

body {
	height: 100%;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}
	
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -470px;
}

	
#container_header {
	width: 100%;
	height: 14px;
	background-color:#00ffcc;
	margin: 0;
	padding: 0;
	}
	
	
.footer	{
	width: 100%;
	background-color:#00ffcc;
	margin-bottom: 0;
	padding: 0;
	height: 470px;
	}

.push {
	height: 470px;
	}


#container_content {
	width: 950px;
	height: auto;
	background-color: #ffffff;
	padding: 10px;
	margin: auto;
	}
	
#container_about {
	width: 1024px;
	height: auto;
	padding: 10px;
	margin: auto;
	}
	
#container_me {
	width: 1004px;
	height: auto;
	}
	
.me {
	width: 300px;
	height: auto;
	float: left;
	padding-top: 30px;
	}
	
.cv {
	width: 320px;
	height: auto;
	margin-left: 342px;
	margin-right: 342px;
	padding-top: 30px;
	}
	
.visual_me {
	width: 300px;
	height: auto;
	float: right;
	padding-top: 30px;
	}

#container_syoguiden {
	width: 970px;
	height: 511px;
	}
	
#container_saf {
	width: 970px;
	height: 511px;
	}
	
#container_mp {
	width: 970px;
	height: 511px;
	}
	
#container_agd {
	width: 970px;
	height: 511px;
	}
	
#container_apoteket {
	width: 970px;
	height: 320px;
	}
	
#container_mtnyc {
	width: 970px;
	height: 320px;
	}

.brief {
	width: 309px;
	padding: 10px;
	height: auto;
	float: left;
	}

.visual {
	width: 641px;
	height: auto;
	float: right;
	}
	
	
p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	}
	
.rubriker {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.underrubriker {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
	
a {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}
	
a:hover {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #ffffff;
	background-color: #F06;
	text-decoration: none;
	}
	
a:visited {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	}

a:active {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #ffffff;
	background-color: #FF0;
	text-decoration: none;
	}
	
	
	
	p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	}
	
.rubriker {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.underrubriker {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.black_p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000000;
	}
	
.black_rubriker {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	line-height: 140%;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	}	
	
.black_underrubriker {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	
.floatright { 
	float: right;
}

.floatleft {
	float: left;
}