* {
	margin: 0;
	padding: 0;
	border: none;
}

.clear { font-size: 1px; height: 1px; clear: both; }

a, input { outline: none; }

body {
	background: #2C5656;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#wrapper {
	width: 980px;
	margin: auto;
}

	#nav {
		border-bottom: 1px solid #fff;
		height: 50px;
		line-height: 50px;
		padding: 15px 0 0 20px;
	}
	
		#nav li, #footer li {
			list-style: none;
			display: inline;
			padding: 0 20px 0 0;
		}
		
			#nav li a, #footer li a {
				color: #fff;
				font-size: 20px;
				text-decoration: none;
			}
			
				#footer li a {
					font-size: 13px;
				}
			
			#nav li a:hover, #footer li a:hover {
				color: #99CCCC;
			}
	
	#slogan {
		padding: 30px 20px;
		font-size: 38px;
		line-height: 40px;
	}
	
		#slogan span {
			color: #99CCCC;
		}
		
		#slogan a {
			color: #99CCCC;
			text-decoration: none;
		}
	
	#content {
		padding: 30px 20px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		min-height: 300px;
	}
	
		#content p {
			padding: 0 0 15px 0;
			line-height: 20px;
		}
		
		#content a {
			color: #99CCCC;
		}
		
		#content h1, #content h2, #content h3 {
			font-size: 22px;
			padding: 10px 0 5px 0;
		}
		
		#content h2 {
			font-size: 20px;
		}
		
		#content h3 {
			font-size: 18px;
		}
		
		#content ul {
			padding: 0 0 20px 0;
		}
		
			#content ul li {
				list-style: none;
				background: url('images/li.png') 0 8px no-repeat;
				padding: 0 0 10px 22px;
			}
			
			#content ul li.text {
				padding-left: 0;
				background: none;
			}
			
		#content ul.mehrstats li {
			background: url('images/li.png') 0 2px no-repeat;
			padding: 0 0 5px 16px;
			font-size: 12px;
			font-weight: normal;
		}
	
	#footer {
		clear: both;
		height: 40px;
		line-height: 40px;
		padding: 0 0 0 20px;
	}
	
/* Formulare */

label {
	display: block;
	width: 370px;
	float: left;
	clear: left;
	font-weight: bold;
	line-height: 32px;
	font-size: 19px;
}

	label.alias {
		text-align: right;
		color: #99CCCC;
	}

input.text {
	height: 28px;
	background: #fff url('images/input-text.png') top right no-repeat;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	padding: 4px 0 0 4px;
	width: 520px;
}

img.checkbox {
	cursor: default;
	display: none;
}

/* Neuen Zähler anlegen */
.box_white {
	background: #fff;
	color: #333;
	font-family: Courier New;
	width: 530px;
	font-size: 14px;
	padding: 10px;
	margin: 0 0 14px 0;
}

.small {
	height: 15px;
}

.big {
	height: 100px;
}

/* Statistik */
.box_stats {
	background: #2C5656;
	color: #333;
	font-family: Courier New;
	font-size: 12px;
	padding: 0 0 0 5px;
	margin: 0 0 14px 0;
	color: #fff;
}

	.box_stats a {
		color: #fff !important;
	}

	.box_stats li {
		line-height: 18px !important;
		padding: 4px 0 5px 25px !important;
	}

	.box_stats a strong {
		color: #99CCCC !important;
	}

	.box_stats p {
		padding-left: 10px !important;
	}

.flashcontent {
	padding: 0 0 14px 0;
}

/* Sitemap */
.letter-list {
	margin: 0 !important;
	padding: 0 !important;
}

	.letter-list li {
		list-style: none;
		display: inline;
		padding: 0 2px 0 0;
	}

		.letter-list li a {
			font-size: 12px;
			font-weight: bold;
			color: #fff !important;
		}
		
/* Alle Zähler */
.zaehler li {
	display: inline;
	background: none !important;
	padding: 0 10px 0 0 !important;
}

#empfehlung {
	font-size: 12px;
	padding: 20px 20px 0 20px;
}

#empfehlung li {
	list-style: none;
	padding: 0 0 5px 0;
}

#empfehlung a {
	color: #99cccc;
}