@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background-color: #000000;
	background-image: url(../Bilder/kkk_hg.jpg);
	background-repeat: repeat;
	margin: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color:#666666;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

.contentlink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding-left: 20px;
	background: url(../Bilder/link.png) no-repeat;
}

.contentlink:visited {
	text-decoration: none;
	color:#666666;
	font-weight:bold;
	padding-left: 20px;
	background: url(../Bilder/link.png) no-repeat;
}

.contentlink:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
	padding-left: 20px;
	background: url(../Bilder/link_h.png) no-repeat;
}

.contentlink:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	padding-left: 20px;
	background: url(../Bilder/link.png) no-repeat;
}

h1, h2{
	font-size: 12px; 
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 15px;
}

.content{
	border:1px solid #CCCCCC;
}

.insidecontentleft{
	padding-top:25px;
	padding-left:25px;
	padding-right:15px;
}	

.insidecontentright{
	padding-top:25px;
	padding-left:15px;
	padding-right:25px;
}	
