/**
* CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000000;
	line-height: 13px;
	text-decoration: none
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000000;}
a:hover { text-decoration: underline; }

.a2 {
	text-decoration: none;
	color: #FF0066;
}
.a2:active { text-decoration: none; }
.a2:visited { text-decoration: none; color: #FF0066;}
.a2:hover { text-decoration: underline; }

titel {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 19px;
	text-decoration: none;
}

#menu {
	float: left;
	position: fixed;
	top: 20px;
	left: 20px;
	bottom: 0;
	right: 20px;
	width: 215px;
	height: 100%;
	overflow: auto;
}


#content {
	top: 20px;
	left: 20px;
	bottom: 0;
	right: 20px;
	height: 100%;
	margin: 0 0 0 215px;
	width: 1200px;
}

.conti {
    padding: 5px 5px 25px 5px;
}
