* { margin: 0; padding: 0;  }

/*Div*/

body { overflow-x:hidden;overflow-y:scroll;background: #000000;font: 11px Verdana,Arial,sans-serif;color: #cccccc;}
#holder { top: 0;margin-left:auto; margin-right:auto; width:100%;}
#page {	margin-left:auto; margin-right:auto; width: 820px;height:100%;}
#top { margin-top:0;width:100%;height:70px;position:fixed;background-color:#000000;z-index:2;}
#left_col {width:210px;	position:fixed;	margin-left: auto;z-index:0;margin-top:70px;float:left;}
#right_col {margin-left:auto;margin-top:70px;margin-right: auto;width:600px;z-index:-1;float:right;}

#labprofil {text-align: justify;}


#labprofil h6{ font: 11px Verdana,Arial,sans-serif;color: #599dcc; font-weight:bold; display: inline; }


#hide {	display:none;}

.borderimage{border:1px solid black;}

/*class*/


.publication { text-align: justify; margin-left: 10px;margin-right: 15px; margin-top: 25px;}

.staff { text-align: justify; margin-left: 50px;margin-right: 15px; margin-top: 25px;}

.staff li { margin-bottom: 0.8em;}

.left { float:left;margin-right:10px;}

.justify {text-align: justify;}

.center {text-align:center;}

.bold {font-weight:bold;}

#name_part_1 {	margin: 10px 0px 0px 10px; color:#FFFFFF; font: 20px Verdana; text-align:left; letter-spacing: 7px;}

#name_part_2 {	margin: 0px 0px 0px 10px; color:#FFFFFF; font-weight: bold; font: 15px Verdana;	text-align:left; letter-spacing: 12px;}

/*writing style*/

ol li{list-style-type: decimal;}

ul li{background:transparent no-repeat left;list-style-type:none; padding-left:7px;}



h1{		font: 1.4em Verdana,Arial;
		border:0px solid #3c3c3c;		
		border-bottom: 0px;
		color: #599dcc;
		margin:0px 0px 10px 0px;
		padding-top:5px;
		font-weight: bold;
		letter-spacing:-1px;
}

h2 {
		font: 1.3em Verdana,Arial;
		border:0px solid #3c3c3c;
		color:#a9c746;
		display:inline;
		margin:5px 0px 0px 0px;
		font-weight:bold;
		padding-top: 3px;
		padding-bottom: 3px;
		letter-spacing:-1px;
}

h3{
		font: 1.2em Verdana,Arial;
		border:0px solid #3c3c3c;		
		color: #a9c746;
		margin:5px 0px 0px 0px;
		padding-top:0px;
		font-weight: bold;
		letter-spacing:0px;
}

h4{
		font: 1.1em Verdana,Arial;				
		color: #8f9499;		
		padding-top:0px;
		font-weight: bold;
		letter-spacing:0px;
}

h5{
		font: 1.1em Verdana,Arial;				
		color: #a9c746;			
		font-weight: bold;
		letter-spacing:0px;
}

table {padding:5px;border:0px;}

/*mouse*/

a {text-decoration :none;color: #f47b33;}

a:hover {text-decoration:underline;}

/*color*/

.orange {color:#f47b33;}

.green {color:#a9c746;}

.blue {color: #20a4ff;}

.lightblue {color: #599dcc;}

.red {color :#8C2717;}

/*extra*/

#iframe {width:75%;height:150px;overflow:hidden;}

.carousel_container {width:570px;height:250px;	z-index=-2;}	

.flip_container {width: 500px;	height: 350px;	margin: 0px auto; border: 0px solid gray;}

/*Twitter*/

#twitter_div	{color:#999999; text-indent:-7px; line-height: 1.1em; text-align: justify;}

#twitter_div li { margin-bottom: 1em;}

#twitter-link {	display:block;text-align:justify;}
	


object,embed{margin:-1px;}




/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	background-color: #000000;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{	
	margin: -60% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 0px none #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000000;
	color: #FF9900;
	cursor: default;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #000000;
	color: #FF9900;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(../js/SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(../js/SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


