/*###################################################################*/
/* comens - screen.css                                               */
/*-------------------------------------------------------------------*/
/* Copyright 2005:                                                   */
/* Version: 2005-12-28                                               */
/*###################################################################*/

/*---------------------------------------------------------------------
| Grundeinstellungen
---------------------------------------------------------------------*/

* {
	margin: 0px;
	border: none;
	padding: 0px;
}

*.no_s {
	display: none;
}

*.clearboth {
	padding-top: 1.5em;
	clear: both;
}

body {
	padding-bottom: 1em;
	font-family: arial,helvetica,arial,sans-serif;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	background-color: #696d78;
}

div#canvas {
	margin: 1em;
	margin-bottom: 0px;
	border: 4px outset #333c45;
	background-color: #fff;
	background-image: url(kugel_komplett_hintergrund2.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 75px 140px;
	color: #000;
	background-color: #fff;
	min-width: 30em;
	max-width: 70em;
}

a {
	text-decoration: none;
}

/*---------------------------------------------------------------------
| Kopfzeile
---------------------------------------------------------------------*/

div#navigation {
	padding-top: 65px;
	background-color: #fff;
	background-image: url("comens_logo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	top: 0px;
	left: 0px;
}

p#breadcrumbs {
	display: none;
}

ul#hauptnavigation {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 7px;
	text-align: right;
	font-family: "comic sans ms";
	font-size: 1.15em;
	border-bottom: 3px solid #696d78;
	background-color: transparent;
	color: #000;
	position: relative;
	top: 0px;
	left: 0px;
}

ul#hauptnavigation li {
	display: inline;
}

ul#hauptnavigation a:link, ul#hauptnavigation a:visited {
	margin: 1px;
	padding: 0px 0.3em;
	background-color: transparent;
	color: #955f02;
}

ul#hauptnavigation span {
	background-color: transparent;
	color: #333c45;
	margin: 1px;
	padding: 0px 0.3em;
}

ul#hauptnavigation a:hover,
ul#hauptnavigation a:focus {
	margin: 0px;
	border: 1px solid #a56f02;
	background-color: #ead989;
	color: #000;
}

p#active_section {
	display: none;
}

ul#subnavigation {
	clear: both;
	margin: 0px 15px;
	text-align: center;
	padding: 5px 13px;
}

ul#subnavigation li {
	margin: 3px 8px;
}


ul#subnavigation a:link, ul#subnavigation a:visited {
	border: 1px solid #fff;
	border-bottom: 1px dashed #a56f02;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

ul#subnavigation a:hover, ul#subnavigation a:focus {
	border: 1px solid #a56f02;
	background-color: #ead989;
	color: #000;
}

ul#subnavigation li {
	display: inline;
}


/*---------------------------------------------------------------------
| Hauptteil
---------------------------------------------------------------------*/

div#hauptteil {
	padding: 1em;
	padding-left: 5em;
	padding-right: 5em;
	position: relative;
	top: 0px;
	left: 0px;
}

img#portrait {
	float: right;
	clear: both;
	width: 163px;
}

h1,h2,h3 {
	font-family: "comic sans ms";
	font-weight: normal;
	margin: 0.5em 0px;
}

h1 {
	font-size: 1.5em;
	position: relative;
	top: 0px;
	left: -2.667em;
}

h2 {
	font-size: 1.1em;
	margin-top: 1.5em;
}

h3 {
	font-size: 1em;
}

*.bodytext {
	margin: 0.5em 0px;
	font-weight: normal;
	background-color: transparent;
	color: #000;
}

table.fliesstext {
	margin: 2em auto 0.5em;
	border-top: 1px solid #a56f02;
	border-bottom: 1px solid #a56f02;
	border-collapse: collapse;
}

table.fliesstext tbody tr * {
	border-top: 1px solid #a56f02;
	vertical-align: top;
}

table.fliesstext tr * {
	padding: 0px 0.4em;
	border-left: 1px solid #ddd;
}

table.fliesstext tr *.first_element {
	border-left: none;
}

table caption {
	caption-side: bottom;
	font-size: 0.9em;
	margin: 0em auto 1em;
}

thead {
	text-align: center;
}

tbody th {
	text-align: left;
}

tr.summe * {
	font-weight: bold;
}

td.waehrung {
	text-align: right;
	white-space: nowrap;
}

div.farbkasten {
	background-color: #ead989;
	padding: 0.5em;
	border-top: 1px solid #e6e6e8;
	border-left: 1px solid #e6e6e8;
	border-bottom: 3px solid #333c45;
	border-right: 2px solid #333c45;
	position: relative;
	top: 0px;
	left: 0px;
	width: 90%;
	margin: 0px auto;
}

div.topmargin {
	margin-top: 2em;
}

*.topmargin {
	margin-top: 2em;
}

