/**
 * General structure
 */

html
		{
		min-height: 100%;
		height: auto;
		}

body
		{
		background: url('../images/back_gras.jpg') repeat-x bottom left;
		padding: 0;
		margin: 0 0 15px 0;
	    color: #333333;
	    font: 11px Arial, Helvetica, sans-serif;
	    line-height: 1.1em;
	   	text-align: center;
		}

a
		{
		text-decoration: underline;
		color: #0000cc;
		}

ul
		{
		margin: 0.5em 2em 0 2em;
		padding: 0;
		}



/**
 * Language switch
 */

body.de .en,
body.en .de
		{
		display: none;
		}

div.languageSwitch
		{
		float: right;
		}

body.de div.languageSwitch a.deLink
		{
	    text-decoration: none;
		color: #333333;
		}

body.en div.languageSwitch a.enLink
		{
	    text-decoration: none;
		color: #333333;
		}



/**
 * Display data
 */

input.display
		{
		border: 0;
		padding: 0;
		margin: 0;
		width: 100px;
		background: transparent;
	    color: #333333;
		font: 11px Arial, Helvetica, sans-serif;
	    line-height: 1.1em;
		text-align: right;
		}

h3
		{
		font-size: 1.2em;
		}

h3.top
		{
		margin: 0 0 1em 0;
		}



/**
 * Logos
 */

div.logo-container
		{
		margin: 15px;
		}

div.logo-left
		{
		background: url('../images/logo_eigenheim.jpg') no-repeat top left;
		height: 40px;
		}

div.logo-right
		{
		background: url('../images/logo_roche.jpg') no-repeat top right;
		height: 40px;
		}



/**
 * Surrounding frames
 */

div.main-container
		{
		background: transparent;
		margin: auto;
		padding: 0;
		text-align: left;
		width: 540px;
		}

div.center-container
		{
		background: #ffffff;
		border-left: 1px solid #c8c8c8;
		border-right: 1px solid #c8c8c8;
		padding: 0 25px 0 25px;
		}

div.top-frame
		{
		background: url('../images/frame_top.png') no-repeat top left;
		height: 25px;
		}

div.bottom-frame
		{
		background: url('../images/frame_bottom.png') no-repeat bottom left;
		height: 25px;
		}



/**
 * Slider and overwritten jQuery styles
 */

div.slider
		{
		margin: 0 5px 0 5px;
		}

.ui-state-default,
.ui-widget-content .ui-state-default
		{
		border: 1px solid #999999;
		background: #dadada url('../scripts/jquery.ui-1.6rc6/themes/base/images/ui-bg_glass_75_dadada_1x400.png') 0 50% repeat-x;
		font-weight: normal;
		color: #212121;
		outline: none;
		}



/**
 * Tooltip
 */

div.tooltip
		{
		background: #ffffff;
		border: 1px solid #c8c8c8;
		padding: 10px;
		width: 350px;
		text-align: left;
		line-height: 1.5em;
		}



/**
 * Data table
 */

table
		{
		width: 490px;
		}

tr.even
		{
		background-color: #eeeeee;
		}

tr.odd
		{
		background-color: #dddddd;
		}

td
		{
		padding: 8px;
		}

td.left
		{
		width: 340px;
		}

td.right
		{
		width: 150px;
		text-align: right;
		}



/**
 * Admin input
 */

input.edit
		{
		border: 1px solid #c8c8c8;
		padding: 0;
		margin: 0;
		width: 100px;
		background: #ffffff;
	    color: #333333;
		font: 11px Arial, Helvetica, sans-serif;
	    line-height: 1.1em;
		text-align: right;
		}
