 /* CSS Document */

/* Forms */
fieldset { 
	margin: 20px 0;
	width: 95%;
}

#praktikumDB fieldset table,
#praktikumDB fieldset td { 
	margin: 0;
    padding: 0; 
}

#praktikumDB fieldset td { vertical-align: top; }

.inputBlock { clear: both; }
.inputBlock table {  }

label { 
	display: block;
	padding: 3px 4px 0 0;
	text-align: right;
	width: 115px;
	font-weight: normal;
	float: left; 
}

label.inline,
.tool_body fieldset table label { 
	display: inline;
	text-align: left; 
	margin: 0;
	width: auto;
	text-align: left;
	float: none; 
}

div.oneLine { margin-left: 200px; }

div.checkboxWidth {
	float: left;
	width: 30px;
	height: 20px;
}

/* Display */

#divShowInternship { line-height: 20px; }
.ulDataDisplay {
	list-style: none; 
	padding: 0; 
	margin: 0;
}

.ulDataDisplay li {
	background: none;
	padding: 0; 
	margin: 0;
}

.divLongData {  }

#liOrgName,
#liPersonName,
#liInternshipName { font-weight: bold; }

.inword-image { border: none; }

#gridListInternships { 
	margin-top: 20px;
	border-collapse: collapse; 
        width: 450px;
}

#gridListInternships th { 
	border-bottom: #f90 solid 1px;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
	padding-left: 4px;
	color: #c00;
}

#gridListInternships th.colHeaderSortable { padding-left: 8px;
                                            background: #fff url('/design/nwfj/images/sort.gif') left 4px no-repeat; } 

#gridListInternships th a { text-decoration: none; }
#gridListInternships td { padding: 4px; border-top: #fc0 solid 1px; }
#gridListInternships .alter {  }
#gridListInternships td a.is_name_col { width: 140px; display: block; }
#gridListInternships td a.org_name_col { width: 118px; display: block; }

#gridListInternships .pager td { padding: 10px 0; }
#gridListInternships .pager a,
#gridListInternships .pager span { 
	padding: 2px 4px;
	border: 1px solid #f90;
	background: #fc0;
        font-size: 0.9em;
	text-decoration: none; 
}

#gridListInternships .pager a.listfooterlink { margin-left: 14px; }


/* DB-Styles */

#praktikumDB {
	margin: 1em 0 0 0;
	font-size: 80%;
}

#praktikumDB .tool_container {
	width: 100%;
}

#praktikumDB .tool_body {
	width: auto;
	background-color: #fff;
	padding: 10px;
	border: #c00 solid 1px;
	clear: left;
}

#praktikumDB .tool_button a {
	float: left;
	text-align: center;
	background: url("../images/dymo01.gif") no-repeat;	
	color: #fff;
	font-weight: bold;
	padding: 4px 10px 3px 5px;
	margin: 0;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	word-spacing: -3px;
}

#praktikumDB .tool_button a:hover,
#praktikumDB .tool_button_solo a:hover,
#praktikumDB .tool_help a:hover {
	color: #fc0;
	text-decoration: none;
}

#praktikumDB .tool_body h3 {
	background: none;
	color: #c00;
	font-size: 100%;
}

#praktikumDB .tool_body fieldset { 
	border: #f90 solid 1px;
	margin: 1em 0;
}

#praktikumDB .tool_body fieldset ul { 
	font-size: 90%;
}

#praktikumDB .tool_body fieldset legend { 
	color: #f90;
	font-weight: bold;
	padding: 0 5px;
}

#praktikumDB .tool_body label {
	margin: 0;
	display: block;
	width: 10em;
	text-align: right;
	float: left;
	font-weight: normal;
	color: #c00;
	background: none;
	font-size: 90%;
}

#praktikumDB .tool_body table label {
  	text-align: left;
	width: auto;
	display: inline;
	float: none;
	margin: 0 0 0 8px;
	color: #000;
	font-size: 100%;
}

#praktikumDB .tool_body table tr td {
  	font-size: 90%;
}

#praktikumDB label input, 
#praktikumDB label textarea {
	display: block;
	margin-bottom: 1em;
}

#praktikumDB .tool_body input,
#praktikumDB .tool_body textarea,
#praktikumDB .tool_body select,
#praktikumDB fieldset div input,
#praktikumDB fieldset div textarea,
#praktikumDB fieldset div select {
	background:	#fff;
	margin: 0 0 .5em .5em;
}

#praktikumDB .tool_body input.formSubmitButton {
	margin: 1em 12em;
}

#praktikumDB .klein { font-size: 80%; }
#praktikumDB .pflicht { color: #c00; font-weight: bold; }
#praktikumDB .pflicht:before { content: "*"; }
#praktikumDB label.obl {
color: #c00;
font-weight:bold;
}
#praktikumDB label.obl:before { content: "*"; color: #c00; }
