
body {
  font-family: "Helvetica Neue", sans-serif;
  /*background-color: #FFFFFF;*/
  /*color: #000000;*/
}

h1 {
	font-size:25pt;
	font-style:normal;
	font-weight:normal;
}

h2 {
	font-size:16pt;
	font-style:normal;
	font-weight:normal;
}

.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.green {
	color: #008000;
}
.orange {
	color: #FFA500;
}

.cblue {
	font-weight:bold;
	color: #0000FF;
}
.cred {
	font-weight:bold;
	color: #FF0000;
}
.cgreen {
	font-weight:bold;
	color: #008000;
}
.corange {
	font-weight:bold;
	color: #FFA500;
}


.sblack {
	font-size:10pt;
	color: #000000;
}
.sblue {
	font-size:10pt;
	color: #0000FF;
}
.sred {
	font-size:10pt;
	color: #FF0000;
}
.sgreen {
	font-size:10pt;
	color: #008000;
}
.sorange {
	font-size:10pt;
	color: #FFA500;
}


a {
	text-decoration: none;
}

a:link{
	color: #0000FF;
}

a:visited{
	color: #0000FF;
}

a:active{
	color: #FF0000;
}

a:hover{
	color: #FF0000;
}

div#topright {
	position:absolute;
	left:650px;
	top:10px;
}

strong {
	color: #FF0000;
}

div#content {
	text-align: left;	/* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;		/* standardkonforme horizontale Zentrierung */
    /*width: 1200px;*/
	padding: 0 30px 0 30px;
	/*border-width: 1px;
	border-style: solid;*/
	/*border-color: #444444;*/
}


#lcplot rect {
	fill: #FFFFFF;
}

#lcplot .back {
	/*stroke: #000000;
	stroke-width: 1;*/
}

#lcplot .lca circle {
	fill: #FF0000;
}

#lcplot .lca line {
	stroke: #FF0000;
	stroke-width: 1;
}

#lcplot .lcb {
	fill: #0000FF;
}

#lcplot .lcb line {
	stroke: #0000FF;
	stroke-width: 1;
}


#lcplot .axis path,
#lcplot .axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

#lcplot .axis text {
    /*font-family: sans-serif;
    font-size: 11px;*/
}



.gobutton{
cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
position:relative;
top:2px;
left:250px;
margin-top:10px;
padding:2px 20px; /*add some padding to the inside of the button*/
background:#0000FF; /*the colour of the button*/
border:0px solid #FFFFFF; /*required or the default border for the browser will appear*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 0 4px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 4px rgba(0,0,0, .75);
box-shadow: 0 0 4px rgba(0,0,0, .75);
color:#f3f3f3;
font-size:1.0em;
}
.gobutton:hover, .gobutton:focus{
background-color :#FF0000; /*make the background a little darker*/
-webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
-moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
box-shadow: 0 0 1px rgba(0,0,0, .75);
}


