body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	color: #444444;
	line-height: 1.8em;
	}

a {
	text-decoration: none;
/* 	font-weight: bold; */
	color: #304e6a; /*#0000FF;*/
	border-bottom: 1px solid #666;
	}

a:link {
   color: #304e6a  /*#0000FF;*/
   text-decoration: none;
	}

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

a:hover {
	color: #000;
	border-bottom: 1px dashed #666;
	text-decoration: none;
	background:#5289E7;
	}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
 	border-left: solid #5289E7;
	border-left-width: 20px;
	border-bottom: solid #5289E7;
	border-bottom-width: 2px;
	padding: 5px;
	line-height: 1.3em;
	}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}file:///hosme/www/html/apo-promotion/templates/style.css

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
	
img {
   border: 0;
	}
/*
ul,ol {
   width: 100%;
   display: block;
   font-size: 1.0em;
   list-style-type: none;
   padding: 0;
   margin: 0;
   border: 0;
   }

li {
   width: auto;
   font-size: 1.0em;
   list-style-type: square;
   list-style-position: inside;
   line-height: 1.8em;
   margin: .2em 0 0 1em;
   border: 0;
   padding: 0 0 0 2em;
   }
*/

li {
	line-height: 1.5em;
/* 	padding: 0 2em 0 0em; */
	margin: 0 0 0.75em 0;
}

table,td { 
	font-size: 1.0em;
   }

form {
   padding: 0;
   margin: 0;
   }

p {
	font-size: 1.0em;
	line-height: 1.8em;
	/*margin: 1.2em 0em 1.2em 0em;*/
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 5.0em;
	}

strong, b {
	font-weight: bold;
	}
	
textarea {
    padding: 0;
    margin: 0;
    width: 50%;
   }

.inputbox {
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: dotted;
	border-top-width: 2px;
	border-top-color: #111111;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-color: #111111;
	border-left-style: solid;
	width: 50%;
}

.filebox {
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: dotted;
	border-top-width: 2px;
	border-top-color: #111111;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-color: #111111;
	border-left-style: solid;
	size: 40%;
}


.selectbox {
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: dotted;
	border-top-width: 2px;
	border-top-color: #111111;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-color: #111111;
	border-left-style: solid;
	width: 50%;
}

.textbox {
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-right-color: #aaaaaa;
	border-right-style: dotted;
	border-top-width: 2px;
	border-top-color: #111111;
	border-top-style: solid;
	border-left-width: 2px;
	border-left-color: #111111;
	border-left-style: solid;
	width: 75%;
}

.button {
  position: relative;
  padding: 2;
  border-color:#ff0004;
  border:1px solid #999;
  }
  

a.image, a.image:hover  {
  border:0;
}

.strong {
   font-weight: bold;
}
   
.normal {
   font-weight: normal;
}



#box {
	position:relative; top:5px; left:5px; width: 85%; 
	z-index:3;
}

#box a {
	color:#000000;
	background: #DEDEDE;
	font:bold 1.0em verdana, sans-serif;
	font-size: 75%;
	text-decoration:none;
	display:block;
	padding:5px;
	border:1px solid black;
}

#box a:hover {
	color:black;
	background:#DEDEDE;
	width:100%;
}

#box a span {display:none;}

#box a:hover span {
color:black;
background:#ffffff;
font:normal 1.0em verdana, sans-serif;
/*font-size: 85%;*/
border:1px solid black;
display:block;
padding:10px;}



#postit {
	z-index:5;
}

#postit-text {
	z-index:99;
	line-height: 1.2em;
}


/* Terminkalender Überschrift 1 */
tr.termin_titel1 {
	 background-color:#CACACA;
	  font-weight:bold;
}


/* Terminkalender Überschrift 2 */
tr.termin_titel2 {
	background-color:#E1E1E1;
	font-weight:bold;
}


tr,td {
	 vertical-align:top;
}


.copyright {
	color: #999999;
}



#menue1 {
	width: 200px;
	margin: 0 auto;
}

#menue1 #abstand1 {
	border: 1px solid;
	border-color: #ffffff;
	background: #FFFFFF;
	padding: 5px 10px;
}
	
#schalter1 a {
	display: block;
	padding: 2px;
	text-decoration: none;
	border: none; /*1px solid #ccc;*/
	width: 180px;
	/* font-weight: bold; */
	text-align: left;
	margin: 3px 0;
	background-color: #FFFFFF;
}


#schalter1 a:link {
	color: #304e6a;
}


#schalter1 a:visited {
	color: #369;
}


#schalter1 a:hover {
	border: 0px solid;
	border-color: #5289E7;
	background-color: #5289E7;
	color: #fff;
}


#schalter1 a:active {
	color: #c00;
}


#menue1 .toc1 {
	color: #757575;
	font-size: 85%;
	font-weight: bold;
	margin: 0 5px 5px;
}


#menue1 .copy1 {
	color: #757575;
	font-size: 80%;
	font-weight: normal;
	margin: 5px 0 0;
	text-align: right;
}


#menue1 .space1 {
	font-size: 1px;
	margin: 3px 0;
}


#menue2 a:hover {
	border: 0px solid;
	background-color: blue;
	color: #ffffff;
}

#menu a:hover span {
	background-color: gray;
}


#level2_1 a {
	margin-left: 10px;
 	margin-right: 10px;
 	width: 170px;
	font-size: 80%;
	font-weight: normal;
}

#level2_2 a {
	margin-left: 10px;
 	margin-right: 10px;
 	width: 170px;
	font-size: 80%;
	font-weight: normal;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


