/******** HTML ********/

* {  margin: 0;
    padding: 0;
}

a:hover {
	color:red;
	text-decoration:underline overline;
}

a:visited {
	text-decoration:none;
	color:blue;
}

img,a {
	text-decoration: none;
	border:none;
}

html {
	background-color: transparent;
	background-attachment:fixed;
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-family: Arial,sans-serif;
	font-size: 80%;
	color:#000000;		
}

/*  table {width:100%;}  /* .ske muss < 100% */
table.center {
	margin-left:auto; 
	margin-right:auto;
}
td {
	text-align:left;
}

th {   
	text-align:left;
	vertical-align:middle;
	width:auto;
	height:20px;
	background:#FFFF80;
	padding-left:1px;
	border-left:1px outset #626262;
	border-top:1px solid #FFFFFF;
	border-right:1px outset #FFFFFF;
	border-bottom:1px groove #626262;
			
}


h2 {
	width:auto;
	text-align:center;
	text-decoration:none;
	background-color:#274E9E;
	margin-top:50px;
	margin-left:1%;
	margin-right:1%;
	color:white;
	line-height:36px;
	border-left:1px groove #DBDBDB;
	border-top:1px groove #DBDBDB;
	border-right:1px groove #626262;
	border-bottom:2px groove #626262;
	z-index: 1;
}

h3 {
	width:auto;
	height:20px;
	text-align:center;
	text-decoration:none;
	line-height:25px;
	color:blue;
	background:#FFFF80;
	text-indent:.5em;
	padding-left:1px;
	padding-bottom:2px;
	margin-bottom:20px;
	border-left:1px groove #DBDBDB;
	border-top:1px groove #DBDBDB;
	border-right:1px groove #626262;
	border-bottom:1px groove #626262;
}

h4 {
	width:auto;
	height:20px;
	font-size:10pt;
	text-align:center;
	text-decoration:none;
	color:#00008B;
	background:#FFFF99;
	text-indent:.5em;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:20px;
	border-left:1px groove #DBDBDB;
	border-top:1px groove #DBDBDB;
	border-right:1px groove #626262;
	border-bottom:1px groove #626262;
}

a.bildhover:hover span { 
	visibility:visible; 
	border:1px solid;
}
a.bildhover span{
	visibility:hidden;
	position:absolute;
	top:1px;
	margin-top:5.5em;
	margin-left:100px;
	text-decoration:none;
}
a.bildhover:hover span{
	visibility:visible;
	border:0px solid black;
	background:white;
	width:150px;
}

marquee {
	color: red;
	font-size:12pt;
}


/******** IDs ********/

#home {
	margin-left: 20%;
	margin-right: 16%;
	height: 100%;
}
	
#home .box p {
	text-align:left;
	padding:20px;
}

#home img {
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
}


#content {
	margin-left: 255px;
	margin-right: 5%;
	height: 100%;
}

#content .box p {
	text-align:left;
	padding:20px;
}

#content img {
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
}

#links {
	width:70%;
}

#wetter{
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 1%;
}

#pics {
	text-align:center;
	border-left:1px solid black;
	border-right:1px solid black;
	position: fixed;
	top: 0;
	right: 0%;
	width: 150px;
	height: 100%;
	text-align:left;
	background-color: #FFFFCC;
	z-index: 2;
}

#show_spoiler:hover .spoiler {
	display: inline;
}


/******** Classes ********/

.spoiler { 
	display: none;
}

.oben {
	float:right;
	padding:0px;
}

.oben img {
	text-decoration: none;
	border:none;
}

.clear {
	clear:both;
}

.box { 
	/* bo/rder:#999999 dashed 1px; */
	background:transparent;
	width:600px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;			
}

img:hover {
	/*filter:Alpha;*/
	opacity: 0.95;
}

.box img {
	float:right;
}

.schiri {
	width:600px;
	margin-top:25px;
	margin-left:365px;
	margin-right:auto;
	background:transparent;
	font-size:12pt;
}

.pictab {
	padding-left:5px;
	padding-right:5px;
}
				
.ske {
	table-layout:auto;
}
				
.schwarz {color:black;}
.stark {font-weight:bold;}
.grau {color:#c0c0c0;}
.weis {background:#f3f3f3;}





