 
 body {
 
 font-size:0.80em;
 padding:5px;
 margin:5px;

} 
  
/* Für Formular ohne Ränder und Abstände */
#noSpaces{
  padding:0px;
  margin:0px;
}

/* Für Formular ohne Ränder und Abstände */
.noSpaces
{
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border: none;
}


/* Diese Stylesheets sind für die Zentrierung zuständig */
#centerBox {
  text-align:center;
  width:100%;
}

#centerObject {
  margin:0px auto;
}

/* Diese Stylesheets sind für die Zentrierung zuständig */
.centerBox 
{
  text-align:center;
  width:100%;
}

.centerObject 
{
  margin:0px auto;
}    

input.standardField,
input.standardField250,
input.standardField300
{
    border: 1px solid steelblue;
    background-color: white;
    font-family:Arial;	
    color:black;
    padding:2px;
    margin:1px;
    vertical-align: middle;
}
input.standardField
{
    width:150px;
}
input.standardField250
{
    width:250px;
}
input.standardField300
{
    width:300px;
}

textarea.standardTextarea
{
    border: 1px solid steelblue;
    background-color: white;
    font-family:Arial;
    color:black;
    padding:2px;
    margin:1px;
}

.standardSubmit
{
    border: 1px solid silver;
    cursor: pointer;
    font-weight:bold;
    background-color: #eeeeee;
    font-family:Arial;
    color:black;
    padding:2px;
    margin:1px;
}

a.standardSubmit
{
    border: 1px solid silver;
    cursor: pointer;
    font-weight:bold;
    background-color: #eeeeee;
    font-family:Arial;
    color:black;
    padding:2px;
    margin:1px;
    text-decoration:none;
}

select.standardSelect{
    border: 1px solid silver;
    font-weight:bold;
    background-color: #eeeeee;
    font-family:Arial;	
    color:black;
}


table
{
	font-size:1em;	
}

input.linkLookAlike{
    border: 0px;
    cursor: pointer;
    font-weight:bold;
    font-family:Arial;
    width:100%;
    background-color:transparent;
    text-align:left;
    color:black;
}

.headline
{
	position: relative;
  font-size:1.8em;
	font-family:Arial;
	font-weight:bold;
	color:#00082f;
	text-decoration:underline;
	margin-top:0.5em;
	margin-bottom:0.5em;	
	margin-left:20px;
}


pre
{
	font-size:8pt;	
}


/* Für ordentliche DIV-Layouts */


.label {
  float: left;
  width: 150px;
  padding-top: 3px;
  padding-right: 5px;
}



code
{
	font-size:8pt;	
}

