/* CSS Document */

body, td {
	font-family: Calibri, Tahoma, Arial, sans-serif;;
	font-size: 18px;
	color: #1a4e9a;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #1a4e9a;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.ínput {
	border: 1px solid #1a4e9a;
	height: 30px; 
	font-size: 22px;
	font-weight: bold;
	width: 300px;
	color: #1a4e9a;
}

#container {
	width: 990px;
	margin: 0 auto;
}

#logo {
	width: 990px;
	height: 205px;
	margin: 0 auto;
	background-image:url(logo.gif);
	cursor: pointer;
}

#navi {
	width: 980px;
	margin: 10px auto 30px;
	font-weight: bold;
}

	#navil {
		margin-top: 5px;
		width: 360px;
		float: left;
	}
	
		#navil ul {
			margin: 0;
			padding: 0;
		}

		#navil li {
			float: left;
			font-size: 16px;
			list-style-type: none;
			margin-right: 10px;
		}
		
	#navir {
		text-align: right;
		width: 620px;
		float: right;
	}
	
		#navir ul {
			margin: 0;
			padding: 0;
		}

		#navir li {
			float: right;
			font-size: 22px;
			margin-left: 15px;
			list-style-type: none;
		}

#content {
	width: 980px;
	margin: 20px auto;
}

	#picbox {
		padding-top: 72px;
		width: 430px;
		float: left;
		z-index: 1;
		position: relative;
		top: 0;
		left: 0;
	}
	
		#picbox image {
			border-width: 3px;
			border-style: solid;
		}
		
		#picbox p {
			font-weight: bold;
		}

	#textbox {
		width: 500px;
		float: right;
		z-index: 1;
		position: relative;
		top: 0;
		left: 0;
	}
		
		#textbox h1 {
			font-size: 32px;
			margin: 0 0 25px;;
			padding: 0;
		}

		#textbox h2 {
			font-size: 19px;
			margin: 20px 0 0;;
			padding: 0;
		}

		#textbox p {
			font-size: 18px;
			line-height: 28px;
			margin: 10px 0;
		}
				
		#textbox ul {
			margin: 0 0 30px;
		}

		#textbox li {
			padding-top: 7px;
			line-height: 28px;
		}
		
	#line {
		z-index: 2;
		height: 2px;
	}

#disclaimer {
	width: 990px;
	margin: 0 auto;
	font-size: 15px;
	text-align: center;
}

	#disclaimer a {
		font-weight: normal;
	}
	
	#disclaimer hr {
		border: 1px solid #1a4e9a;
		width: 980px;
	}

br.clearing {
	clear: both;
}

.pointer {
	cursor: pointer;
}

.tblau {
	color: #1a4e9a;
}
.trot {
	color: #a01936;
}
.torange {
	color: #bf4c2b;
}
.tgruen {
	color: #3f892e;
}
.ttuerkis {
	color: #3b89a3;
}
.tgelb {
	color: #d89d3e;
}

.pblau {
	border: 3px solid #1a4e9a;
}
.prot {
	border: 3px solid #a01936;
}
.porange {
	border: 3px solid #bf4c2b;
}
.pgruen {
	border: 3px solid #3f892e;
}
.ptuerkis {
	border: 3px solid #3b89a3;
}
.pgelb {
	border: 3px solid #d89d3e;
}

.lblau {
	background-color: #1a4e9a;
}
.lrot {
	background-color: #a01936;
}
.lorange {
	background-color: #bf4c2b;
}
.lgruen {
	background-color: #3f892e;
}
.ltuerkis {
	background-color: #3b89a3;
}
.lgelb {
	background-color: #d89d3e;
}
