/**
* portal-psychotherapie-wissenschaft.css
*
* Copyright (c) 2011 psychotherapie-wissenschaft.css
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site specific Style Sheet "Psychotherapie-Wissenschaft" (Portal)
*
* $Id: portal-psychotherapie-wissenschaft.css,v 1.0 2011-05-09
*/

/**
* Common HTML elements
*/

a:link {
	color: #669999;
}
a:active {
	color: #669999;
}
a:visited {
	color: #669999;
}
a:hover {
	background: none repeat scroll 0 0 #669999;
	color: #fff;
}
a.rtAction {
	color:#000099;
}
/**
* Main layout elements
*/
body {
	color: #333;
	/* background:url("/public/site/images/mozer/leftbg.png") repeat-y top left; */
	font-family:Verdana,Arial,Helvetica, sans-serif;
}
#header {
	height:236px;
	width:100%;
	background:url("/public/site/images/mozer/logo-neu.png");
	background-repeat: no-repeat;
        background-position: top left;
        background-color: #0967b1;
	/* border-bottom:2px solid #F03; */
	clear: both;
}
#body {
	font-size: 0.9em;
	min-height:900px;
	overflow:hidden;
	/* background: url("/public/site/images/mozer/rightbg.png") repeat-y top right; */
}
#main {
}
#navbar {
	text-align: left;
	background: transparent;
	font-size: 0.8em;
	position:absolute;
	top:210px;
	left:0;
	width:90%;
	padding-left: 10%;
	height:26px;
	border:none;
        background-color: #f6a760;
}
#breadcrumb {
	background: transparent;
	font-size: 0.9em;
	left: 0;
	padding-left: 10%;
	position: absolute;
	top: 170px;
	width: 90%;
	color:#FFFFFF;
}
#content {
	padding: 3em 0 0 0;
	font-size: 0.9em;
	border-top: none;
	text-align:justify;
}
#psvfooter {
	border-top: 2px solid #ccc;
	margin: 30px auto 0 auto;
	width: 90%;
	position: static;
	clear: both;
	text-align: center;
        /* background-color: #0967b1; */
        background-image:url("/public/site/images/mozer/psv-neu-sw.png");
        background-repeat: no-repeat;
        background-position: center 20px;
	padding: 20px 0 60px 0;
}
/**
* Header Sub-Elements
*/
#headerTitle {
  position: absolute;
  top: 150px;
  right: 20px;
  width: 235px;
  height: 37px;
  background-image: url("/public/site/images/mozer/herausgeber-neu.png");
        background-repeat: no-repeat;
}

#headerTitle h1 {
  display: none; 
/*
	position: absolute;
	top:15px;
	left:10%;
	width:870px;
	height:90px;
	background:url("/public/site/images/mozer/psychotherapie-wissenschaft-logo.png") no-repeat;
*/
}
#header h1{
	font-family:Verdana,Arial,Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing: 10px;
	font-size: 1.5em !important;
	color:  #007;
	line-height:2.5em;
}
/**
* Sidebar Sub-Elements
*/
#rightSidebar {
	width: 212px;
	padding: 0;
	font-size: 0.8em;
	margin:20px 8px 0 0;
}
/**
* Main Sub-Elements
*/
#main h2 {
	color:#666;
}
#main h3 {
	margin: 0em 1em 0.5em 0em;
	font-weight: normal;
	color:#666;
}
#footerContent {
	width: 100%;
	margin: 0 auto;
}
/**
* Navigation bar Sub-Elements
*/
#navbar ul {
	margin:10px 0 0 0;
}
#navbar a {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	color:#000;
	margin-top:3px;
	font-weight:bold;
}
#navbar a:visited {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	color:#000;
	margin-top:3px;
	font-weight:bold;
}
#navbar a:hover {
	font-size: 1.0em;
	letter-spacing: 0.1em;
	color:#000;
	margin-top:3px;
	background:none;
	text-decoration:underline;
	font-weight:bold;
}
/**
* Breadcrumb Sub-Elements
*/

#breadcrumb a {
	color: #fff;
}
#breadcrumb a:visited {
	color: #fff;
}
#breadcrumb a.current {
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #fff;
	background: transparent;
	text-decoration: underline;
}
/**
* Content Sub-Elements
*/
#content h3 {
}
#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family:Verdana,Arial,Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color:#333;
}
#content h5 {
	font-family:Verdana,Arial,Helvetica, sans-serif;
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
	color:#333;
}
#copyright {
	margin:50px 0 20px 0;
	font-size:0.8em;
	padding-top:4px;
	border-top:1px dotted #007;
}
input.defaultButton, input.button {
	background-color:#99CCCC;
	color:#FBFBF3
}
/**
* Article View elements
*/
#topBar {
    padding-top: 0em;
    padding-bottom: 0em;
}
#articleTitle h3 {
	font-size:12pt;
font-weight: bold;
line-height: 140%;
}
#authorString {
	font-size:11pt;
}
#articleAbstract h4 {
	font-size:12pt;
font-weight: bold;
}
#articleAbstract div {
line-height: 140%;
}
#articlePdfResizer {
    height: 600px;
}
/**
* Homepage image
*/
.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 2em 2em 10rem 0;
	text-align: center;
}
/**
* Other organizational elements
*/
li.pluginManaged {
	color: green;
}


