/*  CSS  for rorr.de */

* {
	margin:   0px;
	padding: 0px;
} /**/

body {
	margin:   5px;
    font-family: sans-serif;
    background-color: #AABBCC;
    background-image: url("rorr.jpg");
    background-position: center -200px;
    background-repeat: no-repeat;
    background-size: 1280px auto;  // CSS3
    background-attachment: fixed;
}

h1,h2,h3,h4,h5,p,table {
	margin:	1ex 0;
}

h1 {
	font-size:	18pt;
}
h2 {
	font-size:	14pt;
}
h3 {
	font-size:	12pt;
}

ul,ol,dl {
	margin:	1ex 0 1ex 1em;  /* FF , nicht IE! */
}
dt {
    margin-left: 0px;
    padding-left: 0.5em;
    margin-top:  1ex;
    font-family: "Courier New";
    background-color: #80ff80;
}
dd {
    margin-left: 2em;
}
table {
    border-collapse: collapse;
}

th,td {
    border: 1px solid black;
    padding: 1px 7px 3px 7px;
}

pre {
    background-color: #e5e5e5;
}

a:link       { font-weight:bold; color:#448; text-decoration:none; }
a:visited { font-weight:bold; color:#669; text-decoration:none; }
a:focus     { font-weight:bold; color:blue; text-decoration:none; }
a:hover     { font-weight:bold; color:blue; text-decoration:underline; }
a:active   { font-weight:bold; color:white; text-decoration:underline; }

/* speziell */

div#div-bottom {
  position: fixed;
  bottom:20px;
  left:14%; 
  width:72%;
  border: 5px double #cde;
  padding: 6px 24px;
  text-align: center;
  background-color: #789;
}

.menu {
    margin: 0px;
}
.menu li a:hover {color: yellow;}

form {
    background-color: #e0fdb5;
    padding: 5px;
}
.form_table th, .form_table td {
    border: 0px;
}
