/*
 * @version  1.0 (04. Januar 2005)
 * @author Karsten Poppe
 * @copyright 2006 Karsten Poppe
 * @url <http://www.metaphora.de>
 * @license GPL <http://www.gnu.org/licenses/gpl.html>
 */

@import url("classes.css");
@import url("position.css");
@import url("modules.css");
@import url("galerie.css");
@import url("layout.css");
@import url("pubtypes.css");
@import url("elements.css");
@import url("form.css");
@import url("lightbox.css");

/* Prestyling */
html, address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, ol, p, ul, hr, pre {
	display: block;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, form, fieldset, address, hr, pre {
	margin: 0;
	border: 0;
	padding: 0;
}

/* Structure */
html {
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
	font-size: 100.01%;
	background-color: #fff;
	color: #303030;
	line-height: 1.12em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

/* Basic Fonts */
a, address, blockquote,
caption, cite, dfn, div, dl, dt,
fieldset, h1, h2, h3, h4, h5, h6,
input, label, legend,
li, ol, option, p, q,
select, span, textarea, td, th, ul 	{
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, li, dt, dd, legend, label, input, textarea, caption, th, td, address {
	font-size: 1em;
	font-weight: normal;
}
p, li, dd, td, th, address, pre {
	font-size: .87em;
}

/* Text */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
h2 {
	font-size: 1.5em;
	margin: .75em 0;
}
h3 {
	font-size: 1.17em;
	margin: .83em 0;
}
h4 {
	font-size: 1.12em;
	margin: 1.12em 0;
}
h5 {
	font-size: .83em;
	margin: 1.5em 0;
}
h6 {
	font-size: .75em;
	margin: 1.67em 0;
}
strong {
	font-weight: bolder;
}
p, blockquote, pre, address {
	margin: 1.12em 0;
}
blockquote {
	margin-left: 40px;
	margin-right: 40px;
}
cite, em, var, dfn {
	font-style: italic;
}
address {
	font-style: normal;
}
pre, code, kbd, samp {
	font-family: monospace;
}
pre {
	white-space: pre;
}
code {
	background: transparent none;
	color: #0000ff;
	white-space: pre;
}
kbd {
	padding: 0px 1px 0px 1px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: #faf6f6 none;
	color: #000;
	border-color: #edd #baa #baa #eed;
}
abbr, acronym {
	font-variant: small-caps;
	letter-spacing: 0.1em;
	cursor: help;
	border-bottom: 1px dashed #000;
}
/*
abbr[title], acronym[title] {
	cursor: help;
	border-bottom: 1px dashed #000;
}
*/
q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}
blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
blockquote p:before {
	content: open-quote;
}
blockquote p:after {
	content: no-close-quote;
}
div {} /* no margin, no padding! */
span { } /* no styling needed */
br {} /* no styling needed */

/* Table */
table {
	display: table;
	border-collapse: collapse;
	margin: 1.12em 0;
	width: 100%;
	table-layout: auto;
}
tr {
	display: table-row;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
td {
	display: table-cell;
	border: 1px solid #999;
	padding: .15em;
	vertical-align: top;
}
th {
	display: table-cell;
	border: 1px solid #999;
	padding: .15em;
	font-weight: bolder;
	vertical-align: top;
}
caption {
	display: table-caption;
	padding: .15em; /* ie */
	font-weight: bolder;
	caption-side: top;
	text-align: right;
}

/* Presentation */
b {
	font-weight: bolder;
}
big {
	font-size: 1.17em;
}
hr {
	height: 1px;
	border: 1px solid #000;
}
i {
	font-style: italic;
}
small, sub, sup {
	font-size: .83em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
tt {
	font-family: monospace;
}

/* Image */
img {
	display: inline-block;
	border: 0px;
}

/* List */
ol, ul, dl {
	margin: 1.12em 40px;
	line-height: 1.2em; /* besser als margin fuer li */
}
ol {
	list-style-type: decimal;
}
li {
	display: list-item;
}
dt {
	font-weight: bolder;
}
dd {
	margin-left: 20px; /* ? li */
}
/* Edit */
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}

/* Hypertext */
a {

}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: thin dotted invert;
}

/* Form */
form {
	line-height: 1.2em;
}
form, fieldset {
	margin: 1.12em 0;
}
fieldset {
	border: 1px solid #999;
	padding: .6em;
}
button, text-area, input, select {
	display: inline-block;
}
label {
	font-weight: bolder;
	cursor: pointer;
}
legend {
	margin: .3em .6em;
	padding: .1em .3em;
	font-weight: bold;
	background-color: #f2f2f2;
	color: inherit;
	border: 1px solid #999;
}
option { }
optgroup { }
textarea:focus, input:focus {
	outline: thin dotted invert;
	background: #eee 0.3em no-repeat;
	color: inherit;
}

input[type=checkbox], input[type=password], input[type=radio], input[type=submit] {
	cursor: pointer;
}
select {
	text-indent: 2px;
	cursor: pointer;
}
/* Scripting */
noscript {

}
noscript p {

}

/* Object */
object {
	display: inline-block;
}
