/* 
		Erhvervsakademi Århus
		Overall screen css styles 
		
		Af : Henrik Ladefoged / Illumi a/s
		
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {
	margin: 0; padding: 0; /* Reset all margins globally */
}
html {
	font-size: 100%;
	overflow: -moz-scrollbars-vertical;
	}
	body, html {
		font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		background: #726c67 url('../Img/main-bg.png') repeat-y center top;
		}
		body {
		font-size: 70%;
		}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Lucida fix
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#top, #functions, #language, div.box h4 {
		font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Headings
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1, h2, h3, h4, h5 {
	font-size: 100%; font-weight: normal; 
}
h1 {
	font-size: 180%;
	font-weight: bold;
}
h2 {
	font-size: 160%;
} 
h3 { font-size: 130%; margin-bottom: 10px;}
h4 {}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 10px;
	height: 0;
	}
#leftCol hr {
	margin: 20px 0 20px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Links
 * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a {
	color: #d0653b; text-decoration:none; }
	a:hover{
		text-decoration:underline;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Images
 * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
img{border:none;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Float clears
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.clear{clear:both; height: 1;}
.clearFix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Accessibility elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#skip {
	position:absolute; left:-999em; top:0; }
    span.accesskey { text-decoration:none; }
    .accessibility { position: absolute; top: -999em; left: -999em; }	

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#main {
	width: 960px; margin: 0px auto 0 auto; padding: 0px 0 0 0; position: relative;
	background-color: #fff;
	}

	#top {
		width: 960px;
		/* height: 193px; */
		height: 179px;
		background: #d3d3d3 url(../Img/top.png) no-repeat center top;	
		}
		#frontpage #top {
			/* height: 166px;	 */
			height: 152px;	
		}

	#flash {
		background-color: #d3d3d3;
		padding: 0 30px 0 30px;
		}
		#flash object {
			display: block;	
			}

	#logo {
		position: absolute;
		top: 20px;
		left: 60px;
		z-index: 999;
		}
		#logo a
		{
		  display: block;
		  width: 209px;
		  height: 78px;
		  background: url(../Img/top-logo.png) no-repeat left top;
		  }
		#logo-print {display: none;}

#topnav { 
		position: absolute; top: 133px; left: 30px; z-index: 85; 
		}
		#topnav ul, #topnav li {list-style-type: none; display: inline;}
		#topnav li a {
			float: left;
			color: #ebf2f2;
			font-weight: bold;
			display: inline;
			font-size: 90%;	
			padding: 0px 12px 0px 12px;
			background: url('../Img/topnav-sep.png') no-repeat right 0px;
			#background-position: right 1px; /* IE7 only */
		}
		#topnav li a.selected, #topnav li a.expanded, #topnav li a:hover, #topnav li a.selected:hover, #topnav li a.expanded:hover { color: #69888c; text-decoration: none; }
		#topnav li a.last { background-image: none; } 

		
		#language { position: absolute; top: 10px; right: 50px; z-index: 90; }
		#language ul, #language li {list-style-type: none; display: inline; }
		#language li a {font-size: 90%; color: #fff; padding: 0 0 0 10px;}
		#language li a.selected {color: #69888c;}

		#functions { position: absolute; top: 85px; right: 50px; z-index: 90; }
		#functions ul, #functions li {list-style-type: none; display: inline; }
		#functions li a {font-size: 90%; color: #fff; }
			#functions li a.print { background: url('../Img/print.png') no-repeat 0px 2px; padding-left: 12px; }
			#functions li a.sitemap { background: url('../Img/sitemap.png') no-repeat 0px 2px; padding-left: 15px;}			
			#functions li span { margin: 0 5px 0 5px; color: #fff;}

		 #search {position: absolute; top: 42px; right: 50px; }
			 #search input.viaFormSingleLine { 
			 	color: #000; background-color: #fff; width: 185px; margin-right: 10px; border: 1px solid #fff; vertical-align: top;  
				padding: 3px 4px 3px 4px;  /* For most browsers */
				#padding: 3px 4px 2px 4px;  /* For IE7 only */				
				}
				#search input.viaFormSingleLine:focus { 
					font-size: 2.5em;
				}
				#search input.search-button { cursor: hand;  
					margin-top: 0px; /* For most browsers */
					#margin-top: 1px; /* For IE7 only */
					}
			 	#search label {display: none; }
			 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	content containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#content { padding: 30px; }

