body {
/*  margin: 10px 10px 10px 10px; */
  font-family: sans-serif;
  color: black;
  background: #EFEFEF;
}

input, select, textarea {
/*
//  border-style: solid;
//  border-color: black;
//  border-width: 1px;
//  padding: 2px;
*/
	padding: 1px;
	border: 1px solid #333333;
}

.Check, .Radio { background-color:#FFFFFF; border:0px }

.button {
/*  background-color:#E0E0E0; */
  font-weight: bold;
  padding-top:0px;
  padding-bottom:0px;
}

table {
  /*  font-size: smaller; */
}

#dl table{
	font-size: medium;
}

table.result {
    border-collapse: collapse;
    border: 1px solid #555555;
}
table.result td, table.result th {
    border: 1px solid #555555;
    padding: 2px;
}
table.result th{
    background: #EEEEEE;
}

tbody {
/*    overflow: scroll; */
}

.error {
  color:red;
}

.red {
  color:red;
  font-weight: bold;
  display:inline;
}

a.helpPopup:link, a.helpPopup:visited {
  clear:left;
  display:inline;
  color:black;
  border-bottom:dashed 1px red; 
  text-decoration:none;
}

a.helpPopup:hover {
  clear:left;
  display:inline;
  color:red;
  border-bottom:dashed 1px red;
}

.trace {
  font-size:7pt;
  color:gray;
}

.box {
  padding: 0px 20px 10px 20px;
  border:1px solid #888;
  background-color: #FFFFFF;
  
  /*width:880px;*/
}

#group_logo {
	float:right;
}

#footer {
	background-position: bottom right; 
	background-repeat: no-repeat; 
	background-image: url(images/unibwm.gif);
}


#steps {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	border:1px solid #888;
	text-align:left;
	height: 50px;
	background-color: #bde0f6; /*#bde0f6; /*#a3d5f5;/*#91c7e9; /*#e0fabf;*/
}
#step {
  padding: 0px 5px 5px 5px;

}

	#step ul{
		margin: 0px;
		padding: 0px 0 0 0;
	}
	
	#step  li{
		margin: 5px 5px 0 5px;
		padding: 10px;
		list-style: none;
		color: #000;
		float: left;
		font-weight: bold;
		font-size: 14px;
	}
	
	#step  li.na{
		margin: 5px 5px 0 5px;
		padding: 10px;
		list-style: none;
		color: #999; /*#77ee77;*/
		float: left;
		font-weight: bold;
	}
	
	#step  a {
		display: block;
		color: #000;
		text-decoration:none;
		padding: 0 2px 0 2px;
		font-weight: bold;
	}
	
	#step  a:hover, #step  a:active {
		display: block;
		background: #007bc1;/*#007bc1; /*#578818;*/
		color: #fff;
		padding: 0 2px 0 2px;
		font-weight: bold;
	}

/*
div.localLabelsLeft {
	float: left; 
/*	padding: 10px; 
	width: 250px; 
/*	border: 1px solid silver; 
}

div.localLabelsRight {
	float: left; 
/*	margin-left: 15px; 
	padding: 10px; 
	width: 250px; 
	border: 1px solid silver;
}
*/

table.concept2 {
	width:200px; 
	height:100%; 
	vertical-align: middle; 
	text-align: center;
}

.hyphen {
    width: 2px;
    height: 100%;
    background-color: red;
    text-align: center;
	margin: auto;
}
.nohyphen {
    width: 2px;
    height: 100%;
    text-align: center;
	margin: auto;
}
hr.line {
	border:solid green 1px;
	height:1px;
}
.concept {
/*	height: 107px;
	width: 200px;
	background-image: url(el.png);
	background-position: center;
	background-repeat: no-repeat;*/
	text-align: center;
/*	line-height:6em;*/
}

.arrow{
	height: 42px;
	width: 200px;
	background-image: url(arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height:6em;
}



#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 930px;
	text-align: center;
}

.output {
	width: 600px;
	border:1px solid #888;
	margin-left: 22em;
	padding: 0 1em;
	border: 1px dashed silver;

}

.specifybox {
	margin-left: 20px;	
	}

/* Fieldsets */
fieldset {
  /*  padding: .5em;*/
    background: white;
    border: 1px dotted #aaaa77;
    /*margin-left: 20px;
    margin-right: 20px;*/
    margin-top: .5em;
}

fieldset legend {
    color: #fff;
    background-color: #aaaa77;
    font-size: smaller;
    padding: .1ex .5ex;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    font-weight: bold;
}

.centr {
  text-align: center;
}

.right {
  text-align: right;
}

a:link { color: #486B10; }
a:visited { color: #486B10; }
a:hover { color: #1e4200; }
a:active { color: #486B10; }

a.ocheck:link { color: #0d5dac; font-weight: bold;}
a.ocheck:visited { color: #0d5dac; font-weight: bold;}
a.ocheck:hover { color: #1e4200; font-weight: bold;}
a.ocheck:active { color: #0d5dac; font-weight: bold;}

img { 
    margin:0;
    padding: 0;
 /*   vertical-align: middle;*/
    border: 0;
}

a:link img, a:visited img {
    border-style: none;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
h1, h2, h3 { color: #007bc1;/*#486B10;*/ }
h1 { font: bold 170% sans-serif }
h2 { font: bold 140% sans-serif }
h3 { font: bold 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

#progressUpload { 
	height: 50px;
	
    /*padding: .5em;*/
	/*background: white;*/
    /*border: 1px dotted #aaaa77;*/
    margin-left: 20px;
    margin-right: 20px;
    margin-top: .5em;
}
#progressBar { padding-top: 5px; }
#progressBarBox { width: 350px; height: 20px; border: 1px inset; background: #eee;}
#progressBarBoxContent { width: 0; height: 20px; border-right: 1px solid #444; background: #9ACB34; }

/*Codebeispiele*/
code, pre{
	color:#cc0000;
	background:transparent;
}
div.code{
	color:#cc0000;
	background:#f5f4ef;
	border:1px solid #cec8b0;
	border-left:1px solid #cec8b0;
	padding:1em;
	margin:1em 2em 0.2em .6em;
}
div.code strong{color:#804040;font-weight:bold;}
code strong{color:#804040;font-weight:bold;}

.redborder { border: 1px solid #F00; }

/* Error Notification  */
#alertMessagePlaceHolder {
	background-color: #FFCCCC;
	border: 1px solid #F00;
	padding: 5px;
	display: none;
	margin: 2em 5px;
}
.errFld { border: 1px solid #F00; }
.errMsg { color: #C33; }

.nofileMsgTable
{
    border: #ff0000 1px solid;
    width: 650px;
}
.errorMsgTable
{
    border: #ff0000 1px solid;
    width: 600px;
}
.errorMessageHeader
{
    background-color: #FFA9A9;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: #ff0000 1px solid;
}
.errorMessage
{
    color: #ff0000;
    font-size: small;
}
.warningMsgTable
{
    border: #008e00 1px solid;
    width: 600px;
}
.warningMessageHeader
{
    background-color: #68bb68;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: #008e00 1px solid;
}
.warningMessage
{
    color: #008e00;
    font-size: small;
}

