/* Defaults */
* {
 	font-family: "Arial", sans-serif;
 	/*color:       #4b4b4b; Grau 5*/
 	color: inherit;
 	font-weight: inherit;
 	font-size:   12px;
 	line-height: 15px;
}
 
html {
	background: none;
	min-height: 100%;
}

body {
  margin: 0px;
  overflow-x: hidden;
  overflow-y: auto;
/* arc */
  -webkit-text-size-adjust: none;
/* end of arc */
}
 
 
/* Headlines*/
h1, h2, h3 {
	font-weight:  bold;
	font-size:    14px;
	color:        #333333;
}
h1, h2 {
	font-size:    14px;
}
h3 {
	font-size:    12px;
}


/* default link refer to SG V1.0 p2 */
a {
	font-size:     12px;
	color: #e00073;
	/*text-decoration: none;*/
	/*outline: none;  Accessibility*/
}

/* Spans inherit the color from their parent */
a span {
	color: inherit;
}

a:focus,
a:active {
	border-width: 0px;
}

a:hover.howto,
a:hover {
	text-decoration: underline;
	color: #e00073;
}
/* help link refer to SG V1.0 p2 */
a.howto {
	color: #6c6c6c;
	text-decoration: underline;
}

/* ### The main container holding all content ### */
div#container {
	width: 100%;
	padding: 0px;
	margin: auto;
	position: static;
	display: none;
}
div#container.loginview {
	display: block; /* show for javascript hint */
}

/* ### The main container for manual ### */
div#container.contmanual {
	display: block;
}

.onlysmall{
  display: none;
}

/* ### Container holding the content for all styles like ###
 - Forms
 - Assistents
 - Overviews
*/
div#contarea {
  position: relative;
  margin-top: 101px;
  width: 100%;
}
div#maincontentarea {
  width: 730px;
  padding-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
div#maincontentarea.stat {
  width: 966px;
}
div#maincontentarea.stat div.statbox {
 background-color: #fafafa;
  border: 1px solid #fafafa;
  padding: 2px;
}
div#maincontentarea.stat h1,
div#maincontentarea.stat h2 {
  padding-bottom: 8px;
  margin-bottom: 2px;
  border-bottom: 1px solid #999999;
}
div.statleft {
  float: left;
  width: 487px;
  text-align: left;
  padding-right: 8px;
  border-right: 1px solid #333333;
}
div.statright {
  float: right;
  width: 470px;
  text-align: left;
}
div#bbottom {
  height: 12px;/*30px*/
}

/* helpme function */
div.helpme {
	text-align: right;
}

.hidden {
	display: none;
}

/*for inline links*/
a.helpme,
/*for normal helpme links*/
div.helpme a {
	color: #3c6e99;
	font-weight: normal;
	text-decoration: underline;
}

address {
	display: none;
}

a:hover.helpme,
div.helpme a:hover {
	color: #e00073;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.rev2 {
	display: none;
}

em {
	font-weight: bold;
}

.wheel {
	background-image:  url(../images/icons/wheel.png);
	display: block;
	height:  71px;
	width:   71px;
	margin:  auto;
	background-position: 0px 0px;
}

strong {
	font-weight: bold;
}
