/*******************
* Projekt: mv-urlaub 
* ------------------
* rcSoft, 12.06.2006
*******************/
*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	background-color:  #C9C9C9;
	color:#000;
  text-align:center;
}

/* ------------ */

#wrapper
{
	width: 800px;
	background-color: #FFDAB9;
  /* background-color: gray;  wie Inhalt,damit 3-Pixel-Fehler nicht sichtbar ist */
  margin-left: auto;
	margin-right: auto;
}

/* ------------ */

#kopf
{
	padding: 10px 10px;
	background-color:#FF4500; 
	border-bottom: 8px solid #777;
  color: #000;
  font-size:32px;
  font-weight:bold;
}

/* ------------ */

#menue1
{
  float: left;
  width: 238px;
  margin: 0 auto;
}
#menue1 #abstand1
{
  height:440px;
  /* padding: 5px 10px; */
  padding-left: 3px;
  padding-right: 3px;
  /* border: 1px solid; */
  border-color: #ffffff #304e6a #304e6a #ffffff;
  /* background:  #e7d5b5; */
  background:   Lime;
  text-align: center;
 }
#schalter1 a
{
  display: block;
  padding: 5px;
  text-decoration: none;
  border: 1px solid #ccc;
  width: 218px;
  font-size: smaller;
  font-weight: bold;
  text-align: center;
  margin: 3px 0;
  background-color: #e0d0b0;
}
#schalter1 a:link
{
  color: #304e6a; 
}
#schalter1 a:visited
{
  color: #369;
}
#schalter1 a:hover
{
  border: 1px solid;
  border-color: #eeeeee #304e6a #304e6a #eeeeee;
  background-color: #d0c0a0;
  color: #fff;
}
#schalter1 a:active
{
  color: #c00;
}
#schalter1 a .pfeil1
{
  display: none;
}
#schalter1 a:hover .pfeil1
{
  display: inline;
  color: #c00;
}
#menue1 .toc1
{
  color: #757575;
  font-size: 100%;
  font-weight: bold;
  margin: 0px 5px 5px;
  text-align:  right; 
}
#menue1 .copy1
{
  color: #757575;
  font-size: 80%;
  font-weight: normal;
  margin: 5px 0 0;
  text-align: center;
}
#menue1 .space1
{
  font-size: 1px;
  margin: 5px 0;
}

/* --- Ueberschriften --- */

h1
{
  text-align:center;
  font-size:larger;
  font-weight:bold;
  padding:10px;
}

h2
{
  font-size:12px;
  font-weight:bold;  
}

h3
{
	font-size: 15px;
	text-align: center;
  padding: 15px 0 10px 20px;
}
h3.klasse1
{
	display: inline;
}

/* ----------------------- */

input.button
{
  width:160px;
  background-color:Aqua;
  font-size:10pt;
  font-weight:bold; 
}

/* --- Links --- */
a
{
  font-family:Verdana, Arial, Helvetica, sans-serif;  
}
a:link
{
	font-size:9pt;
	color:#000099;
	text-decoration:underline;
}
a:visited
{
	font-size:9pt;
	color:#000099;
	text-decoration:underline;
}
a:hover
{
	font-size:9pt;
	color:#0000ff;
	text-decoration:underline overline;
}
a:active
{
	font-size:9pt;
	color:#000099;
	text-decoration:none;
}

/* ----------------------- */

#fuss
{
	/*clear: both;*/
  float:right;
  width:100%;
  height:39px;
	/* background-color:#800; */ 
	background-color:  #FF4500;
  color:white;
	border-top: 6px solid #777;
  font-size:12px;
  text-align:center;
}
#fuss p
{
 padding-top: 8px;
 color: Black; 
}
#fuss a
{
	text-decoration:none; 
	color:#fff;
	border: 0 none;
}
#fuss a:hover
{
	background-color: transparent;
	color:Lime;
}

