/**
 * Style sheet basic
 */
.imageLeft
{
	float:left;
	margin:5px 10px 10px -40px;
}

.imageRight
{
	float:right;
	margin:5px 0px 10px 10px;
}

.clearFloat
{
	clear:both;
}

.imageLeftPresse
{
	float:left;
	margin:0px 20px 20px 0px;
}

.button
{
	width:135px;
	display:block;
	padding:3px 10px 3px 25px;
	border:1px solid #646464;
	font-weight:bold;
	text-decoration:none;
	background: #d7d2a7 url(tl_files/images/design/bg_button.gif) top left repeat-y;
}

.button:link, .button:hover, .button:visited
{
	color:#af070a;
}

.buttonSmall
{
	width:103px;
	display:block;
	padding:3px 10px 3px 25px;
	border:1px solid #646464;
	font-weight:bold;
	text-decoration:none;
	background: #d7d2a7 url(tl_files/images/design/bg_button.gif) top left repeat-y;
}

.buttonSmall:link, .buttonSmall:hover, .buttonSmall:visited
{
	color:#af070a;
}

.bildrahmen
{
	border:1px solid #646464;
}

