/* DATEI: Robert Burkhard BigShift Datenbanksysteme Software.css */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #4ba5da;}
a:hover {color: #282828;}

body {
	background: #4ba5da;
	color: #282828;
	padding-top: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



h1,h2{padding-top: 6px; color: #4ba5da; margin-bottom: 4px;}
h3{padding-top: 6px; color: #668899; margin-bottom: 4px;}

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 0px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
}

.outer-container {
	background: #b5d3ef url('images/bg.jpg') repeat-x;
	padding-bottom: 24px;
}


.header {
	height: 250px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #222;
	background-image: url(images/kornfeld_titel.jpg);
	background-repeat: no-repeat;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .name a {
	color: #ffffff;
	float:right;
	font-size: 5em;
	font-style: italic;
	letter-spacing: 0.2em;
        font-family: 'Times New Roman';
	padding-top: 30px;
	font-weight: bold;
	padding-right: 40px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}

.header .title .tag {
	text-align: right;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: 0.2em;
        font-family: 'Times New Roman';
	padding-top: 100px;
	padding-right: 55px;
}

.navigation {
	float: left;
	width: 237px;
}
.navigation h2 {
	color: #787878;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
	font-family: Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px solid #7bcd5f;
}
.navigation li {border-bottom: 1px solid #b1b1b1;}
.navigation li a {
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #c7c7c7;
	color: #282828;	
}


.main {
	background: #ffffff;
	
	padding: 0px 10px 0 0;
}


.content {
	float: right;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}

.content_manual {
	float: left;
	width: 750px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}

.content p {
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	line-height: 20px;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 0;
}
th strong {
	color: #fff;
}
th {
	background: #c7c7c7;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: 2px solid #fff;
}
tr {
	height: 30px;
}
td { padding-left: 11px; padding-right: 11px; border-color: #999; border-width: 1pt;;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */


.footer {
	color: #787878;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
	background-color: #ffffff;
}
.footer a {
	color: #787878;
	text-decoration: none;
}
.footer a:hover {color: #282828;}

