/* common.css Psychoanalytische Praxis am Zoo, Diplom-Psycholge Robert Mathia media="all" */


* {
margin: 0;
padding: 0;
}

body {
    background: #1e2233 url(../images/.jpg) repeat-x;
    color: #ccc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
}

h1{
    color: white;
	text-indent: -999em;
	font-size: 1.1em;
}


h2 {
background: #2f3650;
font-size: 1em;
font-weight: normal;
color: #101426;
padding-left: 50px;
padding-bottom: 5px;
padding-top: 5px;
text-align: left;
margin: 5px 0px 10px 0px;
}


h3 {
color: #8088a5;
font-size: .9em;
font-weight: normal;
padding-left: 20px;
padding-bottom: 5px;
padding-top: 5px;
text-align: left;
margin: 15px 0px 10px 0px;
}

h4 {
font-size: .9em;
font-weight: bold;
padding-left: 40px;
padding-bottom: .9em;
padding-top: 1.2em;
text-align: left;
}

h5 {

color: #8088a5;
font-size: .9em;

padding-left: 50px;
padding-bottom: .9em;
padding-top: 1.2em;
text-align: left;
}

ul li {
text-align: left;
list-style: none;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  color: #595b65;
}


div#container {
   background: #292f45;
  margin: 0px auto 5px;
  width: 960px;
  padding-top: 5px;
}

div#header {
    height: 328px;
}   


/*navigation--------------------------------------------------------*/

div#navigation {
  text-align: left;
  height: 23px;
  padding-bottom: 0px;
  padding-top: 0px;
 
}


div#navigation ul {
	background: #262b40;
   	text-align: left;
   	font-weight: normal;
}


div#navigation ul li a {
  color: #ccc;
  font-size: 0.8em;
  padding: 0 7px 0 5px;
  text-decoration: none;

  
}

      
div#navigation ul li {
      display: inline;
}

div#navigation ul li a.hit {
 background: #292f45;
 color: #ccc;
 padding: 20px 7px 30px 5px;
 
}
      
div#navigation ul li a:focus, div#navigation ul li a:hover  {
        color: #fff;
}



/* content--------------------------------------------------------*/

div#contents {
    background: #292f45;
    width:960px;
    min-height: 600px;
    height: 600px;
	padding-top: 30px;
    font-size: 1em;
    text-align: left;
}
div#content {
    background: #292f45;
    width: 450px;
   	float: left;
  	color: #ccc;
	font-size: 1em;
    text-align: left;
}

div#content p {
	width:400px;
	border-top: 0;
	padding: 7px 30px 8px 50px;
	font-size: .8em;
}

div#content1 {
    background: #292f45;
    width: 650px;
   	float: left;
  	color: #ccc;
	font-size: 1em;
    text-align: left;
   
}

div#content1 p {
	width:500px;
	border-top: 0;
	padding: 7px 30px 8px 50px;
	font-size: .8em;
	overflow: hidden;
	border-right: 1px solid #4b526a;
}

div#content2 {
    background: #292f45;
    width: 960px;
   	float: left;
  	color: #ccc;
	font-size: 1em;
    text-align: left;
   
}

div#content2 p {
	width:850px;
	border-top: 0;
	padding: 7px 30px 8px 50px;
	font-weight: light;
	font-size: .8em;
	
}


div#content ul li{
   width:400px;
   font-size: 0.8em;
  padding: 7px 30px 8px 50px;

}

div#content ul li.bo{
   width:400px;
   font-size: 0.8em;
  padding: 7px 30px 8px 50px;
  border-bottom: 1px solid #4b526a;
}

div#contentzwei {
    background: #292f45;
    width:450px;
   	float: right;
	padding-top: 0px;
   	color: #ccc;
	font-size: 1em;
    text-align: left;
}

div#contentzwei p {
	width:400px;
	color: #ccc;
	border-top: 0;
	padding: 7px 50px 8px 20px;
	font-size: .8em;
	overflow: hidden;
}

div#contentzwei ul li{
   width:400px;
   font-size: 0.8em;
   padding: 7px 50px 4px 20px;
   
}

div#contentzwei ul li.bo{
   width:400px;
   font-size: 0.8em;
   padding: 7px 50px 4px 20px;
   border-bottom: 1px solid #4b526a;   
}




/* ---------------------------------------- footer */




div#footer {
	background: #292f45;
	height: 20px;
	clear: both;
}

div#footer p {
	text-align: right;
	color: #ccc;
	font-size: .7em;
	padding-top: 6px;
	

}


