/*
Theme Name: phsag
Author: BIG GmbH, Zürich
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: small;
	text-align: center;
	color: #314b39;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-color: white;
	background-image: url(imgs/bgpage.gif);
	background-repeat: repeat-x;
}
div, p, img, a, td, ul, ol {
	font-size: 1em;
}
ol {
	margin-left: 1em;
	padding-left: 1em;
}
ol li {
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}
/* ---[ links ]------------------------------- */

a:link {
	color: #314b39;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	background-color: transparent;
}
a:visited {
	color: #314b39;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	background-color: transparent;
}
a:hover {
	font-style: italic;
	border-bottom-style: solid;
	background-color: transparent;
}
a.more {
	padding-right: 7px;
	background: url(imgs/more-blue.gif) no-repeat 100% 5px;
	background-color: transparent;
}
/* ---[ common elements ]--------------------- */

p {
	margin: 1em 0 1em;
	padding: 0;
}
/*h1 { color: #314b39; font-size: 150%; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; padding: 0; margin: 0; }*/
h2 {
	color: #314b39;
	font-size: 130%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em;
}
h1, h3 {
	margin: 1.5em 0 10px;
	padding-bottom: 2px;
	font-size: 120%;
	font-weight: bold;
	color: #314b39;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	border-bottom: 1px solid #13aed7;
	background-color: transparent;
}
h1 a:link, h1 a:visited, h3 a:link, h3 a:visited {
	font-size: 110%;
	text-decoration: none;
	border-bottom: medium none;
	color: #314b39;
}
h1 a:hover, h3 a:hover {
	color: #314b39;
}
h4, h5 {
	margin: 1.5em 0 0;
	font-size: 110%;
	font-weight: normal;
	color: #314b39;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
h1 span, h2 span, h3 span {
	color: #314b39;
}
p {
	padding: 0 0 1em;
}
a, a:link {
	text-decoration: none;
	color: #314b39;
	border-bottom: 1px dotted #69c;
}
a:visited {
	color: #314b39;
	border-color: #669;
}
a:hover {
	color: #314b39;
	font-style: italic;
	border-color: #693;
	text-decoration: none;
}
a:active {
	color: #314b39;
	border-color: #c33
}
a img, img {
	margin-right: 10px;
}
ul {
	list-style: none;
	margin: 0 0 20px 1em;
}
li {
	list-style: none url(imgs/punkt.gif);
	padding-left: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
#page {
	width: 776px;
	text-align: left;
	background-image: url(imgs/bgmain.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	float: left;
	text-align: left;
	width: 480px;
	padding: 0;
	line-height: 1.5em;
	margin: 5px 0 0 20px;
}
/* Special text formatting
------------------------------------------------------------------------------- */


blockquote {
	margin: 0 0 0 30px;
	padding: 10px 0 0 20px;
	font-size: 88%;
	line-height: 1.5em;
	color: #666;
	background: url(imgs/quotes.gif) no-repeat top left;
}
blockquote p {
	margin-top: 0;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre;
	width: 350px;
	height: auto;
	overflow: auto;
	display: block;
	border: 1px solid #999;
	border-width: 2px 0;
	padding: 1em;
	margin: 0 0 1em 0;
	background-color: #fafafa;
}
li code {
	width: 330px
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}
.center {
	text-align: center;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
hr {
	border-top: 1px dotted #13aed7;
}
.error, .message {
	padding: 12px;
	background-color: red;
	color: #fff;
}
.message {
	background-color: #314b39;
}
/* Header
------------------------------------------------------------------------- */

#header {
	position: relative;
	background-color: #e0e0e0;
	background-image: url(imgs/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 130px;
	width: 756px;
}
#header h1 {
	margin: 0;
	color: #41A3FA;
	text-shadow: #81A75B 2px 2px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 200px;
}
#header h1 a {
	text-decoration: none;
	border-bottom: medium none;
	color: #314b39;
}
#header h1 a:hover {
	color: #314b39;
	text-shadow: #fff 0 0 4px;
}
/* Search Form
------------------------------------------------------------------------------- */
form.FSF_form {
	margin: 0;
	padding: 0;
	width: auto;
	text-align: right !important;
}
input.FSF_input {
	display: inline;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff url(imgs/input-bg.gif) repeat-x top left;
	margin: -1px 3px 0;
	padding: 3px 0 0;
}
input.FSF_submit {
	display: inline;
	margin: -1px 0 0;
	padding: 0;
	height: 22px;
	line-height: 22px;
}
/* Content 
------------------------------------------------------------------------- */
.post {
	margin: 0 0 1.5em 0;
	padding: 0 0 1.5em 14px;
	border-bottom: 1px solid #ddd;
}
.post h3 {
	margin-top: 0;
	color: #f63;
}
.post ul li {
	background: url(imgs/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}
/* Related Links
------------------------------------------------------------------------- */
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
/* UserComments
------------------------------------------------------------------------- */
.comment {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 10px;
	overflow: hidden;
}
.commentAlt {
	background-color: #f4f4f4;
}
.commentAuthor {
	background-color: #ffc;
}
.commentMe {
	background-color: #ccf !important;
	padding-top: 5px;
}
.commentNum {
	font-size: 50px;
	line-height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	color: #f2f2f2;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	letter-spacing: -4px;
	z-index: 1;
}
.commentAlt .commentNum {
	color: #eaeaea;
}
.commentMe .commentNum {
	color: #b0b0ff;
}
.commentAuthor .commentNum {
	color: #f3f3bb;
}
.commentTitle {
	position: relative;
	z-index: 10;
	color: #999;
}
.commentTitle span {
	text-transform: uppercase;
	font-size: 86%;
}
.commentTitle strong {
	color: #693;
	font-size: 110%;
	text-transform: none;
	font-weight: normal;
	margin-right: 6px;
}
.comment .content {
	position: relative;
	z-index: 10;
}
/* Sidebar
------------------------------------------------------------------------- */

#sidebar {
	font-size: 95%;
	line-height: 1.4em;
	color: #999;
	margin: 0 25px 0 525px;
	padding: 5px 0 0;
}
#sidebar h2 {
	padding: 25px 0 0 35px;
	color: #666;
	height: 32px !important; /* for most browsers */
	height /**/:57px; /* for IE5/Win */
}
#sidebar ul, #sidebar p {
	padding: 5px 15px 1em;
	margin-left: -5px;
}
#sidebar h3 {
	margin: 30px 0 12px;
	padding: 5px 10px;
	color: #314b39;
	font-size: 140%;
	border: none;
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	background-image: url(imgs/sidebar-h3-bg.gif);
}
#sidebar h3 a:hover {
	color: #314b39;
	font-weight: bold;
}
#sidebar h3 a:link, h3 a:visited {
	font-size: 140%;
	text-decoration: none;
	border-bottom: none;
	color: #696969;
	font-weight: bold;
}
#sidebar h4 {
	margin: 30px 0 12px;
	padding: 5px 10px;
	color: #314b39;
	font-size: 100%;
	border: none;
	background-image: url(imgs/sidebar-h4-bg.gif);
}
#sidebar h4 a:hover {
	color: #314b39;
	font-size: 100%;
	font-style: italic;
}
#sidebar h4 a:link {
	color: #314b39;
	font-size: 100%;
}
#sidebar h4 a:visited {
	color: #fff;
	font-size: 100%;
	background: #314b39;
}
#sidebar img {
	vertical-align: middle;
}
/* Footer
------------------------------------------------------------------------- */
#footer {
	margin: 0;
	font-size: 85%;
	color: #314b39;
	background-image: url(imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 6px;
}
#footer p {
	padding: 20px 320px 20px 95px;
}
#footer a {
	border-bottom: medium none;
	color: #314b39;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
