/* Headlines */
h1 {
	font-size: 24px;
	margin: 0px;
}

h2 {
	font-size: 21px;
	margin: 0px;
	text-align: left;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

/* Own Elements*/
.block {
	text-align: justify;
}

.line {
	height: 1px;
}

/* Hyperlinks */
a {
	font-size: 16px;
}

a:link,a:visited {
	color: blue;
}

a:hover,a:active,a:focus {
	color: red;
}

a.navigation {
	font-size: 18px;
	display: block;
	text-decoration: none;
}

a.navigation:link,a.navigation:visited {
	color: white;
}

a.navigation:active,a.navigation:focus,a.navigation:hover {
	color: yellow;
}

a.dhi {
	font-size: 12px;
	text-decoration: none;
}

a.dhi:link,a.dhi:visited {
	color: blue;
}

a.dhi:active,a.dhi:focus,a.dhi:hover {
	color: red;
}

/* Modules - Kontakt */
#contact {
	width: 500px;
}

/* Modules - Imageviewer */
.imagesNavi {
	text-align: center;
}

.imageBox {
	margin: 5px;
	border: 1px dashed red;
	padding: 5px;
	text-align: center;
	float: left;
}

.images {
	border-width: 0px;
}

.imagesActiveSite {
	font-weight: bold;
}

