/* reset basic elements */
html	{
	min-height: 100%;
	margin-top: 0px;
}


body	{
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F3F4;
/* scroll firefox */
  overflow: -moz-scrollbars-vertical;
}


body#noScroll	{
	overflow: hidden;
}


table, a, td, tr, ul, li, p, div, h1, h2, h3, h4, h5, h6, sub, sup, label, input, textarea, fieldset	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #151E39;
	line-height: 1px;
	margin: 0px;
	padding: 0px;	
}



a, ul, li, div, label {
	line-height: 10px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 16px;
}


/* Hintergruende */
/* #879BCB Linien */
.backgrMain	{
	background-color: #F2F3F4;
}

div, span	{
	line-height: 16px;
}

sup, sub	{
	font-size: 11px;
	_font-size: 13px;
	height: 0px;
	line-height: 1px;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}

sup {
	bottom: 4px;
}

sub {
	top: 4px;
}

sup.small {
	font-size: 10px;
	_font-size: 11px;
	bottom: 2px;
}

sub.small {
	font-size: 10px;
	_font-size: 12px;
	top: 2px;
}



/* links */
a	{
	color: #BB6671;
	text-decoration: none;
}

a:active	{
	color: #435E9A;
}

a:visited	{
	color: #BB6671
}

a:hover	{
	color: #435E9A;
	text-decoration: none;
}

:focus {
  -moz-outline-style:none;
}


a img	{
	border: 0;
}

/* Elements */
b  {
	font-weight: bold;
	color: #4A4952;
}

b.rot  {
	color: #FF6659;
}


h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
	text-align: left;
  margin-bottom: 10px;
}

#mainText h1 {
	margin-bottom: 0px;
}

h3, h2, h4 {
	font-size: 12px;
	font-weight: bold;
	/* rt */	
	color: #FF6659;	
	line-height: 16px;
	text-align: left;
  margin-bottom: 0px;
}

h2, h4 {
	/* sw */
	color: #4A4952;
  margin-bottom: 5px;
}

span.docSize {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	line-height: 16px;
}



p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 16px;
  margin-bottom: 23px;
	text-align: justify;
}

#mainText p {
	text-align: left;
	margin-bottom: 0px;
}

p.noJustify, #mainText p.noJustify {
	text-align: left;
  margin-bottom: 10px;
}

/* Antworten, Frau Rat */
#tabs1-1Infos h3, #tabs1-2Infos h3 {
	padding-top: 7px; 
}

#tabs1-1Infos p, #tabs1-2Infos p {
  margin-bottom: 16px;
}

hr { 
	text-align: left;
	height: 1px; 
	border: 0; 
	/* rt */	
	color: #FF6659;	
	background-color: #FF6659;
	margin: 0px;
	padding: 0px;
}

p.line {
	font-size: 10px;
	line-height: 10px;
  margin: 0px;
	padding: 0px;
}

/*Links*/

#tabs1-4Infos p {
  margin-bottom: 0px;
}


span.design  {
	font-size : 11px;
	font-weight : normal;
	/* gr */
	color : #B3B9C1;
}

a.design {
	font-size : 11px;
	/* gr */
	color : #B3B9C1;
	text-decoration : none;
}

a.design:active  {
	color : #435E9A;
}

a.design:visited  {
	/* gr */
	color : #B3B9C1;
}

a.design:hover  {
	color : #435E9A;
	text-decoration : none;
}