/* images
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/*MENU*/

#menu a:hover {
	background-image: url(imgs/sidebar-h3-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
#menu li {
	list-style:none;
	margin:0;
	height:auto !important;
	height:1%;
	line-height:1.6em;
	font-size:1em;
	color:#000;
	font-weight:bold;
	text-align:left;
	list-style-image: none;
}
#menu li a, #menu li.here a {
	color:#314b39;   /* non current menu color */
	display:block;
	padding:2px;
	text-decoration:none;
	list-style-type: none;
	list-style-image: none;
}
#menu li.here {
	color:#314b39;     /* current menu color */
	padding-top:1px;
}
#menu ul {
	margin:0;
	padding-bottom:10px;
	padding-left:10px;
	list-style-type: none;
	list-style-image: none;
}
#menu ul ul {
	margin:0;
	padding-bottom:10px;
	padding-left:10px;
}
#menu ul ul ul {
	display:none;
}
#menu li.here ul {
	display:block;
	padding:2px 0 2px 15px;
	font-size:1em;
}
#menu li.here ul ul {
	display:block;
	padding:2px 0 2px 15px;
	font-size:1em;
}
#menu li.here li.here ul {
	display:block;
}
/* FlexSearchForm */

/* Form styles */
.FSF_form {
}
.FSF_input {
	border:1px dotted #228B22;
	font-weight: normal;
	font-size:80%;
	background : #F0FFFF;
	color: #32CD32;
}
.FSF_submit {
	font-weight: normal;
	font-size:80%;
	border:1px #FFF;
	background: #9BD402;
	color:#FFFFFF;
}
.FSF_form fieldset {
	margin:0;
	padding:0;
	border:none;
}
.FSF_fieldset legend {
	display:none;
}
/* Result Styles */
.FSF_SearchResults {
}
.FSF_resultsIntroFailure {
	color:#900;
}
.FSF_result {
	position:relative;
	margin:10px 0;
	padding:5px 0px 5px 30px;
	background:url("imgs/searchdot.gif") no-repeat 0px 5px;
}
.FSF_resultLink {
	color:#900;
}
text-decoration: none;
font-weight: bold;
font-size:80%;
}
.FSF_resultLink:hover {
	color:#900;
}
.FSF_resultDescription {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	border-top:1px dotted #CCC;
	font-size:80%;
}
.FSF_pagination {
}
.FSF_searchString {
}
/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}
.MODX_RichTextWidget a {
	border: 0px;
}
/* ---[ title box ]-------------------------------- */

