@import 'reset.css';			/* Reset default browser styles */

body {
	background: #f1f1f1;
	font-size: 62.5%;
	line-height: 1.7;
	text-align: center;
}

body, body * {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

a:link, a:visited {
	font-weight: bold;
	color: #6ec400;
}

a:hover {
	color: #aeaeae;
}

a:active, a:focus {
	color: #6ec400;
}

h1 {
/*	margin-top: -0.1em;*/
	font-family: "Courier New", Courier, Consolas, "Times New Roman", serif;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.1;
	color: #aeaeae;
}

h2 {
	margin-top: 2em;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	margin-top: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
	color: #7c7f7a;
}

p {
	margin-top: 1em;
	font-size: 1.3em;
}

table {
	margin-top: 1em;
	font-size: 1.3em;
}

em {
	color: #7c7f7a;
}


/* Formulare */

input.text, textarea {
	padding: 2px;
	border: 1px solid #aeaeae;
}

select {
	border: 1px solid #aeaeae;
}

input.submit {
	padding: 0.2em 1em;
	border: none;
	font-weight: bold;
	background-color: #6ec400;
	color: #fff;
}

input.checkbox {
	vertical-align: middle;
}

form table {
	width: 100%;
}

form table th, form table td {
	padding: 0.4em 0.5em;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
	vertical-align: top;
	background-color: #f3f3f3;
}

form table th {
	width: 170px;
	text-align: right;
}

	form table input.text, form table textarea {
		font-size: 1em;
		width: 300px;
	}
	
	form table input.narrow {
		width: 40px;
	}
	
	form table select {
		width: 220px;
	}

form table tbody.honey th, form table tbody.honey td {
	text-align: left;
	text-indent: -999em;
	background-color: #fff;
}
	
form table tbody.chapter th {
	width: auto;
	padding: 1em 0 0.5em;
	font-size: 1.077em;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	color: #7c7f7a;
}

	form table td.checkboxes label {
		padding-right: 1em;
		color: #7c7f7a;
	}

.error {
	margin-top: 2em;
	padding: 1em;
	border: 5px solid #bbd0ff;
	background-color: #d6e3ff;
}

	.error * {
		color: #2052c4;
	}
	
	.error h2 {
		margin-top: 0;
		padding-left: 26px;
		background: transparent url(../images/alert.png) no-repeat left top;
	}
	
	.error p {
		margin-top: 0.3em;
		line-height: 1.2;
	}


/* Inhalte */

.qa h2 {
	cursor: pointer;
/*	padding-bottom: 0.5em;*/
}

.qa h2.closed {
	padding-left: 23px;
	background: transparent url(../images/toggle-down.gif) no-repeat left center;
	color: #6ec400;
}

.qa h2.open {
	padding-left: 23px;
	background: transparent url(../images/toggle-up.gif) no-repeat left center;
}

.answer {
	margin-top: 0.5em;
	padding: 0.1em 1.7em 1.7em;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	background-color: #f1f1f1;
}

	.answer a.close {
		display: block;
		margin-top: 1.7em;
		font-size: 1.3em;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}

#content ul {
	margin: 1em 0 0 0;
	font-size: 1.3em;
	list-style: none;
}

	#content ul li {
		padding-left: 15px;
		background: transparent url(../images/bullet.gif) no-repeat 0 0.3em;
	}

#content ul.linklist {
	list-style: none;
}

	#content ul.linklist li {
		padding-left: 18px;
		background: transparent url(../images/link-arrow.gif) no-repeat 0 0.5em;
	}
	
	.external-link {
		padding-left: 18px;
		background: transparent url(../images/link-arrow.gif) no-repeat left center;
	}

#content img {
	border: 8px solid #f1f1f1;
}

img.aside {
	float: right;
	margin-left: 3em;
}

img.panorama {
	margin: 1em 0;
}

#content iframe {
	float: right;
	border-right: 13px solid #fff;
	margin-left: 3em;
}

.section {
	width: 100%;
}

.segment {
	margin-top: 1em;
}

#page {
	padding-bottom: 5em;
	background-color: #fff;
}

#header {
	padding: 4em 0 0;
	text-align: center;
	border-top: 8px solid #82e503;
	border-bottom: 1px solid #d6d6d6;
}

	#header .title {
		display: block;
		width: 600px;
		margin: 0 auto;
		font-family: "Courier New", Courier, Consolas, "Times New Roman", serif;
		font-size: 3.2em;
		line-height: 30px;
		text-transform: uppercase;
		text-indent: -999em;
		color: #aeaeae;
	}
	
		#de #header .title {
			background: transparent url(../images/psychologische-praxis-de.gif) no-repeat center center;
		}
	
		#es #header .title {
			background: transparent url(../images/psychologische-praxis-es.gif) no-repeat center center;
		}
	
	#header .name {
		font-size: 2.4em;
	}
	
	#header .graduation {
		font-size: 1.2em;
		line-height: 1.2;
		font-weight: bold;
		color: #aeaeae;
		text-transform: uppercase;
	}
	
	#select-lang {
		width: 220px;
		padding: 0 700px 0.5em 0;
		margin: 0.5em auto 0;
		font-size: 1.2em;
		text-align: right;
		color: #aeaeae;
	}

#main {
	overflow: auto;
	width: 920px;
	margin: 5em auto 0;
	text-align: left;
}

	#main #sidebar {
		width: 220px;
		float: left;
		margin-right: 40px;
		text-align: right;
	}
	
		#navi {
			margin-bottom: 4em;
			list-style: none;
			text-transform: uppercase;
			font-size: 1.2em;
		}
			
			#navi li {
				padding-bottom: 0.5em;
			}
			
			#navi li.current a {
				text-decoration: underline;
			}
		
		#hcard-Marjorie-Apel {
			margin-bottom: 4em;
			padding-top: 1em;
			border-top: 1px solid #d6d6d6;
			font-size: 1.3em;
			color: #7c7f7a;
		}
		
			#hcard-Marjorie-Apel .adr {
				margin-bottom: 1em;
			}
		
			#hcard-Marjorie-Apel .url {
				display: none;
			}
			
			#hcard-Marjorie-Apel a {
				font-weight: normal;
				color: #7c7f7a;
			}
			
		#hcard-Marjorie-Apel-2 {
			font-size: 1.3em;
		}
	
	#main #content {
		width: 550px;
		margin-left: 260px;
		text-align: left;
	}
		
#toplink {
	width: 220px;
	padding: 0 700px 2em 0;
	margin: 2em auto 0;
	font-size: 1.2em;
	text-align: right;
	color: #aeaeae;
}

	#toplink a {
		display: block;
		padding: 0.3em 14px 0 0;
		border-top: 1px solid #d6d6d6;
		background: transparent url(../images/top-arrow.gif) no-repeat right center;
		color: #aeaeae;
	}
	
#footer {
	width: 660px;
	padding: 1em 0 7em 260px ;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: left;
	color: #aeaeae;
}

	#footer * {
		font-weight: normal;
		color: #aeaeae;
	}
