a img {
	border: 0
	}

body{
	margin:0;
	padding:0;
	background-color:#f7f9de;
	font-family:helvetica, arial, sans-serif;
	color:#000;
	width:100%;
	/*
	black bar at bottom of site is a background image.... a much more straightforward method
	than worrying about html{ height:100% } or even absolutely positioned elements with 
	bottom:0;
	*/
	background-image:url("../images/blacktick.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	}
	
h1 { font-size: xx-large; font-weight: bold; line-height: 70%; margin: 15px 0 4px; }

#banner{
	height:119px;
	background-image:url(../images/banner_clouds.jpg);
	}

#bodycopy { font-size: small; line-height: 120%; padding: 10px 0; border-top: 3px solid #000; }

#content {
	padding: 0 0 0 10px
	}

#imageSect {
	background-color: #f7f9de;
	text-align: center;
	visibility: hidden;
	padding: 5px;
	position: absolute;
	z-index: 3;
	top: 94px;
	left: 10px;
	width: 400px;
	height: 324px;
	border: solid 2px #000
	}

#imageSect a {
	color: #fff;
	font-size: small;
	text-decoration: none;
	background-color: #f79910;
	display: block;
	margin-bottom: 2px;
	padding: 4px;
	width: 60px;
	height: 12px
	}

#imageSect a:hover {
	color: #fff;
	background-color: #000
	}

#imgcollumn {
	padding: 2px 0;
	width: 200px;
	float: left;
	border-top: 3px solid #000;
	margin-top: 10px;
	border-bottom: 3px solid #000;
	}

#imgcollumn a img {
	margin: 0;
	border: solid 2px #f7f9de
	}

#imgcollumn a:hover img {
	border: solid 2px #000
	}

#imgcollumn p {
	font-size: x-small;
	margin: 0;
	border-top: 1px solid #000
	}

#imgcollumn p {
	clear: both
	}

#leftcollumn {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 65%;
	margin-left: 15px;
	}

#logoimg{
	float:left;
	width:174px;
	height:119px;
	
}
	
#orangecallout {
	color: #fff;
	font-size: x-large;
	font-weight: bold;
	line-height: 90%;
	background-color: #f79910;
	margin-bottom: 2px;
	padding: 10px 20px 10px 10px;
	}

#orangestripes {
	background-image: url(../images/orangestrip.gif);
	background-repeat: repeat-x;
	height: 31px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000
	}

#rightcollumn {
	position: absolute;
	margin:0;
	width:30%;
	z-index: 10;
	top: 170px;
	right: 10px;
	}

#rightcollumn li {
	margin: 0;
	padding: 0
	}

#rightcollumn li a {
	color: #f7f9de;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	text-decoration: none;
	background-color: #f79910;
	margin: 2;
	padding: 2px 6px 4px;
	vertical-align: top
	}

#rightcollumn li a:hover {
	color: #f79910;
	background-color: #000
	}

#rightcollumn ul {
	list-style: none url(../images/arrow.gif) inside;
	margin: 0;
	padding: 0
	}

#topbar{
	margin-left:173px;
	color:#eee;
	background-color:#666;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	padding:4px 4px 4px 16px;
	font-size:12px;
}
.unterzeile { margin-top: 36px; padding-top: 6px; border-top: 1px solid black; }

