body {
	font-family: sans-serif;
	font-weight: normal;
	font-size: normal;
}

/* ÜBERSCHRIFTEN */

h1 {
	color: #8bc446;
	font-weight: bold;
	font-size: x-large;
	text-decoration: none;
	border-bottom: 1px dotted #8bc446;
	margin: 10px 0px 0px;
}

	h1.noborder {
		border: 0px;
	}
 
h2 {
	color: #8bc446;
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	border-bottom: 1px dotted #8bc446;
	margin: 0px;
}

	h2 a {
		font-weight: normal;
	}
 
h3 {
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	margin: 5px 0px 5px;
	display: inline;
}

/* HYPERLINKS */

a {
	color: #1e7da4;
	text-decoration: none;
}

	a.content {
		display: block;
	}

	a.navlink {
		color: #ffffff;
		font-size: small;
		font-weight: normal;
	}

	a:hover, a:active, a:focus{
		color: #96e1fe;
	}

/* TABELLE: NAVIGATIONSMENÜ */

table {
	width: 100%;
	border-collapse: collapse;
	clear: left;
}

	table.nav {
		background-color: #1e7da4;
		border-top: 1px solid #96e1fe;
		border-bottom: 1px solid #155872;
	}
	
		table.nav td {
			border-right: 1px solid #155872;
			width: 33%;
			text-align: center;
		}
		
	table.calendar {
		text-align: center;
		font-size: x-small;
		font-variant: small-caps;
	}
	
		table.calendar  th {
			border: 1px solid #8bc446;
			background-color: #8bc446;
			color: #ffffff;
		}
		
			table.calendar th.first {
				border: 2px solid #8bc446; /* #549900? */
				background-color: #8bc446; /* #549900? */
				font-size: small;
				font-weight: bold;
			}
	
		table.calendar  td {
			border: 1px solid #8bc446;
			color: #8bc446;
		}
		
			table.calendar td.first {
				border: 2px solid #8bc446; /* #549900? */
				color: #8bc446; /* #549900? */
				font-size: small;
				font-weight: bold;
			}
		
			table.calendar td.empty {
				border: 0px solid #ffffff;
			}

/* BOX-ELEMENTE */

div {
	width: 100%;
	padding: 2px 0px 3px;
	clear: left;
	font-size: small;
}
	div.nopadding {
		padding: 0px;
	}

	div.boxhead {
		background-color: #8bc446;
		width: 85%;
		margin: 5px 5px 0px;
		padding-left: 5px;
		color: #ffffff;
		font-variant: small-caps;
		font-weight: bold;
	}

	div.box {
		width: inherit;
		border: 2px solid #8bc446;
		padding: 5px;
	}

	div.login {
		margin-top: 5px;
		width: inherit;
		border: 2px solid #1e7da4;
		padding: 5px;
	}
	
	div.detail {
		border-bottom: 1px dotted #8bc446;
	}
	
	div.content {
		border-bottom: 1px dotted #8bc446;
		height: 53px;
	}

	div.contentthumb {
		margin-right: 5px;
		text-align: center;
		float: left;
		width: 68px;
		height: 51px;
	}

	div.friendthumb {
		margin-right: 5px;
		text-align: center;
		float: left;
		width: 37px;
		height: 37px;
		position: relative;
		top: -5px;
	}

	div.friendlist {
		text-align: center;
		width: 60px;
		display: inline-block;
		vertical-align: top;
	}

	div.comment {
		display: inline-block;
		width: 70%;
		vertical-align: top;
	}
	
	div.toplink {
		text-align: right;
		position: absolute;
		right: 15px; 
	}

	div.note {
		color: #549900;
		font-size: x-small;
	}
	
	div.notification {
		color: #ed1e79;
		font-size: small;
		font-variant: small-caps;
		text-align: center;
	}

	div.imageright {
		display: inline;
		position: absolute;
		right: 15px; 
		text-align: right;
	}
	
	div.image {
		text-align: center;
	}

	div.breadcrumbs {
		width: inherit;
		padding-left: 3px;
		border-top: 1px solid #96e1fe;
		border-bottom: 1px solid #155872;
		background-color: #1e7da4;
		color: #ffffff;
		font-weight: bold;
	}

		div.breadcrumbs img {
			margin-right: 5px;
			float: left;
		}

		div.breadcrumbs span {
			clear: left;
		}
		
	div.banner {
		width: 100%;
		margin: 0;
		padding-bottom: 5px;
		text-align: center;
	}

/* INLINE-ELEMENTE */

	span.indent {
		margin-left: 15pt;
	}
	
	span.warning {
		color: #ed1e79;
		font-size: x-small;
		font-variant: small-caps;
		font-weight: bold;
	}
	
	span.time {
		color: #000000;
		font-variant: small-caps;
	}
	
		span.time strong {
			color: #549900;
			font-weight: normal;
		}
		
	span.small {
		font-size: x-small;
	}

/* BILDER */

img {
	border: 0;
}

	img.contenticon {
		position: absolute;
		right: 10px; 
	}

	img.event {
		margin-top: 10px;
	}

/* EINGABE-ELEMENTE */

input {
	font-size: small;
}

	input:focus {
		background-color: #c9effe;
	}
	
	input.fullwidthfield {
		width: 98%;
		overflow: hidden;
	}
	
	input.almostfullwidthfield {
		width: 70%;
		overflow: hidden;
	}
	
	input.fullwidthbutton {
		width: 100%;
	}
	
	input.halfwidthbutton {
		width: 48%;
	}
	
textarea {
}

	textarea:focus {
		background-color: #c9effe;
	}

/* AUSWAHL-ELEMENTE */

select {
	font-size: small;
}

	select.fullwidthmenu {
		width: 100%;
	}
	
	select:focus  {
		background-color: #c9effe;
	}

	select optgroup {
		background-color: #ffffff;
		color: #549900;
		font-weight: bold;
		font-style: normal;
	}

	select option {
		background-color: #ffffff;
		color: black;
	}

		select option.first {
			border-top: 1px dotted #8bc446;
		}

/* MARKIERUNG FÜR FEHLERHAFTE NUTZEREINGABEN */

.failedfield {
	color: #ffffff;
	background-color: #ed1e79;
}

	.failedfield a {
		color: #96e1fe; 
	}

	.failedfield:focus {
		background-color: #ed1e79;
	}

/* FOOTER-ZEILE */

#footer {
	padding-top: 10px;
	text-align: center;
}