/* base-color: #7ABBFF #4343ED #9999EE */

body { margin:15px; }
body, .form_submit { font-family:sans-serif; }

body, table { font-size:13px; line-height:1.4em; text-decoration:none; }

table { border-collapse:collapse; }
td { vertical-align:top; }

p { margin-top:0.7em; margin-bottom:0.7em; }

img { margin:0px; border:none;}

form { padding:0; margin:0; }

h1 { font-size:24px; line-height:24px; font-weight:600; text-decoration:none; margin:30px 0px 20px 0px; }
h2 { font-size:18px; line-height:20px; font-weight:600; text-decoration:none; margin:25px 0px 18px 0px; }

/* irgendwann dem body class="doc" hinzufügen und gut is! */
h1.doc { font-size:22px; line-height:22px; font-weight:500; text-decoration:none; clear:both; margin:35px 0px 20px 0px; }
h2.doc { font-size:18px; line-height:18px; font-weight:500; text-decoration:none; clear:both; margin:25px 0px 15px 20px; }
h3.doc { font-size:14px; line-height:14px; font-weight:700; text-decoration:none; clear:both; margin:20px 0px -4px 40px; }

div.doc1cont { margin:0px 0px 35px 0px; }
div.doc2cont { margin:0px 0px 25px 20px; }
div.doc3cont { margin:0px 0px 20px 40px; }

div.doc1index { margin-left:0px; font-weight:700; }
div.doc2index { margin-left:15px; font-weight:500; }
div.doc3index { margin-left:30px; font-style:italic; }

span.doc_toplink, .plotlink{ font-variant:small-caps; }

div.footerpart { font-size:11px; line-height:13px; margin-top:5px; }

.paramboxcontainer { vertical-align:top; }

div.flowtext, p.flowtext { width:760px; }

.code, table.vtable td, .syntaxcodetable td { font-family:monospace; }
.code { font-size:14px; line-height:15px; }

div.footerpart,
div.footerpart a:link,
div.footerpart a:visited,
.gray,
.gray a:link,
.gray a:visited { color:#999999; }
.red { color:#FF0000; }

.language_not_available { color:#FF0000; font-weight:700; }


/* Eingabeformulare, vor allem Hauptformular */

table.mainform { margin: 0 -4px; }

table.mainform tr.dummyrow td { width:190px; font-size:1px; line-height:1px; padding:0; }

table.mainform td { font-size:12px; line-height:15px; text-decoration:none; vertical-align:top; padding:0px; border:0px solid; }

table.mainform td.tditable { padding:4px; }

table.inputtable { border:#9999EE solid 1px; background-color:#EEEEF9; margin:0; }
table.inputtable td.title { background-color:#9999EE; font-weight:600; color:#FFFFF9; padding:3px; }
table.inputtable td { vertical-align:middle; padding:2px; }

input.form_submit { background-color:#EEEEF9; border:#9999EE solid 1px; line-height:15px; }
select, option, textarea, input { font-family:Courier New, Courier, monospace; font-size:12px; line-height:14px; border:#BBBBFF solid 1px; padding: 1px; }
.input_cb { border:0px; margin-top:0px; }
input.r { text-align:right; }
input.c { text-align:center; }


/* Meldungsfenster */

div.notice { border:#FF0000 solid 1px; margin:5px 3px; padding:1em; }
.syntaxcodetable { margin-top:0.5em; }
.syntaxcodetable td { font-size:14px; line-height:15px; padding:0px 3px; }
.syntaxcodetable td.error_1 { background-color:#FFBBBB; }
.syntaxcodetable td.error_2 { background-color:#FF7777; }
.syntaxcodetable td.ins { background-color:#FFFF00; }
.syntaxcodetable td.del { background-color:#BBBBFF; }

.syntaxcodetable a:link, .syntaxcodetable a:active, .syntaxcodetable a:visited, .syntaxcodetable a:hover { color:#000000; }

table.vtable { margin-bottom:1em; }
table.vtable td { background-color:#EEEEF9; vertical-align:middle; padding:5px 6px; text-align:right; font-size:13px; line-height:13px; border:2px solid #FFFFFF; }
table.vtable tr.vtable_titling td, table.vtable td.vtable_Xvalue { background-color:#9999EE; color:#FFFFFF; font-weight:600; }
table.vtable td.vtable_res_nd { color:#999999; }

.awardtable td { text-align:center; }

a:link, a:active, a:visited, a:hover { color:#2858A0; }
a:link, a:active, a:visited { text-decoration:none; }
a:hover { text-decoration:underline	; }

a:link img, a:active img, a:visited img, a:hover img { border:none; }

.transpix { visibility:hidden; }

/*
	------- ab hier neu -------
*/

.shadow,
img.docFormGroup {
	-webkit-box-shadow: 2px 2px 4px 0px #999;
	box-shadow: 2px 2px 4px 0px #999;
}

img.docFormGroup {
	float: right;
}

.clearfix:after,
.pageClearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */