body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #dedede;
}
/* Not contained in the main-text element. Has background image to create effect of continuation of crane image. */
h1 {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-size: 17px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 80px;
	padding-right: 0;
	font-weight: normal;
	background-image: url(images/Ausblick_unten.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	border-top: 1px #94add0 solid;
	border-bottom: 5px #94add0 solid;
	color: #000000;
	background-color: #ffffff;
}
h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for the main text on the page. */
p, ul, ol, table {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .9em;
	line-height: 1.5em;
}
ol, ul {
	margin-left: 25px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #94add0;
}
a:hover {  
	border-bottom: 3px #94add0 solid;
}
p.center {
	text-align: center;
}

/* Has a background image to create the patterned panel down the left side of the page. */
#main-title {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-right: 20px;
	font-size: 1.5em;
	letter-spacing: 5px;
	text-align: right;
	background-image: url(images/Ausblick_oben.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	height: 58px;
	color: #5c5c5c;
	padding-top: 60px;
}

#container {
	padding: 0;
	margin: 0 auto;
	max-width: 1200px;
	background-position: top left;
}
#center {
	padding: 0;
	height: auto;
	width: 100%;
	display:table;
}
/* Banner near top of page that says the name of the whole site - also has crane background image. */


/* center part */
#main-text {
	display: table-cell; 
	vertical-align: top;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 10px;
	background-color: #f3f3f3;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 0px;
	border-left: 1px #94add0 solid;
	border-right: 5px #94add0 solid;
}


/* Styles for the navbar on the left side. */
#left-menu {
	display: table-cell;
	vertical-align: top;
	width: 180px;
	height: 100%;
	font-size: .9em;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	border-top: 1px #94add0 solid;
	border-bottom: 1px #94add0 solid;
	background-color: #8a8a8a;
}


#left-menu a:link, #left-menu a:visited {
	display: block;
	color: #f3f3f3;
	text-align: right;
	padding-right: 7px;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px transparent solid;
}

#left-menu a:hover, #left-menu a.current {
	color: #94add0;
	border-bottom: 1px #94add0 solid;
}

#top-menu {
	float: left;
	height: 45px;
	width: 68px;
	display: none;
	background-image: url(/images/menu.png);
	background-repeat: no-repeat;
	background-position: top left;
}
/* Styles for the pullquote on the right side. */

#right-column {
	display: table-cell;
	vertical-align: top;
	width: 220px;
	height: 100%;
	text-align: center;
}

/* footer */
#footer {
	text-align: center;
	margin-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: .8em;
	margin-top: 0;
	background-color: #ffffff;
	border-top: 5px #94add0 solid;
	padding-left: 35%;
}
#footer a:link, #footer a:visited {
	color: #94add0;
}
#footer a:hover {
	color: #94add0;
	border-bottom: 3px #94add0 solid;
}

.video {
	width: 550px;
	height: 320px;
}
#logo {
	width: 500px;
}
.imageFull {
	width: 90%;
}

@media screen and (max-width: 1000px) { 
    #right-column {
        display: none;
    }
}
@media screen and (max-width: 665px){	
    #left-menu {
        display: none;
    }
    #top-menu {
        display: block;
    }

	.video {
		width: 480px;
		height: 250px;
	}
	#logo {
		width: 380px;
	}
	.imageFull {
		width: 430px;
	}
}
