/* PRISMA TEKNIK STYLES - [BASE STYLES] -2009-09-02 */

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%; background-color: #F3F3F3}

body {overflow:scroll;}

img {
	border: 0px;
}

#clear{clear:both;}

/*  Wrapper of header content; #logo, #searchbox  */
#header {
	padding-left:30px;
	width:779px;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(/bilder/template/bkg.gif)
	}

#footer {
	clear:both;
	height:63px;
	margin-left:auto;
	margin-right:auto;
	padding-left:30px;
	padding-top:15px;
	width:779px;
	background-image:url(/bilder/template/footer_bkg2.png);
	font-size: 11px;
}

.footerBlock {
	width: 200px;
	float: left;
}

.footerBlockTwoRows {
	width: 200px;
	float: left;
	padding-top: 16px;
}

#logo {
	float:left;
	height: 44px;
	width:281px;
	padding-top: 16px;
}

#search_bar {
	float:left;
	width:493px;
	height: 35px;
	background-repeat: no-repeat;
	background-image: url(/bilder/template/search_bar.jpg);
	background-position: top right;
}

#search_bar_links {
	float:left;
	padding-left: 90px;
	padding-top: 8px;
	color:#ffffff;
	font-size:0.9em;
	font-family:Helvetica;
	font-weight:bold;
	width: 100px;
	height: 20px
}
#search_label {
	color:#FFFFFF;
	float:left;
	font-family:Arial;
	font-size:0.9em;
	font-weight:bold;
	height:28px;
	margin-top:8px;
	text-align:right;
	width:128px;
}

#search_bar_links a:link{ 
	color:#ffffff; 
	text-decoration:none;}

#search_bar_links a:visited{ 
	color:#ffffff;
	text-decoration:none;}

#search_bar_links a:active{
	color:#ffffff;
	text-decoration:none;}

#search_bar_links a:hover{
	color:#ffffff;
	background-color: transparent;
	text-decoration: underline;}

#search_input {
	float: left;
	height: 20px;
	padding-left:6px;
	padding-top: 5px;
	width: 140px;
}

#search_input input {
	width: 135px;
	background-color: transparent;
	border-color: transparent;
	font-size: 12px;
	color: #555555;
}

#search_button {
	float:left;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	margin-top:4px;
	width:16px;
	cursor: pointer;
}

#flags {
	float: right;
	height: 12px;
	padding-top: 4px;
	width: 65px;
}

#flags img {
	margin-right: 4px;
}

#menu_wrap{
	width:809px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(/bilder/template/bkg.gif)}

#menu_bar {
	margin-left: 15px;
	width:768px;
	height:30px;
	padding-left: 10px;
	background-image:url(/bilder/template/menubar.png)
}

.menu, .menu_selected {
	color:#00639A;
	font-weight: bold;
	float:left;
	height:24px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 6px;
	cursor: pointer;
}

.menu_selected {
	background-image:url(/bilder/template/menu_selected.png);
	background-repeat: repeat-x;
}

.menu_separator {
	float:left;
	width:2px;
	height:30px;
	background-image:url(/bilder/template/menu_separator.png)
}

.startBox {
	width: 190px;
	margin-top: 10px;
	margin-right: 6px;
	float: left;
	background-position: bottom; 
	background-repeat: no-repeat;
	cursor: pointer;
}

.startBox_text_top {
	background-image: url(/bilder/template/start_box_txt_top.png);
	height:6px;
	width:190px;
}

.startBox_text {
    background-image: url("/bilder/template/start_box_txt_bkg.png");
    background-repeat: repeat-y;
    font-size: 11px;
    min-height: 150px;
    padding: 12px;
}

.startBox_text_bottom {
	background-image:url(/bilder/template/start_box_txt_bottom.png);
	height:6px;
	width:190px;
}

.startBox_text h1 {
	color: #00639A;
	font-family: Verdana;
	font-size: 14px;
}

.breaker {
	clear: both;
}

#searchResultHeader1 {
	color:#00639A;
	font-family:Arial;
	font-size:22px;
	padding-bottom: 10px;
}

#searchResultHeader2 {
	color:#00639A;
	font-family:Arial;
	font-size:14px;
}
