body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	padding-right: 0px; 
	padding-left: 0px; 
	font-size: 11px; 
	padding-bottom: 0px; 
	margin: 0px; 
	color: #000000; 
	padding-top: 0px; 
	background: #FFFFFF;
	text-align: center;
}

table {
}

p {
	padding: 0;
	margin: 0;
}

tr {
}

td {
}


a, a:visited, a:active  {
	color: #30A4AD;
	text-decoration: none;
}

a:hover {
	color: #30A4AD;
	text-decoration: underline;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 100%;
	font-weight: bold; 
	padding: 0;
	margin: 0;
}

input{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #AAA;
	color: navy;
}

.errinp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #AA0000;
	background-color: #FFFFAA;
	color: #2A1FAA;
}

textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #AAA;
	color: navy;
}

.button {
	border: 1px solid #AAA;
	background-color: #EEE;
	color: #000;
}

#page {
	margin: 0px auto 0px;
	width: 800px; 
	text-align: left; 
	height: 100%;
	padding: 0px;	
/*	border: 1px solid green;*/
}

#header {
	margin-top: 40px;
	width:800px;
	height: 100px;
	background: #FFF;
	padding: 0;
}

#language {
	position: relative;
	top: -10px;
	left: 0px;
	float: right;
	width: 200px;
	height: 0px;
	padding: 0;
	padding-right: 10px;
	text-align:right;
	/*border: 1px solid red;*/
}

#language select,#language input{
	border: 1px solid #999;
	font-size: 9px;
}

.hidden {
	display: none;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#contentposition {
	width: 800px;
	background: #FFF;
	margin-top: 45px;
	padding: 0;
	font-size: 1.1em;
	min-height: 400px;
}

#content {
	font: 12px/18px "Lucida Grande", Verdana, Arial, sans-serif;
	width: 800px;
	/*border: 1px solid orange;
	background: #FFFFFF url(images/bottom_squares.jpg) bottom left no-repeat;*/
}


#content a, #content a:visited, #content a:active  {
	color: #30A4AD;
	font-weight:bold;
	text-decoration: none;
}

#content a:hover {
	color: #30A4AD;
	text-decoration: underline;
}


#content_home {
	background: #FFFFFF url(images/bottom_squares.jpg) bottom left no-repeat;
}

#content_main {
	float:left;
	width: 580px;
	padding-bottom: 50px;
}

#content_breadcrumbs {
	position: relative;
	top: -105px;
	float:right;
	font-size:10px;
	color: #666;
}

#content_breadcrumbs a, #content_breadcrumbs a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#content_breadcrumbs a:hover, #content_breadcrumbs a:active {
	text-decoration: underline;
}


#content_menu {
	float:right;
	width: 200px;
	padding-top: 50px;
}

#content_menu li {
	list-style: url(images/menu_square.jpg);
}

#content_menu a, #content_menu a:visited {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#content_menu a:hover, #content_menu a:active {
	text-decoration: underline;
}


#content dl,#content dt,#content dd,#content ul,#content li {
	margin: 0;
	padding: 2px 0 2px 10px;
	list-style-type: square;
	list-style-position: inside;
}


#footer {
	width: 100%;
	float: left;
	margin-top: 0px;
	text-align: center;
	background: #FFFFFF;
	padding: 0px;
	padding-bottom: 40px;
}


#footer p {
	margin: 0px;
	font-size: 10px
}

.footer_bar{ 
	background: #FFFFFF url(images/bottom_bar.jpg) top left no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 30px;
	height: 45px;
	color: #FFFFFF;
}

.footer_bar a, .footer_bar a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

.footer_bar a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_colophon{ 
	color: #666;
	float: left;
	background: #FFFFFF;
	text-align: left;
	width: 350px;
}
 
.footer_sincert{ 
	float: right;
	background: #FFFFFF;
	text-align: right;
	width: 250px;
}
 
.error {
	color: #AA0000;
	font-weight: bold;
}


.closer{
	clear: both;
	padding: 0;
	margin:0;
}

.boldcolored{
	font-weight: bold;
	color: #D9A300;
}


.tastiere a, .tastiere a:visited {color:#666;font-size:14px;text-decoration:none;}
.tastiere a:hover, .tastiere a:active {color:#000;text-decoration:underline;}
.tastiere {color:#666;}

