/* BASICS */

* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ffffff url(../img/bg_start.gif) repeat-y;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #ffffff;
}

table {
	font-size: 1em;
	line-height: 1.2em;
}

p {
	margin: 1em 0 0 0;
}

.txt {
	margin: 0 0 2em 0;
}

.spacer {
	width: 100%;
	display: block;
	height: 2em;
}

#container-content ul {
	padding: 1em 0 0 0;
}
.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.foto p {
	/* font-weight: bold; */
	border-bottom: 1px #94aaca solid;
	margin: 6px 0 34px 0;
}


/*
#container-content a {
	background: url(../img/arrow_link_start.gif) no-repeat;
	padding-left: 9px;
}
*/
#container-content a:link,
#container-content a:visited {
	text-decoration: none;
	color: #667ea1;
}

#container-content a:hover,
#container-content a:active {
	text-decoration: underline;
	color: #667ea1;
}

#container-content a.activ {
	color: #1E3264;
	background: none;
}

#container-content ul {
	margin: 0 0 0 16px;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

#page {
	position: absolute;
	top: 0px;
	left: 23px;
	width: 958px;
	height: 100%;
	background: url(../img/logo_start.gif) 0px 61px no-repeat;
}

#footer {
	bottom: 20px;
	left: 0px;
	width: 958px;
	height: 4px;
	background: url(../img/footer_start.gif) no-repeat;
}

#container-content {
	position: absolute;
	top: 160px;
	left: 25px;
	width: 621px;
}

#content-left {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 610px;
	padding: 0 0 60px 0;
}

#content-right {
	position: absolute;
	top: 60px;
	left: 650px;
	width: 200px;
	padding: 0 0 60px 0;
}

/* MAINMENU */

#container-menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 297px;
	height: 103px;
	background: url(../img/bg_menu.jpg) 7px 0px no-repeat;
}