body {
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	color: #4f5253;
	background: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
}

h1, h2, h3 { margin:0.3em 0 1.3em 0; color:#000 }
h1 { font-size:150% }
h2 { font-size:125% }
h3 { font-size:100% }

a:link { color: #0289c0; }
a:visited { color: #4f5253; }
a img { border: none; text-decoration: none }
p { margin: 0.3em 0 1em 0 }

th { text-align: left }
form, textarea, input, select { font-family: Verdana, Helvetica, sans-serif; font-size: 100%; }
form { display:inline }

/* form error messages */
div.error-formfield { color:#ef3e34; font-weight:bold; display:none }
input.error-formfield, textarea.error-formfield, select.error-formfield {  background-color:#fcc }

/* Layout */
div#header {
	width: 920px;
	height: 217px;
	background: #0385bb url(/assets/Image/Layout/bgnd_header.png) repeat-x left top;
}
div#topnav {
	width: 920px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}
div#contentbox {
	width: 920px;
}
div#leftcol {
	width: 245px;
	float: left;
}
div#content {
	width: 662px;
	float: right;
	border-top: 1px solid #b6b8ba;
	line-height: 150%;
}

/* Allgemeine Layout-Elemente */
.highlight, .searchresultmark {
	font-weight: bold;
	color: #e38146
}

/* Startnavigation */
div.startnav {
	padding:10px;
	background-color: #eef3f7;
	margin-bottom: 1em;
}
div.startnav a:visited,
div#topnav a:visited {
	color: #0289c0;
}

/* Navigation links, Besucher- und Mitgliederbereich */
div#leftnav { margin-bottom:1em; }

div#leftnav a {
	display: block;
	color: #4f5253;
	padding: 2px;
	background-color: #eef3f7;
	text-decoration: none;
}
div#leftnav a.navlevel3 {
	padding: 6px;
	margin-top: 2px;
	font-weight: bold;
}
div#leftnav a.navlevel4 { padding-left: 12px; }
div#leftnav a.navlevel5 { padding-left: 18px; }
div#leftnav a.navlevel6 { padding-left: 24px; }
div#leftnav a.selectedvisible:link, div#leftnav a.selectedvisible:visited, div#leftnav a.selectedvisible:hover { background-color: #dfe7ed; }


/* Navtrail (breadcrumb) */
div#navtrail { font-family:Tahoma, sans-serif; border-bottom:1px solid #b6b8ba; padding:2px; margin-bottom:1em }
a.navtrail:link, a.navtrail:visited { text-decoration:underline; color:#0289c0; }


/* Authentifizierung und Login */
div#login, div#logout { padding:10px; background-color: #eef3f7; }
div#logout { text-align:center }

.authdisplay  { display:none }

div#login.authdisplay0 { display:block }
div#login.authdisplay1 { display:none }

div#logout.authdisplay0 { display:none }
div#logout.authdisplay1 { display:block }

/* Footer */
div#footer {
	width: 662px;
	float: right;
	margin-top: 1em;
	padding-top: 3px;
	border-top: 1px solid #b6b8ba;
	text-align: center;
}

/* Gruppenauswahl im Kontakformular */
td.contact-nav {
	width:270px;
}
.contact-nav a:link,
.contact-nav a:active,
.contact-nav a:visited {
	display: block;
	padding:3px;
	color: #4f5253;
	background-color: #eef3f7;
	margin: 1px;
	text-decoration: none;
}
.contact-nav a.navselected:link,
.contact-nav a.navselected:active,
.contact-nav a.navselected:visited {
	background-color: #dfe7ed;
}

.row0 { padding:0.3em; background-color: #dfe7ed }
.row1 { padding:0.3em; background-color: #eef3f7 }

/* Formulare */
input.imgbtn {
	border: none;
	padding: 3px 6px;
	padding-left: 25px;
	color:#fff;
	background-color: #00a4e7;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
}

a.imgbtn {
	border: none;
	padding: 3px 6px 4px 25px;
	color:#fff;
	text-decoration: none;
	background-color: #00a4e7;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
}

div.interact {
	background: #00a4e7 url(/assets/Image/Layout/bgnd_interact.png) repeat-x left top;
	border-bottom: 6px solid #dfe7ed;
	padding-top: 6px;
}

/* Plakatshop - Kategorien */
div.plshop-category {
	position:relative;
	width: 30%;
	float: left;
	margin: 10px;
	border-bottom: 2px dotted rgb(178, 178, 178);
}
div.plshop-category h1 {
	background: #019fe0;
	color: #fff;
	font-size: 1em;
	line-height: 200%;
	padding: 0 1em;
}
div.plshop-category div {
	overflow: hidden;
	height: 4.66em;
	margin-bottom:1.33em;
}
div.plshop-category a.navbtn {
	display: block;
	position: absolute;
	right: 10px;
	bottom: -10px;
}
div.plshop-category a.navbtn img {
	display:block;
}

/* Plakatshop - Artikelübersicht */
div.plshop-item {
	position:relative;
	width: 21%;
	float: left;
	margin: 10px;
	border-bottom: 2px dotted rgb(178, 178, 178);
	text-align:center;
}
div.plshop-item div {
	overflow: hidden;
}

.angebote-group { font-size:120%; font-weight:bold; margin: 0.5em 0 0.1em 0}

/* Online-Bestellung */
.pglabel { font-weight:bold }
tr.in-cart { font-weight:bold;background-color:#f5f5f5 }
