/**************************************/
/*                                    */
/*    MindValue - mindvalue.eu        */
/*                                    */
/*------------------------------------*/
/*    Author:  Andreas Gleerup        */
/*             andreas@gleerup.se     */
/*------------------------------------*/
/*    Date:    2007-11-08             */
/**************************************/

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: left;
	background: #FFFFFF;
}
h2 {
	font-size:1.6em;
	padding-bottom:15px;
	margin-bottom:0px;
	padding-top: 0px;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #FFeebb;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
.admin_menu {
	width:100%;
    color: #FFFF99;
	padding-left:5px;
	background-color:#000000
}

.body_wraper {
	background: #FFFFFF url(../images/bg_content.gif) repeat-y center top;
	
}

/**************************************/
/**** TABS                border: solid 1px #00CC00;         ****/
/**************************************/

.header {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	height: 11.3em;
	background: url(../images/bg_tabs_menu.gif) repeat-y center top;
	min-height: 180px;
}
.tabs_wraper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	height: 180px;
	background: url(../images/bg_tabs.jpg) no-repeat center top;
	clear: both;/*ver*/

}
.tabs_wraper ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tabs_wraper li {
	margin: 0;
	padding: 0;
	float: left;
}
.tabs {
	padding-top: 133px;
	padding-left: 35px;
	font-size: 0.8em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial;
}
/*** the tab ***/
  
.tabLink {
	display: block;
	text-decoration:none;
	float:left;
	width:auto;
	padding: 0px 0px 0px 7px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	z-index: 3;
}
.tabText {
	display: block;
	text-decoration:none;
	float:left;
	width:auto;
	padding: 10px 7px 15px 7px;
	position: relative;
	z-index: 4;
}
a.tabLink:hover {
	display: block;
	text-decoration: underline;
	float:left;
	width:auto;
	padding: 0px 0px 0px 7px;
}
a.tabText:hover {
	display: block;
	text-decoration: underline;
	float:left;
	width:auto;
	padding: 6px 7px 15px 0px;
	position: relative;
	z-index: 5;
}
.tabLink:hover .tabText {
	text-decoration:underline;
}
/*** Tab Active ***/

.tabLink_active {
	display: block;
	color: #111;
	float:left;
	width:auto;
	padding: 0px 0px 0px 14px;
	background: url(../images/tab_l.gif) no-repeat left 6px;
	overflow: hiden;
}
.tabText_active {
	display: block;
	color: #111;
	font-weight: bold;
	cursor: pointer;
	float:left;
	width:auto;
	padding: 12px 14px 15px 0px;
	position: relative;
	margin-right: -12px;
	z-index: 5;
	background: url(../images/tab_r.gif) no-repeat right 6px;
}
.tabLink_active:hover {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
}
/*** tab menu ***/

.tab_menu_wraper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/bg_tabs_menu.gif) repeat-y center top;
	clear: both;
	color:#999;
	margin-top: 0px;
	/*ver*/
	position: relative;
	z-index: 6;
}
.tab_menu_wraper ul {
	margin:0;
	padding:0;
	list-style:none;
}
.tab_menu_wraper li {
	margin: 0;
	padding: 0;
	float: left;
}
.tab_menu {
	margin: 0;
	padding: 0px 35px 0 35px;
	text-align: center;
	clear: both;
	height: 53px;
	/*v1*/
	height: 2em;
	position: relative;
	z-index: 7;
}
.tab_menu ul li {
	display: inline;
	padding: 0 0 .2em 0.4em;
}
.tab_menu ul li a {
	color:#000;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial;
	font-size: 0.8em;
	font-weight: bold
}
/**************************************/
/**** CONTENT                     *****/
/**************************************/

.content {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	background: #d9d9d9 url(../images/bg_content.gif) repeat-y center top;
	height: auto;
}
.content_wrapper {
	text-align: justify;
	width: 850px;
	background: url(../images/bg_content_wrapper.gif) no-repeat center top;
	padding: 0 50px 0 50px;
	clear: both;
	min-height: 359px; /* höjden på bilde bg_content_wrapper.gif - footer texten håller sig nere */
}
.content a {
	color:#444;
	text-decoration: underline;
}
/**************************************/
/**** FOOTER                      *****/
/**************************************/

.footer {
	clear: both;
	width: 950px;
	height: 4.8em;
	margin: 0px auto;
	padding: 0;
	background: #4f4f4f url(../images/bg_footer.gif) no-repeat center top;
}
.footer .font {
	padding-top: 48px; /* ser till att texten kommer i mitten i Y-led */
	text-align: center;/* ser till att texten kommer i mitten i X-led */
	padding-left: 25px;
	padding-right: 25px;
	color:#FFFF99;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/**************************************/
/**** FORM                        *****/
/**************************************/

.form_head h2 {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding-top: 20px;
	padding-left: 20px;
}
.form_body input.text {
	width: 120px;
}
.form_body td.error {
	padding-left: 20px;
	text-align: left;
	color:#DF0000;
}
.form_body td.label {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: right;
}
.form_head {
	display: block;
	width: 360px;
	height: 60px;
	background-attachment: scroll;
	background-image: url(../images/bg_form_head.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.form_body {
	padding-top: 12px;
	display: block;
	width: 360px;
	background-attachment: scroll;
	background-image: url(../images/bg_form_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.form_footer {
	display: block;
	width: 360px;
	height: 22px;
	background-attachment: scroll;
	background-image: url(../images/bg_form_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
