/*
 * Basiswerte
 */

body
{
  font-family: Tahoma;
  font-size: 0.7em;
  color: #434343;
  width: 100%;
  margin: 0pt;
  padding: 0pt;
}

h1, h2, h3, h4, h5, h6 ,p, table, div
{
  width: 100%;
}

h1, h2, h3, h4, h5, h6 ,p, table, div, td, tr , ol, li
{
	font-size: 1em;
}

ol, li 
{
 list-style-position:inside;
}

li 
{
 /* IE Bug */	
 display:list-item
}


/* 
 * http://colorschemedesigner.com/#0x11Nw0w0cOcO
 */
 
.bgcolor1 { background-color: #FF7A00 }
.bgcolor2 { background-color: #E67A17 }
.bgcolor3 { background-color: #DB6900 }
.bgcolor4 { background-color: #FF8819 }
.bgcolor5 { background-color: #FF922E }

.color1 { color: #FF7A00 }
.color2 { color: #E67A17 }
.color3 { color: #DB6900 }
.color4 { color: #FF8819 }
.color5 { color: #FF922E }


.font1 {font-size: 300%; }
.font2 {font-size: 150%; } 
.font3, .fontnormal {font-size: 100%; }
.font4 {font-size: 80%;  }

.main-body div.zweizeilig-rechts,
.main-body div.zweizeilig-links
{
  width: 25%;
	float:left;
}

.main-body div.zweizeilig-links 
{
	clear: left;
}

.main-body div.zweizeilig-rechts 
{
	clear: right;
	border-left: 1pt solid #DB6900;
	padding-left: 5%;
}

.headline 
{
 font-weight: bold;
}

/* Links */

a 
{
	text-decoration: none;
	color: black;
	background:transparent url(images/external.png) no-repeat scroll left center;
	padding-left:13px;
}


a:hover 
{
	padding-left: 15px;
	text-decoration: underline;
}

a:visited 
{
}

/* Navigation (links) */

ul.fuewa-navigation 
{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.fuewa-navigation ul 
{
  list-style: none;
  padding: 0px 0px 0px 10px;
  margin: 0px;
}

/* 
 * top-body ist der Body des obersten Frames
 */
.top-body
{
  width: 100%;
  text-align: right;
  color: black;
  margin: 0px;
  padding: 0px;
  background: transparent url(images/grad-ff8819.png) repeat-x scroll 0px 0px;
}

.top-body .streifen_text
{
  margin-left:auto;
  margin-right:10px;
  width:auto;
}


/* nav-body ist das Navigations-Frame links */
.nav-body 
{
  padding: 10px;
	background: transparent url(images/grad-y-ff8819.png) repeat-y scroll right;
}

/* main-body ist das Main-Frame */
.main-body 
{
  padding: 10px;
  background-color: #FF8819 /* cs4 */;
	background: #FF8819 url(images/intro-haus-FF8819-lo.png) no-repeat fixed 30% 30%;
}

.main-body p, .main-body table, .main-body div, .main-body ul, .main-body ol 
{
  width: 80%;
	text-align: justify;
	
}


.main-body p 
{
  /* text-align: justify; */
}

.main-body table p 
{
  width: 95%;
}

/*
 * Gradient X: http://deesceha.de/ipo-wui/pe/plan/31-1/p7/!custom%3Ade.deesceha.ipo.resources.types.IpoGradientPaint/p7.color1/white/p7.color2/FF8819/p7.cyclic/false/p7.x1/0/p7.x2/0/p7.y1/0/p7.y2/70/p2/70
 *
 */
