/* fbo.no-ip.org - dynamic weather-style *//* Ein CSS fuer den normalen Browser
 primaeres Ziel ist nicht optimale/schoene/ergonomische
 Darstellung, sondern der CSS-Lernerfolg.
*/
/* test */
body {
	font-size: 100.01%;
	margin: 4px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 1px solid;
}

h2 {
	text-decoration: underline;
	font-size: medium;
}

/* Hauptteil */

#main {
	margin-top: 20px;
	margin-right: 11.3em;
	margin-left: 11.3em;
}

#main label {
	display: none;
}



/* Listen zu vertikalen Menüs umbauen
   und ausschmuecken. Die Menues werden zu Tuermen mit
   pixelgenau ge-CSS-ten Zinnen umgebaut. */

#tower-left {
	left: 0px;
	position: absolute;
}

#tower-right {
	right: 0px;
	position: absolute;
}

#burg {
	width: 8em;
	height: 7.14em;
}


.tower {
	display: block;
	margin: 4px;
	top: 15ex;
	width: 9em;
	padding: 0;
	position: absolute;
}

.tower .plattform {
	width: 9em;
	height: 3em;
	margin: 0;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}


.tower .plattform-top div {
	display: inline;
	float: left;
	width: 1em;
	height: 1em;
	margin-top: -1;
	margin-bottom: -1;
	margin-right: 0;
	padding: 0;
}

.tower .plattform-top .upper {
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	margin-left: 0px;
	margin-right: -1px;
	background-color: #444;
}

.tower .plattform-top .upper-left {
	margin-left: -1px;
	border-left: 1px solid #444;
}

.tower .plattform-top .lower {
   border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	margin-left: 0px;
	margin-right: -1px;
}

.tower .plattform-bottom  {
	background-color: #444;
	height: 2em;
	margin: 0;
	padding: 0;
	width: 9em;
	top: 1em;
	position: absolute;
}


.tower .menu-vertical {
	width: 8em;
	margin-top: -1px;
	margin-left: 0.5em;
	border: 1px solid #444;
	background-color: #444;
}

.tower .menu-vertical ul li {
	list-style-image: none;
	display: block;
	border: 1px solid;
	margin-top: -1px;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.menu-vertical ul li span {
	display: none;
}
.menu-vertical ul {
	margin-left: 0px;
	padding-left: 0px;
}
.menu-vertical h4 {
	margin-top: 4px;
	margin-bottom: 3px;
	padding-right: 15px;
}

a.rrdgraph {
	display: block;
}

/* Politische Statement-Icons */
#statements {
	text-align: center;
}

a.linux {
	background-image: url(../Icons/linux.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.apple {
	background-image: url(../Icons/apple.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.zope {
	background-image: url(../Icons/zope.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.public {
	background-image: url(../Icons/public.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.private {
	background-image: url(../Icons/lock.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.instantafs {
	background-image: url(../Icons/instantafs.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 17px;
}

a.download:before {
	content: url(../Icons/download.png);
}
a.internal {
	background-image: url(../Icons/link_internal.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.external {
	background-image: url(../Icons/link_external.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 16px;
}
a.rrdgraph {
	background-image: url(../temp/published/defiant/bandwidth-mini-black.png);
	background-position: 0% center;
	background-repeat: no-repeat;
	padding-left: 32px;
}
body {
	color: yellow;
	background-color: black;
	background-image: url(/images/stars.gif);
}
a:visited {
	color: lime;
}
a:link {
	color: aqua;
}


h1 {
	border-color: yellow;
}

h1:hover {
	background-color: #900000;
}


#main a {
	text-decoration: none;
}

#main a:hover {
	background-color: #009000;
	text-decoration: underline;
}


/* Listen zu vertikalen Menüs umbauen
  ... und ausschmuecken */

.menu-vertical {
	border-color: yellow;
}


.menu-vertical ul li {
	list-style-image: none;
	display: block;
	border-color: yellow;
	margin-top: -1px;
}

.menu-vertical a {
	text-decoration: none;
}

.menu-vertical ul li:hover {
	background-color: #009000;
}

.menu-vertical ul li:hover a {
	text-decoration: underline;
}

.menu-vertical h4 {
	font-size: 12px;
	font-family: verdana,sans-serif;
	font-weight: bolder;
	text-decoration: underline;
}

/* Suchmasken */
#translation #specialist_area {
	width: 9em;
}
#translation .translation-language {
	width: 7em;
}

#jana-emergency {
	display: block;
	left: 6px;
	top: 6px;
	width: 36px;
	height: 36px;
	position: absolute;
	
	background-image: url(../Icons/nuclear-night.gif);
	background-repeat: no-repeat;
}

#nine-emergency {
	display: none;
}