* {
	margin: 0;
	padding: 0;
}
body {	
	background: #D9D9D9;
	color: #000;
	font: 400 12px/16px Verdana, helvetica, sans-serif;
	padding-bottom: 8px;
}

a {
	color:#11A1C5;
}

p {
	margin:10px 5px;
}

.tac {
	text-align:center;
}

h1 {
	font-size:20px;
	line-height:35px;
}

/* Layout - DIVs * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#seite {
	width: 740px;

	margin: 10px auto 0;
	padding: 20px 20px 10px 20px;	
	background: #fff;
	position:relative;
}


.rtbottom_site ,
.rttop_site,
.lfbottom_site,
.lftop_site {
	background:url(../images/corners/corner_body.png) no-repeat;
	position:absolute;
	width:9px;
	height:9px;
	z-index:100;
	overflow:hidden;;
}


.rtbottom_site {
	right:-1px;
	bottom:-1px;
	background-position:0px -27px;
}


.rttop_site {
	top:0;
	right:-1px;
	background-position:0px 0px;
}


.lfbottom_site {
	left:0;
	bottom:-1px;
	background-position:0px -18px;
}


.lftop_site {
	top:0;
	left:0;
	background-position:0px -9px;
}