/* vdw Main Stylesheet */

* {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

body {
	background: #FFF;
	color: #404149;
	font: 12px/1.4  Verdana, Helvetica, Arial, sans-serif; 
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
}

td, tr {
	padding: 3px 2px;
}

/* @group Typo */
h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 20px;
}

h2, h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	padding: 1px 10px;
	background: #f2f1f1;
	border: 1px solid #e0e1e2;
}

h3.alt {
	background: transparent;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #c8590d;
	outline: none;
}

hr {
	padding: 5px 0 5px 0;
	border-top: 2px solid #EEEEEE;
	color: #5a5a5d;
}

li {
	list-style: outside disc;
	list-style-position: outside;
	margin: 4px 10px 4px 14px;
}

ol {
	list-style: outside decimal;
	list-style-position: outside;
	margin: 4px 10px 4px 14px;
}

a:hover {
	text-decoration: underline;
}

a:active {
	position: relative;
	top: 1px;
}

a.alt {
	color: #404149;
	border-bottom: 1px dotted #404149;
}

a.alt:hover {
	text-decoration: none;
	border-bottom-style: solid;
}

a.disabled, a.disabled:hover, a.disabled:active {
	color: #666;
	text-decoration: line-through;
	cursor: default;
	top: 0;
	opacity: .8;
}
/* @end */

/* @group Structure */
#wrapper {
	width: 895px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
}

#head {
	height: 165px;
	position: relative;
	margin-bottom: 1px;
	background: #f8f6f6;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
}

#logo a, #logo span {
	background: url(../img/logo.png) no-repeat;
	display: block;
	width: 200px;
	height: 120px;
	text-indent: -9999px;
}

#cover {
	width: 605px;
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#shortcuts {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#main {
	width: 595px;
	float: left;
	margin-bottom: 25px;
	padding-top: 15px;
	min-height: 400px;
}

#sidebar {
	width: 270px;
	margin-bottom: 25px;
	padding: 15px 10px;
	background: url(../img/sidebar-bg.png) repeat-x;
	float: right;
}

* html #sidebar {
	width: 265px;
}

#foot {
	padding: 5px 0 40px;
	clear: both;
	border-top: 1px solid #eee;
	text-align: center;
	color: #5a5a5d;
}
/* @end */

/* @group Navigation */
#navigation li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 -1px 0 0;
	padding: 0;
}

#navigation a {
	display: block;
	margin-top: -1px;
	padding: 6px 19px 5px 20px;
	border-left: 1px solid #cccac9;
	border-right: 1px solid #cccac9;
	font-weight: bold;
	outline: none;
}

#navigation a:hover {
	background: url(../img/gradient.png) repeat-x;
	text-decoration: none;
}

#navigation a:active {
	margin-top: 0;
	top: 0;
}

#navigation a.current {
	border-bottom: 1px solid #cccac9;
	background: #f2f1f1;
}

#shortcuts li {
	float: left;
	background: url(../img/separator.png) no-repeat right center;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

#shortcuts li.last {
	background: none;
}

#shortcuts a {
	display: block;
	padding: 4px 14px 4px 13px;
	font-size: 11px;
}

#subnavigation {
	float: left;
	width: 595px;
	margin-bottom: 15px;
}

#subnavigation li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0 -1px 0 0;
}

#subnavigation a {
	display: block;
	margin:0 0 -1px;
	padding: 3px 13px;
	border: 1px solid #d8d9db;
}

#subnavigation a:active {
	top: 0;
	background: #f2f1f1;
}

#subnavigation a.current {
	background: #f2f1f1;
}

#subnavigation a.current:hover {
	text-decoration: none;
}

#contents ul {
	margin: 0 -30px;
}

#contents li {
	margin-bottom: 1px;
	list-style-image: none;
	list-style-type: none;
}

#contents a {
	display: block;
	padding: 1px 20px 2px 31px;
	background: url(../img/continue.png) no-repeat 20px 3px;
}

#contents a.current {
	background-color: #f2f1f1;
	font-weight: bold;
}

#sitemap li {
	list-style-image: none;
	list-style-type: none;
}


#consult ul, #gallery ul {
	margin: 0px;
}

