
/**
Europeers Common/Typography Stylesheet
Author: Søren Birkemeyer / webfactory.de
Grid: 7 units á 93px with 18px gutter
Base font size: 14px
Colors:
- orange #f37c04
- blue #284A5F
*/


body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 87.5%;
	line-height: 1.5;
	background-color: #f2960d;
	padding: 0;
	color: #000;
	text-align: center;
	margin: 20px 0;
	behavior:url(/static/csshover.htc);
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.857em;
	color: #f37c04;
	line-height: 1.25;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

h1.line {
	border-bottom: 1px solid #284A5F;
	padding-bottom: 5px;
	margin: 20px 195px 5px 0;
}

h1 + h2 {
	margin-top: 0.333em;
}

h2 {
	font-size: 1.5em;
	color: #284A5F;
	line-height: 1.25;
	margin-top: 1.167em;
	margin-bottom: 0.55em;
}

h3 {
	font-size: 1.143em;
	line-height: 1.25;
	color: #284A5F;
	margin-bottom: 0.286em;
}

h4 {
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 0.25em;
	font-weight: bold;
	color: #284A5F;
}

p {
	margin-bottom: 1.5em;
}

hr {
	background-color: #284A5F;
	height: 1px;
	border-width: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #284a5f;
	border-bottom: 1px solid #ccc;
}

a:hover, a:focus {
	color: #fff;
	background: #284a5f;
	border-color: #284a5f;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* LISTEN */

ul {
	margin-bottom: 1.5em;
}

ol {
	margin-bottom: 1.5em;
	margin-left: 18px;
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 1.5;
}

ul li {
	padding-left: 18px;
	background: url(../img/ul-li-bg.png) no-repeat left 0.3em;
}



/* TABELLEN */

table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
	border: 1px solid #284a5f;
}

table caption {
	caption-side: top;
	margin-bottom: 0.429em;
	color: #555;
	font-size: 0.857em;
}

td, th {
	padding: 0.5em;
	border-top: 1px solid #284a5f;
	border-right: 1px solid #284a5f;
}

thead th {
	background: #284a5f;
	color: #e8d43e;
	font-weight: bold;
}

tbody th {
	color: #f37c04;
	font-weight: bold;
}


/* Zitate */

blockquote {
	padding-left: 18px;
	margin-left: 18px;
	font-style: italic;
	border-left: 1px solid #284a5f;
}

blockquote strong {
	font-style: italic;
}


/* BILDER */

.XStandardImageLeft {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

.XStandardImageRight {
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
}


/* Misc. */

div.clearing {
	clear: both;
}


/* Formulare */

form.new fieldset fieldset h2 {
	font-size: 1.143em;
}

form.new div.multipleCheckbox {
	float: left;
	width: 80%;
}

form.new div.multipleCheckbox label {
	padding-top: 0;
}

form.new div.multipleCheckbox input.checkbox {
	margin-top: 0.2em;
	border-width: 0;
}