/* Reset some Default-Browser-Styles */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, legend, input, button, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img, button {
	border: 0;
}


ol, ul {
	list-style: none;
}


/* General */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
	background: #fff;
	background: #001e59 url(../img/page-background.png) no-repeat right top;
	color: #333;
}

body#home {
	background: #072d76;
}

img {
	display: block;
}

/* Links */

a {
	outline: none;
	text-decoration: none;
	color: #01388f;
}

	a:hover {
		color: #52709d;
	}


.huge-button {
	display: block;
	width: 255px;
	padding: 2px 20px 0 0;
	margin-bottom: 20px;
	line-height: 38px;
	text-align: center;
	background: url(../img/huge-button.gif) no-repeat left center;
}

.huge-button:hover {
	background-position: right center;
}

a.pointer {
	padding-left: 16px;
	background: url(../img/mini-arrow-ffwd.gif) no-repeat left center;
}

a.details {
	padding-left: 16px;
	background: url(../img/txt-details.gif) no-repeat left center;
}

li.prev a {
	padding-left: 16px;
	background: url(../img/mini-arrow-back.gif) no-repeat left top;
}

li.next a {
	padding-right: 16px;
	background: url(../img/mini-arrow-ffwd.gif) no-repeat right top;
}

.right {
	float: right;
}

.left {
	float: left;
}

.optional {
	color: #4f6ba2;
}

#content .brain-chart {
	margin: 2.5em 0;
}

#content .senses-chart {
  margin: 0 45px;
}

/* Typography */

h1 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	color: #01388f;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2;
	margin: -0.5em 0 0.5em 0;
	color: #01388f;
}

h2.independent {
	margin-top: 1em;
}

h2.first {
	margin-top: 0 !important;
}
	
h2.staff {
	margin: 0.5em 0 0 0;
}

ul h2 {
	font-size: 1.167em;
}

ul.five-cols h2 {
	font-size: 1em;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2;
	color: #01388f;
}

ul h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.2em;
/*	text-transform: uppercase;*/
}

p {
	clear: both;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

ul {
	font-size: 1.2em;
}

	ul ul {
		font-size: 1em;
		list-style: none;
	}

form {
	margin: 0;
}

	form p {
		text-align: right;
	}

blockquote p {
	font-size: 1.2em;
	color: #aaa;
}

.alternate blockquote p {
	color: #01388f;
}


em,
cite {
	font-style: italic;
	color: #777;
}

/* Forms */

fieldset {
	clear: right;
}

label {
	overflow: auto;
	display: block;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

	label input,
	label textarea {
		width: 260px;
		float: right;
	}
	
	.radiobuttons {
		width: 270px;
		float: right;
		text-align: left;
	}
	
	.radiobuttons input {
		width: auto;
		border: none;
		float: none;
		margin-left: 10px;
		vertical-align: middle;
	}

input,
textarea {
	font-size: 1em;
	padding: 1px;
	border: 1px solid #aaa;
	font-family: Arial, Verdana, sans-serif; /* for Mozilla Browsers */
}

input#submit {
	padding: 1px 5px;
	border: none;
	background: #01388f;
	color: #fff;
}

	input#submit:hover {
		background: #52709d;
	}


/* Layout */

#wrapper {
	width: 844px;
	margin: 8em auto;
}

#main {
  width: 844px;
  overflow: hidden;
  padding-bottom: 25px;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

#navi {
  overflow: hidden;
  border: 1px solid #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-top-left-radius: 15px;
  -moz-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding-top: 25px;
  text-align: center;
}

#navi li {
  display: inline;
  text-transform: uppercase;
  line-height: 20px;
}

#navi a {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 12px;
  line-height: 25px;
}

#navi li.current a {
  background-color: #fff;
}

#navi a:link, #navi a:visited {
  color: #fff;
}

#navi a:hover, #navi a:focus, #navi a:active {
  background-color: #52709d;
}

#navi .current a:link, #navi .current a:visited {
  color: #01388f;
}

#home #main {
  border: 1px solid #fff;
  border-width: 0 1px 1px;
  width: 842px;
	background-image: url(../img/home-bg.jpg);
}

#header {
	position: relative;
	height: 100px;
	text-align: right;
}

	#header img {
		position: absolute;
		right: 0;
		bottom: 5px;
		margin: 0 35px 0 0;
	}

#content {
	width: 770px;
	overflow: hidden;
	position: relative;
	padding: 3em 37px 1em;
	border-width: 0 1px;
}

#home #content {
  height: 300px;
	text-align: center;
	background-color: transparent;
}