#title {
	clear: left;
	padding: 25px 310px 25px 25px;
	background: #101010;
}
#title h1 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-weight: normal;
	color: #56d819;/*color: #EB9F3D;*/
	}
#title h1 span {
	color: #666;
}
#title h2 {
	font-family: Verdana, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.5em;
	font-weight: normal;
	color: #888;
}
#title a {
	border-bottom-color: #333;
}
#title a:visited {
	color: #40659B;
}
#title a:hover {
	color: #036;
}
/* PHSAG spezial
------------------------------------------------------------------------------- */
#24h {
	position: relative;
	z-index: 99;
	width: 100%;
	height: 180px;
}
.inputbox {
	border: solid 1px #13aed7;
	background-color : white;
	margin-bottom: 3px;
	color: black;
	font-size: 12px;
	padding: 2px;
}
.button {
	font-size: 13px;
	color: #314b39;
	border: solid 1px #13aed7;
	margin-bottom: 0;
	background-color: #ededed;
	padding : 2px;
	font-weight: bold;
}
.tabelle tr {
	font-size:12px;
	color:#314b39;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
.tabelle td {
	color: #314b39;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	border: dotted 1px #13aed7;
}
.tabelle td .endspalte {
	color: #314b39;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px dotted #13aed7;
	border-left: 1px dotted #13aed7;
}
.BIGscript_question {	/* Styling question */
	cursor:pointer;
}
.BIGscript_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:100%;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.BIGscript_answer_content {	/* Content that is slided down */
	padding:3px;
	font-size:0.9em;
	position:relative;
}
.sprachwahl {
	margin-left: 15px;
}

