/*---------CSS Peter Wesche Visualisierungen 2008--------- */


* {
	margin: 0;
	padding: 0;
}

 body {
	background:#e4e1d2 url(images/hg-bilder/hg1.jpg) repeat;
	color: #000;
	font-family: arial, helvetica, tahoma, sans-serif;
	font-size: 82%;
	letter-spacing:0.01em;
	line-height: 153%;
}


/* ---------jScrollpanekrempel---------  */

			.scroll-pane {
				width: 521px;
				overflow: auto;
				background: transparent;
				float: left;
			}
			
			
			#pane1 {
				height: 490px;
				padding-top:24px;
							}


/* ---------mp3-player---------  */

object { 
margin: 20px 10px 20px 3px;  
display: block; 
}

			
/*---------Bilder---------*/

  img {
	border: 0;
}

  .zeilenbild  { 
  vertical-align: middle; 
  text-align:center; 
  background: transparent; 
  padding: 0px; 
  margin:0px 0px 0px 0;
}  

  .ast-b  { 
  text-align:center; 
  background: transparent; 
  padding: 0px; 
  margin:0px -1px 0px 0px;
}  

  .float_left  { 
  float: left; 
  display:inline; 
  margin:3px 5px 0px 0px;  
  }

  .float_left_hg  { 
	 background:#fff;
  float: left; 
  display:inline; 
  padding:3px;
  margin:3px 5px 0px 0px;  
  }

  .float_left_mtop  { 
  float: left; 
  display:inline; 
  margin: 5px 20px 5px 0px; 
  background: #fff; 
  padding: 5px; 
  border:1px #999 solid;  
  }

/*---------Links--------- */

a {
    border-bottom:1px #660000 solid; 
	text-decoration: none;
	color: #666;
}

a:hover {
    border-bottom:2px #660000 solid; 
	text-decoration: none;
	color: #000;
	background: #c1c5c6; 
}

 a.hgb {
 font-size: 77%;
 text-decoration: none;
	color: #999;
	background: #660000; 
 padding: 1px 4px 1px 4px; 
 margin:0px 2px 0px 2px;
 border:1px solid #999;
}

a.hgb:hover {
 font-size: 77%;
 text-decoration: none;
	color: #000;
	background: #fff; 
 padding: 1px 4px 1px 4px; 
 margin:0px 2px 0px 2px;
 border:1px solid #000;
}

 a.pic {
 text-decoration: none;
 background: transparent; 
 border:0px;
}



/*---------Container--------- */

#centercontainer {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer {
	margin-left: -450px;
	position: absolute;
	top: -286px;
	left: 50%;
}

#header {
	width: 896px;
	height: 31px;
	background:url(images/hg-bilder/header.jpg) no-repeat right bottom;
	text-align: left;
}

#container {
	width: 900px;
	height: 560px;
 background-image:url('images/hg-bilder/container-hg.jpg');
}

#containerleft {
	float: left;
	width: 350px;
	height: 550px;
 background-image:url('images/hg-bilder/left-hg.jpg');
}

#containerright {
	float: left;
	width: 521px;
	height: 530px;
	background: url(images/hg-bilder/hg-rot.jpg) repeat;
	padding: 10px;
	border-right: 1px solid #999;
	overflow:hidden;
}

/*---------Absatz--------- */

.absatz { 
	 width: 100%;
  overflow:hidden; 
  margin: 0 0 50px 0;
  padding-bottom:80px;
  background: transparent;
  border-bottom: 1px dotted #999;
}

.absatz-info { 
	 width: 100%;
  overflow:hidden; 
  margin: 0 0 5px 0;
  background: transparent;
}

.tweets { 
  width: 100%;
  overflow:hidden; 
  margin: 0 0 5px 0;
  background: transparent;
  margin-left: 40px;
    margin-top: 35px;
}



/*---------Absatz 2--------- */


.absatz2 { 
	 width: 100%;
  overflow:hidden; 
  margin: 0 0 15px 0;
  background: transparent;
}


/*---------Font--------- */

p {
margin:45px 30px 0px 33px;
padding-bottom: 30px;
text-align: left;
}

.kurz {
margin:15px 50px 15px 33px;
padding-bottom: 5px;
text-align: justify;
}

b {
	letter-spacing:0.09em;
}

.bspez {
	letter-spacing:-0.03em;
	color:#803434;
	font-size: 125%;
}

/*---------weiss--------- */

h2 {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, tahoma, sans-serif;
 font-size: 13px;
 font-style: italic;
	border-bottom: 1px solid #c1c5c6;
	padding-bottom:3px;
	padding-top: 32px;
	margin-left: 30px;
	letter-spacing:0.02em;
	width: 84%;
}

/*---------H negative Spationierung--------- */

 h3 {
 color: #000;
	font-size: 220%;
	padding-top: 30px;
	padding-bottom:10px;
	margin-left: 30px;
	letter-spacing:-0.03em;
}

 h4 {
 color: #000;
	font-size: 120%;
	line-height: 95%;
	padding-top: 0px;
	padding-bottom:25px;
	margin-left: 69px;
	letter-spacing:0.01em;
}

 h5 {
 color: #803434;
	font-size: 100%;
	line-height: 95%;
	padding-top: 0px;
	padding-bottom:25px;
	margin-left: 69px;
	letter-spacing:0.01em;
}


 h6 {
 color: #030000;
	font-size: 230%;
	padding-top: 5px;
	padding-bottom:5px;
	margin-left: 30px;
	letter-spacing:-0.05em;
}




/*---------Fusszeile--------- */

#footer {
	width: 890px;
	height:30px;
	text-align: left;
	margin-top:0px;
	background:transparent;
}

#footernavi {
	font-family: arial,verdana, helvetica, tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:-0.02em;
	width: 899px;
	height:40px;
	background:transparent;
	text-align: center;
	color: #333;
 padding-top:3px;
}

#footer a {
	text-decoration: none;
	letter-spacing:0.01em;
	font-weight: bold;
	color: #333;
	margin-left:5px;
	margin-right:5px;
}

#footer a:hover {
	text-decoration: none;
	letter-spacing:0.01em;
	color: #2b0101;
	background: transparent; 
}


