/* CSS Print für Website Michael Groß www.gross-psychotherapie.de */

/* Farben:
weiss = #ffffff (HG)
beige = #e8e7d3 (Zitate, Links in Zitatfeld, Logo)
grün, etwas dunkler = #928654 (Text, Links)
grün = #9f9158 (HG-Zitate)
orange = #df6d07 (Links)
rot = #c10404 (Formularprüfung)
*/

/* Holly-Hack, Problematik: 3Pixel-Textsprung IE \*/
* html #head  { 
	height: 1%; 
}

/* verhindert Mozilla-Zucken (Scrolli immer da) > Firefox 1.5 */
html[xmlns^="http"] {
   overflow-y: scroll;
}

/* vorgegebene Werte der Browser überschreiben */
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #ffffff;
	color: #928654;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	margin-top: 50px;
	margin-left: 0px;
	margin-right: auto;
}

img {
	border: 0px;
}

h1, h2 {
	color: #928654;
	margin: 0px;
}

a, a:hover {
	text-decoration: none;	
}

a {
	color: #928654;
}

/* 3 Boxen --------------------------------------------------------------------------------------------------------------------- */

/* links */
#box-inhalt {
	position: absolute;
	left: 0px;
	width: 449px;
	height: 412px;
	padding: 0px 0px 0px 0px;
	background-color: #9f9158;
}

#zitat {
	position: absolute;
	padding: 140px 0px 32px 0px;
}

#stadtplan {
	position: absolute;
	padding: 0px 0px 0px 0px;
}

#weiter-zurueck {
	display: none;
}

#haupt-inhalt {
	position: absolute;
	top: 429px;
}

#haupt-inhalt h1 {
	font-size: 9pt;
	margin-bottom: 22px;
}

#haupt-inhalt h2 {
	font-size: 9pt;
	margin-bottom: 0px;
}

#haupt-inhalt h3 {
	font-size: 9pt;
	margin-bottom: 4px;
}

#haupt-inhalt p {
	margin-top: 0px;
	margin-bottom: 15px;
}

#haupt-inhalt p.linie-externe-links {
	background-image: url(images/HG-punkte-hauptnavi.gif);
	height: 18px;
	background-repeat: repeat-x;
	margin-bottom: 16px;
}

.hinweis-externe-links {
	float: right;
	background-color: #ffffff;
	padding-left: 12px;
}

/* mitte */
#box-navi {	
	display: none;
}

#hauptnavi {
	display: none;
}

#hauptnavi a.naviActive { 
	display: none;
}

.kategorie {
	display: none;
}

.kategorie-praxis {
	display: none;
}

#therapie, #praxis, #interessen {
	display: none;
}

.linkliste {
	display: none;
}

/* rechts */
#box-logo {	
	position: absolute;
	position: absolute;
	left: 459px;
	width: 317px;
	padding: 0px 0px 0px 0px;
	background-color: #e8e7d3;
}

#logo {
	position: absolute;
	padding: 0px 0px 0px 0px;
}

#servicenavi {
	display: none;
}

#servicenavi a.naviActive { 
	display: none;
}

/* Formular ----------------------------------------------------------------------------------------------------------- */
form {  
	display: none;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.98em;
	width: 441px;
	border: 1px solid #928654;
	margin-top: 3px;
	padding: 3px;
	color: #928654;
}

#haupt-inhalt form .spam-input {
	width: 393px;	
}

.error {
  color: #c10404;
}

.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 449px;
	background-color: #e8e7d3;
	border: 1px solid #928654;
	margin-top: 20px;
	color: #928654;
	font-weight: bold;
}

textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.98em;
	width: 441px;
	height: 150px;
	border: 1px solid #928654;
	margin-top: 3px;
	padding: 3px;
	margin-bottom: 1px;
	scrollbar-face-color:#FFFFFF;
	scrollbar-shadow-color: #928654;
	scrollbar-highlight-color: #928654;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #928654;
	color: #928654;
}

/*
#haupt-inhalt form p.hinweis {
	margin-top: -9px;  
	margin-bottom: 13px;
}
*/
