* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  width: 100%;
} 
  
body, input, textarea, select {
  font-size: 100.01%; 
  font-family: Helvetica, Arial, Verdana, 'Trebuchet MS', sans-serif; 
  line-height: 1.2em;  
}

img {
  border: none;
}

a img { 
  vertical-align: bottom;
}

p, label, ul, ol, dl {
  margin-bottom: 7px;
}

blockquote {
  margin: 0.1em 0 0.4em 10px;
  padding: 3px 16px;
}

strong {
  font-weight: bold;
}

table {
  font-size: 1em;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: outside square;  
}

a, 
a:link, 
a:visited {
  text-decoration: underline;
  color: black;
}
  
a:hover {
  text-decoration: none;
}
  
a.zip {
  padding-left:20px;
  background: url(img/base/a-zip.png) no-repeat left center;
}

a.ext {
  padding-left: 12px;
  background: url(img/base/a-ext.gif) no-repeat left center;
}

a.ext:hover {
  background: url(img/base/a-extHover.gif) no-repeat left center;
  text-decoration:
}
  
sub, sup {
  line-height: 0px;
  font-size: 60%;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr{
  background-color:#ff0000; /* Mozilla 1.4 */
  color:#ff0000; /* IE 6 */
  border: #ff0000; 
  height: 1px;  /* Opera */
  clear: both;
  width: 100%;
  float: left;
  margin: 20px 0;
}

dl dt,
dl dd {
  margin-bottom: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.6em;
  margin-bottom: 0.5em;
  font-weight: normal;
  line-height: 1.5em;
  color: #252832;
}

h1 {
  margin-top: 0;
}

/* Zur Imitation eines Tabulators */
dl.Tab_30px dt {
	float: left;
	width: 30px;
	}
dl.Tab_40px dt {
	float: left;
	width: 40px;
	}	
dl.Tab_50px dt {
	float: left;
	width: 50px;
	}	
dl.Tab_60px dt {
	float: left;
	width: 60px;
	}	
dl.Tab_70px dt {
	float: left;
	width: 70px;
	}	
dl.Tab_80px dt {
	float: left;
	width: 80px;
	}		
dl.Tab_90px dt {
	float: left;
	width: 90px;
	}	
dl.Tab_100px dt {
	float: left;
	width: 100px;
	}	
dl.Tab_110px dt {
	float: left;
	width: 110px;
	}	
dl.Tab_120px dt {
	float: left;
	width: 120px;
	}		
	
.AlignLeft {
  float: left;
  margin-right: 10px;
  clear: right;
}

.AlignRight {
  float: right;
  margin-left: 10px;
  clear: left;
}

.DivClear {
  clear: both;
  height: 0;
  font-size: 0;
}

.Line  {
  border-bottom: 1px solid #9f9f9f;
  margin-top: 10px;
  padding-bottom: 10px;
}

.ImgText .image_container {
  float: right;
  margin-left: 20px;
}

.ImgText {
  text-align: left;
  border-bottom: 1px solid #9f9f9f;
  margin-top: 10px;
  padding-bottom: 10px;  
}

.image_container .caption {
  font-size: 80%;
  text-align: right;
}

.lt {
  text-decoration: line-through;
}
