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

h2 {
	margin-top: 0px;
	font-size: 24px;
	text-align: center;
}

h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
	text-align: left;
}

h4 {
	font-size: 15px;
}

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

.navBottom {
	margin-bottom: -3px;
}

.box {
	margin: 6px 11px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	padding: 0px 20px 5px 15px;
	width: 143px;
	height: 157px;
	background-color: white;
	float: left;
}

.rbox {
	margin: 6px 0px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	padding: 0px 20px 5px 15px;
	width: 143px;
	height: 157px;
	background-color: white;
	float: left;
}

.box-l {
	margin: 6px 10px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	padding: 0px 20px 0px 15px;
	width: 239px;
	height: 125px;
	background-color: white;
	float: left;
}

.rbox-l {
	margin: 6px 0px 0px 0px;
	border: 1px solid rgb(192, 192, 192);
	padding: 0px 20px 0px 15px;
	width: 239px;
	height: 125px;
	background-color: white;
	float: left;
}

.miniImage {
	margin: 10px 0px 0px 5px;
	width: 135px;
	height: 100px;
	border: 0px;
}

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

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

a:hover,a:active,a:focus {
	text-decoration: underline;
}

a.navigation {
	margin: 0px 35px 0px 20px;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	overflow: hidden;
}

a.navigation:link,a.navigation:visited {
	text-decoration: none;
	color: blue;
}

a.navigation:active,a.navigation:focus,a.navigation:hover {
	text-decoration: underline;
	color: red;
}

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

a.dhi:link,a.dhi:visited {
	text-decoration: none;
	color: black;
}

a.dhi:active,a.dhi:focus,a.dhi:hover {
	text-decoration: underline;
	color: black;
}

/* Plugin - "Contact Form" */
#contactForm {
	width: 535px;
}

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

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

.images {
	border-width: 0px;
}

/* Modules - News */
.newsNavi {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.newsEntry {
	margin-top: 10px;
	padding: 2px;
	border: 1px solid rgb(192, 192, 192);
	background-color: rgb(240, 240, 240);
	overflow: auto;
}

.newsEntryHeader {
	padding: 2px;
	background-color: rgb(220, 220, 220);
}

/* Plugin - Viewer */
.ideasNavi {
	text-align: center;
}

.ideasBox {
	margin: 5px;
	text-align: center;
	float: left;
}

.ideas {
	border-width: 0px;
}