/*
WEBSITE: Pressebüro-SIS (www.pressebuero-sis.de)
CSS-Datei erstellt von albion-interactive Juli 2009 */

/*VERGEBEN DER CONTAINER-IDs*/

#outerContainer{
	  margin: 0px auto;
	  margin-top: 15px; /*Abstand von oben 15 px*/
	  padding: 20px; 
	  width: 915px; /*Gesamtbreite outerContainer inkl padding re u links- 955 px*/
  	text-align: left;
   background:#FFFFFF;  }

/*--------------------*/

#branding { padding:10px 0 0 8px; } /* Hier Abstand Navigation von oben 50 px*/

#logo {
   width: 284px;
	  height: 100px;
  	padding: 0 41px 0 0; }

#top-foto {
	  width: 100px;
	  height: 100px;
 }
 
/*--------------------*/

#berufsbezeichnung {
	  margin:35px 0 40px 0;
	  padding: 0 0 0 15px;
	  width: 900px; } /* outerContainer 915px minus 15px padding-left*/ 

#berufsbezeichnung h2 {
	 	color: #00552B;
	 	font-size:16px; }

/*--------------------*/

#leftContent {
		float:left;
		padding: 5px 0 0 15px; /* Abstand 5px von oben - Justierung zu h1*/
		width: 300px;
		height: auto;
		color: #006633;
		font-size: 14px;
		line-height: 22px;
		text-align:left;
}

#leftContent a {/*war vorher schwarz: 000000*/
	  color: #006633;
	  text-decoration: none; }
	
#leftContent a:hover, #leftContent a:focus, #leftContent a:active {
	  font-weight:bold; }	

#navigation {
	  width: 300px;
	  height: auto;
	  margin: 30px 0 25px 0; /* Abstand von der eMail-zeile*/
	  line-height: 28px;
  	white-space:nowrap; }

#navigation ul, li {
	  display: block;
   width: 300px;
  	height: 28px;
   line-height: 28px;
	  white-space:nowrap; }

#navigation a { color:#006633; }
#navigation a:hover, #navigation a:focus, #navigation a:active { font-weight:bold; }

.txtbold { font-weight: bold; }

/*--------------------*/

#mainContent {
   margin: 0 0 0 355px;
			padding: 0 0 0 15px;
			border-left: 1px dotted silver;
   width: 535px;
	  height: auto; 	
	  color: #333300;
  	text-align: left;
	  line-height: 26px; }
			
#mainContent-home {
   margin: 0 0 0 355px;
			padding: 0 0 0 15px;
   width: 535px;
	  height: auto; 	
  	text-align: left; }			
					
#mainContent-sonder {
   margin: 0 0 0 50px;
  	padding: 0 0 0 15px;
   width: 850px;
	  height: auto;
	  color: #333300;
  	text-align: left;
	  line-height: 28px; }

  .green-bullet {
    background-image:url(../Deco/bullet_gruen.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    text-indent: 10px;
    padding-bottom: 6px; }
		.grey-bullet {
    background-image:url(../Deco/bullet_grau.jpg);
    background-repeat:no-repeat;
    background-position:left center;
    text-indent: 10px;
    padding-bottom: 6px; }		
				
#mainContent ul, li {
    margin: 0;
    padding: 0; }

#mainContent a { text-decoration: underline; color:#006633; }
#mainContent a:hover, #mainContent a:focus, #mainContent a:active { color: #535353;}

#mainContent-sonder ul, li {
    margin: 0;
    padding: 0; }

#mainContent-sonder a { text-decoration: underline; color:#006633; }
#mainContent-sonder a:hover, #mainContent-sonder a:focus, #mainContent-sonder a:active { color: #535353;}

#mainContent .image {
		  padding-top: 10px;
		  padding-right:30px;
		  padding-bottom:40px;
		  float: left; }

#mainContent .image-re {
   	padding: 5px 15px 35px 15px;
	   float: right; }
			
#mainContent .image-re2 {
	  	padding: 0 35px 0 20px;
	  	float: right; }
			
	  .align-center { text-align: center;}
	  .align-right { text-align: right;}
			.align-left { text-align: left;}
			.align-left-mAbst { text-align: left;
			 text-indent: 120px}			
   .floatleft { float: left;}
			
   .color { color: #006633; }
   .fett { font-weight: bold; }
			.fett-grau { color: #666666;
    font-weight: bold; }
			.fett-gruen {
		  color: #00552B;
		  font-weight: bold; }
				
								
   .font_size18 { font-size:18px;}

   .plus5px { margin-top: 5px; }
   .plus10px { margin-top: 10px; }
   .plus13px { margin-top: 13px; }
			.plus20px { margin-top: 20px; }
   .plus60px { margin-top: 60px; }			
			.plus33px { margin-top: 33px; }
			
   .min5px { margin-top: -5px; }
   .min12px { margin-top: -12px; }
			.min18px { margin-top: -18px; }

.clearleft { clear: left; }
.clearright { clear: right; }

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px; }
	/* -- Dieses clear-Element sollte direkt auf das #mainContent-div folgen,
	um das #container-div anzuweisen, alle untergeordneten Floats aufzunehmen.---  */

#clearfix { clear: both;
    height: 1px;
    width: 945px;
    font-size: 1px;
    line-height: 0px;
    display: none; }

#buchinhalt {
   margin:0;
   padding: 0;
   list-style: none; }

#buchinhalt li {
   display:block;
   margin: 0 0 0 0;
   padding: 0;
  	width:525px;
   float: left; }
	
			.hoeher { line-height: 18px; }
			.hoeher26 { line-height: 28px; }
			
#buchinhalt li span {
   clear: left;
   float: right;
   padding: 1px 3px; }

#buchinhalt li br { clear: both; }
