/*
CSS LAYOUT
Robert Prysok
Webdesign mit Cascading Style Sheets
*/

/* #################################################################################################*/
/* BODYEIGENSCHAFTEN, BOXEN UND BOXMODELL*/
/* ################################################################################################ */
body {
background-color: #FFFFFF;
/* background-image: url(../Hintergrund/HintergrundHaisch.png); */
/* background-position: center; */ 
/* background-repeat: no-repeat; */
/* background-attachment: fixed; */
margin-top:0.5em;
margin-bottom:0.5em;
margin-left: 1em;
margin-right: 0.5em;
border-top-width: 0.5em;
border-top-color: #FFFFFF;
border-top-style: dotted;
border-bottom-width: 0.5em;
border-bottom-color: #FFFFFF;
border-bottom-style: dotted;
border-left-width: 0.5em;
border-left-color: #FFFFFF;
border-left-style: dotted;
border-right-width: 0.5em;
border-right-color: #FFFFFF;
border-right-style: dotted;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 0.5em;
padding-right: 0.5em;
}

/* ######################################################################################################## */
/* TABELLEN */
/* ######################################################################################################## */
table {
border-collapse: Inherit;
border-spacing: 0.5em;
caption-side: bottom;
width: 100%;
height: 100%;
background-color: #FFFFFF;
}






