/*
CSS File for tid.seelkopf.eu
*/


body {
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #ddd;  /*#489*/
	/*
	background-image: url("bg.jpg");
	background-size:100% auto;
        */
}


/* standard links - used all over the pages */

a {
	color: #666;
     text-decoration: none;
}

a.external {
	color: #666;
	text-decoration: none;
	background: url("../css/external.png") center right no-repeat;
	padding-right: 14px;
}

a:hover, a.external:hover {
	color: #17d;
        text-decoration: underline;
}


/* sectioning: titles, subtitles and subsubtitles */

h1 {
	font-weight: normal;
	font-size: 160%;
	color: #666;
	border-bottom: 1px solid #666;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

h2 {
	color: #666;
	font-weight: normal;
	font-size: 140%;
	margin-top: 27px;
}

h3 {
	font-weight: bold;
	color: #666;
}

/* table elements */
table {
	margin: 0 0 1em;
	border-spacing: 0;
	border-collapse:collapse;
}
th {
	font-weight: bold;
	background-color: #eee;
}

th,
td {
	padding: 0.25em 0.75em 0.25em 0.5em;
	text-align: left;
	vertical-align: top;
	border: 0px solid #aaa;
	font-size: small;
}




/*Dropdown menus*/

.dropbtn {
  color: black;
  background-color: #55f;
  padding: 10px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: black;
  font-size: 20px;
  background-color: #55f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  background-color: #55f;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #55f}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  color: #888888;
}

/* form elements */

/*input {
	border: 1px solid #aaa;
	padding: 0.1em;
	background: #eee;
}

textarea {
	padding: 0.3em;
	border: 1px solid #aaa;
	background: #eee;
	color: #000;
}

label {
	width: 5em;
	float: left;
	text-align: left;
	margin: 0 1em 10px 0;
	clear: both
}

legend
{
	background: #eee;
	border: #aaa solid 1px;
	padding: 1px 10px
}

fieldset
{
	border-top: #aaa solid 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: #aaa solid 1px;
}

.submit-button
{
	background: #eee;
	border: #aaa solid 1px;
}
*/

/* we need a div element to put the whole site in, as body is used
 for background */

#container {
	margin: 0px auto;
	width: 75%;
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	text-align: left;
	background-color: #fff;
}


/* div element to put logo and main navigation into */

#header {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #55f;
	border-bottom: 1px dotted #aaa;
	font-size: 130%;
}


#header a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#header a:hover {
	color: #bbb;
}

#header img {
	float: left;
	margin: 0px;
}


/* div element which contains the navigation on the top right */

#navigation {
	text-align: left;
	margin-top: 20px;
}


/* menu - the navigation on the left
 we as well need some section and subsection elements */

#menu {
	float: right;
	width: 120px;
	padding-top: 12px;
}

#menu a {
	color: #777;
	text-decoration: none;
}

#menu a:hover {
	color: #17d;
}


#menu ul {
	list-style: none;
	margin: 0px;
	padding-left: 8px;
}

#menu li {
	list-style: none;
	margin: 0px;
	padding-left: 4px;
}

#menu div.section {
	font-weight: bold;
	color: #777;
}


/* the page content */

#content {
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}


#footer {
	clear: both;
	background: #55f;
	color: #fff;
	padding: 8px;
	font-size: 75%;
}


pre {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	background-color: #eee;
	color: #000;
	padding: 0.5em;
	list-style-type: none;
	font-family: monospace;
	overflow: auto;
}

pre.terminal {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	background-color: #444;
	color: #fff;
	padding: 0.5em;
	list-style-type: none;
	font-family: monospace;
	overflow: auto;
}

code {
	font: monospace;
}

img.floatright-border {
	float: right;
	border: 1px solid #000;
	margin-left: 6px;
	margin-bottom: 6px;
}

img.floatleft-border {
	float: left;
	border: 1px solid #000;
	margin-right: 6px;
	margin-bottom: 6px;
}

div.box {
	border: 1px solid #aaa;
	background: #f0f0f0;
	padding: 6px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-top: 8px;
}

div.error {
	color: #c00;
}
