/* 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;
	color: #777;
}


/* Links */

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

	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/arrow-bullet.gif) no-repeat left top;
}

/* Typography */

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

h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2;
	margin: -0.5em 0 0.5em 0;
	color: #093374;
}

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

h2.first {
	margin-top: 0;
}

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

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: 2em 0;
}

	form p {
		text-align: right;
	}

blockquote p {
	font-size: 1.4em;
}

.alternate blockquote p {
	color: #093374;
}


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

/* Forms */

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

	label input,
	label textarea {
		width: 280px;
		float: right;
	}

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: #093374;
	color: #fff;
}

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


/* Layout */

#wrapper {
	width: 930px;
	margin: 2.5em auto 2em auto;
}

.alternate #wrapper {
	width: 705px;
	margin-top: 0;
}

#header {
	position: relative;
	height: 70px;
	background: url(../img/rounded-corners.gif) no-repeat 0 top;
	text-align: right;
}

.alternate #header {
	height: auto;
	border: 1px solid #093374;
	border-width: 0 1px;
	text-align: left;
	background: none;
}

	.alternate #header #title {
		margin: 0 0 0 25px;
		padding: 2.5em 0 1.8em 0;
	}
	
		.alternate #header #title h1 {
			font-size: 2.8em;
			line-height: 1;
			text-transform: none;
			color: #ff048d;
		}
		
		.alternate #header #title h2 {
			margin-top: -.8em;
		}

	#header img {
		position: absolute;
		right: 0;
		margin: 20px 30px 0 0;
	}

#content {
	min-height: 41.5em;
	padding: 0 25px 1em 25px;
	border: 1px solid #093374;
	border-width: 0 1px;
}
	
.alternate #content {
	overflow: visible;
	min-height: 10em;
	border: none;
	margin-top: 3em;
}

	#content #primary {
		position: relative;
		width: 425px;
		float: left;
	}
	
	.alternate #content #primary {
		width: 505px;
		float: none;
	}
	
	.alternate #content .narrow {
		width: 400px;
	}
	
	#content #secondary {
		position: relative;
		width: 425px;
		padding-top: 4.5em;
		float: right;
	}
	
	.alternate #content #secondary {
		width: 200px;
	}
	
	#content ul {
		position: relative;
	}
	
	#content ul.tight {
		margin-bottom: 1em;
	}
		
	#content li {
		padding-left: 13px;
		margin-bottom: 1em;
		background: url(../img/bullet-small.gif) no-repeat 0 0.2em;
	}
	
	#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;
		}
		
	#content img {
		margin-bottom: 0.5em;
	}
	
	#content img.cover {
		margin-right: 1em;
	}
	
	.alternate #content ul.thumbs {
		overflow: auto;
		width: 750px;
	}
	
		.alternate #content ul.thumbs li {
			float: left;
			width: 250px;
			padding: 0;
			background: none;
		}
		
			.alternate #content ul.thumbs li a {
				display: block;
				height: 71px;
			}
		
				.alternate #content ul.thumbs li img {
/*					vertical-align: middle;*/
					float: left;
					margin-right: 10px;
				}
	
#bottom {
	width: 100%;
	clear: both;
	background: url(../img/rounded-corners.gif) no-repeat left bottom;
}

.alternate #bottom {
	background: url(../img/rounded-corners-alternate.gif) no-repeat left bottom;
}

#navigation {
	padding: 0 25px 0 25px;
	overflow: hidden;
	font-size: 1.4em;
	line-height: 1.2;
}

	#navigation li {
		overflow: visible;
		margin-right: 13px;
		padding-bottom: 20px;
		padding-top: 5px;
		float: left;
	}
	
		#navigation li a {
			display: block;
			padding: 0 5px 0 16px;
			background: url(../img/bullet.gif) no-repeat 0 0.15em;
		}
		
		#navigation li a:hover {
			background-image: url(../img/bullet_hover.gif);
		}
	
		#navigation li.current a {
			background-image: url(../img/bullet_current.gif);
		}

	
	#navigation li.last,
	#navigation li.order {
		margin-right: 0;
		width: auto;
		float: right;
	}
	
	.alternate #navigation li.order {
		width: 140px;
		padding: 5px 0 15px 0;
		margin-left: 20px;
		text-align: center;
		background: url(../img/button.gif) no-repeat top center;
	}
	
		.alternate #navigation li.order a {
			padding: 0 0 0 10px;
			background: none;
		}
	
	.alternate #navigation li.last a {
			background-image: url(../img/arrow-bullet.gif);
	}
	
#footer {
	padding: 0.7em 2.5em;
	font-size: 1.1em;
}

.alternate #footer {
	padding-top: 2em;
}

	#footer * {
		color: #777;
	}
	

/* Classes */

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

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

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

.marginal-col {
	width: 230px;
	float: right;
	position: absolute;
	right: -150px;
}

.author {
	min-height: 9em;
}

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

#logo-large {
	margin-left: 60px;
}

#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;
	}


/* Admin */

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

body#admin form {
	margin: 0;
}

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

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

	table th {
		text-align: left;
	}

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