/* Used by the HTML-Bodys                                            */
body{
   background-color: silver; /* Weiß */
   font-color: black;
   font-family: Verdana,sans-serif;
   font-size: 13px; 
   vertical-align: top;
}

/* Used by all Images                                                */
img{
   border:0px;
   display:inline;
   vertical-align:bottom;
}

/* This is used for Hyperlinks ...                                   */
a {
   color: maroon;
   background-color: inherit;
   text-decoration: none;
}
/* This is used for hoovering links												*/
a:hover {
   color: red;
   /*font-weight: bold;*/
}

/* This is used for the menu- bar below the Title                    */
ul {
   /* list-style-type:square;
   /* width: 100%; */
   text-align: left;
   list-style-position: outside;
}

li {
	/* display: inline; */
	margin: 8px;
   list-style-position: inherit;
}

/* This is used for the main Title                                   */
h1{
   font-size:26px;
   /* margin-bottom:18px;*/
   color: black;
   background-color: inherit;
}

/* This is used for the lower Titles                                 */
h2{
   font-size:21px;
   margin-bottom:18px;
}

input{
	background-color:white;
	color:black;
	border:1px solid red;
	/*font-style:italic;
	font-weight:bold;*/
}

textarea{
	background-color:white;
	color:black;
	border:1px solid red;
	/*font-style:italic;
	font-weight:bold;*/
}

.header, .greets, .rightBox {
   border: red solid 2px;
}

/* This is used for Table cells                                 */
td{
   vertical-align:top;
   font-color: black;
   border: maroon solid 1px;
}

/* This is used for head Table cells                                 */
th{
   vertical-align:center; text-align:left;
   border: maroon solid 1px;
}

.header, .greets, .rightBox {
   border: red solid 2px;
}


.roundTopBorders {
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-topright: 15px;
}

.roundBorders {
   -moz-border-radius: 15px;
}

/* Tags are used to mark important keywords                          */
.header {
   font-weight: bold;
   color: maroon;
   background-color: white;
   margin-bottom: -1px;
   padding: 3px;
}
.header img {
   vertical-align: middle;
}

.mapbox {
	background-color: white;
	color: maroon;
}

/* This is used by the Text entered by Users                         */
.greets {
	width: 60%;
   margin:1% 20%;
   margin-top: 0;
   padding: 12px;
   background-color: white;
   color: black;
   -moz-border-radius-bottomleft: 15px;
   -moz-border-radius-bottomright: 15px;
}

/* This is used by small-text    */
.small {
	font-size:small;
}

.Ueberschrift {
	font-weight:bold;
}

.fett {
	font-weight:bold;
}

.rightBox {
	width:120px;
	margin:0;
	-moz-border-radius: 15px;
	padding: 12px;
	background-color: inherit;
	color: black;
}

.GalleryImage {
	border: 3px solid maroon; margin: 5px;
}

.table {
	border: 1px solid black;
	padding:5px; 
	border-collapse:collapse; 
	border-spacing:6pt;
	width:100%;
}

/* This is used by the Text entered by Users for Handhelddevices*/
@Handheld screen, .greets {
	width: 100%;
   margin:1% 1%;
   margin-top: 0;
   padding: 12px;
   background-color: silver;
   color: black;
   -moz-border-radius-bottomleft: 15px;
   -moz-border-radius-bottomright: 15px;
}