body {
/*	background-image: url("../images/BackgroundVistaPeople.png"); */
	background-image: url("images/BackgroundAquaBubbles.png");
	font-family: Verdana, sans-serif;
	font-size: 11px;
	
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 19px;
}

* {
	padding: 0px;
	margin: 0px;
}

h1, h3 {
	font-family: Arial, sans-serif;

	font-size: 48px;
	line-height: 50px;
	font-weight: bold;
	font-style: normal;
	
	margin-left: -2px;
	
	text-transform: uppercase;
}

h1 {
	padding-top: 22px;
	font-size: 48px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

h3 {
	padding-bottom: 0px;
	color: gray;
}

p {
	padding: 0px 10% 44px 0px;
}

ol {
	padding: 0px 10% 22px 0px;
}

li {
	margin-left: 1.7em;
}

sup {
	line-height: 19px;
}

img {
	border: none;
}

input, textarea, select {
	font-family: Arial, "Andale Mono", "Courier New", monospaced;
	font-size: 12px;
}

input, textarea {
	padding: 0px 3px 0px 3px;
}

input:focus, textarea:focus {
	background-color: silver;
}

.gray { background-color: #E0E0E0; }

#file { background-color: white; }
#submit { background-color: none; }

td {
	vertical-align: top;
}

/* special */

.switch, #language, #imprint {
	padding: 11px;
	margin: 0px 11px 11px 11px;
	background-color: white;
	border-right: 11px black solid;	
	border-bottom: 11px black solid;
	opacity: 0.85;
}

.switch {
	width: 77px;
	float: right;
	margin-right: 15%;
}
#language {
	width: 44px;
	float: right;
	margin-right: 11px;
}
#imprint {
	width: 440px;
	float: left;
	margin-left: 12%;
	margin-right: 11px;
}

.switch p, #language p, #imprint p {
	padding: 0px; margin: 0px;
}

#language p, .switch { text-align: center; }

#imprint p { text-align: left; }


.box {
	background-color: white;
	border-right: 11px black solid;	
	border-bottom: 11px black solid;
	padding: 11px;
	margin: 11px 0px 22px 12%;
	width: 500px;
	opacity: 0.85;
}

#header {
	margin-left: 12%;
	margin-bottom: 11px;
	width: 440px;
}

#navigation {
	width: 750px;
	margin-left: 12%;
	margin-bottom: 55px;
}

#navigation h3 {
	color: black;
	display: inline;
	padding-right: 0.3em;
}

#navigation a {
	text-decoration: none;
	display: inline;
}


#navigation a:visited, #navigation a {
	color: gray;
}
#navigation a:hover {
	color: black;
	text-decoration: none;
}


#partners {
	width: 440px;
	margin-left: 20%;
}

.textlabels {

}

.NoPadding {
	padding: 0px;
}