/* @override 
	http://www.high-performance-institute.dk/styles/main.css
	http://www.high-performance-institute.dk/styles/main.css
*/

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

/* @group Global tags */

a {
	color: #119dc6;
	text-decoration: none;
}

a:hover {
	color: #16bdee;
}



/* @end */

#wrapper {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}

#header {
	margin-bottom: 58px;
}

#menu {
	width: 140px;
	float: left;
	text-align: right;
}

/* @group Menu */

#menu a {
	color: #999;
	text-decoration: none;
}

#menu a:hover {
	color: #16bdee;
}

/* @group Large Menu */

#menu #large_menu {
	margin-bottom: 20px;
	font-size: 16px;
}



/* @end */



/* @end */

#content {
	width: 700px;
	float: right;
}

/* @group colors */

.blue, #main .blue {
	color: #119dc6;
}

.orange, #main .orange {
	color: #e86315;
}



/* @end */

#footer {
	color: #ccc;
	font-size: 10px;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 25px;
	clear: both;
}

/* @group Footer */

#footer p {
	margin-bottom: 10px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #16bdee;
}

#footer .footer_adress {
	color: #939393;
}



/* @end */