/**
 * common.css
 *
 * Copyright (c) 2000-2007 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id:
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #ece9e6;
	color: #666;
	font-family: Corbel, 'Helvetica Neue', Helvetica, 'Trebuchet MS', sans-serif;
	text-align: center;
}

div {
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #010080;
}

a:active {
	color: #4f4fa7;
}

#main a:visited {
	color: #010080;	
}

a:hover {
	color: #4f4fa7;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f8f8f8;
	color: #000;
	font-family: Corbel, 'Helvetica Neue', Helvetica, 'Trebuchet MS', sans-serif;
	border-top: 1px solid #E8E8E1;
	border-left: 1px solid #E8E8E1;
	border-bottom: 1px solid #E8E8E1;
	border-right: 1px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}

hr {
clear: both;
visibility: hidden;
}


/**
 * Main layout elements
 */



#all {
 /* ! Style in header-template ! */
}

#container {
	width: 820px;
	margin: 0 auto 10px auto;
	padding-bottom: 8px;
	background: url('../templates/images/round-bottom.gif') no-repeat bottom center;
}

#header {
	margin: 0;
	padding: 0;
	width: 820px;
	height: 100px;
	background-color: #fff;
	background: url('../templates/images/round-bottom.gif') no-repeat bottom center #fff;
}

#header-bgfont {
	width: 780px;
	height: 99px;
	background-color: #fff;
	background: url('../templates/images/h-veranstaltungen.gif') no-repeat bottom left;
}

#headerTitle {
	float: left;
	margin: 0;
	padding: 0;
	width: 400px;
}

#header h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1.2em;
}

h1 a img {
	border: none;
}

#login {
	padding-top: 5px;
	margin-right: 20px;
	float: right;
	font-size: 0.75em;
}

#login input {
	margin: 0;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	padding: 0 3px;
	height: 1.3em;
}

#login label {
	margin-right: 4px;
}

#login input.button {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	padding: 0 3px;
	height: 1.5em;
}

input#remember {
	padding: 0;
	border: none;
	background: none;
}

.data input {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}


#wrap {
	width: 780px;
	padding: 20px 20px 0 20px;
	margin-top: 20px;
	background: url('../templates/images/round-top.gif') no-repeat top center #fff;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: relative;
	clear: both;
	background-color: #CAA;
	text-align: center;
}

#footerContent {
	width: 820px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 170px;
	margin-right: 50px;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	background-color: #fff;
}

#main {
	float: right;
	width: 560px;
	background-color: #fff;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Corbel, 'Helvetica Neue', Helvetica, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	line-height: 100%;
	font-size: 1.5em;
	color: #666;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Corbel, 'Helvetica Neue', Helvetica, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	color: #666;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #ccc;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.7em;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.8em;
	border-top: 1px dotted #ccc;
	line-height: 1.4em;
}

#content p {
	line-height: 1.4em;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Corbel, 'Helvetica Neue', Helvetica, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.35em;
}

#content h4 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Corbel, 'Helvetica Neue', Helvetica, 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Navigation bar
 */

#navbar a {
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Sidebar
 */

#sidebar {
	padding-top: 46px;
}

#sidebar div.block {
	font-size: 1em;
	padding-bottom: 1.5em;
}

#sidebar div.block span.blockTitle {
	display: block;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar div.block span.blockSubtitle {
	display: block;
	padding: 0;
}

#sidebar input.textField, #sidebar select.selectMenu, #sidebar input.button {
	font-size: 1em;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
	font-size: 0.9em;
}

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #ccc;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #ccc;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #ccc;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.5em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.sidebar-menu {
	list-style-type: none;
	padding: 0;
	border-bottom: 1px dotted #ccc;
}

ul.sidebar-menu li {
	padding: 0.8em 0 0.8em 0.5em;
	border-top: 1px dotted #ccc;
}

ul.sidebar-menu li a {
text-decoration: none;
font-size: 1.3em;
color: #666;
}

ul.sidebar-menu li a:hover {
color: #000;
border: none;
}

ul.sidebar-menu li a:visited {
}

ul.sidebar-menu li.current {
background-color: #f9f9f9;
}

ul.sidebar-menu li.current a {
color: #000;
border: none;
}

ul.sidebar-menu li.current a:hover {
color: #000;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 0.5em;
	line-height: 25%;
}

/**
 * Index Page
 */

div.index-single-conference {
	border-left: 5px solid #eee;
	background-color: #f9f9f9;
	padding-bottom: 0;
	margin-bottom: 15px;
}

div.index-single-conference:hover {
	background-color: #f2f2f2;
}

div.index-single-conference-spacer {
	padding: 0 0 11px 0;
}

#content div.index-single-conference h3 {
	margin: 0 0 0 10px;
}

#content .index-single-conference p {
	padding: 0;
	margin: 5px 0 5px 10px;
}

/**
 * Popups
 */
 
#body-popup {
	background-color: #FFF;}

#container-popup {
	padding-left: 10px;
	background-color: #FFF;
	}
	
/**
* imprint
**/

#imprint {
	font-size: 0.9em;
	text-align: right;
	color: #999;
	margin-top: 0;
	padding: 0 60px 20px 0;
}

#imprint a {
	text-decoration: none;
	color: #999;
}

#imprint a:hover {
	color: #666;
}
