@import "/core/templateresources/reset.css";

html, body
{
	background:#000;
	color:#ffffff;
	font-family:trebuchet ms;
	font-size:11px;
	line-height:18px;	
}

h1
{
	font-size:26px;
	line-height:24px;
	padding:0px;
	margin-bottom:9px;
	margin-top:15px;
	font-weight:normal;
}

h4
{
	font-size:16px;
	color:#cccccc;
	line-height:20px;
	font-weight:normal;
	margin-bottom:3px;
	margin-top:3px;
}

h5
{	
	display:block;
	height:26px;
	border-bottom:1px solid #202020;
}

h5 a
{
	position:relative;
	text-transform:uppercase;
	top:4px;
	padding-left:20px;
	color:#FFF;
	text-decoration:none;
	background:url(/core/templateresources/h7.gif) center left  no-repeat;
}

a
{
	color:#FFF;	
}

h5 a:hover
{
	color:#b129e2;
	text-decoration:underline;
	background:url(/core/templateresources/h7_hover.gif) center left no-repeat;
}

#wrapper
{
	margin:auto;
	width:960px;
}

#container
{
	
	background:url(/core/templateresources/content_bg.jpg) top left repeat-x;
	width:960px;
	min-height:500px;
}

#top
{
	background:url(/core/templateresources/trappteknik_top.gif) top left repeat-x;
	width:960px;
height:81px;
padding-bottom:5px;
}

.header
{

}

.header .menu
{
	height:30px;
	padding-left:10px;
}

.header .menu li
{
	background:url(/core/templateresources/active_btn.gif) top left no-repeat;
	float:left;

	position:relative;
	font-weight:bold;
	letter-spacing:1px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	width:129px;
	height:30px;
}


.header .menu li span
{
	
	font-weight:bolder;
	color:#f6f6f6;
}

.header .menu li.active
{
	background:url(/core/templateresources/inactive_2.gif) top left no-repeat;
	color:#fff;
}

.header .menu li *
{
	position:relative;
	top:7px;
		
	text-decoration:none;
}

.header .menu li a
{
	color:#ccc;
}

.clear
{
	clear:both;
	float:none;
	height:1px;
	margin:0px;
	padding:0px;
}

#content
{
	padding:15px;
	padding-bottom:0px;
	color:#FFF;
}

.submenu
{
	border-bottom:1px solid #2e2e2e;
	height:30px;
	margin-left:20px;
	margin-right:20px;
	padding-top:5px;
}

.submenu li
{
	top:2px;
	padding-bottom:3px;
	border-right:1px solid #2e2e2e;
	float:left;
	position:relative;
	padding-right:17px;	
	padding-left:17px;
		font-size:13px;
}

.submenu li a 
{
	color:#CCC;
	font-weight:600;
	text-decoration:none;
}


.submenu li span
{
	color:CCC;
	font-weight:600;
}

.creator 
{
	padding-top:20px;
	text-align:center;
}

.creator a
{
	color:#FFF;
	font-weight:600;
}
hr {height:1px;border:0;color:#ccc;background-color:#ccc;margin:5px 0;padding:0;}
