/* Start of CMSMS style sheet 'friendship_screen' */
/* Screen layout: */

body {
margin: 0 auto;
padding: 0;
font: 0.7em Verdana, Tahoma, Arial, sans-serif;
background: #333366 url(site_pics/bg.gif) top center repeat-y;
}

#page {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 720px;
}

/* BEGIN - Container */

#container_header {
clear: both;
margin: 10px 0px 0px 0px;
padding: 0px;
height: 130px;
}

#container_left {
float: left;
width: 150px;
padding: 0px;
margin: 0px;
}

#container_right {
float: right;
width: 150px;
padding: 0px;
margin: 0px;
}

#container_content {
width: 395px;
padding: 0;
margin: 0px 15px 0px 155px;
}

#container_footer {
clear: both;
margin: 0;
padding: 0;
}

/* END - Container */

/* BEGIN - Header */

#logo {
  margin: 0px 0px 10px 0px;
  float: left;
}

#utilities {
  width: 320px;
  float: right;
  text-align: right;
  background: white url(site_pics/util_bg.gif) top right repeat-y;
  padding: 3px 3px 3px 0px;
  border-bottom: 1px solid silver;
  border-right: 1px solid silver;
}
  
#utilities img {
  vertical-align: middle;
}

#search_box {
  font: 0.9em Verdana, Tahoma, Arial, sans-serif;
  border: 1px solid #CCCCCC; 
  padding: 1px; 
  color: gray;
}
  
#search_btn {
  vertical-align: middle;
}

/* END - Header */

#frontphoto {
margin-bottom: 5px;
border-top: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;
margin-bottom: 10px;
}

/* BEGIN - Menue */
#menutree {
clear: left;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
}

#menutree ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: 0;
}	

#menutree li {
margin-bottom: 4px;
}

#menutree li a {
font-weight: bold;
height: 100%;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 6px 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#menutree li a:hover {
background: #333366;
color: white;
border-left: 4px solid #286ea0;
}
/* END - Menue */

/* BEGIN - Untermenue */
#menutree ul li ul {	
list-style: none;
width: 130px;
margin: 4px 0 4px 10px;
padding: 0;
}	

#menutree ul li li {
margin-bottom: 4px;
}

#menutree ul li li a {
font-weight: normal;
height: 100%;
text-decoration: none;
color: #505050;
display: block;
padding: 5px 0 5px 8px;
background: #f4f4f4;
border-left: 2px solid #cccccc;
}	
	
#menutree ul li li a:hover {
background: #333366;
color: white;
border-left: 2px solid #286ea0;
}
/* END - Untermenue */

/* BEGIN - Sitebar */

#sitebar {
margin: 0 0 10px 0;
padding: 5px;
width: 140px;
border: 1px solid silver;
}

#sitebar p {
text-align: center;
}

#sitebar img {
  border: 0;
  margin-bottom: 4px;
}

#sitebar a  {
opacity:0.8;
filter:alpha(opacity=80);
}

#sitebar a:hover  {
opacity:1;
filter:alpha(opacity=100);
}

/* END - Sitebar */

#td p {
text-align: justify;
}

/* BEGIN - Content */  
#content {
padding: 0 5px 5px 5px;
}

#content p {
text-align: justify;
}

#content h2 {
font: 1.6em Verdana, Tahoma, sans-serif;
color: #333366;
font-weight: bold;
margin: 0 0 10px 1px;
}

#content h3 {
font-size: 1.4em;
color: gray;
margin: 0 0 10px 1px;
}

#content img {
/* padding: 1px; */
padding: 0px;
display:inline;
background: #cccccc;
/* border: 4px solid #f0f0f0; */
/* margin: 5px; */
margin: 0px;
}

.nav_indicator {
  margin: 0px 0px 10px 0px;
  font-size: 0.8em;
  width: 75%;
  border-bottom: 1px solid silver;
}

a {
text-decoration: none;
color: #333366;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

/* END - Content */

/* BEGIN - Footer */

#footer {
clear: both;
margin: 50px auto;
padding: 10px 0 20px 0;
border-top: 2px solid #f0f0f0;
width: 720px;
text-align: center;
color: #808080;
font-size: 0.8em;
}

#footer a {
color: #808080;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

/* END - Footer */

/* BEGIN - Search results */

#search_container {
padding: 20px 20px 0 20px;
}

#search_result {
margin-bottom: 10px;
}

#search_result a {
font-size:1.2em;
}

/* END - Search results */
/* End of 'friendship_screen' */
