/*
Webdesign af IMPART
www.impart.dk
info@impart.dk
/*

/* BODY */
body {
margin: 15px 0px;
margin-left: 50%;
padding: 0px;
background-color: #e4e4e3;
background-image:url(gfx/bg.jpg);
background-repeat:repeat-x;
}


/* CONTAINER */

#container {
clear: both;
margin: 0px auto;
width: 760px;
position: relative;
margin-left: -380px;
border: 10px solid #ffffff;
background-color:#ffffff;
}


/* HEADER */

#header{
clear: both;
width:760px;
height:98px;
background-color:#084294;
background-image:url(gfx/topbar.jpg);
background-repeat:repeat-x;
}

/* LOGO */

.logo{
position:absolute;
top:15px;
left:15px;
}

/* TAGLINE */

.tagline h1{
position:absolute;
top:40px;
left:240px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size:14px;
font-weight:200;
color: #ffffff;
text-decoration:none;
margin:0;
padding:0;
}

/* HORISONTAL NAVIGATION */

#horisontal_navigation{
position:absolute;
top:82px;
right:5px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:x-small;
color:#ffffff;
}

#horisontal_navigation a{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:x-small;
color:#ffffff;
text-decoration:none;
}

#horisontal_navigation a:hover{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:x-small;
color:#ccccff;
text-decoration:none;
}

/* CRUMB */

#crumbs{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small;
color: #000000;
text-transform:uppercase;
text-decoration:none;
margin:0;
padding:0;
padding-bottom:5px;
background-image:url(gfx/line.gif);
background-repeat:no-repeat;
background-position:bottom;
}

#crumbs a:active, a:link, a:visited{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small;
color: #0033ff;
margin:0;
padding:0;
padding-bottom:5px;
}

#crumbs a:hover{
font-size:small;
color:#003399;
}


/* WRAPPER */

#wrapper{
clear: both;
padding:0;
margin:0;
width:760px;
background-image:url(gfx/bg.gif);
}

/* MENU */

#menu {
float:left;
width:200px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
border-right: 1px solid #ececec;
}

/* MENU LEVEL 1 */

#menu ul{
margin: 0;
padding: 0;
list-style: none;
display:inline;
}

#menu li{
margin: 0;
padding: 0;
list-style: none;
display:inline;
}

#menu a{
display: block;
color: #000000;
padding: 5px 5px 5px 8px;
border-bottom:1px solid #ececec;
border-left:10px solid #084294;
text-decoration:none;
font-weight:bold;
}

#menu a:hover{
color: #003399;
background-color: #f9f9f9;
padding: 5px 5px 5px 8px;
border-bottom:1px solid #ececec;
border-left:10px solid #3473cc;
text-decoration:none;
font-weight:bold;
}

.menu_current a{
background-color:#CCCCCC;
font-weight:bold;
border-left:10px solid #3473cc;
}

/* MENU LEVEL 2 */

#menu li ul a{
display: block;
color: #555555;
padding: 6px 8px 6px 20px;
border-bottom:1px solid #e6e6e6;
}
		
#menu li ul a:hover{
background-color: #f9f9f9;
color: #003399;
padding: 6px 8px 6px 20px;
border-bottom:1px solid #e6e6e6;
}

li ul .menu_current a{
background-color: #CCCCCC;
color: #000000;
padding: 6px 8px 6px 20px;
border-bottom:1px solid #e6e6e6;
}

/* RANDOM PICTURE */

.picture{
border-left:10px solid #084294;
padding: 5px;
margin:0;
}

/* MENU LEVEL 3 */

#menu li li ul a{
display: block;
color: #666666;
padding: 6px 8px 6px 33px;
border-bottom:1px solid #e6e6e6;
font-size:11px;
}
		
#menu li li ul a:hover{
background-color: #f9f9f9;
color: #003399;
padding: 6px 8px 6px 33px;
border-bottom:1px solid #e6e6e6;
font-size:11px;
}

li li ul .menu_current a{
background-color:#CCCCCC;
color: #000000;
padding: 6px 8px 6px 33px;
border-bottom:1px solid #e6e6e6;
font-size:11px;
}
		
/* SEARCH */

.search_string {
width: 90px;
height: 14px;
font-size: 11px;
margin: 15px 15px 3px 15px;
padding: 0px;
vertical-align: middle;
}
					
.search_submit {
width: 94px;
height: 20px;
font-size: 10px;
margin: 3px 15px 0px 15px;
padding: 0px;
vertical-align: middle;
}

				
/* CONTENT */

#content{
float: right;
width: 528px;
padding:15px;
margin:0;
border-right: 1px solid #084294;
min-height:700px;
}

#content p {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small; 
line-height:140%; 
color: #333333;
}
		
#content h1{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
margin-left:5px;
margin-bottom:5px;

}

#content h2, h3, h4, h5 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
padding-left:0px;
border-bottom: 1px solid #ededed;
width: 515px;
margin-left:5px;
margin-bottom:5px;
margin-top:15px;
}

			
#content a:link, a:active, a:visited { 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small; 
line-height:140%; 
color: #0033ff; 
margin: 0px; 
text-decoration: underline;
}
				
#content a:hover {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small; 
line-height:140%; 
color: #003399; 
margin: 0px; 
text-decoration: none;
}

#content ul{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small; 
line-height:140%;
margin-top:10px;
margin-bottom:10px;
}

#content li{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size:small; 
line-height:140%;
}

#content table{
font-family:Arial, Helvetica, sans-serif;
font-size:small;
}

/* CONTENT SEARCH */
	
#content_string{
margin: 10px 15px 11px 36px;
height: 14px;
width:200px;
}				
				
#content_searchbutton{
margin: 10px 23px 11px 0px;
}

		
.radio_buttons{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 80%; 
line-height: 125%; 
color: #333333; 
padding: 7px 23px 0px 36px; 
margin: 0px;
}
				
.resultat_for {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 80%; 
line-height: 125%; 
color: #333333; 
padding: 15px 23px 5px 36px; 
margin: 0px; 
}
				
.search_result {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 80%; 
line-height: 180%;
text-align: left;
color: #333333; 
padding: 7px 0px 5px 36px; 
margin: 0px; 
}
				
.last_updated_by {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 70%; 
line-height: 150%;
text-align: right;
color: #333333; 
padding: 7px 15px 5px 15px; 
margin: 0px; 
}
				
.no_result {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 80%; 
line-height: 125%; 
color: #FF0000; 
padding: 7px 23px 5px 36px; 
margin: 0px; 
}

/* FOOTER */
		
#footer{
clear:both;
width:745px;
height:18px;
background-color:#084294;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:small;
color:#ffffff;
padding:5px 5px 5px 10px;
margin:0;
}

#footer a{
text-decoration:none;
color:#FFFFFF;
}

#footer a:hover{
text-decoration:none;
color:#CCCCCC;
}

/* IMPART LOGO */
.impart_logo{
position: absolute;
right:6px;
bottom:3px;
}

/* KEY */
.key{
position: absolute;
right:145px;
bottom:-2px;
}

/* GENERAL STUFF */

p {
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-size: 80%; 
line-height: 140%; 
color: #000000; 
padding: 5px; 
margin: 0px; 
}

h1{
text-transform:uppercase;
}


