﻿body {
	font-size: 10pt;
	padding: 0;
	margin: 0;
	font-family: Verdana,sans-serif;
}

td {
	font-size: 10pt;
}

#kopf {
	position:fixed;
	top: 0;
	width: 100%;
	height: 80px;
	margin: 0;
	background-color: #0088bb; /*5f47cf;*/
	border-bottom: 2px solid black;
	z-Index: 99;
}

#kopf table {
	position: relative;
	left: 50%;
	margin-left: -325px;
	width: 650px;
}

#kopf_con {
	position:absolute;
	width: 600px;
	text-align: left;
}

h1 {
	margin: 0;
	font-size: 18pt;
	font-weight: 600;
	color: #eeeeee;
}

#menue {
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
}

#menue a {
	color: #eeeeee;
}

a {
	text-decoration: none;
	color: #000088;
}

a:hover {
	text-decoration: underline;
}

#sprachen a {
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

#koerper {
	position: relative;
	left: 50%;
	margin-left: -335px;
	width: 650px;
	margin-top: 80px;
	padding: 10px;
	/*background-color: #dedeff;*/
}

.argument {
	position: relative;
}

h2 {
	margin-bottom: 1.5em;
}

h3 {
	border-bottom: 1px dashed black;
}

h3 smaller {
	font-size: 10pt;
}

em {
	color: #0088bb;
	font-style: normal;
	font-weight: bold;
}

.hintergrund {
	position: absolute;
	font-size: 34pt;
	font-weight: bold;
	font-style: italic;
	color: #cccccc;
	z-Index: 1;
}

.argument p {
	position: relative;
	text-align: justify;
	margin-top: 0;
	z-Index: 2;
	
}

.link {
	color: #0088bb;
	font-weight: bold;
	text-decoration: underline;
}
.addresse {
	color: #bb5500; /*#008800;*/
}


/* unterschriften.php */

input, textarea {
	border: 1px solid gray;
}
input.missing {
	border-color: red;
	background-color: #ffaaaa;
}

table#unterschriften {
	width: 650px;
	border: 1px solid #0088bb;
}

tr.line0 {
	background-color: #d5d5d5;
}

tr.line1 {
	background-color: #e5e5e5;
}

/* unterstuetzung.html */

:lang(de)    { quotes:"\201E" "\201C" "\201A" "\2018"; }
:lang(de-DE) { quotes:"\00BB" "\00AB" "\203A" "\2039"; }
:lang(de-CH) { quotes:"\00AB" "\00BB" "\2039" "\203A"; }
:lang(en)    { quotes:"\201C" "\201D" "\2018" "\2019"; }
:lang(fr)    { quotes:"\00AB\A0" "\A0\00BB" "\2039\A0" "\A0\203A"; }

q:before { content:open-quote; color:#0a0; font-size: 200%; }
q:after { content:close-quote; color:#0a0; font-size: 200%; }

q {
	display: block;
	font-style: italic;
}

.kontakt {
	width: 40%;
}


.image-right {
	float: right;
	font-size: smaller;
	font-family: Verdana,sans-serif;
	padding: 1em;
	margin-left: 2em;
	background-color: #e5e5e5;
}
