/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: initial;
	vertical-align: baseline;
	float: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */




/* Basic CSS */


/* Base font sizes */
h1{font:197% verdana, arial, sans-serif; margin-bottom: 0.5em; margin-top: 0.75em;} /* 26px equiv */
h2{font:167% verdana, arial, sans-serif; margin-bottom: 0.5em; margin-top: 0.75em;} /* 24px equiv */
h3{font:136% verdana, arial, sans-serif; margin-bottom: 0.5em; margin-top: 1em;} /* 22px equiv */
h4{font:120% verdana, arial, sans-serif; margin-bottom: 0.5em; margin-top: 0.5em;} /* 20px equiv */
h5{font:110% verdana, arial, sans-serif; margin-bottom: 0.5em; margin-top: 0.5em;} /* 18px equiv */


/**
 * P, TABLE, TH, TR, TD
 */
p, table, th, tr, td, form{margin:0;padding:0;border:0;}


/**
 * A
 */
a{color:#000;}


/**
 * A:HOVER
 */
a:hover{color:#000;}


/**
 * IMAGE
 * Remove border from image, rollover border for image a tags
 */
img{border:0;}


/**
 * FORM ELEMENTS
 * 99% for safari; 100% is too large
 */
button, select, input, textarea{font:99% sans-serif;}


/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code{font:115% monospace;}


.cleaner{clear:both;}

.hide{
position:absolute;
left:-9999px;
}




body {
	background-color: silver;
	padding-top:10px;
}

p{ margin-bottom: 0.5em;}

table, th, td {
    border: 1px solid grey;
}
td {
	padding: 5px;
}

legend {
	font-weight: bold;
	font-size: 110%;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

.border {
	display:flex;
	align-items:center;
	justify-content: center;
}

#thumbwrap {
	position:relative;
}
.thumb img { 
	border:0px solid #000;
	margin:0px;
	height: 15px;
	width: 15px;
}
.thumb span { 
	display: inline-block;
	position:absolute;
	visibility: hidden;
	width:250px;
	background-color: #d8d8d8;
	border: 1px solid black;
	padding: 5px;
	font-size: 100%;
	font: inherit;
}
.thumb:hover, .thumb:hover span { 
	visibility:visible;
	z-index:1;
}

.bodywrap {
	width: 800px;
	overflow: hidden;
	display: block;
	background-color: white;
	padding:10px;
	line-height:1.4;
}

.bodywrap-konzept {
	width: 800px;
	overflow: hidden;
	display: block;
	background-color: white;
	color: red;
	line-height:1.4;
}

.bodywrap-konzept h1 {
	padding-left: 10px;
}
.konzept {
	overflow: hidden;
	display: block;
	background-color: #f1e9d2;
	padding:10px;
	color: black;
	line-height:1.4;
	border: 1px solid black;
}

.button-konzept {
	padding: 1em;
}

.konzept ul {
	list-style-type: disc;
	padding: 10px;
}

.header {
	overflow: auto;
}
.logo {
	width: 100%;
	text-align: center;
}
.name {
	float: left;
}

.button {
	padding: 1em 0 0 0;
}
.start-footer {
	width: 100%;
	position: relative;
}
.button_admin {
	padding: 1em 0 0 0;
	font: 75% sans-serif;
	float: right;
}
.browser-optimiert {
	float: left;
}

.datum {
	float: right;
}


.kontakt {
	overflow: auto;
}
.email {
	float: right;
}
.telefon {
	float: left;
}


.abschlusstext{
	padding-top:1em;
	padding-bottom: 0.5em;
}

.php {
	size: 100%;
	float: bottom;
}

