@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height:80%;
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0 none;
}

p {
	font-size: 80%;
	line-height:1.2em;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003399;
	background: transparent;
}

h1 {
	font-size: 1.6em;
	margin: 0px 0 20px 0;
	padding-top: 100px;
	color: #000;
	background:transparent;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

ul {
	list-style-type: square;
}

address {
	padding: 0 25px 25px 70px;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	line-height: 1.4em;
}

input {
	margin-top: 1.1em;
}


div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

div#container {
	position:relative;
	margin: 1.2em auto 0; /* mittig von links/rechts */
	padding: 0;
	width: 800px;
	height: auto !important;
	height: 80%;
	min-height: 100%;
	color:#000;
	background: transparent url(../pics/wwwbridge.jpg) bottom right no-repeat;
}

div#logo {
	padding: 25px 25px 5px 35px;
}


div#leftcolumn {
	float:left;
	width: 350px;
	padding: 0 20px 0 0;
}

div#rightcolumn {
}

div#footer {
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