#consult li {
	background: url(../img/pdf.png) no-repeat 0 3px;
	display: block;
	margin: 0px;
	padding: 4px 2px 4px 20px;
}

#gallery li {
	float: left;
	height: 94px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 4px 8px 4px 0;
}

/* @end */

/* @Pagination */ 
 
.pagination {
	margin: 1em -20px -15px;
	padding: 10px 20px;
}

.pagination .prev, .pagination .next {
	color: #7a7771;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin-right: 1.5em;
	padding: 0.3em 0;
}

.pagination .pages {
	float: right;
	padding: 0;
}

.pagination .pages li {
	float: left;
	font-size: 1.1em;
	list-style: none;
	margin: 4px;
}

.pagination .pages a, .pagination .pages span {
	border: 1px solid #f2f1f1;
	display: block;
	line-height: 1;
	padding: 0.3em 0.5em;
	text-decoration: none;
}

.pagination .pages a:hover {
	text-decoration: underline;
}

.pagination .pages span {
	background: #f2f1f1;
	font-weight: bold;
	color: #C8590D;
}

/* @end */

/* @group Sidebar */
#sidebar h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

#sidebar > div > div > h2 {
	margin-bottom: 5px;
}

#sidebar > div {
	margin-bottom: 20px;
	padding: 5px 10px;
	position: relative;
}

#sidebar > div > div {
	margin: 0 -10px -5px -10px;
	padding: 4px 9px;
	position: relative;
	background: #FFF;
	border: 1px solid #EEE;
}

#sidebar .interact {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 4px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-size: 11px;
}

#sidebar .interact:active {
	background-color: #F8F6F6;
}

#sidebar .interact.close {
	height: 15px;
	width: 15px;
	background-image: url(../img/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -99999px;
}

#sidebar .interact.logout {
	height: 15px;
	width: 50px;
	text-align: center;
}

#sidebar .right {
	margin: 0 0 5px 10px;
}
/* @end */

/* @group Forms */
input[type=text], input[type=password], input[type=submit], textarea, button {
	padding: 2px 3px;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 11px;
}

input[type=submit], button {
	background: #f2f1f1;
	color: #c8590d;
	padding: 1px;
}

fieldset {
	margin-bottom: 20px;
}

fieldset legend{
	font-weight: bold;
	padding-bottom: 10px;
}

dl.form input.text, dl.form textarea, dl.form select {
	border: 1px solid #CCC;
	width: 280px;
}

dl label {
	display: inline;
}

dt, dd {
	float: left;
	padding: 3px 0;
}

dt {
	clear: both;
	width: 110px;
}

dd {
	width: 300px;
}

dl.form {
	font-size: 12px;
}

label.as-input-value {
	color: #666666;
	cursor: text;
	left: 5px;
	position: absolute;
	top: 5px;
	font-size: 11px;
	line-height: 1;
}
/* @end */

.two-columns {
	margin: 0 -2% 10px 0;
	position: relative;
}

.two-columns > div {
	float: left;
	width: 48%;
	position: relative;
	margin-right: 2%;
}

.two-columns.image {
	margin-right: 0;
}

.two-columns.image > div {
	margin: 0 0 0 120px;
	float: none;
	width: auto;
}

.two-columns.image > div.image {
	margin: 0;
	float: left;
	width: 110px;
}

.two-columns.image.small> div {
	margin-left: 90px;
}

.two-columns.image.small> div.image {
	margin: 0;
	float: left;
	width: 90px;
}

.two-columns.image.book > div {
	margin-left: 160px;
	float: none;
	width: auto;
}

.two-columns.image.book > div.image {
	margin: 0;
	float: left;
	width: 150px;
}	

.link {
	display: block;
	padding: 1px 20px 2px 31px;
	background: url(../img/continue.png) no-repeat 20px center;
}

.left {
	float: left;
	padding: 0 10px 5px 0;
}

.right {
	float: right;
	padding: 0 0 5px 10px;
}

.pdf {
	background: url(../img/pdf.png) no-repeat 0 3px;
	display: block;
	padding: 2px 2px 2px 20px;
}

.doc {
	background: url(../img/doc.png) no-repeat 0 3px;
	display: block;
	padding: 2px 2px 2px 20px;
}

