/* @override 
	http://itu.dk/people/dhkn/heliopower/css/style_global.css
	http://supertusch.com/betalab/heliopower/css/style_global.css
*/

/*
-----------
Website URI: http://itu.dk/people/dhkn/heliopower/
Course: Webdesign & Webkommunikation 
University: ITU E2008

Site created by:
Jonas Christian Hansen: jcha@itu.dk
Sune Starfeldt: sost@itu.dk
Daniel Harding Knudsen: dhkn@itu.dk
-----------
*/
/* @group Universal */
html {
	
	height:100%; 		/* fix height to 100% for IE */
	max-height:100%; 	/* fix height for other browsers */
	padding:0; 			/*remove padding */
	margin:0; 			/* remove margins */
	border:0; 			/* remove borders */
	background:#fff; 	/*color background - only works in IE */
	font-size:80%; 		/*set default font size */
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; 	/* set default font */

}

body {
	
	height:100%; 		/* fix height to 100% for IE */
	max-height:100%; 	/* fix height for other browsers */
	padding:0; 			/*remove padding */
	margin:0; 			/* remove margins */
	border:0; 			/* remove borders */
	background: white;	/* set the background color*/
	font-size: 0.8em;	/* set the standard font size in body*/
	color: #333333;		/* set the standard font color*/
}

img { border: 1px solid gray; }

#container {
	
	margin: 0 auto;
	overflow: auto;
	width: 919px;

}

/* @group Text elements */

h1,h3 { font-weight: normal; }

h1 {
	
	font-size: 3em;
	color: black;
	margin: 0px;

}

h3 { font-size: 1.4em; }

p { font-size: 1.2em; }

/* @end */

/* @end */

/* @group Header */

#header {
	
	position: fixed;
	width: 100%;
	background-color: white;
	border-bottom: 1px solid gray;
	
}

#fixedspace { padding-top: 105px; }

#logo{
	
	background: url(../images/logo/newlogo.png) no-repeat;
	height: 52px;
	width: 223px;
	margin-top: 10px;

}

#topcontainer{

	background-color: white;
	border-top: 5px solid ;
	border-color: #F99D1C;
	margin: 0 auto;
	height: 100px;	
	width: 919px;
	padding: 0px;

}

/* @group Menu */

#menu {

	position: relative;
	top: 10px;
	margin-left: 50px;

}

#menu ul {

	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;

}

#menu ul li { 

	float: left;
	display: inline; 
	height: 20px;
	padding-left: 0; 
	padding-right: 0; 
	padding-top: 0px;
	padding-bottom: 5px; 

} 

#menu ul li a { 

	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 0px;
 	padding-top: 0px; 
 	color: #333333; 
 	text-decoration: none; 
 	font-size: 13px;
 	font-weight: bold;

} 

#menu ul li a:hover { 

 	border-color: grey; 
 	color: #F99D1C;
 	font-weight: bold;

}

#menu ul li.current a{ 

 	border-color: grey; 
 	color: #f99d1c;
 	font-weight: bold;

}

#menu .current ul { /* Visning af undermenu til current menupunkt */

	position: absolute;
	top: 28px;
	left: -50px;
	margin:0px; 
	padding-left: 50px; 
	background: url(../images/submenu3.png) no-repeat;
	display:inline; 
	width:100%;
	z-index: 100;

}

#menu .current ul li a {
	color: #333333;
}

#menu .current ul li a:hover {
	color: #f99d1c;
}

#menu li ul { /*Undermenu - skjult og positioneret til venstre*/

	position: absolute;
	top: 28px;
	left: -50px;
	margin:0px; 
	padding-left: 50px; 
	display:none;
	z-index: 200;

}

#menu li:hover ul {
	
	background: url(../images/submenu3.png) no-repeat;
	display:inline; 
	width:100%;
	

}

#menu li li {

	margin: 0px;
	padding: 0px;
	padding-top: 0px;


}

/* @end */

/* @group Search */

#search_box {

    margin-top: -2px;
    float: right;
    width: 250px;
    height: 18px;

}

/* @end */

/* @end */

/* @group Footer */

#copyright { float: right; }

#footername {

	color: #333333;
	border-bottom: 1px solid #333333;

}

#footerlinks { overflow: auto; }

#links{

	color: white;
	overflow: auto;

}



.linksSet ul{

	float: left;
	padding-left: 14px;
	padding-right: 30px;

}

.linksSet ul li{

	color: black;
	list-style-type: decimal;
	list-style-image: url(../images/bullets/bullet_black.png);	

}

.linksSet ul li a {

	text-decoration: none;
	color: #333333;

}

.linksSet li a:hover { color: black; }

.linksSet ul li a:active { color: yellow; }


#faq1 {

	float: left;
	width: 449px;
	padding: 7px;
	padding-top: 2px;

}


#faq2 {

	float: right;
	width: 449px;
	padding-left: 7px;
	padding-top: 2px;


}

.center_image {
	
	text-align: center;

}

#webdesign {

	font-size: xx-small;


}

#translate {
	
	float: right;
	font-size: small;
	margin-top: 0px;
	position: relative;
	top: -50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 5px;
	
}

/* @end */