#leftCol, #middleCol, #middleColWide, #rightCol { }

		#leftCol { 
			float: left; 
			width: 190px;
			margin-right: 30px;
			}
			#frontpage #rightCol { 
				margin-top: -160px;
			}
			
		#middleCol { 
			float: left; 
			width: 460px; 
			margin-right: 30px;
			}
			#middleColWide { 
				float: left; 
				width: 680px; 
				}

		#rightCol { 
			float: right; 
			width: 190px; 
			}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Boxes
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	div.box {
		/* background-color: #f7f7f7; Den gamle værdi */
		background-color: #f0f0f0;
		padding: 15px;
		margin-bottom: 10px;
		}
		div.box h4 { color: #000; font-size: 110%; font-weight: bold; margin-bottom: 5px; padding: 2px 0px 2px 20px; }
		div.box h4.icon1 { background: url(../Img/icon1.png) no-repeat 0px 1px; }
		div.box h4.icon2 { background: url(../Img/icon2.png) no-repeat 0px 1px; }
		div.box h4.icon3 { background: url(../Img/icon3.png) no-repeat 0px 1px; }
		div.box h4.icon4 { background: url(../Img/info.png) no-repeat 0px 1px; }
		div.box h4.icon5 { background: url(../Img/laes.png) no-repeat 0px 1px; }
		div.box h4.icon6 { background: url(../Img/geografi.png) no-repeat 0px 1px; }

		div.box p { margin-bottom: 5px;}		
		div.box a {}

		div.boximage.full { clear: both; margin: 0px 0px 5px 0px;}
		div.boximage.left { width: 180px; float: left; margin: 0px 10px 10px 0px;}
		div.boximage.right { width: 180px; float: right; margin: 0px 0px 10px 10px;}
	
	div.box-news, div.box-newsletter {
		position: relative;
		background: #f6f6f6 url(../Img/grey-bg-gradient.png) repeat-x left bottom;	
		margin-bottom: 10px;
		}
		div.inner {
			padding: 15px;	
			}
			div.box-news h4, div.box-shortcuts h4 {
				background: #71979a url(../Img/heading-bg-green.png) repeat-x left top; 
				padding: 7px 0 7px 15px;
				color: #fff;
				font-weight: bold;
				}
				div.box-news li a {
					color: #413d39;
					display: block;
					padding: 0 0 .8em 0;	
					}
				div.box-news li a.more {
					color: #d0653b;
					padding: 6px 0 0 0;	
					font-weight: bold;
					}
				div.box-news a#rss {
					position: absolute;
					top: 6px;
					right: 10px;
					width: 17px; height: 17px;
					background: url(../Img/rss.png) no-repeat left top; 
				}

		div.box-newsletter h4 {
			background: #cf643b url(../Img/heading-bg-orange.png) repeat-x left top; 
			padding: 7px 0 7px 15px;
			color: #fff;
			font-weight: bold;
			}
			div.box-newsletter label {
				display: block;	
				margin-top: 5px;
			}
			div.box-newsletter div.newsletter-radio{
				margin-top: 10px;
				}
				div.box-newsletter div.newsletter-radio label{
					display: inline;	
					margin-right: 10px;
				}
				div.box-newsletter input.viaFormRadio {
					margin-right: 2px;
					}

		div.box-shortcuts {
			background: #534f4c url(../Img/darkgrey-bg-gradient.png) repeat-x left bottom;	
			margin-bottom: 10px;
			position: relative;
			}
			div.box-shortcuts li a {
				color: #fff;
				display: block;
				padding: 0px 0 .4em 0;	
				}

		#banners {
			border-top: 1px solid #e5e5e5;
			padding-top: 20px;
			margin: 20px 0 10px 0;
			}
			#banners img {
				margin-bottom: 10px;
				}

		div.chooser {
			width: 460px;
			display: block; 
			margin-bottom: 10px;
			}
			div.chooser a { color: #6b8d91; display: block;}
			div.chooser-left, div.chooser-right { width: 215px; }
			div.chooser-left {float: left; margin-right: 30px;}
			div.chooser-right { float: right;}
			div.chooser h2 { clear: both; border-bottom: 1px solid #e5e5e5; padding: 5px 0 5px 0;}
			div.chooser h3, div.chooser h3 a{ color: #000; margin: 7px 0 2px 0;}
				
	
	div.imageBoxThree, div.imageBoxTwo	{
		width: 460px;
		margin-bottom: 20px;
	}

	div.imageBoxThree	h3, div.imageBoxTwo h3 {
			border-bottom: 1px solid #e5e5e5;
			padding-bottom: 5px;
			margin-bottom: 20px;
	}

	div.imageBoxThree div.imageBoxLeft, 
	div.imageBoxThree div.imageBoxMiddle, 
	div.imageBoxThree div.imageBoxRight ,
	div.imageBoxTwo div.imageBoxLeft, 
	div.imageBoxTwo div.imageBoxMiddle, 
	div.imageBoxTwo div.imageBoxRight 
	{
		border: 2px solid #e5e5e5;
		margin-right: 20px;
		width: 136px;
		float: left;
	}
	div.imageBoxTwo div.imageBoxLeft, 
	div.imageBoxTwo div.imageBoxMiddle, 
	div.imageBoxTwo div.imageBoxRight 
	{ width: 216px; }

	div.imageBoxLeft { }
	div.imageBoxMiddle { }

	div.imageBoxThree div.imageBoxRight, div.imageBoxTwo div.imageBoxRight  {
		float: right;
		margin: 0;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Breadcrumb
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#breadCrumb {
		clear: both;
		font-size: 90%;
		margin-bottom: 30px;
		color: #666;		
		}
		#breadCrumb ul, #breadCrumb li {list-style-type: none; display: inline; }
		#breadCrumb li a {
			color: #666;
			padding: 0px 6px 0px 0px;
			text-decoration: underline;
			}
			#breadCrumb li a:hover {
				text-decoration: none;
			}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Left Navigation - Advanced
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  #leftNav { 
	  width: 190px;
	  background-color: #423d3a;
	  margin-bottom: 10px;
	  }
	  #leftNav h4, #simpleLeftNav h4 { 
	  	background: #cf643b url(../Img/heading-bg-orange.png) repeat-x left top; 
	    padding: 7px 0 7px 12px;
		color: #fff;
		font-weight: bold;
		}
	  
	  /* LEVEL 1 */
	  #leftNav ul, #leftNav li, #simpleLeftNav ul, #simpleLeftNav li,  {list-style-type: none; }
	  #leftNav li a {
          color: #fff;
		  display: block;
		  padding: 7px 25px 7px 12px;
		  border-bottom: 1px solid #fff;
		  }
		#leftNav li a.haschildren  {
		  background: url(../Img/arrow-right-light.png) no-repeat 172px 10px; 
		}
		  #leftNav li a.haschildren.expanded, #leftNav li a.haschildren.selected  { 
  		    background-image: url(../Img/arrow-down-light.png);
		 	background-position:  170px 12px;
			text-decoration: underline; 
			}
			#leftNav li a.selected  { text-decoration: underline;}


		/* LEVEL 2 */
		  #leftNav li li a {
				color: #403d39;
				background-color: #bfbebd;
				}
				#leftNav li li a.haschildren {
				  background: url(../Img/arrow-right-dark.png) no-repeat 172px 10px; 
				}
				#leftNav li li a.expanded,  #leftNav li li a.haschildren  {
					background-color: #bfbebd;		
					}
					  #leftNav li li a.haschildren.expanded, #leftNav li li a.haschildren.selected { 
						background-image: url(../Img/arrow-down-dark.png);
						background-position:  170px 12px;
						}

				/* LEVEL 3 */
				  #leftNav li li li a {
						color: #403d39;
						background-color: #d8d7d7;		
						padding-left: 25px;
						}
						#leftNav li li li a.expanded,  #leftNav li li li a.haschildren {
							background-color: #d8d7d7;		
							}

							/* LEVEL 4 */
						  #leftNav li li li li a {
								color: #403d39;
								font-size: 90%;
								background-color: #e9e9e9;
							    padding: 3px 15px 3px 35px;
								border: 0;
								}
			  				    #leftNav ul ul ul ul {border-bottom: 1px solid #fff; }
								#leftNav li li li li a.expanded,  #leftNav li li li li a.haschildren {
									background-color: #e9e9e9;
									background-image: none;
									}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Left Navigation - Advanced
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  #simpleLeftNav { 
	  width: 190px;
	  background-color: #e9e9e9;
	  margin-bottom: 10px;
	  }
	  #simpleLeftNav li a {
		  display: block;
    		color: #403d39;
		    padding: 3px 15px 3px 22px;
		}
	  #simpleLeftNav li a.selected {
			text-decoration: underline;
		}
		  #simpleLeftNav li li a {
			  display: block;
				color: #403d39;
				padding: 5px 15px 5px 35px;
			  background: url(../Img/miniarrow-mini.png) no-repeat 27px 12px; 
			}
		  #simpleLeftNav li li li a {
			  display: block;
				color: #403d39;
				padding: 5px 15px 5px 45px;
			  background: url(../Img/miniarrow-mini.png) no-repeat 37px 12px; 
			}


		  #simpleLeftNav ul {
				padding: 12px 0px 12px 0px;
			}
			#simpleLeftNav ul ul {
				padding: 0px 0px 0px 0px;
}

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Content styling
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	  div.document, div.module  {
		  margin-bottom: 20px;
	  }
	  #middleCol, middleColWide {
		  line-height: 160%;
	   }
	  #leftCol h1, #middleCol h1, #middleColWide h1, #rightCol h1  {
		  line-height: 120%;
		  margin: 0 0 5px 0;
	   }
	  #leftCol h2, #middleCol h2, #middleColWide h2, #rightCol h2 {
		  line-height: 120%;
		   margin: 0 0 10px 0;
	   }
	  #leftCol li, #middleCol li, #middleColWide li, #rightCol li {
	  list-style-type: none; 
	  }
	  div.module p {
		  margin-bottom: 10px;
	  }
	  #leftCol p, #middleCol p, #middleColWide p, #rightCol p {
		 margin: 0 0 5px 0;
	   }
	#leftCol img {margin: 0 0 10px 0;}

	div.document table, div.documentWide table  {
		width: 100%;	
		border-collapse: collapse; 
	}
 	div.document table td, div.document table th,
 	div.document tableWide td, div.documentWide table th {
		border: 1px solid #fff;
		padding: .5em;
	}

