body, p, h1, h2, h3, h4, label, form, input, a, ul, li, img, textarea {
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:12px;
}

img {
	border:0;
}

h1 {
	font-size:24px;
	margin:0 0 22px 0;
	font-family:futura t1,arial, sans-serif;
}

h2 {
	font-size:18px;
	margin:22px 0;
	font-family:futura t1,arial, sans-serif;
}

h3 {
	font-size:16px;
	font-family:arial, sans-serif;
}

h4 {
	font-size:14px;
	font-family:arial, sans-serif;
}

p, span,a,li {
	font-family:arial, sans-serif;
	font-size:12px;
}

a {
	font-size:12px;
	color:#BC0404;
	text-decoration:none;
}

a:hover {
	color:#aaa;
}

/* header */

#header {
	margin:0 0 10px 0;

	height:56px;
	width:100%;
}

#headerContent {
	margin:0 auto;
	width:902px;
	height:56px;
}

#headerLeft {
	float:left;
	height:56px;
}

#headerRight {
	margin:12px 0 0 0;
	float:right;
}

.alterFont {
	height:19px;
	width:11px;
	float:left;
	color:#fff;
	margin:2px 7px 0 0;
	padding:3px 7px;
}

.alterFont:hover {
	color:#fff;
}



/* wrapper + mainimage */

#wrapper {
	width:902px;
	margin:0 auto;
}

#contentWrapper {
	width:902px;
	margin:0 0 40px 0;
	float:left;
}

#mainImage {
	margin:0 0 30px;
}

/* sidenavi */

#sideNaviContainer {
	width:220px;
	margin:0 13px 0 0;
	float:left;
}

#sideNaviContainer ul {
	list-style-type:none;
	line-height:1px;
	font-size:1px;
}

.sideNaviFirst {
	margin:0 0 13px 0;
}

.sideNavi {
	width:180px;
	height:30px;
	margin:0 0 3px 0;
/*	padding:5px 0 5px 28px;*/
	background:url(../img/sidenavi.gif) no-repeat;
}

.sideNavi a{
	color:#000;
	line-height:20px;
	padding:5px 0 5px 18px;
	display:block;
	width:267px;
}

.sideNavi.active {
	background:url(../img/sidenavi_active.gif) no-repeat;
}

.sideNavi.active a{
	color:#fff;
	font-weight:bold;
}


/* sidenavin nostot */

.featureLeft {
	background:url(../img/feature_left.gif) no-repeat;
	width:295px;
	height:73px;
	margin:0 0 5px 0;
}

.featureLeft img{
	padding:1px 0 0 3px;
}

.featureLeft a{
	display:block;
	height:100%;
	width:100%;
}

.leftBanner {
	margin:0 0 31px 0;
}



/* content */

#content {
	width:593px;
	float:left;
}

#content p {
	margin:5px 0;
	line-height:15px;
}


.fullColumn {
	clear:both;
	width:593px;
}

.fullColumn.dashed {
	border-top:1px solid #d5d5d5;
}

/* filebrowser */

.fileBrowser {
	margin:0 0 22px 0;
	float:left;
}

.fileBrowserLeft {
	background:url(../img/filebrowser_left.gif) no-repeat;
	float:left;
	height:143px;
	width:22px;
}

.fileBrowserContent {
	background:url(../img/filebrowser_bg.gif) repeat-x;
	float:left;
	height:123px;
	width:529px;
	padding:20px 0 0 16px;
}

.fileBrowserText {
	float:left;
	width:260px;
}

.fileBrowserText p {
	margin:0 0 5px!important;
}

.fileBrowserImage {
	float:left;
	margin:2px 0 0 20px;
}

.fileBrowserRight {
	background:url(../img/filebrowser_right.gif) no-repeat;
	float:left;
	height:143px;
	width:22px;
}

.fileBrowserLeft a, .fileBrowserRight a  {
	display:block;
	height:100%;
	width:100%;
}


