/* ---- body ----*/
*{
	margin:0;
	padding: 0;
}

img{border:none;}

html, body
{
    background-image: url('../promptu/images/gcms/baggrund.jpg');
    font-family: Verdana, helvetica, sans-serif;
    color: #1A1A1A;
    font-size: 10px;
}

/* document alignment */

#alignWrapper
{
    width: 820px;
	margin: auto;
	height: 580px;
}

/* ---- top - logo og shiftmenu ----*/

#logoWrapper
{
    width: 802px;
    float:left;
    /* DENNE BORDER PIXEL ER IKKE TRUKKET FRA DET ANDET */
    border-bottom: 1px solid #cccccc;
	background-color: #FFFFFF;
}

#logo
{
    width: 300px;
    height: 60px;
    float: left;
    background-image: url('../images/forside/logo.jpg');
    cursor: pointer;
}

#logoVirk
{
    width: 300px;
    height: 60px;
    float: left;
    background-image: url('../images/forside/logoBlaa.jpg');
    cursor: pointer;
}

#shiftMenu
{
    width: 490px;
    float: left;
    padding: 40px 10px 0 0;
	text-align: right;
	font-size: 9px;
	
}

.shiftMenu
{
    text-align: right;
    font-size: 80%;
}

.virksomhed
{
    color: #00AAD3 !important;
	text-decoration: none;
}


.studerende
{
    color: #F8B334 !important;
	text-decoration: none;
}

.tilbageJob
{
    color: #ffffff;
	text-decoration: none;
}

.sitemap
{
    color: #666666 !important;
	text-decoration: none;
}




/* ---- venstre kolonne ----*/

#menuWrapper
{
    width: 175px;
    height: 490px;
    float: left;
}

#searchBox
{
    width: 175px;
    height: 90px;
    background-image: url('../images/forside/search.jpg');
    float: left;
    background-color: #ffffff;
}

#searchField {
	margin: 29px 0 0 29px;
	width: 116px;
	height: 14px;
	border: 0;
	outline: none;
	font-size:11px;
	color: #ffcc66;
}
	
#searchButton {
	width: 23px;
	height: 23px;
	margin: 17px 0px 0 146px;
	border:0;
	outline: none;
	background:none;
	}

#menu
{
    width: 175px;
    height: 400px;
    background-color: #ffffff;
    float: left;
    color: #ffffff;
}

/* ---- midter kolonne----*/

#headerAndContent
{
    width: 450px;
	float: left;
	background-color: #ffffff;
}

#headerImage
{
    width: 450px;
    height: 150px;
    float: left;
	background-color: #FFFFFF;
}

#content
{
    width: 450px;
    height: 340px;
    float: left;
	background-color: #ffffff;
	background-image: url('../images/forside/baggrundForside.jpg');
}

/* ---- højre kolonne ----*/

#advert
{
    width: 195px;
    height: 515px;
    float: left;
}

#advertTop
{
    width: 175px;
    height: 265px;
	float: left;
	background-color: #FFFFFF;
	
}

#advertBottom
{
    width: 183px;
    /* -------- HEIGHT SKAL SLETTES --------*/
    height: 250px;
    /*background-image: url('../images/advertBottom.jpg');*/
	float: left;
}

/* footer */
#footer
{
    width: 625px;
    height: 15px;
    float: left;
}


.author
{
    color: #BFBFBF;
    font-size: 9px;
    margin:0;
}

.text {
	color: #666666;
	}

.xsiteText {
	color: #ffffff;
	}


/*tagstyles*/
	
p {
	cursor: default;
	line-height: 13px;
	margin-top: 13px;
	}
	
ul {
	cursor: default;
	}
	
h1 {
	cursor: default;
	}

h2 {
	cursor: default;
	}

h3 {
	cursor: default;
	}

h4 {
	cursor: default;
	}

h5 {
	cursor: default;}

h6 {
	cursor: default;
	}
	
form input {
	color:#666666;
	}
	
 a:link{color:  #00AAD3; text-decoration: none;}
 a:hover{color:  #00AAD3; text-decoration: none;}
 a:active{color:  #00AAD3; text-decoration: none;}
 a:visited{color:  #00AAD3; text-decoration: none;}

img{border:none;}

#whiteBox {
	
	background-color: #ffffff;
	width: 802px;
	height: 550px;
	}