/* @group Tags allgemein */

body {
    margin: 0;
    padding: 0;
    background: #fff;
	color: #406d9c;
	height: inherit;
	width:600px;
}

body, td, th {
	font: 13px 'Lucida Grande', Verdana, Arial, Hevetica, sans-serif;
}

a {
    color:#004d9a;
    text-decoration:underline;
}

a img, img {
    border:0;
}

form {
    padding:0;
    margin:0;
}
h1, h2, h3 {
	font-weight: bold;
}
h1 {
	text-decoration: underline;
	line-height:40px;
	white-space: nowrap;
    margin:0.4em 0 0.8em 0;
    display: block;
	font-size:1.3em;
}
h2 {
	font-size:1.1em;
    margin:2em 0 0.4em 0;
    padding-left:24px;
    background:url(/gfx/h2_bg.gif) -2px -2px no-repeat;
	border-bottom:1px solid #41617e;
}
h3 {
	font-size:1em;
	margin-bottom:2px;
}

table, tr {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border:none;
}
td, th, tr {
	vertical-align:top;
}
td, th {
	padding:3px 6px 3px 0;
	text-align: left;
}
th {
	font-weight:bold;
}

ul, ul ul {
	list-style-type:none;
	padding-left:0px;
	margin:0px;
}
ul li {
	padding-left:18px;
	padding-top:2px;
	padding-bottom:4px;
    background:url(/gfx/ul_level0.gif) 4px 0.9ex no-repeat;
}

ul li ul li {
	padding-left:18px;
	padding-top:2px;
	padding-bottom:4px;
    background:url(/gfx/ul_level1.gif) 6px 1ex no-repeat;
}

/* @end */

/* @group IDs */

#header {
	z-index:20;
	position:fixed;
	width:100%;
	background:-webkit-gradient(linear,left top,left bottom,from(#0b83b7),to(#056b98),color-stop(.55,#0577a9));
    background:-moz-linear-gradient(#0b83b7,#0577a9,#056b98);
	background-color:#0573a3;
	height:80px;
	border-bottom:1px solid #046288;
    -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.5);
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,.5);
}

#header_logo {
	float:right;
	padding-left:230px;
	padding-top:14px;
	padding-right:16px;
}

#content {
}

#main {
	position: relative;
	top:5px;
	padding:5px 20px 60px 230px;
	margin-bottom:10px;
	height:300px;
}
#main[id] {
	top:83px;
	position:absolute;
	height:inherit;
}

#footer {
	z-index:20;
	background:#0573a3;
	left:0px;
	bottom:0px;
	height:15px;
	right:0px;
	padding: 2px 20px 5px 20px;
    border-top:1px solid #046288;
    -webkit-box-shadow:0px 2px 10px rgba(0,0,0,.5);
    -moz-box-shadow:0px 2px 10px rgba(0,0,0,.5);
    background:-webkit-gradient(linear,left top,left bottom,from(#0b83b7),to(#056b98),color-stop(.55,#0577a9));
    background:-moz-linear-gradient(#0b83b7,#0577a9,#056b98);
}

#footer[id] {
	position:fixed;
}

#footer, #footer a, #footer a:visited {
	color:white;
}

#footer .links {
	float:left;
	padding-left:0px;
}

#footer .copyright {
	float:right;
}

/* @group Menu */

#menu {
	background:url(/gfx/menu_middle.gif) repeat-y;
	position:absolute;
	left:10px;
	top:92px;
	width:200px;
	z-index:10;
}

#menu[id] {
	position:fixed;
}
#menu_top {
	background:url(/gfx/menu_top.gif);
	font-size:2px;
    height: 10px;
}
#menu_bottom {
	background:url(/gfx/menu_bottom.gif);
	font-size:2px;
    height:10px;
}
#menu ul {
	list-style-type:none;
	margin: 0 10px 0 10px;
	padding:0px;
}
#menu ul li {
    background:url(/gfx/menu_ul_level0.gif) 4px 1.1ex no-repeat;
	margin:0px;
	padding: 4px 0 8px 20px;
	color:#97b1c8;
}

#menu ul li.active a {
	font-weight: bold;
}

#menu ul li.active ul li a {
	font-weight: normal;
}

#menu ul li ul {
	list-style-type: circle;
	padding-left:4px;
	padding-top:2px;
}

#menu ul li ul li {
	background: none;
    font-size:.8em;
    line-height:10px;
	margin:0px;
	padding: 2px 0 3px 0px;
}

#menu a, #menu a:visited {
    color: #4e7199;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}

/* @end */

/* @end */

/* @group Klassen */

div.error {
	margin:4px 0 4px 0;
	padding-top:3px;
	padding-bottom:3px;
	color:red;
}

div.message {
	margin:4px 0 4px 0;
	padding:3px;
	border:2px solid #41617e;
}

div.subtitle {
	font-size:.8em;
	font-style: italic;
	margin-bottom:4px;
}

div.smaller {
	font-size:smaller;
	padding-top:2px;
	padding-bottom:4px;
}

div.images {
	padding-left:10px;
}

div.images a {
	padding-right:5px;
}

div.images a img {
	padding:5px;
}

div.multicolumn {
	float:left;
	margin-right:8px;
	margin-left:20px;
}

table.right_th th {
	text-align: right;
	padding-right:10px;
	white-space: nowrap;
}
table.right_th_200 th {
	text-align: right;
	padding-right:10px;
	width: 200px;
}
a.pdf_link {
    background:url(/gfx/pdf_small.gif) no-repeat;
    padding-left:20px;
}
a.ppt_link {
    background:url(/gfx/ppt_small.gif) no-repeat;
    padding-left:20px;
}

ul.nobullets li
{
	background: none;
	padding-left: 0px;
}

/* table.bordered */

table.bordered td {
	border:1px solid #406d9c;
}
table.bordered 
{
	background:white;
}
table.bordered th
{
	text-align:center;
	background:#406d9c;
	color:white;
	border-right:1px solid #C8EAFA;
}
table.bordered th:last-child
{
	border-right:1px solid #406d9c;
}
table.bordered th:first-child
{
	border-left:1px solid #406d9c;
}

/* Klassen ohne dedizierten Tag */

.float_left
{
	float:left;
	border-right:20px solid white;
}
.float_right
{
	float:right;
	border-left:20px solid white;
}

.reference_images img {
	margin:10px;
}
.reference_images a img {
	border:1px solid #125BD4;
}

.tablespace td, .tablespace th {
	padding:5px;
}

.box {
	background:#C8EAFA;
	padding:10px;
	-webkit-border-radius:.7em;
	-moz-border-radius:.7em;
}
/* @end */

.jobs .title {
	font-weight:bold;
	font-size:110%;
}

.jobs .job {
	margin-bottom:10px;
	font-size:12px;
}

.jobs .job .description {
	margin-bottom:10px;
	font-size:11px;
	width:400px;
}
