@charset "utf-8";

/* ------------- GESAMT LAYOUT ------------- */
/*  */
body
{
	line-height: 120%;
	font-size: 0.69em;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #ededed url(../images/bg_all.png) repeat-x 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* zentriert die Box #all im Dokumentkörper */
}

.contentpaneopen ul
{
	padding: 0;
	margin: 0;
}

.contentpaneopen ul li
{
	list-style: none;
	padding-left: 10px;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	padding-left: 12px;
	background: url(../images/achtung.gif) no-repeat;
}

.contentpaneopen ul li a
{
	line-height: 15px;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
}

.contentpaneopen ul li a:hover 
{
	color: #999999;
}

/* ------------- BILDER, BUTTON ------------- */
img
{
	border: none;
}

.button
{
	border: 1px solid #CCCCCC;
	margin: 3px 0;
	width: 45%;
	font-size: 90%;
}

.button:hover
{
	border: 1px solid #999999;
	background: #FFFFFF;
}

a:link, a:visited, a:active
{
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	color:#333333;
}