/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background: url(/images/css/bg.gif) repeat-x;
	background-color: #F6F6F6;
}

#movein{
	margin: 0 0 0 100px;
}

#frontpage_div{
	margin: 96px auto 0 auto;
	padding: 120px 0 0 0 ;
	width: 368px;
	height: 243px;
	background: #fff url(/images/pic_topbanner2.gif) 50% 10px  no-repeat;
}
#frontpage_div div{
	margin: 0 auto;
	width: 290px;
	position: relative;
	left: 26px !IMPORTANT;
	left: 13px;
	border: 0px solid black;
}

#frontpage_div h6{
	margin: 0 auto 40px auto;
	text-align: center;
}

#frontpage_div a, #frontpage_div h6{
	font-family: 'Trebuchet MS', 'Geneva', 'Helvetica', 'verdana', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
}

#frontpage_div a{
	display: block;
	float: left;
	clear: right;
	width: 110px;
	margin: 0 10px;
	padding: 115px 0 0 0;
	background: url(/images/greyarrow.gif) no-repeat;
	text-align: center;
	color: #000;
	text-decoration: none;
}

#frontpage_div a.blue{
	background-image: url(/images/bluearrow.gif);
}

#main_container {
	width:550px !important;
	width:550px;
	padding: 0px;
	margin:10px 0 0 0;
}

#header {
	min-height: 118px;
	height: auto !IMPORTANT;
	height:108px;

	/* background:url(/images/css/topbanner.gif); */
	background:#fff;
}

#headsections{
	position: relative;
	top: -15px;
	left: -7px;  /* -3px */
}



#topbanner {
	float: left;
	width:265px;

	}

#mainmenu{
	padding:10px 20px 0px 0px;
	text-align:left;
	float: right;
	position: relative;
	top: 10px;
}

#menuholder{
	width: 250px;
}

#menuholder a, #headsections a, #headsections{
	font-family: 'Trebuchet MS', 'Geneva', 'Helvetica', 'verdana', sans-serif;
	text-transform: uppercase;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#headsections a{
	padding: 2px 9px 0 10px;
	margin: 0;
}

#menuholder a{
	border: 0px solid #900;
	display: block;
	width: 115px;
	float: left;
}

#menuholder a:hover, #menuholder a.current ,#headsections a:hover, #headsections a.current{
	color: #00a1e5;
	/* background: #9acde6; */
	/* color: #fff; */
}

#menuholder a.current, #headsections a.current{
	background: url(arrow.gif) no-repeat 0px 5px;
	/* background: #00a1e5; */
	/* color: #fff; */
}

#main_content{
	margin: 10px 0px 0 0px !IMPORTANT;
	background-color:#FFFFFF;
	padding:30px 0 20px 0 !IMPORTANT;
	padding:15px 0px 0px 0px;
}

#main_content_studentlogin {
	margin: 10px 0px 0 0px !IMPORTANT;
	background-color:#FFFFFF;
	padding:0px 0 0px 0 !IMPORTANT;
	padding:0px 0px 0px 0px;
}

#main_content ul, #main_content ol{
	padding:0 0px 0 20px;
}

#two_column_left {
	position: relative;
	width:245px;
	float: left;
	padding:0 10px 0 20px;
	text-align: left;
}

#two_column_right {
	position: relative;
	width:245px;
	/*
	height: 320px;
	height: auto;
	min-height: 320px;
	*/
	float: right;
	padding:0 20px 0 10px;
}


#one_column_wide {
	width:380px;
	padding:0 10px 0 20px;
	float: left;
	text-align:left;
}

#footer{
	margin-top:10px;
}



/* Textformatering */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	margin-top:10px;
	}

p	{
	font-size: 1em;
	margin: 0 0 10px 0;
	}

h6	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:1em;

}

.iconpdf {
	background-image:url(/images/css/icon_pdf.gif);
	background-repeat: no-repeat;
	padding-left:12px;
}

.bold {
font-weight:bold;
}

.smikon {
vertical-align:middle !important;
padding-right:7px;
}

#footercontent{
	position: relative;
	width:270px;
	float: left;padding:0px;
}

#footerseminarium{
	position: relative;
	width:270px;
	float: right;
	padding:0px;
}

#footer .validated {
	font-size:0.85em;
	font-weight:normal;
	color:#999;
	margin:0px;
}


/* EDITOR CSS */


/* CSS HACKS */

.clearing {
  height: 0;
  clear: both;
  margin:0px;
  padding:0px;
}

.clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Hides from IE-mac \*/
* html .clearing {height: 1%;}
.clearing {display: block;}
/* End hide from IE-mac */
