/**********************/
/* Project: rcsoft.de */
/* File: layout.css   */
/* rcsoft, 05.03.2009 */
/**********************/
*
{ 
	margin:0;
	padding:0;
}

body
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	padding:15px 0;
	color:black;
	background:#ccc; 
}

#wrapper
{
	text-align:left;
	/* width: 86%; */
	width:800px;
	margin:0 auto; 
	color:black;
	background:white;
	/* background:lime; */
}

#header
{
	padding:10px 10px; 
  border-bottom:8px solid #777;
  color:black;
  background:#800;
}

h1
{	
	padding:5px 10px; 
	border:1px solid #fff;
  background-image:url(../verlauf004.png);
  background-repeat:repeat-y;
  color:#000;
  background-color:#bbb;
}
h2
{
	font-size:20px;
	text-align:center;
	padding-bottom:10px;
}
h3, h4
{
	font-size:15px;
	padding:15px 0 10px 20px;
}
h3.klasse1
{
	display:inline;
}

/* Text und Links allgemein */
p, li
{
	font-size:80%;
}

a
{
	height:1%; /* damit der IE? den ganzen Link aktiviert */
	text-decoration:none; 
	border-bottom:1px solid #555;
	color:#555;
	background-color:transparent;
}
a.link
{
  color:red;
}
a:hover
{ 
	border-bottom:1px solid #e00;
	color:#f00;
  background:transparent;
}

/* --- menue1 ---------------------------- */
#menue1
{ /* Menue oben */
	height: 30px;
	background-color: #a4a4a4; 
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#menue1 p
{
	float: right;
	width: 580px; /* Opera braucht fuer Linkleisten in Absaetzen eine Breite, sonst setzt er die Links nicht nebeneinander */
}
#menue1 a
{
	display: block;
	float: left; /* bringt die Links trotz Blockformatierung nebeneinander - und zwar in der richtigen Reihenfolge */
	margin-left: 16px;
	padding: 2px 6px;
	background-color: #d36b6b; 
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
#menue1 a:hover
{ 
	color:#d00;
	background:#bfbfbf;
}

#menue2 /* links von content floatendes Menue */
{
	float:left;
	width:200px; 
	color:#fff;
	background:#a00;
}
#menue2 p
{
	padding-bottom:10px;
}
#menue2 a
{
	display:block;
	margin:10px 10px;
	padding:3px 5px;
	border:1px solid #000;
	color:#fff;
	background:#888;
}
#menue2 a:hover
{
	background-color: #bfbfbf;
	color: #d00;
}

/* --- Content --- */
#content
{ 
	padding:10px 0;
	border-left:200px solid #a00;	/* wie menue2 !! */
	color:black;
  background:white;					      /* wie menue2 !! */ 
}
#content p
{
	/* line-height: 150%; */
	padding:0px 20px 10px 20px;
}
#content p.topper
{
	padding:10px 60px 20px 40px;
}
#content ul
{
	line-height:150%;
	padding:0 60px 10px 60px;
}
#content a
{
	text-decoration:none;
	color:Maroon;
}
#content a:hover
{
  background:Silver;
}

#footer /* --- Footer --------------------------- */
{
	clear:both;
	height:39px; 
	font-size:14px;
	border-top:6px solid #777;
	color:white;
	background:#800;
}
#footer p
{
	text-align:center;
	vertical-align:middle;
}
#footer a
{
	text-decoration:none; 
	color:#fff;
	border:0 none;
}
#footer a:hover
{
	background-color:transparent;
	color:#f00;
}

#footer img
{
	padding-top:4px;
  vertical-align:middle;	
}

/* --- Ausgeblendetes ---- */

.invis, hr
{
	display:none;
}
