/*
// ==============================================================
// telepark.cms

// This Software is copyright (c) 2007 by telepark, 
// Inh. Patrick Thomas, www.telepark.de. 
// All rights reserved. 

// You may not modify, extend, alter, reverse engineer or emulate
// the functionality, or create derivative works of the 
// Software in parts or it's entirety without the prior
// written consent of telepark.
// ==============================================================
*/

@charset "utf-8";

div.regbeztitle {
	font-size:16px;
	font-weight:bold;
}

a.regbeztitle {
	color:#000;
	text-decoration:none;
}

a.regbeztitle:hover {
	text-decoration:none;
}

a.aklink {
	text-decoration:none;
	color:#505050;
	font-weight:normal;
}

a.aklink:visited {
	text-decoration:none;
	color:#A0A0A0;
	font-weight:normal;
}

a.aklink:hover {
	text-decoration:none;
	font-weight:bold;
}

.regbeztextlinks {
	font-size:12px;
	text-align:right;
	line-height:140%;
}

#sublist {
	border:1px solid #E0464A;
	width: 150px;
	overflow: auto;
	padding:5px;
	margin:0;
	text-align:left;
	font-size:10px;
	background-color:#FCFCFC;
}

#sublist ul {
	list-style-type:circle;
	list-style-position: inline;
	margin-left:0px;
	padding-left:15px;
}
