/* Defaults */
* {
 	font-family: "Arial", sans-serif;
 	/*color:       #4b4b4b; Grau 5*/
 	color: inherit;
 	font-weight: inherit;
 	font-size:   12px;
 	line-height: 15px;
}
 
html {
	background: none;
	height: 100%;
}

body {
	margin: 0px;
	height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
 
 
/* Headline definition refer SG P7*/
h2, 
h1 {
	font-weight:  bold;
	font-size:    12px;
	color:        #4b4b4b; /*Grau 5*/
}

/* default link refer to SG V1.0 p2 */
a {
	font-size:     12px;
	color: #e20074;
	text-decoration: none;
	outline: none;
}

/* 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: #e20074;
}
/* help link refer to SG V1.0 p2 */
a.howto {
	color: #6c6c6c;
	text-decoration: underline;
}

a.metalink {
	font-size: 11px;
	font-weight: normal;
	color: #4b4b4b; /*Grau 5*/
	text-decoration: none;
}

a:hover.metalink {
	font-size: 11px;
	font-weight: normal;
	color: #e20074;
	text-decoration: none;
}

/* ### The main container holding all content ### */
div#container {
	width: 966px;
	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 {
	width: 480px;
	display: block;
}

.onlysmall{
  display: none;
}

/* ### Container holding the content for all styles like ###
 - Forms
 - Assistents
 - Overviews
*/
div#maincontentarea {
	position: relative;
	top: 116px;
	left: 0px;
}

/* helpme function */
div.helpme {
	text-align: right;
}

.hidden {
	display: none;
}

/*for inline links*/
a.helpme,
/*for normal helpme links*/
div.helpme a {
	color: #4077A5;
	font-weight: normal;
	text-decoration: underline;
}

address {
	display: none;
}

a:hover.helpme,
div.helpme a:hover {
	color: #e20074;
}

.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;
}