/* Überschriften Anfang */

h1 {
	font-size: 16px;
	color: #0969A3;
	display: block;
	border-bottom: 1px solid #0969a3;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

/* Überschriften Ende */

#Header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	padding-left: 220px;
	border: 0px;
}
#Content h1 {
	margin: 0px;
}

.small {
	font-size: 100px;
}
li {
	padding-top: 5px;
	list-style-type: square;
}

/* click_to_big */
div.big_pic { background: transparent url(../img/bg_click_to_big.png); cursor: pointer; display: none; left: 0; position: absolute; width: 100%; z-index: 9999999; }
div.big_pic img { position: relative;
}
