/* CSS Document */

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	background-color: #333333;
}
a:link, a:visited {
	text-decoration:none;
	color: #34FF29;
	border-bottom:1px dotted #34FF29;
}

a:hover {
	text-decoration:none;
	border-bottom:1px solid #34FF29;
	}

#main {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	width: 500px;
	max-width: 500px;
	margin-top:50px;
	margin-left:50px;
}

.titel, .titel a, titel a:hover, titel a:visited {
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	}
	

.subtitle {
	font-size: 14px;
	font-weight: 900;
}

.wichtig {
	color: #34FF29;
}
.inhalt {
	list-style-type: disc;
	line-height:18px;
}

.inhalt a, .inhalt a:visited {
	text-decoration:none;
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	}
.inhalt a:hover {
	text-decoration:none;
	border-bottom:1px solid #CCCCCC;
	}
.kleinbuchstaben {
	text-transform: lowercase;
}

.imglink {
	border-bottom:none;
	}