body {
	border: 0;
	font-size: 100%;
	font: inherit;
    margin: 0;
	padding: 0;
	vertical-align: baseline;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}
#rahmen {
	/* width:960px; border:1px solid #999; margin:0 auto; background:#fff;*/ 
	
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: 0px;
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 0px;
}
.content {
	padding: 10px 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	box-shadow: 2px 3px 4px 2px #ccc;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #06c;
	font-weight: 400;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #444;
    outline: 0;
	text-decoration: none;
}

