/* CSS Document */


 * {
 margin: 0px; 
 padding: 0px;}
 
 

body {
background-position:left, top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #FFFFFF;
	background-image: url(../img/bg_mac.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	
}

h1 {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #CCCCCC;
	font-size: 11px;
	line-height: 1.2em;
}

h2 {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #000000;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: -2px;
}

h3 {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #000000;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -2.5px;
}




/* LAYOUT */

#columncontainer 
{
	float: left;
	width: 280px;
	margin-left: 50px;
	position: fixed;

}

#leftkolumn
{
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 40px;
	font-family: Helvetica, Arial, sans-serif;

}

#menu
{
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
}

#content
{
	float: left;
	width: 400px;
	margin-top: 300px;
	margin-bottom: 15px;
	margin-left: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
}


/* LiNKAR */

a:link {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;
}


a:visited {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;

}


a:active {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;

}

a:hover {
	font-family: Arial, Helvetica, Geneva, "Helvetica Neue", "Lucida Grande";
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2em;

}

