body {
	margin:0;
	background: #f0f0f0;

}


#frame {
	width: 932px;
	background: #FFFFFF;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}
#header {
	text-align: left;
	background: #f0f0f0;
}

#footer {
	color: #666666;
	margin-top: 20px;
	margin-bottom: 50px;
}

#mainNav {
	background: #222222 url('/portal/grafik/header-bottom.jpg') no-repeat;
	padding-top:0px;
	margin-top:0px;
	padding-left: 25px;
	padding-right: 20px;
	height: 27px;

}

	#mainNav .mainLink {
		height: 27px;
		float: left;
		margin-right: 2px;
	}

.fadeOut {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
}

A, A:link, A:visited, A:active {
	color: #004ca0;
}

#secNav {
	height: 24px;
	background: url('/portal/grafik/sec-nav-background.gif') repeat-x;
	padding-left: 25px;
	color: #c0c0c0;
}

	#secNav A.secLink:link, #secNav A.secLink:visited, #secNav A.secLink:active {
		line-height: 23px;
		color: #444444;
		text-decoration: none;
	}
	
	#secNav A.secLink:hover {
		color: #444499;
		border-bottom: 1px solid #AAAAAA;
	}
	
p, td, tr, li, ol, ul {
	font-family: Arial, Helvetica, Geneva;
	font-size: 13px;
	line-height: 20px;
}

h1 {
	padding-top: 6px;
	font-family: Arial, Helvetica, Geneva;
	font-size: 22px;
	line-height: 24px;
	border-bottom: 1px solid #AAAAB0;
}

h2 {
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	line-height: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #AAAAB0;
}

h3 {
	font-family: Arial, Helvetica, Geneva;
	font-size: 14px;
	line-height: 18px;
}

.columnTitle {
	font-family: Arial, Helvetica, Geneva;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	background-color: #C4D4E4;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #B2C7DC;
}

.leftColumn {
	padding: 25px;
	vertical-align: top;
	background-color: white;
}

.rightColumn {
	vertical-align: top;
	width: 233px;
	background-color: #D4DDEB;
	border-left: 1px solid #C0C0C0;
}
.rightColumnSection1 {
	background-color: #D4DDEB;
	padding: 15px;
	padding-top: 5px;
}

.rightColumnSection2 {
	background-color: #D4DDEB;
	padding: 15px;
	padding-top: 5px;
}

.rightColumnSection3 {
	background-color: #D4DDEB;
	padding: 15px;
	padding-top: 5px;
}

.topLeftColumn {
	width: 55%;
}

.topRightColumn {
	width: 30%;
	background-color: #B2C7DC;
}

        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 2000;
            background-color: #666666;
            z-index:1001;
            -moz-opacity: 0.7;
            opacity:.70;
            filter: alpha(opacity=70);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 800;
            height: 550;
            padding: 16px;
            border: 5px solid #f0f0f0;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }

div#projform	{
			padding: 20px;
			background: url('/portal/grafik/box.gif') no-repeat;
			width:225px;
		}