#middleCol div.document, 
#middleCol div.module, 
#middleColWide div.document, 
#middleColWide div.module 
{
	width: 460px;
}
#middleColWide div.documentWide {
	width: auto;
	margin-bottom: 20px;
} 

#middleCol div.document ul li, 
#middleColWide div.document ul li, 
#middleCol div.documentWide ul li, 
#middleColWide div.documentWide ul li
{
	list-style-type: none;
	padding-left: 10px;
	background: url(../Img/bullet-dot.png) no-repeat 0px 7px;
}

div.documentColLeft {
	width: 220px;
	float: left;
	margin-right: 20px;
}
div.documentColRight {
	width: 220px;
	float: right;
}
div.documentWide div.documentColLeft, div.documentWide div.documentColRight { width: 330px;}

 div.document a.pdf,
 div.documentWide a.pdf,
 div.document a.word,
 div.documentWide a.word,
 div.document a.excel,
 div.documentWide a.excel
	 { padding: 2px 0px 2px 26px; }
	 div.document a.pdf,
	 div.documentWide a.pdf
		 { background: url(../Img/icon-pdf.png) no-repeat 3px 2px; }

	 div.document a.word,
	 div.documentWide a.word
		 { background: url(../Img/icon-doc.png) no-repeat 3px 2px; }

	 div.document a.excel,
	 div.documentWide a.excel
		 { background: url(../Img/icon-xls.png) no-repeat 3px 2px; }


  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Module: News
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.news dl {
	margin-top: 15px;
}
div.module.news dd {
	margin: 0px 0 0px 0;
}
div.module.news dt {
	padding: 0 0 5px 20px;
	background: transparent url(../Img/miniarrow-normal.png) no-repeat 5px 7px; 
	}
	div.module.news dd {
		padding: 0 0 0 20px;
	}

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Sitemap
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	#sitemap { 
		margin-bottom: 20px; 
		height: 1%;
		}
	  #sitemap ul, #sitemap li  {list-style-type: none; }
	  #sitemap li a {
		  display: block;
		  padding: 22px 0px 6px 12px;
		font-size: 120%;
		font-weight: bold;
		border-bottom: 1px solid #ccc;
		  }
		  #sitemap li li a {
		  background: transparent url(../Img/miniarrow-normal.png) no-repeat 40px 1.9em; 
			padding: 16px 0px 2px 50px;
			font-size: 110%;
			border-bottom: 1px dotted #e2e2e2;
			font-weight: normal;
			  }
			  #sitemap li li li a {
			  background: transparent url(../Img/miniarrow-mini.png) no-repeat 90px 1.2em; 
				border: 0;
				color: #76989a;
				font-size: 100%;
				padding: 6px 0px 0px 100px;
				  }
				  #sitemap li li li li a {
					background: none;
					color: #a7a7a7;
					color: #656565;
					padding: 4px 0px 0px 150px;
					  }

  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	  Content images
   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
		div.image.full { clear: both; margin: 0 0 10px 0; }			 
		div.image.left { float: left; margin: 5px 15px 5px 0; }			 
		div.image.right { float: right; margin: 5px 0 5px 15px; }			 

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Footer
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
  #footer { 
	  clear: both;
	  width: 900px; 
	  background: url(../Img/footer-bg.png) repeat-x left top;
	  padding: 24px 30px 0px 30px;
	  margin: 0px 0 20px 0;
	  text-align: center;
	font-size: 90%;
	  }
	  #footer span { margin: 0 5px 0 5px;} 
			
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
form, fieldset, input, textarea {
	display: inline; font-size: 1em; 
}
div.formError { color: #BC2D3D; position: relative; left: -10px; font-style:italic; font-weight:bold; }
div.formhelp { }

input.viaFormSingleLine {
	border: 1px solid #ccc;
	font-size: 100%;
	padding: 2px;
}
input.viaFormPassword {}
input.viaFormEmail {}
input.viaFormCheckBox {}
textarea.viaFormTextArea {}
input.viaFormRadio {}
input.viaFormButtonReset, input.viaFormButtonSubmit, table.form input.Submit {
	margin: 5px 5px 10px 0;
	padding: 2px 15px 4px 15px;
	color: #000;
	font-weight: bold;
	border-top: 2px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-right: 2px solid ccc;
	border-bottom: 2px solid ccc;
	cursor: hand;
	}
	input.viaFormButtonReset:hover, input.viaFormButtonSubmit:hover, table.form input.Submit:hover {
		background-color: #e1774d;
		color: #fff;
		border: 2px solid #e1774d;
		cursor: hand;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Forms2
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
table.form { 
	table-layout: fixed;
}

table.form td {
	/* border: 1px solid black;  */
	vertical-align: top;
}

table.form label.lblAbove {
	display: block;
	font-size: 90%;
	margin: 0 0 2px 0;
	}
	table.form label.lblRight {
		font-size: 90%;
		margin: 0 0 0 5px;
	}
	table.form label.lblLeft {
		font-size: 90%;
		margin: 0 5px 0 0;
	}

table.form ul, table.form li {
	list-style-type: none;
	} 
	table.form li {
		background: none !important;
		padding: 0 0 4px 10px !important;
	} 
	table.form li label input {
		margin: 0 3px 0 3px;
	}

table.form h2 {
	border-bottom: 1px solid #ccc;
	margin: 20px 0 5px 0;
	padding:0 0 8px 0px;
}

input.Email.wXXSmall, input.Email.wXSmall, input.Email.wSmall, input.Email.wMedium, input.Email.wLarge, input.Email.wXLarge, input.Email.wXXLarge,
input.TextBox.wXXSmall, input.TextBox.wXSmall, input.TextBox.wSmall, input.TextBox.wMedium, input.TextBox.wLarge, input.TextBox.wXLarge, input.TextBox.wXXLarge, textarea.TextArea.wXXLarge	
{ 
	font-size: 1em;	
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #fff;
	 }
	input.TextBox.wXXSmall:focus,  input.TextBox.wXSmall:focus, input.TextBox.wSmall:focus, input.TextBox.wMedium:focus, input.TextBox.wLarge:focus, input.TextBox.wXLarge:focus, input.TextBox.wXXLarge:focus	
	{ 
		font-size: 2.5em;
		border: 1px solid #000;		
		/* border-bottom: 3px solid #000;		
		border-top: 3px solid #000;		 */
	 }

input.TextBox.wXXSmall { width: 75px;} 
input.TextBox.wXSmall { width: 100px;}  
input.TextBox.wSmall { width: 140px;}  
input.TextBox.wMedium { width: 200px; }  
input.TextBox.wLarge { width: 300px;}  
input.TextBox.wXLarge { width: 400px;}  
input.TextBox.wXXLarge { width: 460px; } 

div.field {
	padding: 3px;
	}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Search

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.searchresult{
	margin-top: 20px;
	}

div.module.searchresult input.viaFormSingleLine {
	width: 100%;
	padding: 4px;
	font-size: 100%;
	}
	div.module.searchresult input.viaFormSingleLine:focus {
			font-size: 180%;
	}
div.search-element {
	background: transparent url(../Img/miniarrow-normal.png) no-repeat 5px 17px; 
	padding: 10px 0 0px 15px;
}

div.search-previous {
	padding:0px 5px 0px 5px;
	text-align:center;
	display:inline;
}
div.search-next {
	padding:0px 5px 0px 5px;
	text-align:center;
	display:inline;

}
div.search-pagenumber {
	background-color: #e36c3e;
	color: #fff;
	padding:0px 5px 0px 5px;
	text-align:center;
	display:inline;
}

div.search-paging {
	padding: 10px;
	border-top: 1px solid #ccc;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Phonebook

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.module.phonebook {
	width: 513px !important;
	}
	div.module.phonebook p {
		margin: 10px 0px 15px 0px !important;
		display: block;
	}
	div.module.phonebook p.back {
		float: right;
	}
	div.module.phonebook div.searchbox {
		margin-bottom: 25px;
		background: transparent  url(../Img/Telefonbog/phonebook-top-bg.png) no-repeat left top; 
		width: 513px;
		float: left;
		}
		div.module.phonebook div.searchbox div.inner	{
			background: transparent url(../Img/Telefonbog/phonebook-bottom.png) no-repeat left bottom; 
			width: 493px;
			padding: 3px 10px 5px 10px;
			/* height: 60px; */
			float : left;
		} 
		div.module.phonebook div.searchbox h5  { 
			font-size: 100%;
			font-weight: bold;
			margin-left: 35px;
		}
		div.module.phonebook div.searchbox ul, 
		div.module.phonebook div.searchbox li   {list-style-type: none; display: inline;}

		div.module.phonebook div.searchbox ul li { 
			float: left; 
			display: inline;
			padding: 8px 4px 8px 4px;
			color: #999;
			}
		div.module.phonebook div.searchbox ul li.last {
			float: right;
			padding-right: 0;
		}
		div.module.phonebook form {
			padding: 5px 0px 15px 0px;
			float: left;
		}
		div.module.phonebook label {
			text-align: right; 
			width: 120px;
			float: left;
			margin-right: 10px;
			color: #666;
		}
		div.module.phonebook select.phoneBookFormSelect {
			font-size: 100%;
			width: 244px;
			border: 1px solid #ccc;
			padding: 2px;
			vertical-align: bottom;
			}
		div.module.phonebook input.phoneBookSearch {
			vertical-align: bottom;
		}
		div.module.phonebook input.phoneBookReset {
			vertical-align: bottom;
		}
		div.module.phonebook input.phoneBookFormSingle {
			border: 1px solid #ccc;
			vertical-align: bottom;
			padding: 2px !important;
			font-size: 100%;
			width: 175px;
			margin-right: 10px;
		}
		div.module.phonebook div.phoneBookFormRow {
			margin-top: 10px;
		}
		div.module.phonebook a.guide {
			margin-left: 10px;
		}
		div.phoneBookContainerTop {
			background:  url(../Img/Telefonbog/phonebook-table-top.png) no-repeat left top; 
			height: 1px;
			float: left;
			width: 513px;
		}
		div.phoneBookContainerBottom {
			background: transparent url(../Img/Telefonbog/phonebook-bottom.png) no-repeat left top; 
			height: 10px;
			float: left;
			width: 513px;
		}
		div.phoneBookContainer {
			background:  url(../Img/Telefonbog/phonebook-table-bg.png) repeat-y left top; 			
			padding: 1px 2px 0px 2px;
			width: 513px;
			float: left;
		}
		table.phonebookResult {
			clear: both;
			width: 509px;
			border-collapse: collapse;
		}
		table.phonebookResult th {
			color: #fff;
			background: #cf643b url(../Img/heading-bg-orange.png) repeat-x left top; 
			text-align: left;
			padding: 5px 15px 5px 15px;
			margin: 2px;
			border-top: 1px solid #fff;
		}
		table.phonebookResult td {
			padding: 5px 15px 5px 15px;
			vertical-align: top;
			}
			table.phonebookResult th.name, table.phonebookResult td.name  {width: 250px;}
			table.phonebookResult th.direct, table.phonebookResult td.direct  {width: 130px;}
			table.phonebookResult th.mobile, table.phonebookResult td.mobile  {width: 100px;}
			table.phonebookResult td span {display: block;}
			table.phonebookResult td span.titel { color: #000; }
			table.phonebookResult td span.type {color: #999;}

		table.phonebookResult tr.even td {
			background: #f6f6f6 url(../Img/Telefonbog/phonebook-table-row-bg.png) repeat-x left top; 
			border-bottom: 1px solid #fff; 
		}
		table.phonebookResult tr.odd td {
			border-top: 1px solid #e9e9e9;
		}
		div.phoneBookContainer.lookUp h3 {
			background: #cf643b url(../Img/heading-bg-orange.png) repeat-x left top; 
			padding: 5px 15px 5px 15px;
			color: #fff;
			font-size: 100%;
			font-weight: bold;
			margin-bottom: 0px !important;
			width: 479px;
			}
			div.phoneBookContainer.lookUp div.inner {
			}
			div.phoneBookContainer.lookUp div.inner ul {
				width: 330px;
				float: left;
			}
			div.phoneBookContainer.lookUp div.inner li {
				width: 330px;
				border-bottom: 1px solid #e9e9e9;
				padding: 5px 0px;
				color: #666;
				}
				div.phoneBookContainer.lookUp div.inner li.bottom {
					border-bottom: 0;
				}

			div.phoneBookContainer.lookUp div.inner li span.leftcol {
				font-weight: bold;
				width: 150px;
				float: left;
				color: #333;
			}
			div.phoneBookContainer.lookUp div.inner li span.rightcol {
				width: 150px;
				float: left;
			}

			img.phonebookImage {
				float: right;
				border: 6px solid #eaeaea;
				margin: 10px 10px 0px 0px;
			}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	For frontend status and debug messages
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#debug {background-color: #fff602; padding: 5px; text-align: center;}


/* height: 15px; Firefox Safar
#height: 15px; IE7
_height: 21px; IE6 */




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Added by Par no. 1 
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.kampagnesite	{
	background: transparent url(../Img/erhvervsakademi_kampagne.jpg) no-repeat 0px 0px;
	display: inline;
	float: left;
	height:146px;
	margin: 0px 0px 0px 233px;
	padding: 209px 0px 0px 128px;
	width: 361px;
}
*:first-child+html div.kampagnesite {
	margin: 0;
} 