/* Author: alexander.loehr@dfki.de */

/* redifne defaults */
html, body {
	margin: 0; padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #E7E7E7 url(../../../pics/background.png) repeat-x fixed left top;
}

h1 { 
	font-size: 1.6em; 
	font-weight: bold; 
	color: #005BAB; 
	background: transparent url(../media/h1-back.gif) no-repeat left bottom;
	margin-top: 0;
}
h2 { font-size: 1.45em; font-weight: bold; }
h3 { font-size: 1.3em; font-weight: bold; }
h4 { font-size: 1.15em; font-weight: bold; }
a img { border: none; }

/* site components */

/* sln fix */
table#content {
	width: 100%;
	margin: 0; padding: 0; 
	border: none;
	border-collapse: collapse;
}
table#content tr {

}
table#content tr td {
	vertical-align: top;
}
td#left {
	width: 308px; 	
}
td#left #search div {
	text-align: center;
	margin-top: 8px;
}
#center-header {
	display: none;
}
td#left #nav {
	margin-bottom: 20px;
	display: block !important;
}
td#left #additional {
	text-align: center;
	display: none !important;
}
td#left #additional a {}
td#left #additional a img {
	padding: 1em !important;
	background-color: #fff;
}
td#center {
	width: auto;
	padding: 0 45px 0 40px;
}
td#center #text {
	margin-bottom: 2em;
}
/* purge news */
td#right {
	display: none;
}




#site {
	background: #C2D7EC url(../media/site-back.png) repeat-x left top;
	margin: 2em auto;
	width: 937px;
}

#site-inner {
	background: transparent url(../media/site-back-mask.gif) repeat-y left top;
}

#header {
	height: 137px;
	background: transparent url(../media/header-logo-sln.png) no-repeat left top;
	position: relative;
}
#header #logos {
	display: block;
	text-align: right;
	padding: 30px 24px 0 0;
}
#header #logos a  img{
	border: none;
	margin-left: 1.5em;
}
#header #header-blue {
	width: 587px;
	height: 50px;
	height: 34px;
	background-color: #8FB5DA;
	/*margin: 0 0 0 326px;*/
	position: absolute;
	left: 326px; top: 85px;
}
#header #header-blue div {
	height: 16px;
	background-color: #005BAB;
	border-bottom: 1px solid #fff;
}
#header #header-blue #uberlinks {
	text-align: left;
	font-weight: bold;
	color: #DBE7F4;
	font-weight: normal;
	font-size: 12px !important;
	font-family: arial, verdana, sans-serif;
	padding: 2px 5px;
}
#uberlinks a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
#uberlinks a:hover { color: #fff; }

#main {
}

#footer {
	height: 40px;
	background: transparent url(../media/footer-back.gif) no-repeat left center;
	position: relative;
}
#footer a {
	color: #fff;
	text-decoration: none;
	position: absolute;
	right: 31px; top: 3px;
	font-size: 13px;
}
#footer a:hover {
	text-decoration: underline;
}

#content {
	margin: 0px 45px 20px 0;
}

#nav {
	margin: .5em 0 0 0;
	padding: .3em 0;
	background: #8FB5DA url(../media/nav-back.gif) repeat-y left top;
	width: 286px;
	float: left;
	border: 1px solid #fff;
	border-left: none; border-right: none;
}
#nav ul {
	list-style-type: none;
	padding: 1em 0 1em 50px;
	background: #C2D7EC url(../media/nav-inner-back.gif) repeat-y left top;
}
#nav ul li {
	background: transparent url(../media/nav-arrow.png) no-repeat left top;
	padding: 2px 0 1em 30px;
}
#nav ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #005BAB;
}
#nav ul li#nav-active a {
	text-transform: uppercase;
	color: #555;
}
#nav ul li ul{
	display: none;
	background: transparent;
	margin: 0; 
	padding: 1em 0 0 0;
}
#nav ul li#nav-active  ul {
	display: block;
}
#nav ul li#nav-active  ul li {
	background: transparent url(../media/nav-dot.png) no-repeat left top;
	padding: 1px 0 .9em 19px;
}
#nav ul li#nav-active  ul li a{
	text-transform: none;
	color: #000;
	color: #005BAB;
}

/* reuseables */
.pic-right {
	float: right;
	margin: 0 0 3px 6px;
}
.pic-left {
	float: left;
	margin: 0 6px 3px 0;
}