#content .header {
		width: 360px;
		padding-bottom: 2em;
}

	#content #primary {
		width: 360px;
		float: left;
	}
	
	#content #primary.wide {
		width: 500px;
	}
	
	#content #secondary {
		width: 360px;
		float: right;
	}
	
	#content #secondary.narrow {
	  width: 220px;
	}
	
	#content ul {
		position: relative;
	}
	
	#content ul.tight {
		margin-bottom: 1em;
	}
		
	#content li {
		padding-left: 11px;
		margin-top: 1em;
		margin-bottom: 0.5em;
		background: url(../img/bullet-small.gif) no-repeat 0 0;
	}
	
	#content ul.tight li {
		margin-bottom: 0.3em;
	}
	
		#content li p {
			font-size: 1em;
		}
		
		#content li ul {
			margin-top: 0.5em;
		}
		
		#content li li {
			padding-left: 0;
			margin-bottom: 0.5em;
			background: none;
		}
	
	ul.dense {
	  margin-top: 1em;
	}
	
	#main #content ul.dense li {
	  margin-top: 0;
	  margin-bottom: 0;
	}
	
	#main #content ul.mini {
		font-size: 1.1em;
	}
	
	#content ul.mini li {
		padding: 0;
		margin: 0.2em 0;
		background: none;
	}
		
	#content img {
		margin-bottom: 0.5em;
	}
	
	#content ul.books {
	    overflow: hidden;
	    padding: .5em 0;
		width: 770px;
	}
	
	#content ul.books li {
		float: left;
		margin: 0;
		padding: 0;
		background: none;
	}
	
	#content ul.books li.secondary {
    float: right;
	}
	
	#content img.cover {
		margin-right: 15px;
	}
	
	#content ul.books li.secondary img.cover {
	  margin: 0;
	}
	
	#content ul.linklist {
		margin-top: 1em;
	}
	
	#content ul.linklist li {
		padding: 0;
		margin: 0 10px 0 0;
		display: inline;
		background: none;
		color: #4f6ba2;
	}
	
	#content ul.linklist li.prev {
		float: left;
	}
	
	#content ul.linklist li.next {
		float: right;
	}
	
	#content ul.redux {
		font-size: 1.2em;
		line-height: 1.1;
	}

#content ul.linkgrid {
	float: left;
	width: 100%;
}

#content ul.linkgrid li {
	float: left;
	display: block;
	width: 50%;
	background: none;
	padding: 0;
	margin: 0;
}
	
#footer {
  clear: both;
	padding: 1em 35px;
	font-size: 1.1em;
	color: #6d8cc8;
}

	#footer * {
		color: #6d8cc8;
	}
	
	#footer #language {
		float: right;
	}
	
	#footer #language img {
		display: inline;
		vertical-align: middle;
	}
	
	#footer .current:link, #footer .current:visited {
		color: #fff;
	}
	

/* Classes */

.error {
	font-weight: bold;
	color: #a91000;
	color: #e74c00;
}

	.error input {
		font-weight: normal;
	}

	li.error {
		font-weight: normal;
	}
	
.section {
	margin-top: 1em;
}

.chapter {
	margin-top: 1.5em;
}

.aside {
  width: 298px;
  float: right;
  margin-left: 10px;
}

.alternate .marginal {
	float: right;
	position: absolute;
	right: -150px;
}

.author {
	min-height: 9em;
}

.gap-up {
	margin-top: 3em;
}
	
	
/* Special Items */

#logo {
	display: inline;
	margin-top: 80px;
}

#book-link {
	display: block;
	position: absolute;
	right: -420px;
	width: 190px;
	height: 175px;
	text-indent: -999em;
	background: url(../img/buch-teaser.png) no-repeat;
	z-index: 3000;
}

#book-link:hover {
	background-position: -190px 0;
}

#citation {
	margin: 150px 210px 0 0;
	float: right;
}

#adr {
	width: 230px;
	float: right;
}

	#adr h2 {
		margin-top: 0em;
	}

#content ul.three-cols, #content ul.four-cols, #content ul.five-cols {
	margin-top: 1.5em;
	width: 820px;
}

#content ul.staff {
	width: 780px;
	margin-top: 1.5em;
}

	#content ul.three-cols li, #content ul.four-cols li, #content ul.five-cols li, #content ul.staff li {
		margin: 0 40px 0 0;
		padding: 0;
		float: left;
		width: 230px;
		background: none;
	}
	
	#content ul.four-cols li {
		overflow: hidden;
		width: 180px;
		margin-right: 18px;
	}

	#content ul.staff li {
		overflow: hidden;
		width: 185px;
		height: 180px;
		margin-right: 10px;
	}
	
	.half-col {
		width: 170px;
	}


/* Admin */

body#admin img {
	margin: 0 0 40px 412px;
}

body#admin form {
	margin: 0;
}

body#admin #wrapper {
	margin-top: 3em;
	width: 800px;
	padding: 20px;
	background-color: #fff;
}

table {
	clear: both;
	width: 800px;
}

	table tr {
		border-bottom: 1px solid #777;
	}

	table th {
		text-align: left;
	}

	table td,
	table th {
		font-size: 1.2em;
		line-height: 2;
	}
	