p.ueberschrift {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #696d78;
	margin-bottom: 5px;
}

dl {
	margin-left: 1em;
	margin-top: 0.5em;
}	

dd {
	margin-bottom: 0.5em;
	margin-left: 1em;
	font-weight: normal;
}

dt {
	font-weight: normal;
}

blockquote.sinnspruch {
	text-align: center;
	margin: 1em 0px;
	padding: 1em 2em;
}

div.farbkasten blockquote.sinnspruch {
	margin: 0px;
	padding: 0px;
}

div#hauptteil ol {
	margin-left: 2em;
}

div#hauptteil ul {
	margin-left: 1.5em;
}

div#hauptteil li {
	margin: 0.5em 0px;
}

*.b2em {
	margin-bottom: 2em;
}

ul.nopoints {
	list-style-type: none;
}

ul.nopoints li.nobr {
	display: inline;
}

ol.foldout li {
	font-weight: bold;
}

ol.foldout ul li {
	font-weight: normal;
}

/*---------------------------------------------------------------------
| Kontaktformular
---------------------------------------------------------------------*/

div#kontaktformular {
	margin-top: 2ex;
	margin-bottom: 2ex;
}

div#loginformular p {
	margin-top: 0.5em;
}

div#loginformular label#login {
	visibility: hidden;
}

div#loginformular input,
div#kontaktformular input,
div#kontaktformular textarea {
	border: 2px solid #696d78;
}

div#loginformular button,
div#kontaktformular button {
	margin-right: 1ex;
	border: 2px solid #696d78;
	padding: 0.5ex;
	padding-top: 0.2ex;
	padding-bottom: 0.2ex;
	width: 7em;
}

fieldset#angaben {
	padding: 1ex;
	margin: 0px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

fieldset#angaben label {
	display: block;
	float: left;
	width: 10em;
	clear: both;
}

fieldset#angaben div {
	margin-top: 0.75ex;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
}

p#nachricht {
	padding: 1ex;
}

p#nachricht label {
	display: block;
	float: left;
	width: 10em;
	clear: both;
}

fieldset#feedback {
	padding: 1ex;
	margin: 0px;
	margin-top: 1ex;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

fieldset#feedback label {
	margin-right: 2ex;
}

fieldset#kfs {
	margin: 0px;
	margin-top: 1ex;
	border-left: none;
	border-right: none;
	padding: 1ex;
	padding-bottom: 2ex;
	padding-top: 2ex;
}

div#hauptteil li a:link,
*.bodytext a:link {
	margin: 1px;
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px dashed #a56f02;
	padding: 0px 2px;
	background-color: transparent;
	color: #000;
}

div#hauptteil li a:visited,
*.bodytext a:visited {
	margin: 1px;
	margin-bottom: 0px;
	border: none;
	border-bottom: 1px dashed #696d78;
	padding: 0px 2px;
	background-color: transparent;
	color: #000;
}

div#hauptteil li a:hover,
*.bodytext a:hover,
div#hauptteil li a:focus,
*.bodytext a:focus {
	margin: 0px;
	border: 1px solid #a56f02; 
	padding: 0px 2px;
	background-color: #ead989; 
	color: #000;
}


/*---------------------------------------------------------------------
| Qualitaetssiegel
---------------------------------------------------------------------*/

div#qualitaetssiegel {
	clear: both;
}

ul#standards {
	text-align: center;
	list-style-type: none;
}

ul#standards li {
	display: inline;
	margin: 0px 5px;
}

ul#standards a {
	color: #333c45;
	background-color: transparent;
	font-size: 0.6em;
	font-weight: bold;
	text-decoration: none;
}

ul#standards span.w3c {
	background-color: #fff;
	color: #a56f02;
	padding: 1px 2px;
	border: 1px solid #a56f02;
}

ul#standards span.w3c-tec {
	color: #000;
	background-color: #ead989;
	padding: 1px 2px;
	border-top: 1px solid #a56f02;
	border-right: 1px solid #a56f02;
	border-bottom: 1px solid #a56f02;
}


/*---------------------------------------------------------------------
| Fusszeile
---------------------------------------------------------------------*/

div#fusszeile {
	margin: 15px;
	margin-top: 5px;
	font-size: 0.8em;
	border-top: 3px solid #696d78;
	padding-top: 2px;
}

div#fusszeile ul {
	float: right;
	padding-top: 1px;
	padding-bottom: 2px;
}

div#fusszeile li {
	display: inline;
}

div#fusszeile a:link, div#fusszeile a:visited {
	margin: 1px 1px 1px 6px;
	border: none;
	border-bottom: 1px dashed #a56f02;
	background-color: transparent;
	color: #000;
}

div#fusszeile a:hover,
div#fusszeile a:focus {
	margin: 0px 0px 0px 5px;
	border: 1px solid #a56f02;
	background-color: #ead989;
	color: #000;
}

