/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: Calibri, "Lucida Grande", "Trebuchet MS", Arial, Helvetica;
	font-size: 12px;
	color: #434343;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #d1d1d1;
	text-decoration: none;
}

a:visited {
	color: #7d7d7d;
	text-decoration: none;
}

a:active {
	color: #d1d1d1;
	text-decoration: none;
}

a img{
	border: none;
}

#wrapper {
	min-height: 100%;
}


/***** header *****/

#header_wrapper {
	background: url(images/header_bg.gif) repeat-x #cc0000;
	height: 120px;
}

#header {
	margin: 0 auto 0 auto;
	width: 995px;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(images/klemner_logo.gif) no-repeat;
	width: 255px;
	height: 55px;
	display: block;
	clear: both;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 31px;
}


/***** content *****/

#content {
	margin: 46px auto auto;
	width: 995px;
}

#content h1 {
	padding: 0 0 10px 0;
	color: #434343;
	font-size: 22px;
}

#content h2 {
	padding: 10px 0 10px 0;
	font-size: 18px;
}

#content p {
	padding: 0 0 10px 0;
	line-height: 140%;
}

.shadow {
  	position: relative;
	margin: 5px;
	width: 990px;
  	background-color: #eeeeee;
}

#slideshow {
  	background-color: #ffffff;
  	border: 1px solid #d1d1d1;
  	padding: 9px;
	width: 970px;
}
#slideshow .gutter{
	padding: 30px;
}
#slideshow h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	padding: 0;
	margin: 0;
	color: #000;
	font-weight: normal;
}
#slideshow h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0; padding:0;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}
#slideshow p{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}
#slideshow p.alignright{
	text-align: right;
	font-style:italic;
}
#content #slide_text p {
	text-align: right;
	color: #000000;
	font-size: 36px;
	width: 70%;
	margin: 0 auto 0 auto;
}

#content_wrapper {
	padding: 35px 0 0 0;
	color: #ffffff;
}

#search {
	position: relative;
	margin: 0 10px 0 0;
	width: 324px;
	height: 138px;
	float: left;
}

#search h2 {
	padding: 0 0 10px 0;
}

#search p {
	line-height: normal;	
}

#search img {
	border: none;	
}

#apply {
	position: relative;
	margin: 0 10px 0 0;
	width: 320px;
	height: 138px;
	float: left;
}

#apply h2 {
	padding: 0 0 10px 0;
}

#apply p {
	line-height: normal;	
}

#apply img {
	border: none;
}

#current {
	position: relative;
	width: 325px;
	height: 138px;
	float: left;
}

#current h2 {
	padding: 0 0 10px 0;
}

#current p {
	line-height: normal;	
}

#current img {
	border: none;
}

#search_form {
	position: relative;
  	top: -5px;
  	left: -5px;
	background: #ffffff;
	border: solid 1px #d1d1d1;
	padding: 20px;
}

#search_table {
	width: 100%;
}

.table_row {
	height: 30px;	
}

#search_form label {
	font-size: 15px;
	font-weight: bold;
}

#search_form .form_field_90px {
	width: 90px;
}

#search_table .table_col01 {
	width: 70px;
}

#search_table .table_col02 {
	width: 250px;
}

#search_table .table_col03 {
	width: 70px;
}

#search_table .table_col04 {
	/*width: 250px;*/
}

#search_table .table_col05 {
	/*width: 290px;*/
	text-align: right;
}

#search_form .form_txt {
	width: 192px;
}

.form_txt_70 {
	width: 100px;
}

#search_form .form_label_span {
	padding: 10px;	
}

#search_form .search_btn {
	background: url(images/search_btn.gif) no-repeat top left;	
	height: 20px;
	width: 70px;
	border: 0;
	text-indent: -9999px;
}

.slider_div{
	width: 90%;
}

#search_result {
	padding: 30px 0 0 0;	
}

.shadow_model {
  	position: relative;
	margin: 7px 7px 15px 5px;
	width: 130px;
  	background-color: #eeeeee;
	float: left;
}

.model {
	position: relative;
  	top: -5px;
  	left: -5px;
	background: #ffffff;
	border: solid 1px #d1d1d1;
	padding: 9px;
	width: 110px;
	height: 161px;
	font-weight: bold;
}

.model img {
	border: none;
	padding-bottom: 3px;
}

.model_name {
	height: 20px;
	line-height: 12px;
	text-transform: capitalize;
}

.more_btn {
	float: right;
	padding: 0 15px 0 0;
}

.more_btn img {
	border: none;	
}



.model_data {

	font-size: 15px;
	font-weight: bold;	
}

.model_data_col01 {
	width: 100px;
}

.model_data_col02 {
	
}
table.model_data td{
	height: 30px;
}

.shadow_model_detail {
  	position: relative;
	margin: 5px 20px 15px 5px;
	width: 200px;
  	background-color: #eeeeee;
	float: left;
}

.model_detail {
	position: relative;
  	top: -5px;
  	left: -5px;
	background: #ffffff;
	border: solid 1px #d1d1d1;
	padding: 9px;
	width: 180px;

}
.model_detail .tools{
	padding-top: 3px;
}

.shadow_topcontent {
  	position: relative;
	margin: 5px 5px 40px 5px;
	width: 875px;
  	background-color: #eeeeee;
}

#topcontent {
	padding: 20px 0 20px 0;
}

