/* --- General HTML tags --- */

body {
	margin: 0;
	padding: 10px;
	font-family: Verdana, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background-color:#E5E5E5;
	background-image:url("../images/mitte.gif");
	background-repeat:no-repeat;
	background-position:right top;
}

/* --- Tools --- */

/* --- Page title --- */

div.title { 
	background-color:#FF9900;
	width:80%;
	min-width:775px;
	max-width:1200px;
	height:80px;
	margin: 10px auto 0;
}

div.title img.logo { 
	width:170px;
	height:53px;
	float:right;
	margin-top:4px;
}

div.title img.title {
	float:left;
	width:598px;
	height:54px;
	margin-top:8px;
	margin-left:5px; 
	border:0px none;
}

div.printtitle {
	display: none;
}

div.menu {
	float: right;
	margin-right:0px;
	margin-top:-10px;
	width:70%;
	height:20px;
	background-color:#000;
	color:#fff;
	font-size:0.9em;
	padding-left:10px;
	padding-top:3px;
	text-align:left;
}

div.menu a {
	color: #fff;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

/* --- Page content --- */

div.cspace {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left:5%;
	padding-right:5%;
}

/* --- Vita --- */

ul.vita li ul li {
	border-bottom: 1px dashed #ff9900;
}

/* --- News blocks --- */

div.newstop {
	background-color:#fff;
	border-bottom: 1px dashed #ff9900;
	padding: 3px;
}

/* --- Page footer --- */

div.footer { 
	background-color:#ADB6C7;
	font-size:0.8em;
	margin-bottom: 20px;
}