.xls {
	background: url(../img/xls.png) no-repeat 0 3px;
	display: block;
	padding: 2px 2px 2px 20px;
}

.hide {
	display: none;
}

.parent{
	position: relative;
}

.continue {
	padding-left: 11px;
	background: url(../img/continue.png) no-repeat 0 3px;
}

.rss {
	display: block;
	padding: 1px 2px 1px 17px;
	background: url(../img/rss.png) no-repeat left center;
	font-size: 11px;
}

.division {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
}

.download {
	float: right;
	background: url(../img/continue.png) no-repeat 0 1px;
	padding-left: 11px;
}

.advice {
	background:#972626 none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-size:10px;
	margin-top:5px;
	padding:3px;
	width: 280px;
}
	
a.division:active {
	top: 4px;
	position: absolute;
}

.no-entries {
	border: 1px solid #EEE;
	margin: 30px 0;
}

.no-entries span {
	display: block;
	padding: 10px 20px;
	background: url(../img/info.png) no-repeat left 51%;
	margin: 0 auto;
}

.vip {
	display: block;
	padding: 10px 20px;
	background: url(../img/info.png) no-repeat left 51%;
}

.icon {
	display: block;
	width: 16px;
	height: 16px;
	background: transparent no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
}

.icon.add {
	background-image: url(../img/add.png);
}

.icon.remove {
	background-image: url(../img/remove.png);
}

.note {
	background: #FEFCEF;
	border: 1px solid #F2D654;
	color: #97722B;
	padding: 5px;
}

.error {
	background: #FFE1E1;
	border: 1px solid #FF6262;
	color: #710000;
	padding: 5px;
}

.print-only {
	display: none;
}

.photo {
	width: 100px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hide from IE Mac \*/
.clearfix {display: block;}
/* End hide from IE Mac */

* html .clearfix {height: 1px;}

/* @group Quicklinks */
#quicklogin div.username, #quicklogin div.password {
	float: left;
	margin-right: 7px;
	width: 104px;
}

#quicklogin-username, #quicklogin-password {
	width: 96px;
}

#quicklogin-submit {
	float: right;
	width: 27px;
}

#quicklogin fieldset {
	margin-bottom: 10px;
}

#quicklogin-newpassword, #quicklogin-register {
	font-size: 11px;
}

#quicklogin-newpassword {
	float: left;
}

#quicklogin-register {
	float: right;
}

/* @end */

/* @group Searchbox*/
#searchbox fieldset {	
	margin: 10px;
}

#searchbox-content {
	width: 165px;
}

div.searchbox-content {
	float: left;
	margin-right: 7px;
}

#searchbox-submit {
	float: right;
	width: 35px;
}

#search {
	width: 235px;
}
/* @end */


/* @Member*/

.member > div {
	float: left;
	width: 120px;
	position: relative;	
	margin: 2px 0 10px 0;
}

#member-name, #member-town {
	font-size: 13px;
	margin-right: 20px;
	background: #FFFFFF none repeat scroll 0 0;
}

#member label {
	margin-top: 20px;
}

#member-name a {
	background: #F2F1F1;
}

#member .membersearch {
	border:1px solid #D8D9DB;
	display:block;
	padding:3px 13px;
}

#membersearch-submit {
	height: 19px;
	width: 25px;
}

#membersearch-content {
	float: left;
	margin-right: 7px;
	width: 160px;
}
/* @end */

/* @Seminare */

.seminar dt, dd {
	float: left;
	padding: 3px 0;
}

.seminar dt {
	clear: both;
	font-weight: bold;
	width: 110px;
}

.seminar dd {
	width: 480px;
}

#event_registration dd input {
	width: 250px;
}

#event_registration dd #RegistrationPostcode {
	width: 40px;
}

#event_registration dd #RegistrationCity {
	width: 200px;
}

#event_registration #participants .icon {
	float: left;
	margin-left: 5px;
}

/* @group Bookshop */
#bookshop-cart table {
	margin-bottom: 10px;
}

#bookshop-cart tbody td {
	background: #F8F6F6;
}

#basket-customer {
	margin: 10px 0;
}

#basket-customer div {
	float: left;
	margin-right: 10px;
}

#basket-customer label, #basket-customer input, #basket-customer strong {
	vertical-align: middle;
}
/* @end */