@charset "UTF-8";

body {
	background-color:#780859;
	text-align: center;
}

.kleiner {
	height: 23.125em;
	width: 34.1875em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}

* html .kleiner {display:inline;}


#kleiner_info {
	background-color: #FFF;
	padding: 0.5em;
	font-weight: bold;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	margin-bottom: 3em;
	display: inline-block;
	font-style: normal;
}

#zurueck {
	background-color: #FFF;
	font-weight: bold;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	display: inline-block;
	padding: 0.5em;
	margin-top: 1em;
	height: auto;
	width: auto;
	margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	behavior:url(../css/border-radius.htc);
}

#zurueck a, #zurueck a:visited {
	font-weight: bold;
	text-decoration: none;
}

/* 	height: 1px; sorgt für klickbare buttons in IE6 */
* html #zurueck a, * html #zurueck a:visited {height: 1px;}

#zurueck a:hover {
	text-decoration: underline;
}
