/* CSS 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: 0.83em;
	line-height: 1.4em;
}

img {
	border: 0px;
}

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

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

a {
	color: #928654;
}

a:hover {
	color: #df6d07;
}

#zentriert { /* Seite zentrieren */
	width: 960px;
	height: 480px;
	margin: -240px 0px 0px -480px;
	position: absolute;
	left: 50%;
	top: 50%;
}


/* 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 {
	position: absolute;
	bottom: 8px;
	padding-left: 23px;
}

#weiter-zurueck a {
	color: #e8e7d3;
}

#weiter-zurueck a:hover {
	color: #ffffff;
}

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

#haupt-inhalt h1 {
	font-size: 1.0em;
	margin-bottom: 22px;
}

#haupt-inhalt h2 {
	font-size: 1.0em;
	margin-bottom: 0px;
}

#haupt-inhalt h3 {
	font-size: 1.0em;
	margin-bottom: 4px;
}

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

#haupt-inhalt p.buendig{
	margin-top: 0px;
	margin-bottom: 15px;
         text-align: justify;
}

#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 {
	position: absolute;
	left: 459px;
	width: 317px;
	padding: 0px 0px 0px 0px;
}

#hauptnavi {
	position: absolute;
	top: 428px;
	width: 317px;
	line-height: 1.65em;
}

#hauptnavi a.naviActive {
	color: #df6d07;
}

.kategorie {
	float: left;
	font-weight: bold;
	letter-spacing: 0.03em;
	background-color: #ffffff;
	padding-right: 13px;
}

.kategorie-praxis {
	float: left;
	font-weight: bold;
	letter-spacing: 0.03em;
	background-color: #ffffff;
	padding-right: 12px;
}

#therapie, #praxis, #interessen {
	width: 317px;
	background-image: url(images/HG-punkte-hauptnavi.gif);
	height: 18px;
	background-repeat: repeat-x;
	clear: both;
}

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

/* rechts */
#box-logo {
	position: absolute;
	left: 786px;
	width: 174px;
	height: 412px;
	padding: 0px 0px 0px 0px;
	background-color: #e8e7d3;
}

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

#servicenavi {
	position: absolute;
	width: 174px;
	bottom: 8px;
	text-align: center;
}

#servicenavi a.naviActive {
	color: #df6d07;
}

/* Formular ----------------------------------------------------------------------------------------------------------- */
form {
	margin: 0px;
	width: 449px;
	float: left;
}

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;
}
*/
