body {
	margin:0px;
	padding:0px;
	background-image:url(/images/bg_orange.jpg);
	font-family:"Trebuchet MS",Arial,Sans,Sans-Serif; 
	font-size:11pt;
	color: #000;
	text-align:center;
}
p,div,img {
	padding:0px;
	margin:0px;
}
img {
	border-style:none;
	border-width:0px;
}
table,tr,td {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	table-layout:fixed;
	vertical-align:top;
}

.framework {
	width:950px;
	margin-left: auto;
	margin-right: auto;
}
td#header1 {
	height:50px;
	text-align:left;
	vertical-align:bottom;
	background-image:url(/images/bg.gif);
	background-repeat:no-repeat;
	background-position:right top; 
}

td#header2 {
	height:315px;
	text-align:left;
	background-image:url(/images/bg_header4.gif);
	background-repeat:no-repeat; 
}
#samlogo {
	float:left;
	position:relative;
	top:10px;
	left:10px;
	z-index:1000;
	width:60px;
}
#samlogo2 {
	float:left;
	position:relative;
	top:10px;
	left:500px;
	z-index:0;
}

#navigation {
	position:relative;
	top:2px;
	bottom:0px;
	vertical-align:bottom;
	float:right;
	margin:0px;
	padding:0px;
	margin-right:25px;
}
#titleimage {
	margin-top:12px;
	margin-left:11px;
	float:left;
}
#content {
	vertical-align:top;
	width:640px;
	background-image:url(/images/bg_content.jpg);
	text-align:left;
	font-size:small;
	padding-bottom:10px;
	border-bottom-width:1px;
	border-bottom-color:#838383;
	border-bottom-style:solid;
}
.projectnews {
	margin: 3px;
	border-width:1px;
	border-style:solid;
	border-color:#FFF;
}
#nav {
	float: left; 
	vertical-align:bottom;
	font-size:9pt;
	font-family:Arial,"Tahoma","Trebuchet MS",Arial,Sans;
}
#nav ul {
	
	font-weight:bold;
	margin: 0; 
	padding: 0;
	text-decoration:none;
}
#nav li {
	list-style: none; 
	float: left; 
	border-color:#000;
	margin-right:2px;
	width:125px;
	background-image: url(/images/bg_navig3.jpg);
}
#nav li a{
	text-decoration:none;
	text-align:center;
	color:#eee;
	display:block;
	padding-top: 0.4em;
}
#nav li.submenu_first {
	position:relative;
	z-index:1;
	height:30px; 
	text-align:center;
	background-image: url(/images/bg_navig4.gif);
}
#nav li.submenu:hover {
	position:relative;
	z-index:100;
}
#nav li li a {
	display: block;
	padding-top: 0.25em;
	padding-left: 0.5em;
	text-decoration: none; 
	width: 100%;
	color:#FFF;
	text-align:left;
}
#nav ul ul {
	position: absolute; 
	min-width: 80px;
	display: none;
	padding-top:5px;
}
#nav ul ul li {
	height:30px;
}
#nav li.submenu li.submenu {}
#nav ul.level1 li.submenu:hover ul.level2, 
#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
#nav ul.level2 {
	top: 1.6em;
	left: -1px;
	letter-spacing:-0.05em;
}

#leftcol {
	vertical-align:top;
	text-align:center;
	width:40%;
	min-height:700px;
	padding-left:5px;
	padding-right:23px;
	padding-bottom:50px;
	background-image:url(/images/scrollleiste.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	
	
}
#centercol {
	width:60%;
	padding-left:5px;
	padding-right:23px;
	padding-bottom:50px;
	vertical-align:top;
	background-image:url(/images/scrollleiste.gif);
	background-repeat:no-repeat;
	background-position:right 5px;
	height:700px;
	
	
}
#rightcol {
	vertical-align:top;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(/images/bg_right.jpg);
	border-bottom-width:1px;
	border-bottom-color:#838383;
	border-bottom-style:solid;
}

#footer {
	clear:both;
	font-size:8pt;
}

#content h1 {
	font-size:large;
	font-weight:bold;
	color:rgb(0, 0, 128);
	text-align:center;
	margin-top:30px;
	margin-bottom:5px;
}

#content h2 {
	font-size:larger;
	font-weight:bold;
	color:rgb(0, 0, 128);
	margin-top:20px;
}

#content p {
	margin-top:20px;
}

#rightcol p, #rightcol h2, #leftcol p  {
	margin-top:5px;
}
.blueText {
	color:rgb(0, 0, 128);
	font-size:larger;
	font-weight:bold;
}

.brownText {
	color:rgb(153, 51, 0);
	font-size:larger;
	font-weight:bold;
}

.folderlist {
	list-style: none;
}
.folderlist li {
	margin-top:10px;
}
.folderlist a {
	text-decoration: none;
	font-weight:bold;
	color:black;
}
.joblist {
	font-size:10pt;
}
hr {
	margin-top:10px;
}