.shadow_apply {
  	position: relative;
	margin: 5px 5px 5px 5px;
	width: 990px;
  	background-color: #eeeeee;
}

.apply_form_container {
	position: relative;
  	top: -5px;
  	left: -5px;
	background: #ffffff;
	border: solid 1px #d1d1d1;
	padding: 20px;	
}

#apply_table {
	
}

.apply_btn {
	background: url(images/apply_btn.gif) no-repeat top left;	
	height: 20px;
	width: 70px;
	border: 0;
	text-indent: -9999px;
}

.apply_table_row {
	height: 30px;
	font-size: 15px;
}

.apply_table_col01 {
	width: 180px;
	padding-right: 20px;
}

.form_field_250px {
	width: 250px;
	padding: 4px;
}

.referens {
	font-style: italic;
}

.bolded {
	font-weight: bold;
}

.shadow_photos {
  	position: relative;
	margin: 5px 15px 20px 5px;
	width: 310px;
  	background-color: #eeeeee;
	float: left;
}

.photo_thumb {
	position: relative;
  	top: -5px;
  	left: -5px;
	background: #ffffff;
	border: solid 1px #d1d1d1;
	padding: 9px;
	width: 290px;
	height: 310px;
}

#photos {
	padding: 30px 0 0 0;	
}

.ref_list {
	list-style: none;
	padding: 10px 0 10px 0;
}

.ref_list li {
	float: left;
	width: 300px;
	padding: 0 10px 5px 0;
}

#newimages{
	clear: both;
}
.form_file{
	width: 450px;
}

.fullbredd{
	width: 100%;
	float: left;
}

#modeller_man {
	float: left;
	padding: 0;
}

#modeller_man h2 {
	color: #cc0000;
	padding: 0;
	margin: 0;	
}

#modeller_kvinnor {
	float: left;
	padding: 0 0 0 20px;
}

#modeller_kvinnor h2 {
	color: #cc0000;
	padding: 0;
	margin: 0;
}

#modeller_barn {
	float: left;
	padding: 0 0 0 20px;
}

#modeller_barn h2 {
	color: #cc0000;
	padding: 0;
	margin: 0;
}

table.listform{
	width: 100%;
}
table.listform td{
	padding: 3px;
}

/***** navigation *****/

#top_menu {
	background: url(images/top_menu_bg.gif) repeat-x;
	height: 35px;
	width: 420px;
	float: right;
}

#top_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_menu li {
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 0 20px 0 30px;
	line-height: 35px;
}

#top_menu li a {
	color: #ffffff;
}

#top_menu li.topmenu_contact {
	background: url(images/email_icon.gif) no-repeat 0 7px;
}
#top_menu li.topmenu_facebook {
	background: url(images/facebook.png) no-repeat 0 7px;
	padding-right: 0;
}


/*

#main_menu {
	position: absolute;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	z-index: 1;
}

#main_menu ul .item {
	display: none;
}

#main_menu ul:hover {
	background: url(images/main_menu_bg_hover.gif);
}

#main_menu ul #selected {
	background: url(images/main_menu_bg_hover.gif);
}

#main_menu ul:hover .item {
	display: block;
	background: #a3002f;
	height: 30px;
	border-bottom: solid 1px #d20033;
}

#main_menu ul:hover .item a { 
	color: #ffffff;
	display: block;
	height: 30px;
}

#main_menu ul:hover .item a:hover { 
	background: #7b0023;
	display: block;
	color: #ffffff;
	height: 30px;
}

#main_menu ul {
	float: left;
	list-style: none;
	color: #ffffff;
}

#main_menu ul a {
	color: #ffffff;
	padding: 0 15px 0 15px;
}

#main_menu .selected a:hover {
	color: #cf003d;
}

*/

#menu {
	height: 30px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	position: relative;
	float: left;
	z-index: 1;
}

#menu ul li a {
	padding: 5px 15px;
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	white-space: nowrap;
	color: #ffffff;
}

#menu li ul {
	position: absolute;
	left: -6000px;
	width: 150px;   /* For IE */
}

#menu ul.level1 li:hover ul.level2,
#menu ul.level1 li.hover ul.level2  /* For IE6 */ {
	left: 0;
}

#menu li ul li {
	display: block;
	width: 100%;
}

#menu ul li li a {
	background: #af0000;
	padding: 5px 15px;
	width: 130px;  /* For IE */
	cursor: pointer;
	border-bottom: solid 1px #cd0005;
}

#menu ul li a:hover,
#menu ul li a.highlight {
	background: #910000;	
}

#menu ul li a:active {
	background: #a20000;
	color: #ffffff;
}

#menu #selected {
	background: url(images/main_menu_bg_hover.gif);
}



/***** footer *****/

#footer {
    position: static;
	padding: 30px 0 0 0;
    bottom: 0;
	width: 100%;
	clear: both;
}

#footer_text {
	margin: 0 auto 0 auto;
	width: 995px;
	padding: 0 0 5px 0;
	font-weight: bold;
}

#footer_bottom {
	background: #9d9d9d;
	height: 5px;
	border: 0;
	font-size: 1%;
}

.printsymbol{
	background:url(images/skrivut.gif);
	display: block;
	padding-top: 20px;
	width: 70px;
	height: 0;
	overflow: hidden;
}

.fieldset p{
	padding-left: 5px;
	margin-left: 10px;
}
.fieldset legend{
	margin-bottom: 10px;
	font-weight: normal;
}
