a:link {
	text-decoration: none;
	color: black;
	font-family: arial;
}
a:visited {
	text-decoration: none;
	color: black;
	font-family: arial;
}
a:hover {
	text-decoration: none;
	color: red;
	font-family: arial;
}
a:active {
	text-decoration: none;
	color: black;
	font-family: arial;
}
.rahmen2 {
	border: 1px solid #000000;
	border-collapse: collapse;
}
.box {
	border: black solid 1px;
	border-collapse: collapse;
	padding: 5px;
	width: 650px;
	color: black;
	font-family: Verdana;
	border-top:1px dashed #000000;
	border-bottom:1px dashed #000000;
	border-left: 3px solid green;
	border-right: 1px dashed #000000;
	background-color: #f8f8ff;

}
#kommentare {
	border: #c1c1c1 solid 1px;
	border-collapse: collapse;
	padding: 5px;
	color: #565151;
	width: 650px;
}
#tuts {
	border: #c1c1c1 solid 1px;
	border-collapse: collapse;
	padding: 5px;
	color: #565151;
	width: 620px;
	height: 50px;
	border-top:1px dashed #000000;
	border-left: 3px solid green;
	border-bottom:1px dashed #000000;
	border-right: 3px solid green;

}
#kommentare2 {
	border: #c1c1c1 solid 1px;
	border-collapse: collapse;
	padding: 5px;
	color: #565151;
	width: 555px;
	background-color: #f1f1f1;
}
#relatedtutorials {
	background-color: white;
	width: 660px;
	height: 190px;
	margin-top: 5px;
	padding: 3px;
	border-collapse: collapse;
	border: black solid 1px;
}
#tutorialbox {
	height: 55px;
	margin-top: 0px;
	border-collapse: collapse;
	border: black solid 0px;
	font-size: 10px;
	font-family: verdana;
}
.input {
	background-color: #f8f8f8;
	border: #646a6a solid 1px;
}
.smiley {
	background-color: white;
	border: #c1c1c1 solid 1px;
	padding: 3px;
}
#trennergross {
	margin: 8px;
	width: 670px;
	height: 1px;
	background-image: url(trenner.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#trennerklein {
	margin: 8px;
	width: 95px;
	height: 1px;
	background-image: url(trenner.gif);
	background-repeat: repeat-x;
	background-position: center;
}
img {
	border: 0
}
td, th {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: black;
	background-repeat: repeat;
}
table.classe {
	width: 250px;
	max-width: 250px;
	overflow: hidden;
	float: none;
	margin: 0 5px;
	border: #646a6a solid 1px;
	table-layout: fixed;
}
table.classe th {
	padding: 2px 50px;
	margin: 0;
	border: #646a6a solid 1px;
	color: #000;
}
table.classe td {
	background-color: #f1f1f1;
	padding: 2px 8px;
	margin: 0;
	border: #646a6a solid 1px;
	color: #222;
}
table.classe td.style {
	background-color: #f8f8f8;
	width: 60px;
	vertical-align: top;
}
#kommentar_fehler {
	color: red;
	font-weight: bold;
}

#nachricht {
    margin: 10px 0;
    font-weight: bold;
}

#nachricht, #error_code {
    color: red;
}

#nachricht, #success {
    color: green;
}

.pageNavigation ul {
    display: inline;

}

.pageNavigation a {
	border-width: 0px;
	display: block;
	padding: 1px 5px 1px 5px;

}
.pageNavigation a:hover {
    background-color: #f1f1f1;
    color: black;
    font-weight: bold;

}

.pageNavigation li {
    display: block;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 3px;
	position: relative;
	border-color: #BBBBBB;
}
.pageNavigation li span {
    background-color: #f1f1f1;
	border-style: solid;
	border-width: 0px;
	display: block;
	padding: 1px 5px 2px 4px;
	position: relative;

}

