@import url(layout.css);

/*--------------- Generelle Textformatierung --------------------------------- */
a:link
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-decoration: none;
	color: #fff;
}

a:visited { color: #fff; }
a:focus { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }

h1
{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h2
{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: verdana, arial, helvetica, sans-serif;
}

h3
{
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.copylist
{
	margin: 0 0 10px 10px;
	padding-left: 0px;
	list-style: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
}

.copylist li
{
	padding-left: 20px;
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.align-center { text-align: center; }
.bold-text { font-weight: bold; }

.clear
{
	clear: left;
	margin: 0;
	padding: 0;
}

.nobr { white-space: nowrap; }

